html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  background: url( ../img/body.svg) no-repeat center center/cover;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: black; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #BA65DC; }

.vio {
  color: #BA65DC; }

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1628px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  color: white;
  font-family: 'Museo Sans Cyrl 700';
  font-size: 121.52px;
  font-weight: 600;
  line-height: 103.7px;
  letter-spacing: -3.66px;
  margin: 0; }

h2 {
  margin: 0;
  font-size: 63.75px;
  font-weight: 600;
  font-family: 'Museo Sans Cyrl 700';
  line-height: 64px;
  letter-spacing: -0.05rem; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #BA65DC; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #BA65DC;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #BA65DC; }

.arcticmodal-container_i2, .submenu, .arcticmodal-container_i, .arcticmodal-container, .scroll, .blog .rev__top .tabs__nav, .submenu-wrapper {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #BA65DC;
  border-radius: 6px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  width: 250px;
  height: 73px;
  border-radius: 50px;
  background: white;
  color: black;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Museo Sans Cyrl 700';
  line-height: 24px; }
  .btn:hover {
    color: white;
    background: #BA65DC; }

.btn2 {
  position: relative;
  z-index: 5;
  border-radius: 500px;
  color: white;
  font-weight: 600;
  font-family: 'Museo Sans Cyrl 700';
  line-height: 26.4px;
  letter-spacing: -0.32px;
  background: initial;
  overflow: hidden; }
  .btn2:hover {
    color: white; }
    .btn2:hover:after {
      opacity: 1; }
    .btn2:hover:before {
      opacity: 1;
      left: 0px;
      width: 100%;
      height: 100%; }
  .btn2::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #c16ee2, #a449c8 100%), linear-gradient(88.85deg, #ff9327 7.168%, #ff6a2b 99.777%);
    left: 0px;
    z-index: -2;
    transition: 0.7s;
    opacity: 1; }
  .btn2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    box-sizing: border-box;
    background: #2B87DE;
    left: 0px;
    top: 0;
    transform-origin: top;
    z-index: -1;
    transition: 0.7s;
    opacity: 0; }

@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("MuseoSansCyrl-500.woff2") format("woff2"), url("MuseoSansCyrl-500.woff") format("woff"), url("MuseoSansCyrl-500.ttf") format("truetype"), url("MuseoSansCyrl-500.svg#MuseoSansCyrl-500") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

input::-webkit-input-placeholder {
  color: rgba(36, 36, 36, 0.3) !important; }

input::-moz-placeholder {
  color: rgba(36, 36, 36, 0.3) !important; }

input:-ms-input-placeholder {
  color: rgba(36, 36, 36, 0.3) !important; }

input:-moz-placeholder {
  color: rgba(36, 36, 36, 0.3) !important; }

ol {
  padding-left: 25px;
  margin-bottom: 50px; }
  ol li {
    color: #05203e;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    margin-bottom: 9px; }

.menu-btn, .menu {
  display: none; }

.box-modal__close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px; }
  .box-modal__close:hover {
    transition: 0.5s;
    transform: rotate(90deg); }

.box-modal {
  position: relative; }

.popup-call__box {
  position: absolute;
  top: -20rem;
  left: 50%;
  height: auto;
  margin-left: -240px;
  overflow: hidden;
  height: max-content;
  transition: 0.5s all;
  height: auto;
  box-sizing: border-box;
  position: absolute;
  width: 480px;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 40px; }
  .popup-call__box .order__form input {
    border: 1px solid #E0E0E0; }
    .popup-call__box .order__form input:focus {
      border: 1px solid #BA65DC; }
  .popup-call__box .order__flex {
    flex-direction: column; }
    .popup-call__box .order__flex input {
      width: 100%; }
  .popup-call__box .custom-checkbox + label {
    align-items: flex-start; }
    .popup-call__box .custom-checkbox + label span {
      color: rgba(5, 32, 62, 0.6);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      .popup-call__box .custom-checkbox + label span a {
        color: rgba(5, 32, 62, 0.6);
        text-decoration: underline; }
        .popup-call__box .custom-checkbox + label span a:hover {
          color: #BA65DC; }
  .popup-call__box .custom-checkbox + label::before {
    margin-right: 12px;
    width: 28px;
    height: 28px;
    max-width: 28px;
    box-sizing: border-box;
    border: 2px solid #ae56d1;
    background: white;
    border-radius: 50%; }
  .popup-call__box .custom-checkbox:checked + label::before {
    background: url( ../img/check.svg) no-repeat center center;
    background-color: white;
    background-size: inherit; }

.popup__name {
  font-weight: 700;
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  color: #05203E;
  font-family: 'Museo Sans Cyrl 900';
  margin-bottom: 30px; }

.popup .password-wrap {
  width: 100%; }

.popup__back {
  position: absolute;
  left: 42px;
  top: 51px; }
  .popup__back:hover .svg path {
    fill: #BA65DC; }

.popup__sub {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Museo Sans Cyrl 700';
  line-height: 18px;
  color: #AE56D1;
  margin-bottom: 15px; }

.popup__block {
  padding: 20px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 20px; }
  .popup__block p {
    font-weight: 700;
    font-family: 'Museo Sans Cyrl 900';
    font-size: 16px;
    line-height: 18px;
    color: #05203E;
    margin-bottom: 15px; }
  .popup__block ul {
    padding-left: 10px; }
    .popup__block ul li {
      display: flex;
      align-items: flex-start;
      color: #05203e;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.48px;
      margin-bottom: 9px; }
      .popup__block ul li:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        flex: 1 0 auto;
        background: #05203e;
        margin-right: 10px;
        width: 4px;
        height: 4px;
        max-width: 4px;
        position: relative;
        top: 8px; }

.password-wrap {
  position: relative; }
  .password-wrap .toggle-password {
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 18px; }

.menu-btn, .menu {
  display: none; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none; }

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px; }

.custom-checkbox:checked + label::before {
  background: url( ../img/check2.png) no-repeat center center;
  background-size: 8px; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #BA65DC !important;
  opacity: 1; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none; }

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 70px;
  flex-wrap: wrap; }
  .bread a, .bread p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px; }
    .bread a:after, .bread p:after {
      content: "/";
      display: inline-block;
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.4px;
      margin: 0 10px; }
    .bread a:hover, .bread p:hover {
      color: #BA65DC; }
  .bread p:after {
    display: none;
    color: rgba(255, 255, 255, 0.7) !important; }

.mob {
  display: none; }

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent; }

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.selectCF > li {
  position: relative;
  border: none; }

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center; }

.selectCF .arrowCF {
  transition: .3s;
  -webkit-transition: .3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url( ../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px; }

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important; }

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1; }

@keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1; }

.searchActive .titleCF {
  opacity: 0; }

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important; }

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: .2s;
  -webkit-transition: .2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none; }

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: .2s;
  -webkit-transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF; }
  .selectCF li ul li:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px; }
  .selectCF li ul li:hover {
    color: #BA65DC; }

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: s1; } }

@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px; }

ul.info li, #event-change {
  color: #FFF; }

ul.info {
  padding: 0;
  display: none; }

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px; }

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%; }

.accordeon__item {
  width: 100%;
  list-style-type: none; }

.accordeon__item:first-child .accordeon__button {
  margin-top: 0; }

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between; }

.accordeon__button:hover, .accordeon__button2:hover {
  color: #BA65DC; }

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  transition: all 0.5s ease; }

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease; }

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px; }

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px; }
  .panel__info:last-child {
    margin-bottom: 0; }

.pag {
  display: none;
  width: max-content;
  justify-content: center;
  margin: 25px auto 0;
  position: relative;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important; }
  .pag .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #e6e6e6;
    opacity: 1;
    margin-right: 10px !important; }
    .pag .swiper-pagination-bullet:last-child {
      margin-right: 0 !important; }

.menu-btn2 {
  border: none;
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin-left: 29px;
  position: relative;
  z-index: 500; }
  .menu-btn2 .svg {
    position: absolute;
    top: 0;
    left: 0; }
    .menu-btn2 .svg:last-child {
      opacity: 0; }
  .menu-btn2.active .svg:first-child {
    opacity: 0; }
  .menu-btn2.active .svg:last-child {
    opacity: 1; }
  .menu-btn2:hover .svg path {
    stroke: #BA65DC; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.get__box {
  position: relative;
  justify-content: space-between; }
  .get__box:after {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    cursor: pointer;
    left: 0;
    width: 100%;
    height: 50px;
    background: transparent; }
  .get__box_2 {
    flex-wrap: wrap; }
  .get__box_3 .get__one {
    width: 24%;
    height: 204px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .get__box_3 .get__one:nth-child(n+5) {
      margin-bottom: 0; }
    .get__box_3 .get__one p {
      transition: 0.5s;
      color: #05203e;
      font-size: 21.83px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 22px;
      letter-spacing: -0.44px;
      margin-bottom: 30px; }
    .get__box_3 .get__one span {
      color: #9ba6b2;
      font-size: 19px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: -0.32px; }

.get__one {
  align-items: flex-start;
  padding: 17px 20px 20px 20px;
  justify-content: space-between;
  box-sizing: border-box;
  border: 2px solid #f0f4f7;
  border-radius: 24px;
  width: 24%;
  margin-bottom: 20px; }
  .get__one div span {
    display: block;
    color: #96a8bb;
    font-size: 13.89px;
    font-weight: 600;
    line-height: 16.8px;
    letter-spacing: -0.28px;
    margin-bottom: 8px; }
  .get__one div p {
    transition: 0.5s;
    margin-bottom: 10px;
    color: #05203e;
    font-size: 21.83px;
    font-weight: 600;
    line-height: 22px;
    font-family: 'Museo Sans Cyrl 700';
    letter-spacing: -0.44px; }
  .get__one div small {
    color: #9ba6b2;
    font-size: 15.88px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.32px;
    white-space: nowrap; }
  .get__one:nth-child(n+9) {
    margin-bottom: 0; }
  .get__one:hover {
    border: 2px solid #BA65DC; }
    .get__one:hover p {
      color: #BA65DC; }

.get__stars {
  position: absolute;
  bottom: 13px;
  left: 178px;
  pointer-events: none;
  z-index: 2; }

.get__block {
  width: 335px;
  height: 430px;
  border-radius: 20px;
  background: url( ../img/bg9.png) no-repeat center center/cover;
  position: relative;
  padding: 30px; }
  .get__block:hover .svg path {
    fill: white; }
  .get__block:hover .svg circle {
    fill: #BA65DC; }

.get__content {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 655px;
  border: 2px solid #f0f4f5;
  border-radius: 20px; }

.get__right {
  width: 100%;
  max-width: 470px;
  border: 2px solid #f0f4f5;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-between; }

.get__el {
  width: 50%;
  padding: 20px;
  border-bottom: 2px solid #f0f4f5;
  border-right: 2px solid #f0f4f5; }
  .get__el div {
    width: 160px;
    height: 32px;
    border-radius: 50px;
    background: #3592d2;
    color: white;
    margin-bottom: 15px;
    transition: 0.5s; }
  .get__el p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px; }
  .get__el:nth-child(2n) {
    border-right: none; }
  .get__el:nth-child(n+5) {
    border-bottom: none; }
  .get__el:hover div {
    background: #BA65DC; }

.get__name {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 30px;
  font-family: 'Museo Sans Cyrl 900'; }

.get__text {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 30px; }

.get__item {
  width: 25%;
  padding: 8px 20px;
  border-bottom: 2px solid #f0f4f5;
  border-right: 2px solid #f0f4f5; }
  .get__item span {
    display: block;
    color: #ae56d1;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 54px;
    transition: 0.5s; }
  .get__item p {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 31.2px; }
  .get__item:nth-child(4n) {
    border-right: none; }
  .get__item:last-child {
    border-right: none;
    border-bottom: none;
    width: 50%;
    padding-top: 6px; }
    .get__item:last-child span {
      color: black;
      font-size: 20px;
      font-weight: 600;
      line-height: 43px; }
    .get__item:last-child p {
      color: rgba(0, 0, 0, 0.4);
      font-size: 16px;
      font-weight: 400;
      line-height: 18px;
      padding-bottom: 2px; }
  .get__item:nth-child(13) {
    border-bottom: none;
    width: 50%;
    padding-top: 6px; }
    .get__item:nth-child(13) span {
      color: black;
      font-size: 20px;
      font-weight: 600;
      line-height: 43px; }
    .get__item:nth-child(13) p {
      color: rgba(0, 0, 0, 0.4);
      font-size: 16px;
      font-weight: 400;
      line-height: 18px;
      padding-bottom: 2px; }
  .get__item:hover span {
    color: #2B87DE; }

.get__area {
  width: 24%;
  padding: 23px;
  border: 2px solid #f0f4f7;
  border-radius: 24px; }
  .get__area p {
    margin-bottom: 30px;
    color: #05203e;
    font-size: 21.83px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 22px; }
  .get__area a {
    display: block;
    width: max-content;
    color: #05203e !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: -0.32px !important;
    border-bottom: 1px solid #05203e;
    margin-bottom: 15px; }
    .get__area a:hover {
      border-bottom: 1px solid #BA65DC !important;
      color: #BA65DC !important; }

.get__last {
  flex-wrap: wrap;
  width: 48%;
  justify-content: space-between; }
  .get__last a {
    display: block;
    height: 266px;
    border: 2px solid #f0f4f7;
    border-radius: 24px;
    padding: 23px;
    margin-bottom: 18px;
    width: 48.5%; }
    .get__last a p {
      transition: 0.5s;
      margin-bottom: 30px;
      color: #05203e;
      font-size: 21.83px;
      font-weight: 600;
      line-height: 22px;
      font-family: 'Museo Sans Cyrl 700';
      letter-spacing: -0.44px; }
    .get__last a span {
      color: #9ba6b2;
      font-size: 20px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: -0.32px; }
    .get__last a:nth-child(n+3) {
      margin-bottom: 0; }
    .get__last a:hover {
      border: 2px solid #BA65DC; }
      .get__last a:hover p {
        color: #BA65DC; }

.nav {
  position: relative;
  z-index: 10;
  padding: 40px 0; }
  .nav__box {
    justify-content: space-between;
    align-items: center; }
  .nav__logo {
    display: block;
    position: relative;
    margin-right: 70px; }
    .nav__logo img {
      object-fit: contain;
      width: 100%; }
    .nav__logo:after {
      content: "";
      display: block;
      position: absolute;
      right: -35px;
      top: 9px;
      width: 1px;
      height: 67px;
      background: rgba(255, 255, 255, 0.5); }
  .nav__list {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .nav__list li {
      margin-right: 31px; }
      .nav__list li img {
        margin-left: 2px; }
      .nav__list li:last-child {
        margin-right: 0; }
      .nav__list li a {
        color: white;
        font-size: 19.84px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.4px;
        font-family: 'Museo Sans Cyrl 700'; }
      .nav__list li .get__box {
        opacity: 0;
        position: absolute;
        pointer-events: none;
        transition: 0.5s;
        top: 76%;
        left: -18px;
        z-index: 5;
        width: max-content;
        background: black;
        padding: 50px;
        width: 1600px;
        left: 50%;
        margin-left: -800px;
        box-sizing: border-box;
        border: 2px solid #f0f4f5;
        border-radius: 50px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
        background: white; }
      .nav__list li:hover .get__box {
        opacity: 1;
        pointer-events: inherit; }
  .nav__btn {
    margin-left: 20px; }
  .nav__enter {
    background: transparent;
    justify-content: space-between;
    border: 1px solid white;
    color: white;
    padding: 0 8px 0 44px;
    margin-left: 50px; }
    .nav__enter:hover {
      border: 1px solid #BA65DC; }
  .nav .menu-btn2 {
    margin-left: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center; }
    .nav .menu-btn2 p {
      color: white;
      font-size: 19.84px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: -0.4px;
      margin-right: 20px;
      transition: 0.5s; }
    .nav .menu-btn2 .svg {
      position: relative;
      opacity: 1; }
    .nav .menu-btn2:hover p {
      color: #BA65DC; }
    .nav .menu-btn2:hover .svg path, .nav .menu-btn2:hover .svg circle {
      stroke: #BA65DC; }
    .nav .menu-btn2.active p {
      display: none; }

.search.active + header .nav__list {
  pointer-events: none; }

.search {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: auto;
  padding: 40px;
  background: rgba(43, 135, 222, 0.95);
  transform: translatey(-100%);
  transition: transform 0.5s;
  z-index: 20;
  overflow: hidden;
  border-top: none; }
  .search h2 {
    margin-bottom: 30px;
    color: #000;
    color: white;
    font-size: 31.88px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.64px; }

.search.active {
  transform: translatey(0); }

.menu-btn2.active {
  overflow: visible;
  position: fixed;
  top: 4%;
  right: 8%;
  width: 33px;
  height: 33px;
  transition: 0.5s;
  background: url( ../img/close2.svg) no-repeat !important; }
  .menu-btn2.active .svg {
    display: none; }
  .menu-btn2.active:hover {
    opacity: 0.4; }

.mobile__form {
  position: relative; }
  .mobile__form input {
    width: 100%;
    padding: 9px 20px;
    border-radius: 10px;
    height: 60px;
    border: 2px solid transparent; }
    .mobile__form input:focus {
      border: 2px solid #BA65DC !important; }
  .mobile__form button {
    position: absolute;
    background: none;
    border: none;
    right: 15px;
    transition: 0.5s;
    bottom: 10px; }
    .mobile__form button .svg {
      position: relative; }
    .mobile__form button:hover .svg path, .mobile__form button:hover .svg circle {
      stroke: #BA65DC; }

.header {
  overflow: hidden;
  background: url( ../img/bg.png) no-repeat center center/cover;
  border-radius: 50px;
  width: 100%;
  max-width: 1820px;
  margin: 40px auto 0; }
  .header__wrap {
    margin-top: 60px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-bottom: 50px; }
  .header__star {
    position: absolute;
    right: 35%;
    top: -12px; }
  .header__pic {
    position: absolute;
    top: -229px;
    right: 75px; }
  .header__title {
    margin-bottom: 27px;
    color: white;
    font-size: 31px;
    font-weight: 600;
    line-height: 28.66px;
    letter-spacing: -0.77px; }
  .header__row {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 550px;
    margin-bottom: 58px; }
    .header__row a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48%;
      margin-bottom: 11px;
      width: 175.83px;
      border-radius: 89.63px;
      background: linear-gradient(90deg, #d551d9, #e74e23 100%);
      color: white;
      font-size: 20.17px;
      font-weight: 600;
      line-height: 25.69px;
      letter-spacing: -0.42px;
      font-family: 'Museo Sans Cyrl 700';
      height: 51px; }
      .header__row a:hover {
        opacity: 0.8; }
  .header h1 {
    margin-bottom: 47px; }
  .header__text {
    color: white;
    font-size: 31.88px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.64px; }
  .header__bottom {
    align-items: center;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 40px;
    border-top: 1px solid #d9d9d9; }
  .header__tel {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-right: 63px;
    letter-spacing: 0.015rem; }
    .header__tel:hover {
      color: #BA65DC; }
  .header__info {
    align-items: center; }
  .header__socials {
    margin-left: -14px; }
    .header__socials a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      width: 54px;
      height: 54px;
      border-radius: 19.99px;
      background: #f0f4f7; }
      .header__socials a:hover {
        background: #BA65DC; }
        .header__socials a:hover .svg path {
          fill: white; }
  .header__mail {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Museo Sans Cyrl 700';
    text-transform: uppercase; }
    .header__mail:hover {
      color: #BA65DC; }

.card1 {
  background: url( ../img/bg12.png) no-repeat center center/cover; }

.sub {
  position: relative;
  width: 100%;
  margin: 192px 0 100px; }
  .sub__wrap {
    width: 100%;
    border-radius: 50px;
    padding: 32px 94px 32px 32px;
    display: flex;
    align-items: flex-start;
    background: url( ../img/sub2.png) no-repeat center center/cover; }
  .sub__star {
    position: absolute;
    right: 24%;
    top: 42px; }
  .sub__star2 {
    position: absolute;
    right: 29px;
    top: 37px; }
  .sub__pic {
    position: absolute;
    top: -135px;
    right: 89px; }
  .sub__title {
    font-size: 35.86px;
    line-height: 43.2px;
    letter-spacing: -1.08px;
    color: white;
    font-family: 'Museo Sans Cyrl 700';
    margin-bottom: 13px; }
    .sub__title span {
      display: inline-flex;
      height: 58px;
      align-items: center;
      justify-content: center;
      border-radius: 84px;
      background: white;
      padding: 0 17px;
      color: #8166cb;
      margin-right: 5px; }
  .sub__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 21.83px;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: -0.32px;
    margin-bottom: 60px;
    margin-left: 15px; }
  .sub__link {
    margin-left: 15px; }

.link {
  color: white;
  font-size: 21.83px;
  font-weight: 600;
  line-height: 26.4px;
  letter-spacing: -0.32px;
  font-family: 'Museo Sans Cyrl 700';
  display: flex;
  align-items: center;
  width: max-content; }
  .link .svg {
    margin-left: 2px; }
  .link:hover {
    color: #2B87DE; }
    .link:hover .svg path {
      stroke: #2B87DE; }

.info {
  padding: 106px 0; }
  .info__box {
    align-items: start;
    justify-content: space-between;
    margin-top: 90px;
    position: relative; }
  .info__bird {
    position: absolute;
    right: 87px;
    top: -396px;
    z-index: -1; }
  .info__wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    border-radius: 50px;
    overflow: hidden; }
    .info__wrap:hover .info__content {
      backdrop-filter: blur(10px);
      background: rgba(134, 54, 19, 0.5); }
      .info__wrap:hover .info__content small {
        max-height: 400px;
        opacity: 1; }
      .info__wrap:hover .info__content img {
        transform: rotate(40deg); }
  .info__area {
    max-width: 45.5%;
    width: 100%; }
  .info__fig {
    position: absolute;
    top: 69px;
    left: 177px; }
  .info__star {
    position: absolute;
    top: 72px;
    left: 66px; }
  .info__item {
    width: 100%;
    position: relative;
    margin-bottom: 136px;
    height: 435px; }
    .info__item_1 .info__wrap {
      background: url( ../img/bg1.png) no-repeat center center/cover; }
    .info__item_2 {
      height: 880px; }
      .info__item_2 .info__wrap {
        background: url( ../img/bg2.png) no-repeat center center/cover; }
      .info__item_2 .info__pic {
        top: 61px;
        right: 58px; }
      .info__item_2 .info__fig {
        top: inherit;
        left: inherit;
        bottom: 136px;
        right: 19px; }
    .info__item_3 {
      height: 880px; }
      .info__item_3 .info__wrap {
        background: url( ../img/bg3.png) no-repeat center center/cover; }
      .info__item_3 .info__pic {
        right: 58px;
        top: 61px; }
      .info__item_3 .info__fig {
        top: inherit;
        left: inherit;
        bottom: 136px;
        right: 19px; }
    .info__item_4 .info__wrap {
      background: url( ../img/bg4.png) no-repeat center center/cover; }
  .info__pic {
    position: absolute;
    top: -86px;
    right: -77px; }
  .info__content {
    margin-top: auto;
    position: relative;
    z-index: 3;
    border-radius: 50px;
    overflow: hidden;
    padding: 30px 50px 30px;
    transition: 0.5s; }
    .info__content img {
      margin-bottom: 40px;
      transition: 0.5s; }
    .info__content p {
      color: white;
      font-size: 35px;
      font-weight: 600;
      font-family: 'Museo Sans Cyrl 700';
      line-height: 32px;
      letter-spacing: -0.54px; }
    .info__content small {
      color: white;
      font-size: 21.83px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: -0.54px;
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      transition: max-height 0.5s ease, opacity 0.5s ease;
      margin-top: 20px;
      display: block; }

.study {
  padding: 100px 0  0;
  border-radius: 50px;
  background: #eee0f7;
  max-width: 1820px;
  margin: -39px auto 100px;
  width: 100%; }
  .study__wrap {
    position: relative;
    padding: 155px 0px 227px; }
    .study__wrap h2, .study__wrap p {
      width: 100%;
      max-width: 767px; }
    .study__wrap h2 {
      margin-bottom: 44px; }
    .study__wrap .study__last {
      margin-top: 350px;
      margin-left: auto;
      max-width: 506px; }
    .study__wrap p {
      color: #05203e;
      font-size: 23.81px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px; }
      .study__wrap p span {
        font-family: 'Museo Sans Cyrl 700'; }
  .study__star1 {
    position: absolute;
    top: -184px;
    left: 0px; }
  .study__star2 {
    position: absolute;
    bottom: -57px;
    right: 22px; }
  .study__image {
    position: absolute;
    top: 40px;
    left: 0; }
  .study__pic {
    position: absolute;
    top: 150px;
    right: 131px; }
  .study__btn {
    width: 790px;
    height: 74px;
    position: relative;
    z-index: 5;
    border-radius: 500px;
    color: white;
    font-size: 21.83px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    margin: -45px auto -33px;
    line-height: 26.4px;
    letter-spacing: -0.32px;
    background: initial;
    overflow: hidden; }
    .study__btn:hover {
      color: white; }
      .study__btn:hover:after {
        opacity: 1; }
      .study__btn:hover:before {
        opacity: 1;
        left: 0px;
        width: 100%;
        height: 100%; }
    .study__btn::after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      background: linear-gradient(180deg, #c16ee2, #a449c8 100%), linear-gradient(88.85deg, #ff9327 7.168%, #ff6a2b 99.777%);
      left: 0px;
      z-index: -2;
      transition: 0.7s;
      opacity: 1; }
    .study__btn:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      box-sizing: border-box;
      background: #2B87DE;
      left: 0px;
      top: 0;
      transform-origin: top;
      z-index: -1;
      transition: 0.7s;
      opacity: 0; }

.arrows {
  display: flex;
  justify-content: center;
  width: 174px;
  height: 92px;
  align-items: center;
  border-radius: 87px;
  background: #f5f7fa;
  margin: 0 auto; }
  .arrows div {
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white; }
    .arrows div:first-child {
      margin-right: 10px; }
    .arrows div .svg path {
      fill: #000000; }
    .arrows div:hover {
      background: #BA65DC; }
      .arrows div:hover .svg path {
        fill: white; }

.why {
  padding: 100px 0 196px; }
  .why__row {
    justify-content: space-between;
    margin-bottom: 200px; }
    .why__row div {
      position: relative;
      height: 280px;
      width: 280px;
      border-radius: 50%;
      background: url( ../img/ellipse.png) no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .why__row div p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 20.84px;
        font-weight: 400;
        line-height: 25.2px;
        letter-spacing: -0.42px;
        text-align: center;
        margin-bottom: 20px; }
      .why__row div span {
        color: white;
        font-size: 63.5px;
        font-family: 'Museo Sans Cyrl 700';
        font-weight: 600;
        line-height: 76.8px;
        letter-spacing: -1.92px;
        text-align: center; }
  .why h2 {
    text-align: center;
    margin-bottom: 82px; }
  .why .swiper1 {
    height: 620px;
    width: 83%;
    margin: 0 auto 50px;
    position: relative;
    left: -46px; }
    .why .swiper1 .swiper-wrapper {
      align-items: center; }
    .why .swiper1 .swiper-slide {
      width: 100%;
      height: 492px;
      border-radius: 32px;
      background: #d3e4ff;
      display: flex;
      flex-direction: column;
      padding: 40px;
      align-items: flex-start;
      transition: 0.5s; }
      .why .swiper1 .swiper-slide p {
        color: black;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        margin: 0 auto 15px;
        transition: 0.5s; }
      .why .swiper1 .swiper-slide h3 {
        color: black;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        margin: auto auto 0; }
      .why .swiper1 .swiper-slide img {
        max-width: 240px;
        object-fit: contain;
        margin: 0 auto;
        transition: 0.5s; }
      .why .swiper1 .swiper-slide_2 {
        background: #EEE0F7; }
      .why .swiper1 .swiper-slide_3 {
        background: #B8E9E1; }
      .why .swiper1 .swiper-slide_4 {
        background: #F7EDAE; }
    .why .swiper1 .swiper-slide-active {
      width: 520px !important;
      height: 620px !important; }
      .why .swiper1 .swiper-slide-active img {
        transform: scale(1.2); }
      .why .swiper1 .swiper-slide-active p {
        margin-bottom: 70px; }

.pay {
  padding: 115px 0 100px;
  border-radius: 50px;
  background: #eee0f7;
  max-width: 1820px;
  margin: 0px auto 100px;
  width: 100%; }
  .pay h2 {
    color: #c16ee2;
    font-size: 236.41px;
    font-weight: 700;
    line-height: 262.49px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Museo Sans Cyrl 900';
    margin-bottom: 75px; }
  .pay__row {
    justify-content: space-between; }
  .pay__item {
    width: 31.5%;
    border-radius: 50px;
    height: 777px;
    padding: 40px 41px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative; }
    .pay__item:nth-child(1) {
      background: url( ../img/bg5.png) no-repeat center center/cover; }
    .pay__item:nth-child(2) {
      background: url( ../img/bg6.png) no-repeat center center/cover; }
      .pay__item:nth-child(2) .pay__star1 {
        left: inherit;
        right: 72px;
        top: 179px; }
    .pay__item:nth-child(3) {
      background: url( ../img/bg7.png) no-repeat center center/cover; }
      .pay__item:nth-child(3) .pay__pic {
        margin: -121px auto 51px; }
    .pay__item h3 {
      margin-top: 0;
      margin-bottom: 30px;
      color: white;
      font-size: 53.79px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 54px;
      letter-spacing: -1.62px; }
    .pay__item small {
      color: white;
      font-size: 25.9px;
      font-weight: 400;
      line-height: 31.2px;
      letter-spacing: -0.52px; }
    .pay__item p {
      color: white;
      font-size: 63.38px;
      font-weight: 600;
      font-family: 'Museo Sans Cyrl 700';
      line-height: 76.8px;
      letter-spacing: -1.92px;
      margin: 30px 0; }
      .pay__item p span {
        color: white;
        font-size: 26.29px;
        font-weight: 400;
        font-family: 'Museo Sans Cyrl 500', sans-serif;
        line-height: 21px;
        letter-spacing: -0.53px;
        position: relative;
        left: -9px;
        top: -6px; }
  .pay__pic {
    display: block;
    margin: -140px auto 30px; }
  .pay__star1 {
    position: absolute;
    top: 155px;
    left: 42px; }
  .pay__star2 {
    position: absolute;
    bottom: 131px;
    right: 58px; }
  .pay__btn {
    width: 308.49px;
    height: 74.4px;
    margin-top: auto;
    font-size: 21.5px; }

.opt {
  padding: 111px 0; }
  .opt__wrap {
    position: relative; }
  .opt__stars {
    position: absolute;
    top: -71px;
    right: 220px; }
  .opt__box {
    justify-content: space-between;
    margin-top: 100px;
    flex-wrap: wrap; }
  .opt__item {
    height: 328.54px;
    border-radius: 50px;
    background: #eee0f7;
    padding: 33px 33px 33px 44px;
    margin-bottom: 50px;
    width: 45.45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .opt__item:nth-child(1), .opt__item:nth-child(4), .opt__item:nth-child(5), .opt__item:nth-child(8) {
      background: #d3e4ff; }
      .opt__item:nth-child(1) .opt__content span, .opt__item:nth-child(4) .opt__content span, .opt__item:nth-child(5) .opt__content span, .opt__item:nth-child(8) .opt__content span {
        color: #2b87de; }
      .opt__item:nth-child(1) .opt__bottom, .opt__item:nth-child(4) .opt__bottom, .opt__item:nth-child(5) .opt__bottom, .opt__item:nth-child(8) .opt__bottom {
        border-top: 3.09216px solid rgba(43, 135, 222, 0.18); }
    .opt__item:hover {
      background: #2496ff; }
      .opt__item:hover .opt__content span, .opt__item:hover .opt__content p {
        color: white; }
      .opt__item:hover .opt__bottom {
        border-top: 3.09216px solid rgba(255, 255, 255, 0.18); }
        .opt__item:hover .opt__bottom .svg path {
          stroke: white; }
        .opt__item:hover .opt__bottom p {
          color: white; }
  .opt__top {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%; }
  .opt__content span {
    color: #a176bc;
    font-size: 25px;
    font-weight: 600;
    line-height: 32.47px;
    letter-spacing: -0.54px;
    transition: 0.5s;
    display: block;
    font-family: 'Museo Sans Cyrl 700';
    margin-bottom: 51px; }
  .opt__content p {
    color: #05203e;
    font-size: 35px;
    transition: 0.5s;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.85px;
    font-family: 'Museo Sans Cyrl 700'; }
  .opt__bottom {
    align-items: center;
    transition: 0.5s;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 3.09216px solid rgba(161, 118, 188, 0.18);
    margin-top: 18px;
    margin-top: auto;
    width: 100%; }
    .opt__bottom p {
      color: #05203e;
      font-size: 25px;
      font-weight: 400;
      line-height: 37.11px;
      letter-spacing: -0.62px;
      transition: 0.5s; }

.youtube-link .svg, .youtube-link path {
  transition: 0.5s; }

.grtvideo-popup {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  padding-top: 100px; }

.grtvideo-popup-content {
  margin-top: 50px;
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  position: relative; }

.grtvideo-popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  transition: 0.5s;
  background: url( ../img/close2.svg) no-repeat center center/cover;
  width: 24px;
  height: 24px; }
  .grtvideo-popup-close:hover {
    transform: rotate(90deg); }

.grtyoutube-iframe {
  width: 100%;
  height: 480px; }

.video {
  padding: 44px 0 100px;
  max-width: 1820px;
  margin: 0px auto;
  width: 100%;
  overflow: hidden; }
  .video__wrap {
    height: 820px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer; }
    .video__wrap .svg {
      position: absolute;
      top: 50%;
      z-index: 2;
      left: 50%;
      margin-top: -48px;
      margin-left: -48px; }
    .video__wrap:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .video__wrap:hover .svg {
      opacity: 0.7; }
  .video__pic {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }

.rev {
  padding: 100px 0; }
  .rev h2 {
    margin-bottom: 112px; }
  .rev__wrap {
    position: relative; }
  .rev__top {
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
    padding-right: 221px; }
    .rev__top .tabs__nav {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 486px;
      height: 92px;
      border-radius: 64px;
      background: #f4f5fb;
      overflow: hidden;
      padding: 6px; }
      .rev__top .tabs__nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 239px;
        height: 80px;
        border-radius: 50px;
        color: black;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Museo Sans Cyrl 700';
        line-height: 18px; }
        .rev__top .tabs__nav a:hover {
          color: #BA65DC; }
      .rev__top .tabs__nav .tabs__btn_active {
        background: linear-gradient(180deg, #c16ee2, #a449c8 100%), #3d3bff;
        color: white !important; }
  .rev__link {
    display: block;
    width: max-content;
    color: #b55fd7;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 25px;
    border-bottom: 1px solid #b55fd7; }
    .rev__link:hover {
      color: #000;
      border-bottom: 1px solid #000; }
  .rev .swiper-slide {
    border-radius: 50px;
    background: #eaebf1;
    overflow: hidden;
    padding: 33px 30px;
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: flex-start; }
  .rev .swiper-wrapper {
    align-items: stretch; }
  .rev__info {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
    width: 100%; }
  .rev__ava {
    align-items: center; }
    .rev__ava img {
      display: block;
      object-fit: contain;
      border-radius: 50%;
      width: 86px;
      height: 86px;
      overflow: hidden; }
    .rev__ava div {
      margin-left: 20px; }
      .rev__ava div span {
        display: block;
        color: black;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Museo Sans Cyrl 700';
        line-height: 20px;
        margin-bottom: 5px; }
      .rev__ava div p {
        color: #ae56d1;
        font-size: 18px;
        font-weight: 600;
        line-height: 21px; }
  .rev__time {
    color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px; }
  .rev__text {
    margin-bottom: 49px; }
    .rev__text p {
      color: black;
      font-size: 20px;
      font-weight: 400;
      line-height: 25px; }
  .rev__original {
    color: #b55fd7;
    font-size: 20px;
    margin-top: auto;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 25px;
    border-bottom: 1px solid #b55fd7; }
    .rev__original:hover {
      color: #000;
      border-bottom: 1px solid #000; }
  .rev .arrows {
    position: absolute;
    right: 0;
    top: 242px; }
  .rev .swiper2, .rev .swiper3 {
    width: 83%; }
  .rev .study__star1 {
    position: absolute;
    top: -12px;
    left: inherit;
    right: 24%; }

label.error {
  display: none !important; }

input.error {
  border: 2px solid #e74e23 !important; }

.order {
  background: url( ../img/bg8.png) no-repeat center center/cover;
  border-radius: 50px;
  width: 100%;
  max-width: 1820px;
  margin: 100px auto;
  padding: 100px 0; }
  .order__wrap {
    position: relative; }
  .order__bird {
    position: absolute;
    bottom: -301px;
    left: -161px;
    z-index: 2; }
  .order__star {
    position: absolute;
    right: -5px;
    top: -45px; }
  .order__block {
    align-items: flex-start;
    justify-content: space-between;
    padding: 48px 45px 30px 50px;
    border-radius: 32px;
    backdrop-filter: blur(4px);
    background: rgba(212, 232, 255, 0.75);
    width: 100%;
    max-width: 1168px;
    margin: 0 auto; }
  .order__content {
    width: 100%;
    max-width: 388px; }
  .order__form {
    width: 100%;
    max-width: 652px; }
    .order__form button {
      margin-bottom: 16px;
      width: 100%;
      height: 58px;
      position: relative;
      z-index: 5;
      border-radius: 500px;
      color: white;
      font-weight: 600;
      font-family: 'Museo Sans Cyrl 700';
      line-height: 26.4px;
      letter-spacing: -0.32px;
      background: initial;
      overflow: hidden;
      border: none; }
      .order__form button:hover {
        color: white; }
        .order__form button:hover:after {
          opacity: 1; }
        .order__form button:hover:before {
          opacity: 1;
          left: 0px;
          width: 100%;
          height: 100%; }
      .order__form button::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        background: linear-gradient(180deg, #c16ee2, #a449c8 100%), linear-gradient(88.85deg, #ff9327 7.168%, #ff6a2b 99.777%);
        left: 0px;
        z-index: -2;
        transition: 0.7s;
        opacity: 1; }
      .order__form button:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        box-sizing: border-box;
        background: #2B87DE;
        left: 0px;
        top: 0;
        transform-origin: top;
        z-index: -1;
        transition: 0.7s;
        opacity: 0; }
  .order__flex {
    justify-content: space-between;
    flex-wrap: wrap; }
    .order__flex input {
      height: 56px;
      width: 48.8%;
      padding-left: 20px;
      border: 2px solid transparent;
      border-radius: 8px;
      margin-bottom: 16px;
      color: black;
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      background: #f4f5fb; }
      .order__flex input:focus {
        border: 2px solid #BA65DC; }
      .order__flex input:first-child {
        width: 100%; }
  .order .custom-checkbox + label {
    align-items: flex-start; }
    .order .custom-checkbox + label span {
      color: rgba(5, 32, 62, 0.6);
      font-size: 16px;
      font-weight: 400;
      line-height: 18px; }
      .order .custom-checkbox + label span a {
        color: rgba(5, 32, 62, 0.6);
        text-decoration: underline; }
        .order .custom-checkbox + label span a:hover {
          color: #BA65DC; }
  .order .custom-checkbox + label::before {
    margin-right: 12px;
    width: 28px;
    height: 28px;
    max-width: 28px;
    box-sizing: border-box;
    border: 2px solid #ae56d1;
    background: white;
    border-radius: 50%; }
  .order .custom-checkbox:checked + label::before {
    background: url( ../img/check.svg) no-repeat center center;
    background-color: white;
    background-size: inherit; }
  .order__title {
    margin-bottom: 30px;
    color: black;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 40px; }
  .order__text {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 24px; }

.footer {
  border-radius: 50px;
  width: 100%;
  max-width: 1820px;
  padding: 80px 0 60px;
  margin: 100px auto 40px;
  background: linear-gradient(-69.68deg, #051f3d 4.815%, #021121 88.823%), #001336; }
  .footer__title {
    color: white;
    font-size: 183px;
    font-weight: 700;
    line-height: 106.47%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'Museo Sans Cyrl 900'; }
  .footer__local {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer__local p {
      margin-left: 15px;
      color: white;
      font-size: 25px;
      font-weight: 400;
      line-height: 30px; }
  .footer__info {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 18px;
    margin-bottom: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    flex-wrap: wrap; }
  .footer__el {
    margin-right: 125px;
    margin-bottom: 31px;
    min-width: 672px; }
    .footer__el p {
      color: rgba(255, 255, 255, 0.5);
      font-size: 21.83px;
      font-weight: 600;
      line-height: 26.4px;
      font-family: 'Museo Sans Cyrl 700';
      letter-spacing: -0.32px;
      margin-bottom: 10px; }
    .footer__el a {
      color: white;
      font-size: 69.77px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 84px;
      text-transform: uppercase; }
      .footer__el a:hover {
        color: #BA65DC; }
  .footer__content {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 55px; }
  .footer__item {
    width: 100%;
    max-width: 24.469%;
    margin-bottom: 0px;
    position: relative; }
    .footer__item p {
      pointer-events: none;
      color: white;
      font-size: 23.81px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 28.8px;
      letter-spacing: -0.32px;
      margin-bottom: 25px; }
    .footer__item ul li {
      margin-bottom: 15.5px; }
      .footer__item ul li:last-child {
        margin-bottom: 0; }
      .footer__item ul li a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 17.86px;
        font-weight: 400;
        line-height: 21.6px;
        letter-spacing: -0.32px; }
        .footer__item ul li a:hover {
          color: #BA65DC; }
    .footer__item:last-child {
      align-self: flex-end; }
      .footer__item:last-child img {
        position: absolute;
        top: -71px;
        left: 200px; }
  .footer__link {
    width: 297px;
    height: 124px;
    border-radius: 12px;
    background: #0d315a;
    overflow: hidden;
    padding: 23px 27px;
    flex-direction: column;
    align-items: flex-start; }
    .footer__link p {
      color: white;
      font-size: 17.86px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 21.6px;
      letter-spacing: -0.32px; }
    .footer__link:hover {
      background: #BA65DC; }
  .footer__bottom {
    align-items: center;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .footer__socials {
    margin-right: 97px; }
    .footer__socials a {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-right: 12px;
      width: 48px;
      height: 48px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.1); }
      .footer__socials a:hover {
        background: #BA65DC; }
  .footer__links {
    margin-right: 160px; }
    .footer__links a {
      margin-bottom: 7px;
      color: white;
      font-size: 14px;
      font-weight: 300;
      display: block;
      line-height: 16.8px;
      letter-spacing: -0.32px; }
      .footer__links a:last-child {
        margin-bottom: 0; }
      .footer__links a:hover {
        color: #BA65DC; }
  .footer__right {
    margin-left: auto; }
    .footer__right p {
      text-align: right;
      opacity: 0.6;
      color: white;
      font-size: 14px;
      font-weight: 300;
      line-height: 22.4px;
      letter-spacing: -0.32px; }
  .footer__last {
    position: relative;
    padding-top: 60px; }
    .footer__last .go_to {
      position: absolute;
      right: 0;
      top: 60px; }
      .footer__last .go_to:hover rect {
        fill: #BA65DC; }
      .footer__last .go_to:hover path {
        fill: white; }
  .footer__com {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer__com p {
      margin-right: 22px;
      color: #adb4bd;
      font-size: 15px;
      font-weight: 600;
      line-height: 48px; }

.header-school .header__start {
  margin-top: 38px;
  width: 308px; }

.header-school .header__wrap {
  margin-top: 11px; }

.header-school .header__pic {
  top: -33px;
  right: 10px; }

.header-school .header__star {
  right: -85px;
  top: 316px; }

.lic {
  padding: 131px 0 100px; }
  .lic__row {
    align-items: flex-start;
    justify-content: space-between; }
  .lic__info {
    width: 100%;
    margin-top: 97px;
    max-width: 1050px; }
    .lic__info h2 {
      margin-bottom: 38px; }
    .lic__info p {
      color: #05203e;
      font-size: 23.81px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px;
      margin-bottom: 38px; }
    .lic__info a {
      color: #b55fd7;
      font-size: 20px;
      font-weight: 600;
      line-height: 25px;
      display: block;
      font-family: 'Museo Sans Cyrl 700';
      width: max-content;
      border-bottom: 1px solid #b55fd7; }
      .lic__info a:hover {
        color: #000;
        border-bottom: 1px solid #000; }

.bird {
  margin: 0 auto 105px;
  padding-top: 0; }
  .bird .study__wrap {
    padding: 103px 0px 29px; }
  .bird .study__star2 {
    right: inherit;
    bottom: inherit;
    left: -78px;
    top: 3px; }
  .bird__box {
    align-items: flex-start;
    justify-content: space-between; }
    .bird__box img {
      position: relative;
      left: 18px;
      top: -33px; }
  .bird__content {
    width: 100%;
    max-width: 878px;
    margin-right: 49px; }
    .bird__content h2 {
      margin-bottom: 45px;
      max-width: 100%; }
    .bird__content p {
      margin-bottom: 40px;
      color: #05203e;
      font-size: 23.81px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px; }
    .bird__content a {
      width: 308px; }

.study-school {
  margin-bottom: 200px; }
  .study-school .study__last {
    margin-top: 326px;
    margin-left: auto;
    max-width: 496px; }

.cost {
  padding: 115px 0 152px;
  border-radius: 50px;
  background: #eee0f7;
  max-width: 1820px;
  margin: 0px auto;
  width: 100%; }
  .cost__content {
    width: 100%;
    max-width: 435px; }
    .cost__content h2 {
      margin-bottom: 56px; }
    .cost__content ul {
      padding-left: 15px; }
      .cost__content ul li {
        display: flex;
        align-items: flex-start;
        color: #05203e;
        font-size: 23.81px;
        font-weight: 400;
        line-height: 28.8px;
        letter-spacing: -0.48px;
        margin-bottom: 9px; }
        .cost__content ul li:before {
          content: "";
          display: inline-block;
          border-radius: 50%;
          flex: 1 0 auto;
          background: #05203e;
          margin-right: 10px;
          width: 6px;
          height: 6px;
          max-width: 6px;
          position: relative;
          top: 10px; }
        .cost__content ul li span {
          text-decoration: underline;
          margin-left: 5px; }
  .cost__box {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 37px; }
  .cost__row {
    justify-content: space-between;
    width: 66%; }
    .cost__row .pay__item {
      width: 48%;
      background: url( ../img/bg10.png) no-repeat center center/cover; }
      .cost__row .pay__item p {
        margin: 82px 0 30px; }
      .cost__row .pay__item .pay__pic {
        margin: -182px auto 73px; }
      .cost__row .pay__item .pay__star1 {
        top: 172px;
        left: 326px; }
    .cost__row .pay__item:nth-child(2) {
      background: url( ../img/bg7.png) no-repeat center center/cover; }
      .cost__row .pay__item:nth-child(2) .pay__star1 {
        top: 152px;
        left: 37px; }
    .cost__row .pay__star2 {
      bottom: 151px;
      right: 15px; }
    .cost__row .pay__item p span {
      top: -12px; }
  .cost__wrap {
    position: relative; }
  .cost__bird {
    position: absolute;
    bottom: -359px;
    left: -133px; }

.sub2 .sub__wrap {
  padding-left: 42px;
  background: url( ../img/bg11.png) no-repeat center center/cover; }

.sub2 .sub__name {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Museo Sans Cyrl 700';
  line-height: 43.2px;
  letter-spacing: -1.08px;
  color: white; }
  .sub2 .sub__name span {
    opacity: 0.5; }

.sub2 .sub__btn {
  margin-top: 37px;
  width: 308px; }

.sub2 .sub__star {
  right: 69px;
  top: 85px; }

.header-search {
  overflow: visible;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #0f6eaf, #6c1299 100%) !important; }
  .header-search .nav {
    padding: 21px 0; }
  .header-search .nav__list li .get__box {
    top: 101%; }
  .header-search .get__box:after {
    top: -53px; }

.sear {
  padding-bottom: 50px; }
  .sear .bread {
    margin-bottom: 36px; }
    .sear .bread a, .sear .bread p {
      color: #000;
      opacity: 0.7; }
      .sear .bread a:after, .sear .bread p:after {
        color: #000;
        opacity: 0.7; }
    .sear .bread a:hover {
      color: #BA65DC; }
  .sear__box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
  .sear h1 {
    font-size: 63px;
    margin-bottom: 50px;
    color: #05203e;
    line-height: 100%; }
  .sear__name {
    font-size: 35px;
    font-family: 'Museo Sans Cyrl 700';
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 50px; }
  .sear .mobile__form {
    width: 100%;
    margin-bottom: 50px; }
    .sear .mobile__form input {
      height: 74px;
      border: 3px solid #ae56d1;
      border-radius: 20px;
      font-size: 22px;
      padding-left: 30px; }
      .sear .mobile__form input:focus {
        border: 3px solid #2B87DE !important; }
    .sear .mobile__form button {
      right: 20px;
      bottom: 16px; }
      .sear .mobile__form button .svg path, .sear .mobile__form button .svg circle {
        stroke: #BA65DC; }
      .sear .mobile__form button:hover .svg path, .sear .mobile__form button:hover .svg circle {
        stroke: #2B87DE; }
  .sear__item {
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    border: 2px solid #f0f4f7;
    border-radius: 16px;
    box-shadow: 0px 4px 12px 0px rgba(13, 35, 67, 0.03);
    background: white;
    margin-bottom: 30px;
    padding: 30px; }
    .sear__item:hover {
      border: 2px solid #ae56d1; }
  .sear__top {
    justify-content: space-between;
    margin-bottom: 12px; }
    .sear__top h2 {
      color: #05203e;
      font-size: 30px;
      font-weight: 700;
      font-family: 'Museo Sans Cyrl 900';
      line-height: 24px; }
    .sear__top span {
      color: #ae56d1;
      font-size: 20px;
      font-weight: 400;
      line-height: 150%; }
  .sear__site {
    color: #2b87de;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    text-transform: lowercase;
    margin-bottom: 15px;
    display: block; }
    .sear__site:hover {
      color: #BA65DC; }
  .sear__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 17px; }
    .sear__text a {
      font-weight: 700;
      font-family: 'Museo Sans Cyrl 900';
      color: #2b87de; }
      .sear__text a:hover {
        color: #BA65DC; }
  .sear__links {
    justify-content: flex-start;
    flex-wrap: wrap; }
    .sear__links a {
      margin-right: 30px;
      color: rgba(174, 86, 209, 0.5);
      font-size: 16px;
      font-weight: 400;
      line-height: 16px; }
      .sear__links a:last-child {
        margin-right: 0; }
      .sear__links a:hover {
        color: #ae56d1; }

.personal__wrap p {
  color: #05203e;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px; }
  .personal__wrap p span {
    display: block;
    font-family: 'Museo Sans Cyrl 900';
    font-weight: 700; }

.header-pre_school .header__wrap {
  margin-top: 12px; }

.header-pre_school .bread {
  margin-bottom: 44px; }

.header-pre_school .header__start {
  margin-top: 40px;
  width: 305px; }

.header-pre_school .header__pic {
  top: -87px;
  right: -107px; }

.love {
  padding: 125px 0 200px; }
  .love .study__bird {
    position: absolute;
    right: 0;
    top: 0; }
  .love .container {
    position: relative; }
  .love .par__bird {
    right: -70px; }
  .love__row {
    justify-content: space-between;
    margin-top: 65px; }
  .love__item {
    width: 32.5%;
    height: 444px;
    border-radius: 32px;
    background: #eaebf1;
    padding: 40px;
    position: relative; }
    .love__item h3 {
      margin-top: 0;
      margin-bottom: 34px;
      font-size: 35px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 38px; }
    .love__item p {
      color: black;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px; }
    .love__item img {
      position: absolute;
      bottom: -86px;
      right: 8px; }
    .love__item:first-child img {
      right: inherit;
      bottom: -86px;
      left: 18px; }

.sec {
  border-radius: 50px;
  width: 100%;
  max-width: 1820px;
  margin: 0 auto; }

.par {
  background: #eee0f7;
  padding: 141px 0 130px;
  margin-bottom: 99px; }
  .par__wrap {
    position: relative; }
  .par__bird {
    position: absolute;
    top: -272px;
    right: -13px;
    z-index: 0; }
  .par__row {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 66px; }
  .par__item {
    position: relative;
    z-index: 2;
    width: 49.5%;
    height: 370px;
    margin-bottom: 20px;
    border-radius: 32px;
    background: white;
    padding: 40px; }
    .par__item p {
      color: black;
      font-size: 25px;
      font-weight: 400;
      line-height: 38px;
      width: 100%;
      max-width: 498px; }
    .par__item img {
      position: absolute;
      bottom: 19px;
      right: 26px; }

.order-pre {
  background: url( ../img/card1/bg1.png) no-repeat center center/cover;
  margin-bottom: 200px;
  position: relative;
  z-index: 3; }
  .order-pre .order__bird {
    bottom: -68px;
    left: -84px; }
  .order-pre .order__bird2 {
    position: absolute;
    top: 14px;
    left: -80px; }

.order-pre2 .order__bird {
  left: 89px; }

.order-pre2 .order__title {
  margin-bottom: 23px; }

.ser {
  background: #eee0f7;
  padding: 150px 0 130px; }
  .ser__wrap {
    position: relative; }
  .ser__star {
    top: -112px;
    right: 32%;
    position: absolute; }
  .ser .rev__top {
    padding-right: 0;
    margin-bottom: 70px; }
  .ser .swip {
    overflow: hidden; }
    .ser .swip .swiper-wrapper {
      flex-wrap: wrap; }
      .ser .swip .swiper-wrapper .swiper-slide {
        margin-bottom: 20px;
        position: relative;
        height: 444px;
        border-radius: 32px;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px; }
        .ser .swip .swiper-wrapper .swiper-slide:nth-child(3n) {
          margin-right: 0 !important; }
        .ser .swip .swiper-wrapper .swiper-slide p {
          color: black;
          font-size: 35px;
          font-weight: 600;
          line-height: 38px;
          margin-bottom: 20px; }
        .ser .swip .swiper-wrapper .swiper-slide span {
          color: black;
          font-size: 20px;
          font-weight: 400;
          line-height: 28px; }
        .ser .swip .swiper-wrapper .swiper-slide a {
          margin-top: auto;
          font-size: 22px;
          width: 308.49px;
          height: 74.4px; }
        .ser .swip .swiper-wrapper .swiper-slide img {
          position: absolute;
          bottom: 121px;
          right: 13px; }

.how {
  padding: 200px 0 170px; }
  .how__wrap {
    position: relative; }
  .how__box {
    margin-top: 70px; }
  .how__bird {
    position: absolute;
    right: -29px;
    top: -292px;
    z-index: 1; }
  .how__item {
    padding: 48px 50px;
    border-radius: 50px;
    background: #d3e4ff;
    overflow: hidden;
    display: flex;
    margin-bottom: 30px;
    align-items: center; }
    .how__item span {
      color: #ae56d1;
      font-size: 45px;
      font-weight: 400;
      line-height: 38px;
      margin-right: 80px; }
    .how__item p {
      color: black;
      font-size: 25px;
      font-weight: 400;
      line-height: 32px;
      width: 100%;
      max-width: 1091px; }
    .how__item:nth-child(2n) {
      background: #eee0f7; }

.membership {
  margin-bottom: 100px; }
  .membership .ser__star {
    top: -137px;
    right: 38%; }
  .membership__box {
    justify-content: space-between;
    flex-wrap: wrap; }
  .membership__item {
    width: 49.5%;
    padding: 40px;
    border-radius: 32px;
    margin-bottom: 20px;
    background: white; }
    .membership__item h3 {
      margin-top: 0;
      margin-bottom: 74px;
      font-size: 45px;
      font-weight: 600;
      line-height: 54px;
      letter-spacing: -1.62px;
      font-family: 'Museo Sans Cyrl 700'; }
    .membership__item a {
      width: 308.49px;
      height: 74.4px;
      font-size: 22px; }
  .membership__row {
    align-items: center;
    margin-bottom: 30px; }
    .membership__row p {
      color: #05203e;
      font-size: 63.38px;
      font-weight: 600;
      line-height: 76.8px;
      letter-spacing: -1.92px;
      font-family: 'Museo Sans Cyrl 700'; }
      .membership__row p span {
        position: relative;
        color: #05203e;
        font-size: 26.29px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -0.53px;
        top: -8px;
        left: -4px; }
      .membership__row p:first-child {
        margin-right: 124px; }
      .membership__row p:nth-child(2) {
        color: #05203e;
        font-size: 45px;
        font-weight: 600;
        line-height: 76.8px;
        letter-spacing: -1.92px; }
        .membership__row p:nth-child(2) img {
          width: 25px; }

.tele {
  background: #eee0f7;
  padding: 80px 0;
  margin-bottom: 100px; }
  .tele__wrap {
    position: relative; }
  .tele__star {
    position: absolute;
    top: -74px;
    left: -76px; }
  .tele__row {
    padding-left: 40px;
    align-items: flex-start; }
    .tele__row img {
      margin-right: 93px; }
  .tele__content {
    width: 100%;
    max-width: 58.85%; }
    .tele__content h2 {
      margin-bottom: 38px; }
    .tele__content p {
      color: #05203e;
      font-size: 23.81px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px;
      margin-bottom: 28px; }
    .tele__content a {
      width: 308.49px;
      height: 74.4px;
      font-size: 22px; }

.faq {
  background: #eee0f7;
  padding: 150px 0 120px;
  margin-top: 48px; }
  .faq .panel__info {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 25px; }
    .faq .panel__info:last-child {
      margin-bottom: 0; }
  .faq__wrap {
    position: relative; }
  .faq__top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px; }
    .faq__top p {
      color: #05203e;
      font-size: 23.81px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px;
      width: 100%;
      max-width: 730px;
      text-align: right; }
      .faq__top p a {
        color: #05203e;
        text-decoration: underline; }
        .faq__top p a:hover {
          color: #BA65DC; }
  .faq__star1 {
    position: absolute;
    top: -107px;
    right: 45%; }
  .faq .cost__bird {
    bottom: -585px;
    pointer-events: none;
    left: -150px;
    z-index: 1; }

.accordeon {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%; }
  .accordeon .accordeon__button {
    width: 100%;
    height: 160px;
    border-radius: 50px;
    background: white;
    border: 1px solid white;
    transition: 0.5s;
    padding: 57px 100px 50px 202px;
    color: #020101;
    font-size: 25px;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 32px; }
    .accordeon .accordeon__button:hover {
      border: 1px solid #BA65DC; }
  .accordeon .accordeon__item {
    margin-bottom: 30px; }
  .accordeon .accordeon__button:after {
    right: inherit;
    background: url( ../img/card1/plus.svg) no-repeat !important;
    width: 89px;
    left: 34px;
    height: 89px;
    top: 50%;
    bottom: inherit;
    margin-top: -45px; }
  .accordeon .accordeon__button.active:after {
    background: url( ../img/card1/minus.svg) no-repeat !important; }
  .accordeon .panel__text {
    list-style-type: none;
    padding-top: 0px;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 201px;
    margin-bottom: 20px; }

.sub3 .btn {
  font-size: 22px;
  width: 308.49px;
  height: 74.4px;
  margin-top: 30px; }

.sub3 .sub__wrap {
  position: relative;
  z-index: 4; }

.now {
  padding: 83px 0 0;
  margin: 100px auto;
  background: url( ../img/card1/bg2.png) no-repeat center center/cover; }
  .now__wrap {
    position: relative; }
  .now__star {
    position: absolute;
    top: -25px;
    right: -62px; }
  .now__star2 {
    position: absolute;
    bottom: 41px;
    right: 31%; }
  .now__row {
    align-items: flex-start;
    justify-content: space-between; }
    .now__row img {
      margin-top: -60px;
      position: relative;
      z-index: 3; }
  .now__content {
    width: 100%;
    max-width: 65%; }
    .now__content h2 {
      color: white;
      font-size: 121.52px;
      font-weight: 600;
      line-height: 103.7px;
      letter-spacing: -3.66px;
      margin-bottom: 44px; }
    .now__content p {
      color: white;
      font-size: 31.88px;
      font-weight: 400;
      line-height: 36px;
      letter-spacing: -0.64px;
      margin-bottom: 40px; }
    .now__content a {
      font-size: 22px;
      width: 308.49px;
      height: 74.4px; }

.ten .header__pic {
  right: 0; }

.ten .header__star {
  right: 34px;
  top: 285px; }

.ten h1 {
  line-height: 111.7px; }

.go {
  margin-top: 200px;
  background: #eee0f7;
  padding: 104px 0; }
  .go__box {
    align-items: center;
    justify-content: space-between; }
    .go__box h2 {
      width: 100%;
      max-width: 55%; }
  .go__text {
    width: 100%;
    max-width: 39.12%; }
    .go__text p {
      color: #05203e;
      font-size: 23.81px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px;
      margin-bottom: 25px; }
      .go__text p:last-child {
        margin-bottom: 0; }

.how-ten .how__bird {
  right: -20px;
  top: -161px; }

.how-ten .how__area {
  margin-top: 180px;
  align-items: flex-start;
  justify-content: space-between; }

.how-ten .how__text {
  width: 46.56%; }
  .how-ten .how__text p {
    font-size: 23.81px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 25px; }
    .how-ten .how__text p:last-child {
      margin-bottom: 0; }
    .how-ten .how__text p a {
      color: #BA65DC;
      text-decoration: underline; }
      .how-ten .how__text p a:hover {
        color: #000; }

.theme {
  background: #eee0f7;
  padding: 150px 0; }
  .theme__wrap {
    position: relative; }
  .theme__bird {
    position: absolute;
    top: -483px;
    right: 37px; }
  .theme__star1 {
    position: absolute;
    top: -455px;
    right: -37px; }
  .theme__star2 {
    position: absolute;
    top: -91px;
    right: 46%; }
  .theme .how__item {
    background: white; }
    .theme .how__item p {
      color: black;
      font-size: 35px;
      font-weight: 600;
      line-height: 44px;
      font-family: 'Museo Sans Cyrl 700';
      width: 100%;
      max-width: 405px;
      margin-right: 60px; }
    .theme .how__item small {
      color: black;
      font-size: 25px;
      font-weight: 400;
      line-height: 32px;
      opacity: 0.7;
      width: 100%;
      max-width: 50.2%; }
    .theme .how__item:nth-child(2n) {
      background: #ae56d1; }
      .theme .how__item:nth-child(2n) span, .theme .how__item:nth-child(2n) small, .theme .how__item:nth-child(2n) p {
        color: white; }

.items {
  padding: 200px 0; }
  .items .faq__star1 {
    right: 37%; }
  .items__wrap {
    position: relative; }
  .items h2 span {
    position: relative;
    left: -7px; }
  .items__row {
    justify-content: space-between;
    flex-wrap: wrap; }
  .items__block {
    width: 24%;
    height: 309px;
    border-radius: 50px;
    background: #d3e4ff;
    transition: 0.5s;
    margin-bottom: 20px;
    padding: 30px 30px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .items__block:hover {
      background: #BA65DC; }
      .items__block:hover p {
        color: white; }
    .items__block img {
      margin-left: auto;
      display: block; }
    .items__block p {
      margin-top: auto;
      transition: 0.5s;
      font-family: 'Museo Sans Cyrl 700';
      color: black;
      font-size: 30px;
      font-weight: 600;
      line-height: 44px; }

.wrap {
  position: relative; }

.area {
  background: url( ../img/bg8.png) no-repeat center center/cover;
  padding: 80px 0;
  background-position: -339px 0px;
  margin-bottom: 150px; }
  .area__wrap {
    position: relative; }
    .area__wrap h2 {
      color: white;
      font-size: 121.52px;
      font-weight: 600;
      line-height: 103.7px;
      letter-spacing: -3.66px;
      margin-bottom: 50px;
      width: 100%;
      max-width: 66%; }
    .area__wrap p {
      color: white;
      font-size: 31.88px;
      font-weight: 400;
      line-height: 36px;
      letter-spacing: -0.64px;
      margin-bottom: 30px;
      width: 100%;
      max-width: 60%; }
      .area__wrap p:last-child {
        margin-bottom: 0; }
  .area__star1 {
    position: absolute;
    right: 33%;
    bottom: 66px;
    width: 116px; }
  .area__star2 {
    position: absolute;
    top: -19px;
    right: -37px;
    z-index: 2; }
  .area__pic {
    position: absolute;
    top: 0;
    right: 0; }

.how-ten2 {
  padding-bottom: 80px; }
  .how-ten2 .how__item p {
    font-size: 35px;
    line-height: 40px; }
  .how-ten2 .faq__star1 {
    top: -60px;
    right: 56%; }
  .how-ten2 .how__bird {
    right: -64px;
    top: 51px; }

.how-ten .how__item p {
  font-size: 35px;
  line-height: 40px; }

.header-about {
  background: transparent;
  overflow: visible; }
  .header-about .nav__list li .get__box {
    top: 101%; }
  .header-about .get__box:after {
    top: -53px; }
  .header-about .header__wrap {
    padding-bottom: 90px;
    margin-top: 40px; }
  .header-about h1 {
    color: #05203E; }
  .header-about .nav {
    background: linear-gradient(90deg, #0F6EAF 0%, #6C1299 100%);
    border-radius: 50px;
    padding: 21px 0; }
  .header-about .bread {
    margin-bottom: 36px; }
    .header-about .bread a, .header-about .bread p {
      color: #000;
      opacity: 0.7; }
      .header-about .bread a:after, .header-about .bread p:after {
        color: #000;
        opacity: 0.7; }
    .header-about .bread a:hover {
      color: #BA65DC; }

.items-about {
  padding-bottom: 100px; }
  .items-about .faq__star1 {
    right: 0; }
  .items-about h2 span {
    left: 0; }

.why__row_about {
  margin-bottom: 100px; }

.contacts {
  padding-bottom: 100px; }
  .contacts__box {
    justify-content: space-between; }
  .contacts__block {
    position: relative;
    width: 49.45%;
    border-radius: 24.49px;
    padding: 28px 50px 60px;
    background: url( ../img/bg7.png) no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .contacts__bird {
    width: 380px;
    position: absolute;
    bottom: 35px;
    right: 39px; }
  .contacts__title {
    color: white;
    font-size: 44.9px;
    font-weight: 600;
    line-height: 44.9px;
    letter-spacing: -1.35px;
    font-family: 'Museo Sans Cyrl 700';
    margin-bottom: 20px; }
  .contacts__sub {
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 22.45px;
    font-weight: 400;
    line-height: 28.57px;
    letter-spacing: -0.45px; }
  .contacts__item {
    margin-bottom: 40px; }
    .contacts__item a {
      display: block;
      color: white;
      font-size: 22.45px;
      font-weight: 600;
      line-height: 24.49px;
      letter-spacing: -0.45px;
      font-family: 'Museo Sans Cyrl 700';
      width: max-content; }
      .contacts__item a:hover {
        color: #BA65DC; }
    .contacts__item p {
      color: rgba(255, 255, 255, 0.5);
      font-size: 18.37px;
      font-weight: 400;
      line-height: 19.39px; }
  .contacts__mail {
    margin-top: auto;
    color: white;
    font-size: 22.45px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 24.49px;
    letter-spacing: -0.45px;
    display: block; }
    .contacts__mail:hover {
      color: #BA65DC; }
  .contacts__content {
    width: 49.45%; }
    .contacts__content > div {
      width: 100%;
      padding: 28px 48px 44px;
      border-radius: 24.49px;
      overflow: hidden; }
      .contacts__content > div:first-child {
        background: #eee0f7;
        margin-bottom: 20px; }
      .contacts__content > div:last-child {
        background: #d3e4ff; }
        .contacts__content > div:last-child .contacts__mail {
          color: #05203e;
          margin-top: 40px; }
          .contacts__content > div:last-child .contacts__mail:hover {
            color: #BA65DC; }
      .contacts__content > div .contacts__title {
        color: #05203e; }
      .contacts__content > div .contacts__sub {
        color: rgba(5, 32, 62, 0.5); }
  .contacts__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: white;
    margin-right: 12px; }
    .contacts__social a:last-child {
      margin-right: 0; }
    .contacts__social a:hover {
      background: #BA65DC; }
      .contacts__social a:hover .svg path {
        fill: white; }

.text {
  padding-bottom: 100px; }
  .text__box {
    justify-content: space-between;
    align-items: center;
    margin-top: 100px; }
  .text__content {
    width: 100%;
    max-width: 45.4%; }
    .text__content p {
      color: #05203e;
      font-size: 23.81px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px; }
    .text__content .text__name {
      color: #05203e;
      font-size: 40px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 28.8px;
      letter-spacing: -0.48px;
      margin-bottom: 20px; }
    .text__content a {
      display: block;
      margin-top: 10px;
      color: #ae56d1;
      font-size: 23.81px;
      font-weight: 600;
      line-height: 28.8px;
      letter-spacing: -0.48px;
      text-decoration-line: underline; }
      .text__content a:hover {
        color: #000; }
  .text__txt {
    margin-bottom: 45px; }
    .text__txt p {
      margin-bottom: 25px;
      color: #05203e;
      font-size: 23.81px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px; }
      .text__txt p:last-child {
        margin-bottom: 0; }

.art {
  padding: 40px 0 100px; }
  .art__wrap {
    width: 100%;
    max-width: 69%;
    margin: 0 auto; }
  .art article {
    width: 100%;
    box-sizing: border-box;
    display: block; }
    .art article .video__wrap {
      margin-bottom: 50px; }
    .art article .video__pic {
      height: 100% !important;
      margin: 0; }
    .art article h1 {
      color: #05203e;
      font-size: 63.75px;
      font-weight: 600;
      line-height: 64px;
      letter-spacing: -1.92px;
      margin-bottom: 50px; }
    .art article strong {
      color: #05203e;
      font-size: 35px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 38px;
      margin-bottom: 30px;
      display: block; }
    .art article p {
      margin-bottom: 25px;
      color: #05203e;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px; }
    .art article img {
      object-fit: cover;
      height: auto;
      overflow: hidden;
      border-radius: 50px;
      margin: 30px 0 50px;
      width: 100%; }
    .art article ul {
      padding-left: 15px;
      margin-bottom: 50px; }
      .art article ul li {
        display: flex;
        align-items: flex-start;
        color: #05203e;
        font-size: 20px;
        font-weight: 400;
        line-height: 28.8px;
        letter-spacing: -0.48px;
        margin-bottom: 9px; }
        .art article ul li:before {
          content: "";
          display: inline-block;
          border-radius: 50%;
          flex: 1 0 auto;
          background: #05203e;
          margin-right: 10px;
          width: 6px;
          height: 6px;
          max-width: 6px;
          position: relative;
          top: 10px; }
    .art article table {
      border-collapse: separate;
      width: 100%;
      border-spacing: 0;
      margin: 50px 0; }
      .art article table td {
        color: #05203e;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        background: #d3e4ff;
        padding: 27px 30px; }
      .art article table thead td {
        color: #05203e;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        padding-top: 0;
        padding-bottom: 20px;
        background: transparent; }
      .art article table tbody tr td:first-child {
        border-radius: 20px 0 0 20px; }
      .art article table tbody tr td:last-child {
        border-radius: 0 20px 20px 0px; }
      .art article table tbody tr:nth-child(2n) td {
        background: transparent; }
    .art article ol {
      padding-left: 25px;
      margin-bottom: 50px; }
      .art article ol li {
        color: #05203e;
        font-size: 20px;
        font-weight: 400;
        line-height: 28.8px;
        letter-spacing: -0.48px;
        margin-bottom: 9px; }
    .art article blockquote {
      box-sizing: border-box;
      margin-bottom: 50px;
      padding-left: 33px;
      padding-top: 13px;
      padding-bottom: 13px;
      color: #05203e;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px;
      border-left: 4px solid #ae56d1; }
    .art article .accordeon .accordeon__button {
      background: #eee0f7; }
    .art article .accordeon__panel, .art article .accordeon__panel2 {
      margin-bottom: 0 !important;
      padding-left: 0 !important; }
    .art article .accordeon .panel__text {
      display: block !important; }
      .art article .accordeon .panel__text::before {
        display: none; }
  .art .bread {
    margin-bottom: 36px; }
    .art .bread a, .art .bread p {
      color: #000;
      opacity: 0.7; }
      .art .bread a:after, .art .bread p:after {
        color: #000;
        opacity: 0.7; }
    .art .bread a:hover {
      color: #BA65DC; }

.popup-call__box.pop {
  width: 1196px;
  margin-left: -598px; }
  .popup-call__box.pop .order__block {
    background: transparent;
    padding: 20px;
    max-width: 100% !important; }
  .popup-call__box.pop .order__flex {
    flex-direction: initial; }
    .popup-call__box.pop .order__flex input {
      width: 48.8%; }
      .popup-call__box.pop .order__flex input:first-child {
        width: 100%; }
    .popup-call__box.pop .order__flex .option {
      width: 48.8%;
      position: relative;
      z-index: 20; }
    .popup-call__box.pop .order__flex .selectCF {
      height: 56px;
      width: 100%;
      padding-left: 20px;
      border: 1px solid #E0E0E0;
      border-radius: 8px;
      margin-bottom: 16px;
      box-sizing: border-box;
      background: #f4f5fb; }
    .popup-call__box.pop .order__flex .selectCF .searchCF input {
      display: none !important; }
    .popup-call__box.pop .order__flex .selectCF .titleCF {
      font-size: 20px;
      font-weight: 400;
      box-sizing: border-box;
      line-height: 24px;
      color: black;
      padding-top: 15px; }
    .popup-call__box.pop .order__flex .selectCF .arrowCF {
      background: url( ../img/down2.svg) no-repeat !important;
      width: 19px;
      height: 13px;
      right: 13px;
      top: 23px; }
    .popup-call__box.pop .order__flex .onCF li ul {
      left: -8px;
      padding-top: 10px;
      border-radius: 8px;
      top: 61px;
      background: #f4f5fb; }
    .popup-call__box.pop .order__flex .selectCF li ul li {
      color: #000;
      padding-left: 10px; }
      .popup-call__box.pop .order__flex .selectCF li ul li:hover {
        color: #BA65DC; }
      .popup-call__box.pop .order__flex .selectCF li ul li:first-child {
        display: none !important; }

.header-lite {
  background: url( ../img/bg12.png) no-repeat center center/cover; }
  .header-lite .bread {
    margin-bottom: 200px; }
  .header-lite .header__pic {
    top: -88px; }
  .header-lite .header__star {
    top: -6px; }

.study-lite {
  margin-top: 100px; }

.lite {
  background: #EEE0F7;
  margin: 200px auto 100px;
  padding: 100px 0; }
  .lite__box img {
    position: absolute;
    right: 28px;
    top: -277px; }
  .lite__content {
    width: 100%;
    max-width: 850px; }
    .lite__content h2 {
      margin-bottom: 35px; }
    .lite__content p {
      font-weight: 400;
      font-size: 23.8125px;
      line-height: 29px;
      letter-spacing: -0.48px;
      color: #05203E;
      width: 100%;
      max-width: 770px;
      margin-bottom: 35px; }
    .lite__content a {
      width: 308px;
      height: 74px;
      font-size: 22px; }

.whom {
  margin: 100px auto; }
  .whom .lite__star {
    right: 74px;
    top: -155px;
    position: absolute; }
  .whom__box {
    margin-top: 67px;
    justify-content: space-between;
    flex-wrap: wrap; }
  .whom__item {
    background: url( ../img/bg14.png) no-repeat center center/cover;
    overflow: hidden;
    position: relative;
    padding: 50px;
    border-radius: 32px;
    height: 477px;
    width: 40.8%;
    margin-bottom: 20px; }
    .whom__item p {
      color: white;
      font-size: 30px;
      font-weight: 600;
      line-height: 30px;
      font-family: 'Museo Sans Cyrl 700'; }
    .whom__item:first-child, .whom__item:last-child {
      width: 57.9%; }
    .whom__item:first-child .whom__star {
      top: 183px;
      left: 142px; }
    .whom__item:nth-child(2) .whom__star {
      top: 129px;
      left: inherit;
      right: 20px; }
    .whom__item:nth-child(3) .whom__star {
      top: 221px;
      left: 48px; }
    .whom__item:nth-child(4) .whom__star {
      top: inherit;
      bottom: 50px;
      left: 90px; }
  .whom__star {
    position: absolute;
    top: 0;
    left: 0; }
  .whom__pic {
    position: absolute;
    bottom: -12px;
    right: 0; }

.cost-lite .cost__content p {
  font-weight: 400;
  font-size: 23.8125px;
  line-height: 29px;
  letter-spacing: -0.48px;
  color: #05203E; }

.header-express {
  background: url( ../img/bg.png) no-repeat center center/cover; }
  .header-express .header__star2 {
    position: absolute;
    bottom: 38px;
    right: 0; }
  .header-express .header__pic {
    top: -4px;
    right: 74px; }
  .header-express .header__star {
    top: 31px;
    right: 379px; }

.header__star2 {
  position: absolute;
  bottom: 38px;
  right: 0; }

.lite2 {
  margin-top: 100px; }
  .lite2 .lite__content {
    max-width: 952px;
    margin-left: auto; }
  .lite2 .lite__content p {
    max-width: 833px; }
  .lite2 .lite__box img {
    right: inherit;
    top: -268px;
    left: -14px; }

.header-help {
  margin-bottom: 100px; }
  .header-help .bread {
    margin-bottom: 140px; }
  .header-help .header__star {
    right: 58%;
    top: 55px; }
  .header-help .header__pic {
    top: -57px;
    right: 51px; }

.whom2 {
  margin-top: 0;
  margin-bottom: 200px; }

.theme2 {
  margin-bottom: 200px; }
  .theme2 .theme__bird {
    top: -346px;
    z-index: 0; }
  .theme2 .how__box {
    position: relative;
    z-index: 2; }
  .theme2 .how__item:last-child {
    margin-bottom: 0; }

.option {
  width: 48.8%;
  position: relative;
  z-index: 20; }
  .option .selectCF {
    height: 56px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    background: #f4f5fb; }
  .option .selectCF .searchCF input {
    display: none !important; }
  .option .selectCF .titleCF {
    font-size: 20px;
    font-weight: 400;
    box-sizing: border-box;
    line-height: 24px;
    color: black;
    padding-top: 15px; }
  .option .selectCF .arrowCF {
    background: url( ../img/down2.svg) no-repeat !important;
    width: 19px;
    height: 13px;
    right: 13px;
    top: 23px; }
  .option .onCF li ul {
    left: -8px;
    padding-top: 10px;
    border-radius: 8px;
    top: 61px;
    background: #f4f5fb; }
  .option .selectCF li ul li {
    color: #000;
    padding-left: 10px; }
    .option .selectCF li ul li:hover {
      color: #BA65DC; }
    .option .selectCF li ul li:first-child {
      display: none !important; }

.lite3 {
  margin-top: 0; }
  .lite3 .lite__box img {
    width: 628px;
    right: -21px;
    top: -381px; }
  .lite3 .lite__content {
    max-width: 1003px; }

.faq2 {
  margin-bottom: 100px; }

.teach {
  margin-bottom: 70px; }
  .teach .arrows {
    top: 0; }
  .teach h2 {
    margin-bottom: 60px; }
  .teach .swiper22 {
    overflow: hidden; }
    .teach .swiper22 .swiper-slide {
      background: transparent;
      padding: 0;
      border-radius: 0px; }
      .teach .swiper22 .swiper-slide strong {
        margin-bottom: 20px;
        display: block;
        font-weight: 600;
        font-family: 'Museo Sans Cyrl 700';
        font-size: 35px;
        line-height: 38px;
        color: #05203E; }
      .teach .swiper22 .swiper-slide a {
        display: block;
        font-weight: 600;
        font-family: 'Museo Sans Cyrl 700';
        font-size: 25px;
        line-height: 110%;
        color: #AE56D1;
        border-bottom: 1px solid #AE56D1; }
        .teach .swiper22 .swiper-slide a:hover {
          color: #2B87DE;
          border-bottom: 1px solid #2B87DE; }
      .teach .swiper22 .swiper-slide ul {
        padding-left: 15px;
        margin-bottom: 30px; }
        .teach .swiper22 .swiper-slide ul li {
          display: flex;
          align-items: flex-start;
          color: #05203e;
          font-size: 20px;
          font-weight: 400;
          line-height: 28.8px;
          letter-spacing: -0.48px;
          margin-bottom: 9px; }
          .teach .swiper22 .swiper-slide ul li:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            flex: 1 0 auto;
            background: #05203e;
            margin-right: 10px;
            width: 6px;
            height: 6px;
            max-width: 6px;
            position: relative;
            top: 10px; }
      .teach .swiper22 .swiper-slide span {
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        color: rgba(5, 32, 62, 0.5);
        display: block;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(5, 32, 62, 0.5); }
    .teach .swiper22 .video__wrap {
      height: 392px;
      border-radius: 20px;
      width: 100%;
      margin-bottom: 20px; }
      .teach .swiper22 .video__wrap .svg {
        margin-top: -41px;
        margin-left: -41px; }
      .teach .swiper22 .video__wrap:after {
        display: none; }

.header-online {
  background: url( ../img/bg12.png) no-repeat center center/cover; }
  .header-online .header__star {
    right: 38%;
    top: 144px; }
  .header-online .header__wrap {
    margin-top: 0; }
  .header-online .bread {
    margin-bottom: 180px; }
  .header-online .order__form {
    border-radius: 50px;
    background: white;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    max-width: 520px; }
    .header-online .order__form span {
      color: #666666;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      .header-online .order__form span a {
        color: #666666;
        text-decoration: underline; }
        .header-online .order__form span a:hover {
          color: #BA65DC; }
    .header-online .order__form h2 {
      color: #05203e;
      font-size: 40px;
      line-height: 38px;
      text-align: center;
      font-family: 'Museo Sans Cyrl 900';
      margin-bottom: 40px;
      font-weight: 700; }
    .header-online .order__form .order__flex input {
      width: 100%; }

.arg {
  background: url( ../img/card1/bg2.png) no-repeat center center/cover;
  padding: 100px 0;
  margin-top: 70px; }
  .arg .now__star {
    right: -100px; }
  .arg .theme__bird {
    top: -483px;
    right: -121px;
    z-index: -1; }
  .arg .now__star2 {
    bottom: 0; }
  .arg__box {
    justify-content: space-between;
    align-items: center; }
  .arg__content {
    width: 100%;
    max-width: 64.5%; }
    .arg__content h2 {
      color: white;
      font-size: 121.52px;
      font-weight: 600;
      line-height: 103.7px;
      letter-spacing: -3.66px;
      margin-bottom: 120px;
      font-family: 'Museo Sans Cyrl 700'; }
    .arg__content p {
      color: white;
      font-size: 31.88px;
      font-weight: 400;
      line-height: 36px;
      letter-spacing: -0.64px;
      margin-bottom: 30px; }
    .arg__content a {
      width: 308.49px;
      font-size: 22px;
      text-align: center; }
  .arg__info div {
    color: white;
    font-size: 20.17px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 25.69px;
    letter-spacing: -0.42px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 50px;
    padding: 0px 36px;
    border-radius: 89.63px;
    background: linear-gradient(90deg, #d551d9, #e74e23 100%); }
    .arg__info div:last-child {
      margin-bottom: 0; }

.whom3 {
  margin-top: 200px; }
  .whom3 .whom__star {
    left: inherit;
    right: 0;
    top: -160px; }

.how2 {
  padding-top: 0; }
  .how2 .how__star {
    position: absolute;
    top: -27px;
    right: 29%; }
  .how2 .how__bird {
    position: absolute;
    right: -78px;
    top: 116px; }
  .how2 .how__link {
    width: 790px;
    height: 74px;
    margin: 80px auto 0;
    font-size: 22px; }

.direction {
  background: #eee0f7;
  padding: 150px 0 120px;
  margin: 200px auto 100px; }
  .direction__row {
    justify-content: flex-start;
    margin-top: 70px;
    flex-wrap: wrap; }
  .direction__item {
    border-radius: 32px;
    background: white;
    padding: 40px;
    overflow: hidden;
    width: 32.4%;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .direction__item:nth-child(3n) {
      margin-right: 0; }
    .direction__item p {
      color: black;
      font-size: 35px;
      font-weight: 600;
      font-family: 'Museo Sans Cyrl 700';
      line-height: 38px;
      margin-bottom: 30px; }
    .direction__item ul {
      padding-left: 15px;
      margin-bottom: 30px;
      width: 100%;
      max-width: 351px; }
      .direction__item ul li {
        display: flex;
        align-items: flex-start;
        color: #05203e;
        font-size: 20px;
        font-weight: 400;
        line-height: 28.8px;
        letter-spacing: -0.48px;
        margin-bottom: 9px; }
        .direction__item ul li:before {
          content: "";
          display: inline-block;
          border-radius: 50%;
          flex: 1 0 auto;
          background: #05203e;
          margin-right: 10px;
          width: 6px;
          height: 6px;
          max-width: 6px;
          position: relative;
          top: 10px; }
    .direction__item a {
      margin-top: auto;
      width: 308.49px;
      font-size: 22px; }
  .direction__bird {
    position: absolute;
    bottom: -96px;
    right: -102px;
    width: 628px;
    pointer-events: none; }

.add {
  margin: 100px auto;
  width: 100%; }
  .add__row {
    justify-content: space-between;
    margin: 70px 0; }
  .add__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px;
    background: #d3e4ff;
    height: 525px;
    padding: 50px 40px 40px;
    width: 32.5%; }
    .add__item p {
      margin-bottom: 50px;
      font-size: 35px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 38px; }
    .add__item small {
      color: black;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px; }
    .add__item a {
      margin-top: auto;
      font-size: 22px;
      width: 308.49px; }
  .add .sub__text {
    margin-left: 0;
    margin-bottom: 30px; }
  .add .sub {
    margin: 0 !important; }
    .add .sub a {
      width: 515px;
      font-size: 22px; }
  .add .sub__title {
    margin-bottom: 20px; }
  .add .sub__star {
    right: 9%;
    top: 17px; }

.partners {
  padding: 100px 0 200px; }
  .partners .swiper6 {
    margin-top: 70px; }
    .partners .swiper6 .swiper-slide {
      height: 248px;
      box-sizing: border-box;
      border: 5px solid #ae56d1;
      border-radius: 50px;
      background: white;
      display: flex;
      align-items: center;
      transition: 0.5s;
      justify-content: center; }
      .partners .swiper6 .swiper-slide img {
        max-width: 95%;
        max-height: 95%;
        object-fit: contain; }
      .partners .swiper6 .swiper-slide:hover {
        border: 5px solid #2B87DE; }

.teach2 {
  margin-top: 100px;
  padding-bottom: 0;
  margin-bottom: 100px; }
  .teach2 .why__row {
    margin-bottom: 0;
    margin-top: 200px; }

.header__btns {
  margin-top: 40px; }
  .header__btns a {
    width: 308px;
    font-size: 22px; }
    .header__btns a:first-child {
      margin-right: 20px; }
    .header__btns a:nth-child(2) {
      background: transparent;
      border: 2px solid #FFFFFF;
      color: white; }
      .header__btns a:nth-child(2):hover {
        background: #BA65DC;
        border: 2px solid #BA65DC;
        color: white; }

.header-business .bread {
  margin-bottom: 90px; }

.header-business .header__pic {
  top: -21px;
  right: -48px; }

.header-business .header__star {
  right: 48%;
  top: 38px; }

.love2 {
  padding-top: 0; }
  .love2 .par__bird {
    top: -220px; }
  .love2 .love__item {
    width: 49%;
    height: 414px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .love2 .love__item h3 {
      font-size: 40px; }
    .love2 .love__item p {
      font-size: 22px;
      width: 100%;
      max-width: 495px;
      margin-top: auto; }
    .love2 .love__item img {
      right: 71px !important;
      bottom: inherit !important;
      left: inherit !important;
      top: 72px !important; }
    .love2 .love__item:first-child {
      background: #B8E9E1; }
    .love2 .love__item:nth-child(2) {
      background: #F7EDAE; }

.lite4 {
  margin: 100px auto 200px; }
  .lite4 .lite__box img {
    width: 666px;
    top: -280px;
    left: -83px; }

.lite5 {
  margin: 0 auto; }
  .lite5 .btn2 {
    width: 408px;
    font-size: 22px; }

.cost-business {
  margin-top: 200px;
  margin-bottom: 100px; }
  .cost-business .cost__bird {
    bottom: -334px;
    left: 0; }

.order-last {
  margin-bottom: 100px; }

.header-blog {
  overflow: visible; }
  .header-blog .header__wrap {
    padding-bottom: 0; }
  .header-blog .get__box:after {
    top: -53px; }
  .header-blog .nav__list li .get__box {
    top: 101%; }

.blog {
  padding-bottom: 200px; }
  .blog h1 {
    font-size: 121px;
    font-weight: 600;
    position: relative;
    font-family: 'Museo Sans Cyrl 700'; }
    .blog h1 span {
      color: rgba(5, 32, 62, 0.3);
      font-size: 50px;
      font-weight: 600;
      font-family: 'Museo Sans Cyrl 700'; }
  .blog__box {
    justify-content: flex-start;
    flex-wrap: wrap; }
  .blog__btn {
    width: 276px;
    font-size: 22px;
    margin: 30px auto 0; }
  .blog__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: #eaebf1;
    padding: 40px;
    width: 32.4%; }
    .blog__item h2 {
      color: #05203e;
      font-size: 35px;
      font-weight: 600;
      font-family: 'Museo Sans Cyrl 700';
      line-height: 38px;
      margin-bottom: 20px;
      width: 100%;
      max-width: 368px; }
    .blog__item p {
      color: #05203e;
      font-size: 20px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 40px; }
    .blog__item img {
      width: 100%;
      object-fit: cover;
      height: 275px;
      border-radius: 40px;
      margin-bottom: 28px;
      margin-top: auto; }
    .blog__item div {
      align-items: center;
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .blog__item div span {
        color: #ae56d1;
        font-size: 21.83px;
        font-weight: 600;
        line-height: 26.4px;
        letter-spacing: -0.32px;
        font-family: 'Museo Sans Cyrl 700';
        display: block;
        width: max-content;
        transition: 0.5s;
        border-bottom: 1px solid #ae56d1; }
      .blog__item div small {
        color: rgba(9, 9, 9, 0.25);
        font-size: 21.83px;
        font-weight: 600;
        font-family: 'Museo Sans Cyrl 700';
        line-height: 26.4px;
        letter-spacing: -0.32px; }
    .blog__item:nth-child(3n) {
      margin-right: 0; }
    .blog__item:hover {
      background: #D3E4FF; }
      .blog__item:hover span {
        color: #2B87DE;
        border-bottom: 1px solid #2B87DE; }
  .blog .rev__top {
    padding-right: 0; }
    .blog .rev__top .tabs__nav {
      width: max-content;
      height: auto;
      background: transparent; }
      .blog .rev__top .tabs__nav a {
        width: 194px;
        height: 74px;
        font-size: 22px;
        background: rgba(174, 86, 209, 0.15);
        color: #ae56d1;
        margin-right: 15px; }
        .blog .rev__top .tabs__nav a:hover {
          background: #D3E4FF;
          color: black; }
  .blog .rev__top .tabs__nav .tabs__btn_active {
    background: #BA65DC !important;
    color: white !important; }
  .blog .option {
    width: max-content;
    display: flex;
    align-items: center;
    padding-right: 35px; }
    .blog .option p {
      font-size: 21.83px;
      font-weight: 600;
      font-family: 'Museo Sans Cyrl 700';
      line-height: 26.4px;
      letter-spacing: -0.32px;
      color: rgba(5, 32, 62, 0.3);
      white-space: nowrap;
      margin-right: 7px; }
  .blog .option .selectCF {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    height: auto; }
  .blog .option .selectCF .titleCF {
    padding-top: 0;
    font-size: 21.83px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 26.4px;
    letter-spacing: -0.32px;
    color: #05203e; }
  .blog .option .selectCF .arrowCF {
    right: -32px;
    top: 9px; }
  .blog .option .onCF li ul {
    left: -19px;
    top: 43px;
    padding: 20px; }
  .blog .selectCF li ul li {
    font-size: 21.83px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    padding-left: 0; }
  .blog .option .selectCF li ul li:first-child {
    display: block !important; }

.blog-item__back {
  align-items: center;
  color: #05203e;
  font-size: 21.83px;
  font-weight: 600;
  line-height: 26.4px;
  font-family: 'Museo Sans Cyrl 700';
  letter-spacing: -0.32px;
  margin-bottom: 40px; }
  .blog-item__back .svg {
    margin-right: 12px; }
  .blog-item__back:hover {
    color: #BA65DC; }

.blog-item__time {
  color: #ae56d1;
  font-size: 21.83px;
  font-family: 'Museo Sans Cyrl 700';
  font-weight: 600;
  line-height: 26.4px;
  letter-spacing: -0.32px;
  margin-bottom: 30px; }

.blog-item article img {
  margin-top: 0; }

.blog-item article .video__wrap {
  margin-top: 50px; }

.blog-item__info {
  margin-top: 200px;
  position: relative; }
  .blog-item__info h2 {
    text-align: center; }
  .blog-item__info .swiper7 {
    overflow: hidden;
    margin-top: 50px; }
    .blog-item__info .swiper7 .swiper-slide .blog__item {
      width: 100%; }
      .blog-item__info .swiper7 .swiper-slide .blog__item h2 {
        text-align: left; }

.blog-item__link {
  position: absolute;
  right: 0;
  top: 33px;
  color: #ae56d1;
  font-size: 21.83px;
  font-family: 'Museo Sans Cyrl 700';
  font-weight: 600;
  line-height: 26.4px;
  letter-spacing: -0.32px;
  border-bottom: 1px solid #ae56d1; }
  .blog-item__link:hover {
    color: #000;
    border-bottom: 1px solid #000; }

.header-luchik {
  background: url( ../img/bg12.png) no-repeat center center/cover;
  margin-bottom: 200px; }
  .header-luchik .header__content .btn {
    width: 308px;
    font-size: 22px;
    margin-top: 30px; }
  .header-luchik__row {
    width: 100%;
    max-width: 726px;
    justify-content: space-between;
    flex-wrap: wrap; }
  .header-luchik__item {
    height: 195px;
    border-radius: 30px;
    background: #eaebf1;
    margin-bottom: 18px;
    width: 48.7%;
    padding: 30px;
    position: relative; }
    .header-luchik__item:last-child {
      display: flex;
      align-items: center;
      justify-content: start; }
      .header-luchik__item:last-child p {
        color: #05203e;
        font-size: 19px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0; }
    .header-luchik__item img {
      position: absolute;
      right: 25px;
      bottom: 24px; }
    .header-luchik__item p {
      color: #05203e;
      font-family: 'Museo Sans Cyrl 700';
      font-size: 29px;
      font-weight: 600;
      line-height: 38px;
      margin-bottom: 17px; }
    .header-luchik__item ul {
      padding-left: 10px;
      margin-bottom: 0px;
      width: 100%;
      max-width: 351px; }
      .header-luchik__item ul li {
        display: flex;
        align-items: flex-start;
        color: #05203e;
        font-size: 20px;
        font-weight: 400;
        line-height: 28.8px;
        letter-spacing: -0.48px;
        margin-bottom: 0px; }
        .header-luchik__item ul li:before {
          content: "";
          display: inline-block;
          border-radius: 50%;
          flex: 1 0 auto;
          background: #05203e;
          margin-right: 10px;
          width: 6px;
          height: 6px;
          max-width: 6px;
          position: relative;
          top: 12px; }
  .header-luchik .header__star {
    right: -65px;
    top: -48px; }
  .header-luchik .header__star2 {
    bottom: 49px;
    right: 43%; }

.theme3 {
  margin-bottom: 200px; }
  .theme3 .theme__star2 {
    right: 0;
    top: -136px; }
  .theme3__links {
    justify-content: center;
    width: 100%;
    max-width: 1238px;
    display: flex;
    margin: 113px auto -178px; }
    .theme3__links a {
      width: 48%;
      height: 74px;
      font-size: 22px;
      border: none; }
      .theme3__links a:first-child {
        margin-right: 50px; }
        .theme3__links a:first-child:after {
          background: linear-gradient(90deg, #792bde, #2b87de 100%), linear-gradient(180deg, #c16ee2, #a449c8 100%), linear-gradient(88.85deg, #ff9327 7.173%, #ff6a2b 99.772%); }
      .theme3__links a:nth-child(2):after {
        background: linear-gradient(90deg, #792bde, #2b87de 100%), linear-gradient(88.85deg, #ff9327 7.173%, #ff6a2b 99.772%); }

.prize__row {
  justify-content: space-between;
  margin-top: 60px; }

.prize__star {
  position: absolute;
  bottom: 40px;
  left: 149px; }

.prize__pic {
  position: absolute;
  right: 54px;
  bottom: 24px; }

.prize__item {
  position: relative;
  border-radius: 32px;
  height: 477px;
  padding: 50px; }
  .prize__item p {
    color: white;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 30px; }
  .prize__item:first-child {
    background: url( ../img/bg14.png) no-repeat center center/cover;
    width: 57.7%; }
  .prize__item:nth-child(2) {
    background: url( ../img/bg10.png) no-repeat center center/cover;
    width: 41%; }
    .prize__item:nth-child(2) .prize__star {
      bottom: 79px; }
    .prize__item:nth-child(2) .prize__pic {
      right: -145px;
      bottom: -50px; }

.prize__info {
  justify-content: space-between;
  align-items: center;
  margin: 200px 0 130px; }

.prize__content {
  width: 100%;
  max-width: 47.5%; }
  .prize__content span {
    display: block;
    color: #05203e;
    font-size: 23.81px;
    font-family: 'Museo Sans Cyrl 900';
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    margin-bottom: 20px; }
  .prize__content p {
    color: #05203e;
    font-size: 23.81px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.48px; }

.faq-first {
  background: #ae56d1;
  padding: 100px 0; }
  .faq-first .accordeon {
    border-radius: 50px;
    position: relative;
    z-index: 6;
    background: white;
    padding: 60px; }
    .faq-first .accordeon .accordeon__button {
      background: #d3e4ff; }
    .faq-first .accordeon .accordeon__item:last-child {
      margin-bottom: 0; }
  .faq-first__content {
    width: 100%;
    max-width: 57%; }
    .faq-first__content h2 {
      color: white;
      margin-bottom: 50px; }
      .faq-first__content h2 span {
        display: inline-flex;
        border-radius: 5000px;
        background: rgba(255, 255, 255, 0.3);
        width: 241px;
        height: 116px;
        align-items: center;
        justify-content: center;
        margin-right: 5px; }
  .faq-first__text p {
    color: white;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 28.8px;
    letter-spacing: -0.48px;
    margin-bottom: 50px;
    text-align: left;
    max-width: 100%; }
    .faq-first__text p:last-child {
      margin-bottom: 0; }
    .faq-first__text p a {
      color: white;
      text-decoration: underline; }
      .faq-first__text p a:hover {
        color: #2B87DE; }
  .faq-first .faq__top {
    margin-bottom: 50px;
    align-items: flex-start; }
  .faq-first__data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 495px;
    height: 116px;
    border: 2px solid white;
    border-radius: 5000px;
    color: white;
    font-size: 40px;
    font-weight: 600;
    line-height: 64px;
    font-family: 'Museo Sans Cyrl 700';
    letter-spacing: -1.92px; }
  .faq-first__pic {
    position: absolute;
    right: 56px;
    top: 89px;
    z-index: 0; }

.faq-second {
  background: #2b87de; }
  .faq-second .faq__top {
    margin-bottom: 140px; }
  .faq-second .faq-first__text p:first-child {
    margin-bottom: 70px; }
  .faq-second .faq-first__pic {
    top: 9px; }
  .faq-second .accordeon .accordeon__button:after {
    background: url( ../img/card1/plus2.svg) no-repeat !important; }
  .faq-second .accordeon .accordeon__button.active:after {
    background: url( ../img/card1/minus2.svg) no-repeat !important; }

.faq-third {
  margin-bottom: 100px;
  background: #4b0ec6; }
  .faq-third .accordeon .accordeon__button:after {
    background: url( ../img/card1/plus3.svg) no-repeat !important; }
  .faq-third .accordeon .accordeon__button.active:after {
    background: url( ../img/card1/minus3.svg) no-repeat !important; }
  .faq-third .faq__top {
    margin-bottom: 100px; }

.partners2 {
  padding-bottom: 100px; }

.header-library {
  background: url( ../img/bg12.png) no-repeat center center/cover; }
  .header-library .bread {
    margin-bottom: 150px; }
  .header-library .header__pic {
    top: -3px;
    right: 92px;
    z-index: 3; }
  .header-library .header__star {
    right: 36%;
    top: 0; }
  .header-library .header__star2 {
    width: 116px; }

.library {
  padding: 200px 0 150px; }
  .library .rev__top .tabs__nav a {
    width: max-content;
    padding: 0 60px; }
  .library__item {
    width: 32%;
    padding: 30px;
    height: 257px;
    border-radius: 50px;
    background: #d3e4ff;
    margin-right: 20px;
    margin-bottom: 20px; }
    .library__item:nth-child(3n) {
      margin-right: 0; }
    .library__item:nth-child(2n) {
      background: #eee0f7; }
  .library__top {
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between; }
    .library__top p {
      color: black;
      font-family: 'Museo Sans Cyrl 700';
      font-size: 30px;
      font-weight: 600;
      line-height: 44px; }
  .library__row {
    justify-content: space-between; }
    .library__row a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 67.68px;
      height: 67.68px;
      border-radius: 17.58px;
      background: white;
      color: black;
      font-size: 21.97px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 38.67px; }
      .library__row a:hover {
        background: #BA65DC;
        color: white; }

.faq6 {
  margin: 100px auto; }

.row {
  padding: 100px 0; }
  .row__box {
    justify-content: space-between; }
  .row__item {
    width: 47%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 532px;
    border-radius: 50px;
    position: relative;
    padding: 70px 40px 30px;
    background: url( ../img/library/bg.png) no-repeat center center/cover; }
    .row__item h3 {
      margin-top: 0;
      margin-bottom: 40px;
      color: white;
      font-size: 53.79px;
      font-weight: 600;
      line-height: 54px;
      letter-spacing: -1.62px;
      font-family: 'Museo Sans Cyrl 700'; }
    .row__item:nth-child(2) .row__star {
      top: inherit;
      bottom: 30px; }
  .row__star {
    pointer-events: none;
    position: absolute;
    top: 30px;
    right: 20px; }
  .row__text {
    max-width: 428px;
    width: 100%;
    color: white;
    font-size: 25.9px;
    font-weight: 400;
    line-height: 31.2px;
    letter-spacing: -0.52px;
    margin-bottom: 40px; }
  .row__sum {
    color: white;
    font-size: 63.38px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 76.8px;
    letter-spacing: -1.92px;
    margin-top: auto;
    margin-bottom: 40px; }
    .row__sum span {
      color: white;
      font-size: 26.29px;
      font-weight: 400;
      font-family: 'Museo Sans Cyrl 500', sans-serif;
      line-height: 21px;
      letter-spacing: -0.53px;
      position: relative;
      left: -9px;
      top: -6px; }
  .row__links {
    width: 100%; }
    .row__links a {
      width: 45%;
      font-size: 22px;
      height: 74.4px; }
      .row__links a:nth-child(2) {
        margin-left: 10px;
        background: transparent;
        border: 2px solid white;
        color: white; }
        .row__links a:nth-child(2):hover {
          background: #BA65DC;
          border: 2px solid #BA65DC;
          color: white; }

.bird-library .study__star2 {
  z-index: 2;
  right: inherit;
  bottom: inherit;
  left: -86px;
  top: 314px; }

.bird-library .study__star3 {
  z-index: 2;
  position: absolute;
  left: 19%;
  top: -45px; }

.bird-library .bird__content {
  margin-top: 50px; }

.bird-library .bird__box img {
  padding-left: 50px; }

.header-course {
  background: url( ../img/bg.png) no-repeat center center/cover; }
  .header-course .header__wrap {
    align-items: flex-end; }
  .header-course .header__star2 {
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 2; }
  .header-course .header__star3 {
    position: absolute;
    bottom: 0;
    right: 30%;
    z-index: 2; }
  .header-course .header__star {
    top: 24px; }

.sub-course {
  margin: 0 auto 100px !important; }
  .sub-course .sub__text {
    margin-left: 0px;
    margin-bottom: 40px; }
  .sub-course .sub__wrap {
    padding: 30px 40px; }
    .sub-course .sub__wrap a {
      width: 512px;
      font-size: 22px; }
  .sub-course .sub__star {
    right: 44%;
    top: 141px; }
  .sub-course .theme__bird {
    top: -252px;
    right: 37px; }

.items-course {
  padding-top: 0px;
  padding-bottom: 100px; }
  .items-course .faq__star1 {
    right: 0; }

.years {
  padding: 200px 0; }
  .years .arrows {
    margin-top: 50px; }
  .years .swiper8 {
    overflow: hidden;
    margin-top: 70px; }
    .years .swiper8 .swiper-slide {
      height: 343px;
      border-radius: 50px;
      background: #b8e9e1;
      padding: 50px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: relative; }
      .years .swiper8 .swiper-slide p {
        color: black;
        font-size: 40px;
        font-family: 'Museo Sans Cyrl 700';
        font-weight: 600;
        line-height: 45px; }
      .years .swiper8 .swiper-slide span {
        display: block;
        margin-top: auto;
        color: black;
        font-size: 23.81px;
        font-weight: 400;
        line-height: 28.8px;
        letter-spacing: -0.48px;
        width: 100%;
        max-width: 450px; }
      .years .swiper8 .swiper-slide .header__star2 {
        right: 134px; }
      .years .swiper8 .swiper-slide:nth-child(2n) {
        background: #f7edae; }
        .years .swiper8 .swiper-slide:nth-child(2n) .header__star2 {
          bottom: 115px;
          right: 30px; }

.format {
  padding: 100px 0; }
  .format__row {
    margin-top: 100px;
    justify-content: space-between; }
  .format__item {
    position: relative;
    width: 32%;
    height: 444px;
    border-radius: 32px;
    background: #f7edae;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .format__item p {
      color: #05203e;
      font-size: 35px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 38px;
      margin-bottom: 40px; }
    .format__item ul {
      padding-left: 10px;
      margin-bottom: 0px;
      width: 100%; }
      .format__item ul li {
        display: flex;
        align-items: flex-start;
        color: #05203e;
        font-size: 20px;
        font-weight: 400;
        line-height: 28.8px;
        letter-spacing: -0.48px;
        margin-bottom: 0px; }
        .format__item ul li:before {
          content: "";
          display: inline-block;
          border-radius: 50%;
          flex: 1 0 auto;
          background: #05203e;
          margin-right: 10px;
          width: 6px;
          height: 6px;
          max-width: 6px;
          position: relative;
          top: 12px; }
    .format__item a {
      margin-top: auto;
      width: 308.49px;
      font-size: 22px; }
    .format__item img {
      position: absolute;
      top: -106px;
      right: 16px; }
    .format__item:nth-child(2) {
      background: #b8e9e1; }
    .format__item:nth-child(3) {
      background: #e3e3fc; }

.order-course {
  margin-bottom: 100px; }

.love-course .love__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .love-course .love__item p {
    width: 100%;
    max-width: 373px; }
  .love-course .love__item a {
    margin-top: auto;
    display: block;
    width: max-content;
    border-bottom: 1px solid #ae56d1;
    color: #ae56d1;
    font-size: 21.83px;
    font-family: 'Museo Sans Cyrl 700';
    font-weight: 600;
    line-height: 26.4px;
    letter-spacing: -0.32px; }
    .love-course .love__item a:hover {
      color: #000;
      border-bottom: 1px solid #000; }

.sub-course2 .sub__wrap {
  background: url( ../img/course/bg.png) no-repeat center center/cover; }

.sub-course2 .sub__text {
  width: 100%;
  max-width: 50%; }

.sub-course2 .sub__title {
  margin-bottom: 25px; }

.sub-course2 .theme__bird {
  top: -125px;
  right: 105px; }

.rev-course .study__bird {
  position: absolute;
  right: -107px;
  top: -534px;
  z-index: 2;
  pointer-events: none; }

.header-teachers {
  background: url( ../img/bg12.png) no-repeat center center/cover; }
  .header-teachers .bread {
    margin-bottom: 220px; }
  .header-teachers .header__pic {
    top: -71px; }
  .header-teachers .header__star {
    right: 70%;
    top: -14px; }
  .header-teachers .header__star2 {
    bottom: 311px;
    right: 40%;
    width: 116px; }

.theme-teachers {
  margin-bottom: 100px; }
  .theme-teachers .theme__star2 {
    right: 100px; }
  .theme-teachers .par__bird {
    top: inherit;
    bottom: -624px;
    right: 205px;
    z-index: 1; }
  .theme-teachers .theme__area {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px; }
    .theme-teachers .theme__area div {
      width: 32.5%;
      padding: 40px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      height: 444px;
      border-radius: 32px;
      background: white;
      margin-bottom: 20px;
      position: relative; }
      .theme-teachers .theme__area div img {
        position: absolute;
        bottom: 136px;
        right: 36px; }
      .theme-teachers .theme__area div h3 {
        margin-bottom: 20px;
        color: black;
        font-size: 35px;
        font-weight: 600;
        font-family: 'Museo Sans Cyrl 700';
        line-height: 38px;
        margin-top: 0; }
      .theme-teachers .theme__area div p {
        color: black;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px; }
      .theme-teachers .theme__area div a {
        margin-top: auto;
        width: 308.49px;
        font-size: 22px; }
  .theme-teachers .theme__area_2 div {
    height: 373px; }
  .theme-teachers .theme__area_2 small {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border-radius: 50%;
    width: 87px;
    height: 87px;
    border-radius: 43.5px;
    background: #ae56d1;
    color: white;
    font-size: 39.19px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 29.78px; }

.row-teachers {
  margin-bottom: 100px; }
  .row-teachers .row__item {
    width: 48%;
    height: 635px; }
  .row-teachers .row__text {
    margin-bottom: 25px;
    max-width: 532px; }

.header-neuro {
  background: url( ../img/bg12.png) no-repeat center center/cover; }
  .header-neuro .bread {
    margin-bottom: 150px; }
  .header-neuro .header__pic {
    top: 9px; }
  .header-neuro .header__star {
    right: -71px;
    top: -30px; }
  .header-neuro .header__star2 {
    bottom: 106px;
    right: 36%;
    width: 116px; }

.lite-neuro .lite__box img {
  width: 697px;
  right: 0;
  top: -401px; }

.lic-neuro {
  padding: 0 0 200px; }
  .lic-neuro .lic__info {
    max-width: 909px; }

.theme-neuro {
  margin-bottom: 100px; }
  .theme-neuro__box {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px; }
  .theme-neuro__item {
    width: 100%;
    padding: 40px 50px;
    border-radius: 50px;
    background: white;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    height: 160px; }
    .theme-neuro__item span {
      margin-right: 80px;
      display: block;
      color: #ae56d1;
      font-size: 45px;
      font-weight: 400;
      line-height: 38px; }
    .theme-neuro__item p {
      color: black;
      font-size: 35px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 44px; }
    .theme-neuro__item:nth-child(2n) {
      background: #ae56d1; }
      .theme-neuro__item:nth-child(2n) p, .theme-neuro__item:nth-child(2n) span {
        color: white; }
  .theme-neuro__side {
    width: 49%; }
    .theme-neuro__side:nth-child(2) .theme-neuro__item {
      background: #ae56d1; }
      .theme-neuro__side:nth-child(2) .theme-neuro__item p, .theme-neuro__side:nth-child(2) .theme-neuro__item span {
        color: white; }
      .theme-neuro__side:nth-child(2) .theme-neuro__item:nth-child(2n) {
        background: white; }
        .theme-neuro__side:nth-child(2) .theme-neuro__item:nth-child(2n) span {
          color: #ae56d1; }
        .theme-neuro__side:nth-child(2) .theme-neuro__item:nth-child(2n) p {
          color: #000; }

.theme-neuro2 .theme__star2 {
  top: -91px;
  right: 57px; }

.theme-neuro2__text {
  margin-top: 50px;
  width: 100%;
  color: #05203e;
  font-size: 23.81px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -0.48px;
  max-width: 1020px;
  margin-bottom: 37px; }

.theme-neuro2__row {
  justify-content: space-between;
  flex-wrap: wrap; }
  .theme-neuro2__row div {
    width: 32.5%;
    height: 264px;
    border-radius: 32px;
    background: white;
    margin-bottom: 20px;
    padding: 50px 40px; }
    .theme-neuro2__row div span {
      color: #ae56d1;
      font-size: 35px;
      font-weight: 600;
      line-height: 38px;
      font-family: 'Museo Sans Cyrl 700';
      margin-bottom: 50px;
      display: block; }
    .theme-neuro2__row div p {
      color: black;
      font-size: 35px;
      font-weight: 600;
      font-family: 'Museo Sans Cyrl 700';
      line-height: 38px; }

.prog {
  padding: 200px 0 100px; }
  .prog .row__star {
    top: -69px; }
  .prog__row {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px; }
  .prog__item {
    width: 24%;
    overflow: hidden;
    margin-bottom: 20px;
    height: 379px;
    border-radius: 50px;
    background: #d3e4ff;
    padding: 30px; }
    .prog__item img {
      margin-bottom: 17px;
      margin-left: auto;
      display: block; }
    .prog__item p {
      font-size: 30px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 44px;
      margin-bottom: 20px; }
      .prog__item p span {
        color: #ae56d1; }
    .prog__item small {
      color: #05203e;
      font-size: 20px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px; }

.row-neuro {
  background: #eee0f7;
  padding: 150px 0;
  margin: 100px auto; }
  .row-neuro .row__box {
    margin-top: 100px; }
  .row-neuro .row__item {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 40px; }
    .row-neuro .row__item div {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 347.21px;
      height: 74.4px;
      border-radius: 5000px;
      background: #2b87de;
      color: white;
      font-size: 21.83px;
      font-family: 'Museo Sans Cyrl 700';
      font-weight: 600;
      line-height: 26.4px;
      letter-spacing: -0.32px;
      margin: 0 auto;
      margin-top: -69px;
      top: -69px; }
    .row-neuro .row__item ul {
      padding-left: 10px;
      margin-bottom: 40px;
      width: 100%;
      width: 100%;
      max-width: 672px; }
      .row-neuro .row__item ul li {
        display: flex;
        align-items: flex-start;
        color: white;
        font-size: 25.9px;
        font-weight: 400;
        line-height: 31.2px;
        letter-spacing: -0.52px;
        margin-bottom: 5px; }
        .row-neuro .row__item ul li:before {
          content: "";
          display: inline-block;
          border-radius: 50%;
          flex: 1 0 auto;
          background: white;
          margin-right: 10px;
          width: 6px;
          height: 6px;
          max-width: 6px;
          position: relative;
          top: 12px; }
  .row-neuro .row__sum {
    margin-top: auto;
    margin-bottom: 40px; }
    .row-neuro .row__sum img {
      margin-left: 10px; }
  .row-neuro__btn {
    font-size: 22px;
    width: 308.49px; }
  .row-neuro .row__star {
    top: inherit !important;
    width: 107px;
    bottom: 90px !important;
    right: 95px; }

.teach-neuro {
  margin-bottom: 0; }

.lic-neuro2 {
  padding-bottom: 100px; }

.faq-neuro {
  margin-bottom: 100px; }

.header-emotional .bread {
  margin-bottom: 170px; }

.header-emotional .header__star3 {
  position: absolute;
  right: 3px;
  bottom: 76px;
  z-index: 2; }

.header-emotional .header__star {
  right: 68%;
  top: 45px; }

.header-emotional .header__pic {
  top: 49px;
  right: 22px; }

.header-emotional .header__star2 {
  bottom: inherit;
  right: 45%;
  top: 0; }

.love-emotional {
  padding: 200px 0; }
  .love-emotional .study__bird {
    position: absolute;
    right: 18px;
    top: -315px; }

.theme .theme__area_emotional div {
  height: 525px;
  padding-top: 50px; }
  .theme .theme__area_emotional div h3 {
    margin-bottom: 60px; }
  .theme .theme__area_emotional div img {
    bottom: 30px;
    right: 30px; }
  .theme .theme__area_emotional div ul {
    padding-left: 10px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 301px; }
    .theme .theme__area_emotional div ul li {
      display: flex;
      align-items: flex-start;
      color: #05203e;
      font-size: 20px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px;
      margin-bottom: 0px; }
      .theme .theme__area_emotional div ul li:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        flex: 1 0 auto;
        background: #05203e;
        margin-right: 10px;
        width: 6px;
        height: 6px;
        max-width: 6px;
        position: relative;
        top: 12px; }

.change {
  padding: 100px 0; }
  .change .par__bird {
    transform: scaleX(-1); }
  .change__box {
    margin-top: 100px; }
  .change__row {
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    z-index: 3; }
    .change__row:last-child {
      margin-bottom: 0; }
  .change__item {
    width: 49.3%;
    border-radius: 50px;
    background: #d3e4ff;
    justify-content: space-between;
    align-items: center;
    padding: 60px 50px; }
    .change__item:nth-child(2) {
      background: #eee0f7; }
      .change__item:nth-child(2) span {
        color: #ae56d1; }
  .change__content {
    width: 100%;
    max-width: 73%; }
    .change__content span {
      display: block;
      color: #2b87de;
      font-size: 25px;
      font-weight: 600;
      line-height: 38px;
      font-family: 'Museo Sans Cyrl 700';
      margin-bottom: 40px; }
    .change__content p {
      color: black;
      font-family: 'Museo Sans Cyrl 700';
      font-size: 35px;
      font-weight: 600;
      line-height: 44px; }

.text-emotional {
  padding: 100px 0; }
  .text-emotional .text__name {
    margin-bottom: 0; }

.groups .theme-neuro2__row {
  justify-content: flex-start;
  flex-wrap: wrap; }
  .groups .theme-neuro2__row div {
    width: 32%;
    border-radius: 32px;
    background: #d3e4ff;
    height: 357px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .groups .theme-neuro2__row div:nth-child(3n) {
      margin-right: 0; }
    .groups .theme-neuro2__row div span {
      color: #2b87de;
      margin-bottom: 30px; }
    .groups .theme-neuro2__row div small {
      color: #05203e;
      font-size: 20px;
      font-weight: 400;
      line-height: 28.8px;
      letter-spacing: -0.48px;
      margin-top: auto;
      display: block; }

.groups .faq__top {
  margin-bottom: 50px; }

.groups .tabs__nav {
  width: max-content;
  border-radius: 64px;
  background: #f4f5fb;
  padding: 6px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px; }
  .groups .tabs__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 239px;
    height: 80px;
    border-radius: 50px;
    color: black;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 18px; }
    .groups .tabs__nav a:hover {
      color: #BA65DC; }
  .groups .tabs__nav .tabs__btn_active {
    background: linear-gradient(180deg, #c16ee2, #a449c8 100%), #3d3bff;
    color: white !important; }

.how-emotional .how__bird {
  z-index: -1;
  right: 0;
  top: -198px;
  width: 492px; }

.teach-emotional {
  margin-bottom: 0; }

.faq-emotional {
  margin: 100px auto; }

@media screen and (max-width: 1620px) {
  .container {
    max-width: 1400px !important; }
  h1 {
    line-height: 90%;
    font-size: 106px; }
  .header__text {
    font-size: 28px;
    line-height: 100%; }
  .header__pic {
    top: -191px;
    right: 49px;
    width: 47%; }
  .nav__btn, .nav__enter {
    width: 210px; }
  .nav__logo {
    margin-right: 40px;
    width: 180px; }
  .nav__enter {
    margin-left: 30px; }
  .nav__logo:after {
    right: -18px; }
  .nav__list li .get__box {
    width: 1370px;
    margin-left: -685px;
    padding: 30px; }
  .get__block {
    padding: 20px;
    width: 24%; }
  .get__right {
    width: 31%; }
  .get__content {
    width: 43%; }
  .get__stars {
    bottom: 0px;
    left: 144px; }
  .get__one {
    position: relative; }
    .get__one img {
      position: absolute;
      top: 5px;
      right: 5px; }
  .get__one div p {
    font-size: 19px; }
  .get__one div small {
    font-size: 14.88px;
    display: block;
    line-height: 20.2px; }
  .get__area p {
    line-height: 100%;
    font-size: 19px; }
  .get__area a {
    font-size: 17px !important; }
  .get__last a p, .get__box_3 .get__one p {
    line-height: 100%;
    font-size: 18px; }
  .get__last a span, .get__box_3 .get__one span {
    line-height: 120%;
    font-size: 17px; }
  .sub__pic {
    top: -88px;
    right: 72px;
    width: 23%; }
  .sub__text {
    font-size: 18px; }
  .info__fig {
    left: 148px; }
  .info__item_2 .info__pic {
    right: 5px; }
  .info__item_2 .info__fig {
    right: -1px; }
  .info__item_3 .info__pic {
    right: 10px; }
  .study__image {
    width: 100%;
    pointer-events: none; }
  h2 {
    font-size: 51px;
    line-height: 100%; }
  .study__wrap h2 {
    margin-bottom: 30px; }
  .study__wrap p {
    font-size: 20.81px;
    line-height: 28.8px;
    width: 100%;
    max-width: 693px; }
  .study__pic {
    top: 104px;
    right: 77px; }
  .study__wrap .study__last {
    margin-top: 281px;
    max-width: 440px; }
  .why .swiper1 .swiper-slide p br {
    display: none; }
  .why__row div {
    width: 250px;
    height: 250px; }
  .why__row div p {
    font-size: 18px; }
  .why__row div span {
    font-size: 55px; }
  .why .swiper1 {
    left: -81px; }
  .pay h2 {
    font-size: 200px;
    line-height: 100%; }
  .pay__item h3 {
    font-size: 48px;
    line-height: 100%; }
  .pay__item small {
    font-size: 22.9px;
    line-height: 28.2px; }
  .video__wrap {
    height: 750px; }
  .order__block {
    max-width: 900px; }
  .order__title {
    font-size: 38px;
    line-height: 100%; }
  .order__text {
    font-size: 17px;
    line-height: 22px; }
  .order__block {
    padding: 30px; }
  .order__content {
    max-width: 370px; }
  .order .custom-checkbox + label span {
    font-size: 15px; }
  .order__bird {
    bottom: -301px;
    left: -92px;
    width: 39%; }
  .footer__title {
    font-size: 140px; }
  .footer__el a {
    font-size: 60px; }
  .footer__el {
    margin-right: 93px;
    margin-bottom: 31px;
    min-width: 591px; }
  .footer__item:last-child img {
    left: 182px; }
  .footer__right p {
    font-size: 13px; }
  .footer__socials {
    margin-right: 60px; }
  .footer__links {
    margin-right: 120px; }
  .footer__last .go_to {
    top: 70px; }
  .menu-btn2.active {
    right: 4%; }
  .header-school .header__pic {
    width: 43%; }
  .header-school .header__star {
    right: -22px;
    top: 304px; }
  .bird .study__star2 {
    left: 0;
    top: -2px; }
  .bird__content {
    margin-right: 0; }
  .bird .study__wrap {
    padding-bottom: 0; }
  .cost__row .pay__item .pay__star1 {
    left: 291px; }
  .cost__row .pay__star2 {
    bottom: 221px; }
  .cost__bird {
    left: -91px; }
  .sub2 .sub__name {
    font-size: 38px; }
  .header-pre_school .header__star {
    right: 32%;
    top: -31px; }
  .header-pre_school .header__pic {
    top: -87px;
    right: -53px;
    width: 42%; }
  .par__bird {
    right: -60px; }
  .par__item p {
    font-size: 23px;
    line-height: 36px;
    max-width: 412px; }
  .order-pre .order__bird {
    width: auto;
    left: -47px; }
  .how__item span {
    margin-right: 50px; }
  .how__item p {
    font-size: 23px;
    line-height: 30px; }
  .how__bird {
    right: -80px;
    top: -402px;
    width: 38%; }
  .membership__row p:first-child {
    margin-right: 40px; }
  .membership__row p {
    font-size: 57px; }
    .membership__row p img {
      width: 32px; }
  .order-pre2 .order__bird2 {
    left: -32px; }
  .order-pre2 .order__bird {
    left: 118px; }
  .tele__star {
    left: -10px; }
  .tele__row img {
    margin-right: 50px; }
  .faq__top p {
    font-size: 21px; }
  .faq .panel__info {
    font-size: 23px; }
  .faq .cost__bird {
    bottom: -591px;
    left: -52px; }
  .now__content h2 {
    font-size: 103px; }
  .now__star2 {
    right: 35%; }
  .ten .header__pic {
    right: 70px;
    top: -29px;
    width: 48%; }
  .ten .header__star {
    right: 34px;
    top: 285px; }
  .go__text p {
    font-size: 22px; }
  .how-ten .how__bird {
    width: 231px;
    right: 0; }
  .how-ten .how__text p {
    font-size: 22px; }
  .items__block p {
    font-size: 28px;
    line-height: 38px; }
  .area__wrap h2 {
    font-size: 98px; }
  .area__wrap p {
    font-size: 27.5px; }
  .area__star1 {
    right: 32%;
    bottom: -24px;
    width: 116px; }
  .how-ten2 .how__bird {
    width: 231px;
    right: -44px;
    top: 35px; }
  .items-about {
    padding-top: 100px; }
  .text__box img {
    width: 49%; }
  .header-lite .header__pic {
    top: -48px;
    right: 53px; }
  .header-lite .header__star {
    right: -38px;
    top: -5px; }
  .whom__item p {
    font-size: 27px; }
  .header-express .header__pic {
    top: -15px; }
  .header-express .header__star {
    right: 400px;
    top: 6px; }
  .lite2 .lite__content {
    max-width: 58%; }
  .header-help .header__star {
    right: 56%;
    top: 56px; }
  .header-help .header__pic {
    top: -31px;
    right: 76px;
    width: 42%; }
  .love .par__bird {
    right: -152px; }
  .order-pre .order__bird2 {
    left: -2px; }
  .order-pre .order__bird {
    left: -18px; }
  .lite3 .lite__box img {
    width: 586px; }
  .now__star {
    right: -33px; }
  .header-online .header__star {
    right: 42%;
    top: 114px; }
  .how2 .how__bird {
    width: 200px; }
  .arg .now__star {
    right: -79px; }
  .arg__content h2 {
    font-size: 111px; }
  .direction__item {
    width: 32.2%; }
  .partners .swiper6 .swiper-slide {
    height: 230px; }
  .lite4 .lite__box img {
    top: -218px; }
  .header-business .header__pic {
    top: 6px;
    right: -12px;
    width: 52%; }
  .header-business .header__star {
    right: 49%;
    top: 43px; }
  .love2 .love__item img {
    right: 33px !important; }
  .cost-business .cost__bird {
    bottom: -340px;
    left: -18px; }
  .blog__item {
    width: 32.2%; }
  .header-luchik__row {
    max-width: 48%; }
  .header-luchik__item p {
    font-size: 26px; }
  .header-luchik__item:last-child p {
    font-size: 17px; }
  .header-luchik .header__star {
    right: -3%; }
  .header-luchik .header__star2 {
    right: 44%; }
  .prize__star {
    left: 67px; }
  .prize__item:nth-child(2) .prize__pic {
    right: -129px;
    bottom: -136px; }
  .header-library .header__star {
    right: 36%;
    top: 0; }
  .library__row a {
    width: 54px;
    height: 54px;
    font-size: 20px; }
  .row__star {
    width: 183px; }
  .bird-library .bird__box img {
    padding-left: 100px; }
  .bird-library .bird__content {
    margin-left: 80px; }
  .bird-library .study__star2 {
    left: -31px;
    top: 314px; }
  .bird-library .study__star3 {
    left: 27%; }
  .header-course .header__star {
    right: 45%;
    top: 18px; }
  .header-course .header__star3 {
    right: 35%;
    width: 180px; }
  .sub-course .theme__bird {
    right: -30px; }
  .sub-course .sub__star {
    right: 39%; }
  .years .swiper8 .swiper-slide p {
    font-size: 35px; }
  .years .swiper8 .swiper-slide .header__star2 {
    right: 52px; }
  .years .swiper8 .swiper-slide:nth-child(2n) .header__star2 {
    right: 15px; }
  .items h2 span {
    left: 0; }
  .format__item p {
    font-size: 30px;
    line-height: 35px; }
  .format__item img {
    top: -114px;
    right: -15px; }
  .love-course {
    padding-top: 100px; }
    .love-course .love__item img {
      width: 218px; }
  .sub-course2 .theme__bird {
    right: 0;
    top: -100px; }
  .rev-course .study__bird {
    right: -13px;
    top: -474px;
    width: 450px; }
  .header-teachers .header__pic {
    width: 45%;
    top: -13px; }
  .header-teachers .header__star {
    right: 63%;
    top: -17px; }
  .love-teachers .love__item p {
    font-size: 19px; }
  .love-teachers .love__item h3 {
    margin-bottom: 26px; }
  .theme-teachers .theme__area div h3 {
    font-size: 29px;
    line-height: 35px; }
  .theme-teachers .theme__area div img {
    bottom: 150px; }
  .theme-teachers .par__bird {
    right: 120px; }
  .header-neuro .header__star {
    top: -30px;
    width: 200px; }
  .lite-neuro .lite__box img {
    width: 642px;
    right: 0;
    top: -384px; }
  .theme-neuro .theme__star2 {
    right: 40%; }
  .theme-neuro2__row div p {
    font-size: 30px; }
  .row-neuro .row__star {
    right: 47px; }
  .header-emotional .header__star {
    right: 68%;
    top: 45px; }
  .header-emotional .header__pic {
    top: 0;
    right: 0;
    width: 39%; }
  .love-emotional .study__bird {
    right: 0; }
  .theme .theme__area_emotional div img {
    bottom: 30px; }
  .change__content p {
    font-size: 31px;
    line-height: 40px; }
  .groups .theme-neuro2__row div small {
    font-size: 19px; }
  .rev .arrows {
    top: 216px; } }

@media screen and (max-width: 1350px) {
  .whom .lite__star {
    display: none; }
  .container {
    max-width: 1250px !important; }
  .nav__list li a {
    font-size: 17px; }
  .nav__btn, .nav__enter {
    width: 182px;
    height: 60px;
    font-size: 18px; }
  .nav__list li {
    margin-right: 21px; }
  .nav__list li .get__box {
    padding: 20px;
    width: 1200px;
    margin-left: -600px; }
  .get__area a {
    font-size: 15px !important; }
  .sub__star {
    right: 24%;
    top: 121px;
    width: 92px; }
  .info__fig {
    width: 90px; }
  .info__item_2 .info__pic, .info__item_3 .info__pic {
    right: 0;
    width: 100%; }
  .study__image {
    top: 69px; }
  .study__wrap p {
    max-width: 672px; }
  .study__wrap .study__last {
    margin-top: 223px;
    max-width: 415px; }
  .why__row div {
    width: 220px;
    height: 220px; }
  .why .swiper1 {
    left: -100px; }
  .pay h2 {
    font-size: 175px; }
  .pay__item:nth-child(2) .pay__star1 {
    left: inherit;
    right: 15px;
    top: 173px; }
  .pay__item small br {
    display: none; }
  .footer__el a {
    font-size: 50px; }
  .footer__el {
    margin-right: 68px;
    min-width: 524px; }
  .footer__item:last-child img {
    left: 206px;
    width: 86px;
    top: -20px; }
  .header-school .header__pic {
    right: -40px; }
  .bird .study__wrap {
    padding-bottom: 40px; }
  .study-school .study__wrap h2, .study-school .study__wrap p {
    max-width: 728px; }
  .study-school .study__wrap .study__last {
    max-width: 415px;
    margin-top: 210px; }
  .cost__row .pay__item {
    height: auto; }
  .cost__row .pay__item p {
    font-size: 54px; }
  .cost__row .pay__star2 {
    bottom: 268px; }
  .cost__row .pay__item .pay__star1 {
    left: 257px; }
  .cost .pay__item small {
    font-size: 21px; }
  .cost__row .pay__star2 {
    bottom: 199px; }
  .sub2 .sub__name br {
    display: none; }
  .nav__enter .svg {
    height: 45px; }
  .now__content h2 {
    font-size: 85px;
    line-height: 100%; }
  .now__content p {
    font-size: 26px; }
  .how__item p {
    width: 100%;
    max-width: 80%; }
  .ser .swip .swiper-wrapper .swiper-slide img {
    bottom: 108px;
    right: 0; }
  .par__item p {
    font-size: 22px;
    max-width: 310px; }
    .par__item p br {
      display: none; }
  .par__bird {
    right: -115px;
    width: 44%;
    top: -185px; }
  .love__item h3 {
    font-size: 28px;
    line-height: 120%; }
  .header-pre_school .header__pic {
    top: 20px;
    right: -116px; }
  .ten .header__pic {
    right: 0; }
  .go__text {
    max-width: 49%; }
  .theme .how__item small {
    max-width: 45.2%; }
  .area__pic {
    width: 46%; }
  .contacts__bird {
    width: 318px; }
  .text__content p {
    font-size: 21px; }
  .header-lite .header__star {
    width: 200px; }
  .lite__box img {
    right: -37px;
    top: -277px;
    width: 43%; }
  .whom__item p br {
    display: none; }
  .cost-lite .cost__content p {
    font-size: 21px; }
  .header-express .header__star2 {
    bottom: 13px;
    right: 0;
    width: 200px; }
  .header-express .header__star {
    width: 150px; }
  .lite2 .lite__box img {
    top: -196px;
    left: -31px;
    width: 38%; }
  .header-help .header__pic {
    right: 0; }
  .love .par__bird {
    top: -273px; }
  .theme2 .theme__bird {
    right: -49px; }
  .lite3 .lite__box img {
    width: 515px; }
  .teach .swiper22 .video__wrap {
    height: 340px; }
  .header-online .header__star {
    right: 44%; }
  .whom__pic {
    bottom: -20px; }
  .how2 .how__star {
    right: 22%; }
  .arg__content {
    max-width: 56%; }
  .arg__content h2 {
    font-size: 91px; }
  .direction__item p {
    font-size: 29px; }
  .theme__star2 {
    right: 32%; }
  .cost-business .cost__content {
    max-width: 31%; }
  .blog__item h2 {
    font-size: 32px; }
  .blog-item .pag {
    display: flex; }
  .blog-item__link {
    top: 17px; }
  .blog-item__info {
    margin-top: 100px; }
  .header-luchik h1 {
    font-size: 92px; }
  .header-luchik .header__text br {
    display: none; }
  .header-luchik__item p {
    font-size: 22px;
    line-height: 110%; }
  .prize__item:nth-child(2) .prize__pic {
    bottom: -165px; }
  .prize__content p {
    font-size: 20px; }
  .faq-first__pic {
    right: 0; }
  .row__star {
    width: 142px; }
  .row__links a {
    font-size: 20px; }
  .header-course .header__star3 {
    display: none; }
  .sub-course .theme__bird {
    right: 30px;
    width: 400px;
    top: -114px; }
  .years .swiper8 .swiper-slide:nth-child(2n) .header__star2 {
    right: 27px;
    bottom: 200px; }
  h2 {
    font-size: 48px; }
  .format__item img {
    top: -126px; }
  .love-course .love__item {
    height: auto; }
  .sub-course2 .theme__bird {
    top: 7px; }
  .love-teachers .love__item p {
    font-size: 17px; }
  .theme-teachers .theme__area div h3 {
    font-size: 25px;
    line-height: 32px; }
  .theme-teachers .theme__area div p br {
    display: none; }
  .theme-teachers .par__bird {
    bottom: -535px; }
  .membership .ser__star {
    right: 40%; }
  .header-neuro .header__star {
    right: -63px; }
  .header-neuro .header__star2 {
    right: 31%; }
  .lite-neuro .lite__box img {
    width: 595px; }
  .theme-neuro2 .theme__star2 {
    display: none; }
  .theme-neuro2__row div {
    height: auto; }
  .row-neuro .row__star {
    bottom: 43px !important; }
  .header-emotional .header__star3 {
    display: none; }
  .header-pre_school .header__pic {
    right: -71px; }
  .love-emotional .study__bird {
    right: -37px; } }

@media screen and (max-width: 1250px) {
  .menu-btn, .menu {
    display: block; }
  .menu-btn {
    width: 43px;
    height: 43px;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 11;
    background: url( ../img/bur1.svg) no-repeat center center;
    overflow: hidden; }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    transition: all 0.5s;
    margin-left: 5px; }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 48px;
    height: 2px;
    margin-left: 0; }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 24px;
    height: 2px;
    margin-left: 12px; }
  .nav__logo {
    margin-right: 0;
    width: 95px; }
    .nav__logo:after {
      display: none; }
  .header {
    background: transparent;
    overflow: visible; }
  .header__wrap {
    background: url( ../img/bg.png) no-repeat center center/cover;
    border-radius: 50px;
    margin-top: 0;
    padding: 50px;
    flex-direction: column; }
  .header__row {
    margin-bottom: 20px; }
  .header h1 {
    font-size: 75px;
    margin-bottom: 22px; }
  .header__text {
    font-size: 22px; }
  .header__star {
    display: none; }
  .nav {
    padding: 0;
    margin-bottom: 20px; }
    .nav__box {
      height: 71px;
      position: relative;
      padding: 0 25px;
      border-radius: 50px;
      background: linear-gradient(90deg, #0f6eaf, #6c1299 100%), #d9d9d9; }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    background: #030303;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 10;
    overflow: hidden; }
  .menu-btn.active span:nth-of-type(1) {
    display: none; }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg); }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg); }
  .submenu-wrapper {
    margin: 0 auto; }
  .submenu-content {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  .search {
    left: 50% !important;
    width: 715px;
    margin-left: -320px !important; }
  .container {
    max-width: 960px !important; }
  .nav__list, .nav .menu-btn2, .nav__btn, .nav__enter {
    display: none; }
  .header__pic {
    top: 0;
    right: 0;
    width: 50%;
    position: relative;
    margin: 0 auto -131px; }
  .header__bottom {
    display: none; }
  .sub__pic, .sub__star2 {
    display: none; }
  .sub__star {
    right: 8%;
    top: 137px; }
  .info__bird, .info__star, .study__star1 {
    display: none; }
  .info__pic {
    width: 221px; }
  .info__content {
    padding: 30px; }
  .info__content p {
    font-size: 26px;
    line-height: 100%; }
  .info__pic {
    width: 296px;
    top: 1px;
    right: -44px; }
  .info__content img {
    margin-bottom: 20px; }
  .info__fig {
    left: 65px; }
  .info__item_2 .info__pic, .info__item_3 .info__pic {
    right: 15px;
    width: 91%;
    margin: 0 auto;
    display: block; }
  .info__item_2, .info__item_3 {
    height: 766px; }
  .info__content small {
    font-size: 18px; }
  .study {
    padding-top: 50px; }
  h2 {
    font-size: 43px; }
  .study__wrap {
    padding: 72px 0px 102px; }
  .study__wrap h2, .study__wrap p {
    max-width: 56%; }
  .study__pic {
    top: 98px;
    right: 54px;
    width: 300px; }
  .study__wrap .study__last {
    margin-top: 150px;
    max-width: 34%; }
  .study__star2 {
    display: none; }
  .why {
    padding: 80px 0; }
  .why__row {
    justify-content: center;
    margin-bottom: 100px;
    flex-wrap: wrap; }
  .why__row div {
    width: 270px;
    margin: 10px;
    height: 270px; }
  .why h2 {
    margin-bottom: 30px; }
  .info {
    padding: 70px 0; }
  .info__box {
    margin-top: 30px; }
  .sub {
    margin: 170px 0 60px; }
  .why .swiper1 {
    left: 132px; }
  .pay {
    padding: 50px 0; }
  .pay h2 {
    font-size: 135px;
    margin-bottom: 50px; }
  .pay__item {
    height: auto;
    padding: 30px;
    width: 100%;
    margin-bottom: 30px; }
    .pay__item:last-child {
      margin-bottom: 0; }
  .pay__row {
    flex-wrap: wrap; }
  .pay__item small {
    margin-bottom: 20px; }
  .pay__pic, .pay__item:nth-child(3) .pay__pic {
    margin-top: 0; }
  .pay__star2 {
    bottom: 174px; }
  .pay {
    margin-bottom: 60px; }
  .opt__stars {
    display: none; }
  .opt__box {
    margin-top: 30px; }
  .opt__item {
    padding: 20px;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 22px; }
  .opt__content span {
    font-size: 16px;
    line-height: 110%; }
  .opt__content p {
    line-height: 110%;
    font-size: 22px; }
  .opt__bottom p {
    line-height: 110%;
    font-size: 20px; }
  .pay, .study {
    border-radius: 0px; }
  .opt {
    padding: 60px 0; }
  .video {
    padding-top: 20px;
    padding-bottom: 60px; }
  .video__wrap {
    height: 600px;
    border-radius: 0px; }
  .rev {
    padding: 60px 0; }
    .rev .arrows {
      display: none; }
    .rev .pag {
      display: flex; }
  .rev h2 {
    margin-bottom: 20px; }
  .rev__top {
    padding-right: 0;
    margin-bottom: 24px; }
  .rev .swiper2, .rev .swiper3 {
    width: 100%;
    overflow: hidden; }
  .pag .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: rgba(174, 86, 209, 0.25); }
  .order {
    margin-top: 50px; }
  .order {
    padding: 50px 0;
    border-radius: 0px;
    margin-bottom: 0; }
  .sec {
    border-radius: 0px; }
  .order__star {
    display: none; }
  .order__bird {
    display: none; }
  .footer {
    border-radius: 0px; }
  .footer__title {
    font-size: 100px; }
  .footer__item {
    margin-bottom: 20px;
    max-width: 21%; }
  .footer__item p {
    font-size: 18px;
    line-height: 110%; }
  .footer__item ul li a {
    font-size: 16px; }
  .footer__link {
    width: 100%; }
  .footer__item:last-child img {
    left: 123px;
    width: 86px;
    top: 65px; }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start; }
  .footer__logo {
    order: 1;
    margin-bottom: 20px; }
  .footer__links a {
    margin-bottom: 20px; }
  .footer__links {
    margin-right: 0;
    margin-bottom: 20px;
    order: 2; }
  .footer__right {
    margin-left: 0;
    text-align: left;
    order: 3;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .footer__right p {
      text-align: left; }
  .footer__socials {
    margin-right: 0;
    order: 4;
    padding: 30px 0; }
  .footer__bottom {
    padding-bottom: 0; }
  .footer__content {
    margin-bottom: 30px; }
  .info__item {
    margin-bottom: 65px; }
  .submenu-wrapper {
    margin: 0 auto; }
  .submenu-content {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    max-width: 930px;
    margin: 0 auto; }
  .menu {
    position: fixed;
    top: 126px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 20px 40px;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 10;
    overflow: hidden; }
    .menu.active {
      transform: initial; }
    .menu .mobile__form {
      width: 100%;
      margin: 30px 0; }
      .menu .mobile__form input {
        height: 50px;
        border: 2px solid #ae56d1;
        border-radius: 20px;
        font-size: 14px; }
      .menu .mobile__form button {
        bottom: 3px;
        width: 38px; }
        .menu .mobile__form button .svg {
          width: 100%; }
    .menu .mobile__form button .svg path, .menu .mobile__form button .svg circle {
      stroke: #BA65DC; }
  .menu-btn.active {
    background: url( ../img/bur2.svg) no-repeat center center; }
  .submenu-content {
    max-width: 930px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 90%; }
  .submenu-wrapper {
    width: 100%; }
  .menu__item {
    width: 100%;
    margin: 0;
    padding: 17px 0;
    border-bottom: 1px solid #dedede; }
    .menu__item_1 {
      border-top: 1px solid #dedede; }
    .menu__item p {
      color: #05203e;
      font-size: 16px;
      font-weight: 600;
      line-height: 28.8px;
      letter-spacing: -0.32px;
      font-family: 'Museo Sans Cyrl 700'; }
    .menu__item .get__name {
      margin-bottom: 20px;
      color: white;
      font-size: 25px;
      font-weight: 700;
      line-height: 31px; }
      .menu__item .get__name:after {
        display: none; }
    .menu__item .get__text {
      color: white;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      .menu__item .get__text:after {
        display: none; }
  .menu__item p {
    margin-bottom: 0;
    position: relative; }
    .menu__item p:after {
      content: "";
      display: block;
      background: url( ../img/menu-arr.svg) no-repeat !important;
      width: 12px;
      height: 19px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -9.5px; }
  .submenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    z-index: 50;
    height: 85.2%;
    overflow-y: auto;
    display: none;
    padding: 0 30px; }
  .back-button {
    background: transparent;
    position: relative;
    border: none;
    width: auto;
    height: auto;
    z-index: 55;
    top: 18px;
    left: 10px;
    color: #05203e;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Museo Sans Cyrl 700';
    line-height: 29px; }
    .back-button img {
      margin-right: 4px;
      position: relative;
      top: 1px; }
  .menu__list {
    height: 100%; }
  .submenu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .menu__info {
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    width: 100%; }
  .menu__left a {
    display: block;
    margin-bottom: 15px;
    color: #05203e;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Museo Sans Cyrl 700'; }
  .menu__socials a {
    display: block;
    margin-bottom: 9px; }
  .menu__links {
    width: 100%; }
    .menu__links a {
      width: 100%;
      height: 50.31px;
      border-radius: 50.31px;
      color: white;
      font-size: 14.09px;
      font-weight: 600;
      font-family: 'Museo Sans Cyrl 700';
      line-height: 17px;
      margin-bottom: 10px; }
      .menu__links a:first-child {
        background: #BA65DC; }
      .menu__links a:last-child {
        background: transparent;
        border: 2px solid #ae56d1;
        color: #ae56d1;
        position: relative; }
        .menu__links a:last-child img {
          position: absolute;
          top: 6px;
          right: 6px; }
  .back-button {
    display: none; }
  .submenu-wrapper.show-back-button .back-button {
    display: flex; }
  .get__content {
    max-width: 100%;
    width: 100%; }
  .get__block {
    display: block;
    width: 100%;
    margin-top: 90px;
    max-width: 100%;
    margin-bottom: 30px;
    height: 250px;
    padding: 30px; }
    .get__block .svg {
      width: 50px;
      height: 50px;
      margin-top: 23px; }
  .get__item p:after {
    display: none !important; }
  .get__stars {
    top: 21px;
    left: inherit;
    right: 31px; }
  .get__right {
    width: 100%;
    margin-top: 20px;
    max-width: 100%; }
  .get__el p:after, .get__area p:after, .get__last a p:after, .get__box_3 .get__one p:after, .get__box_2 .get__one p:after {
    display: none; }
  .get__one {
    width: 49%; }
  .get__box_2 {
    margin-top: 78px; }
  .get__box_4 {
    flex-direction: column;
    margin-top: 78px; }
  .get__box_3 .get__one span br {
    display: none; }
  .get__area {
    width: 100%;
    margin-bottom: 20px; }
  .get__last {
    width: 100%; }
  .get__last a {
    height: auto; }
  .page .nav {
    margin-bottom: 54px; }
  .bread {
    margin: -87px 0 49px -29px; }
    .bread a, .bread p {
      color: black;
      opacity: 0.7;
      font-size: 12px;
      line-height: 24px;
      letter-spacing: -0.4px; }
      .bread a:after, .bread p:after {
        content: "/";
        display: inline-block;
        color: black;
        opacity: 0.7;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.4px;
        margin: 0 10px; }
      .bread a:hover, .bread p:hover {
        color: #BA65DC;
        opacity: 1; }
    .bread p:after {
      display: none;
      color: black !important;
      opacity: 0.7; }
  .lic__row {
    flex-direction: column; }
    .lic__row img {
      margin: 15px auto 0; }
  .bird__box {
    flex-direction: column-reverse; }
  .lic__info {
    margin-top: 0; }
  .bird .study__wrap {
    padding-top: 50px; }
  .bird .study__wrap h2, .bird .study__wrap p {
    max-width: 100%; }
  .bird__box img {
    left: 0;
    top: 0;
    margin: 10px auto -193px; }
  .study-school .study__wrap h2, .study-school .study__wrap p {
    max-width: 54%; }
  .study-school .study__wrap .study__last {
    max-width: 33%;
    margin-top: 156px; }
  .cost__box {
    flex-direction: column;
    padding-top: 0; }
  .cost__content {
    max-width: 100%;
    margin-bottom: 30px; }
  .cost__row {
    width: 100%;
    align-items: baseline; }
  .cost__row .pay__item .pay__pic {
    margin-top: -106px; }
  .cost__bird {
    left: -25px;
    width: 59%; }
  .header-search .nav {
    margin-bottom: 0 !important; }
  .sear .bread {
    margin: 0 0 30px; }
  .header-search {
    background: transparent !important;
    margin-top: 20px;
    margin-bottom: 20px; }
  .header-search .nav__box {
    background: linear-gradient(90deg, #0f6eaf, #6c1299 100%) !important; }
  .sear h1 {
    font-size: 55px;
    margin-bottom: 25px; }
  .sear__name {
    font-size: 30px;
    margin-bottom: 25px; }
  .sear__top h2 {
    font-size: 26px; }
  .sear__top span, .sear__text {
    font-size: 18px; }
  .sear {
    padding-bottom: 0; }
  .header-pre_school .header__pic {
    width: 50%;
    top: 0;
    right: -61px;
    display: block; }
  .love__row {
    margin-top: 30px;
    flex-direction: column; }
  .love__item {
    width: 100%;
    margin-bottom: 20px; }
  .love__item img {
    right: 15px !important;
    bottom: 0px !important;
    left: inherit !important; }
  .par__row {
    margin-top: 30px; }
  .par__item {
    padding: 30px;
    width: 49%; }
  .par__item img {
    width: 166px; }
  .par__item p {
    font-size: 21px; }
  .ser .swip .swiper-wrapper .swiper-slide p {
    font-size: 27px;
    line-height: 120%; }
  .ser .swip .swiper-wrapper .swiper-slide a {
    width: 100%; }
  .ser .swip .swiper-wrapper .swiper-slide {
    padding: 30px; }
  .ser .swip .swiper-wrapper .swiper-slide img {
    width: 163px; }
  .how__bird {
    right: 0;
    top: -333px; }
  .how__box {
    margin-top: 30px; }
  .how {
    padding-bottom: 100px; }
  .membership .ser__star {
    display: none; }
  .ser .rev__top {
    margin-bottom: 30px; }
  .membership__item {
    padding: 30px;
    width: 100%; }
  .membership__item h3 {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 120%; }
  .tele__star {
    display: none; }
  .tele__row {
    padding-left: 0;
    flex-direction: column-reverse;
    align-items: center; }
  .tele__content {
    max-width: 100%; }
  .tele__row img {
    margin: 0 auto -283px; }
  .faq__star1 {
    display: none; }
  .faq {
    padding: 100px 0; }
  .faq__top {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start; }
  .faq__top p {
    text-align: left;
    margin-top: 30px; }
  .accordeon .accordeon__button {
    padding: 40px 120px 40px 20px;
    height: auto;
    font-size: 21px; }
  .accordeon .accordeon__button:after {
    left: inherit;
    right: 20px; }
  .accordeon .panel__text {
    margin-left: 20px; }
  .panel__info {
    font-size: 21px;
    margin-bottom: 20px; }
  .faq .cost__bird {
    display: none; }
  .sub3 .sub__name span {
    display: block;
    margin-top: 20px; }
  .sub3 .sub__star {
    top: 225px; }
  .sub3 {
    margin: 100px 0 20px; }
  .now__star, .now__star2 {
    display: none; }
  .now {
    border-radius: 50px;
    margin-bottom: 0;
    padding-top: 30px; }
  .now__row img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 324px;
    z-index: 1;
    margin-left: -162px; }
  .now__content h2 {
    font-size: 65px;
    margin-bottom: 20px; }
  .now__content p {
    margin-bottom: 200px; }
  .now__wrap {
    padding-bottom: 30px; }
  .now__content a {
    margin: 0 auto;
    position: relative;
    z-index: 3; }
  .now__content {
    max-width: 100%; }
  .order-pre2 .order__bird2 {
    display: none; }
  .tele {
    margin-top: 50px; }
  .membership {
    margin-bottom: 0;
    padding: 100px 0; }
  .ser__star {
    display: none; }
  .ser {
    padding: 100px 0;
    margin-top: 50px; }
  .par {
    margin-bottom: 0;
    padding: 100px 0; }
  .header h1 {
    line-height: 110%; }
  .go {
    margin-top: 50px;
    padding: 50px 0; }
    .go__box {
      flex-direction: column;
      align-items: flex-start; }
  .go__box h2 {
    max-width: 100%;
    margin-bottom: 30px; }
    .go__box h2 span {
      display: block; }
  .go__text {
    max-width: 100%; }
  .how-ten .how__bird {
    display: none; }
  .how-ten {
    padding-top: 50px !important; }
    .how-ten h2 span {
      display: block;
      position: relative;
      left: -8px; }
  .how-ten .how__area {
    margin-top: 50px; }
  .theme__bird, .theme__star1, .theme__star2 {
    display: none; }
  .theme {
    padding: 50px 0; }
  .theme .how__item p {
    max-width: 263px; }
  .items {
    padding: 50px 0; }
  .items__block {
    width: 32%; }
  .area {
    margin-bottom: 0;
    padding: 50px 0;
    background: transparent; }
    .area__wrap {
      background: url( ../img/bg8.png) no-repeat center center/cover;
      border-radius: 50px;
      padding: 30px 20px 422px; }
  .area__wrap h2 {
    max-width: 100%;
    font-size: 85px;
    line-height: 110%;
    margin-bottom: 20px; }
  .area__wrap p {
    max-width: 100%; }
  .area__star2, .area__star1 {
    display: none; }
  .area__pic {
    top: inherit;
    right: 50%;
    bottom: 0;
    width: 420px;
    margin-right: -210px; }
  .how-ten2 {
    padding: 50px 0 0 !important; }
  .how-ten2 .how__bird {
    width: 243px;
    right: -1px;
    top: -208px; }
  .how-ten2 .how__item p {
    font-size: 29px;
    line-height: 38px; }
    .how-ten2 .how__item p br {
      display: none; }
  .header-about .header__wrap {
    background: transparent;
    padding: 0 0 60px; }
  .header-about .bread {
    margin: 0 0 30px; }
  .why__row_about {
    margin-bottom: 0; }
  .items__block p {
    font-size: 26px;
    line-height: 36px; }
  .order-pre2 .order__text br {
    display: none; }
  .contacts__box {
    flex-direction: column; }
  .contacts__block {
    width: 100%;
    margin-bottom: 20px; }
  .contacts__content {
    width: 100%; }
  .contacts {
    padding-bottom: 50px; }
  .text__box {
    flex-direction: column; }
  .text__content {
    max-width: 100%;
    margin-top: 30px; }
  .text {
    padding-top: 50px;
    padding-bottom: 50px; }
  .art .bread {
    margin: 0 0 30px; }
  .art {
    padding-top: 0; }
  .art__wrap {
    max-width: 100%; }
  .popup-call__box.pop {
    width: 990px;
    margin-left: -495px; }
  .header-lite .bread {
    margin-bottom: 49px; }
  .lite__box img {
    right: 0;
    top: inherit;
    width: 39%;
    bottom: -340px; }
  .whom__item {
    width: 100% !important; }
  .cost-lite .cost__content p {
    margin-top: -10px; }
  .lite {
    margin: 100px auto; }
  .header-express .header__star2 {
    display: none; }
  .lite2 .lite__content p br {
    display: none; }
  .lite2 .lite__box img {
    top: -49px; }
  .header__star2, .love .par__bird {
    display: none; }
  .header-help {
    margin-bottom: 0; }
  .header-help .bread {
    margin-bottom: 44px; }
  .lite3 .lite__content {
    max-width: 62%; }
  .teach .pag {
    margin-top: 40px; }
  .teach h2 {
    margin-bottom: 30px; }
  .header-online .bread {
    margin-bottom: 40px; }
  .header-online .header__content {
    margin-bottom: 30px;
    width: 100%; }
  .header-online .order__form {
    max-width: 100%; }
  .whom3 {
    margin-bottom: 0; }
  .how__item p br {
    display: none; }
  .arg__box {
    flex-direction: column; }
  .arg__content {
    max-width: 100%; }
  .arg__content h2 {
    margin-bottom: 30px; }
  .arg__content a {
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 100%; }
    .arg__content a br {
      display: none; }
  .arg {
    padding: 50px 0 200px; }
  .arg__info div {
    width: 100%; }
  .arg__info {
    width: 100%; }
  .direction__bird {
    display: none; }
  .direction__item {
    width: 48.5%; }
    .direction__item:nth-child(3n) {
      margin-right: 20px; }
    .direction__item:nth-child(2n) {
      margin-right: 0; }
  .add__row {
    flex-direction: column; }
  .add__item {
    width: 100%;
    margin-bottom: 20px;
    height: auto; }
  .add__item p {
    margin-bottom: 30px; }
  .add__item a {
    margin-top: 30px;
    width: 100%; }
  .teach2 .why__row {
    margin-top: 100px; }
  .teach2 {
    margin-bottom: 0; }
  .lite4 .lite__box img {
    left: -140px; }
  .order-last {
    margin-top: 0; }
  .love2 {
    margin-top: 200px; }
  .love2 .love__item {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    padding-bottom: 140px; }
  .love2 .love__item img {
    right: 20px !important;
    top: inherit !important;
    bottom: 20px !important; }
  .love2 .love__item p {
    max-width: 100%; }
  .love2 {
    margin-top: 100px;
    padding-bottom: 100px; }
  .lite5 {
    margin-top: 0;
    margin-bottom: 0; }
  .cost-business .cost__content {
    max-width: 100%; }
  .cost-business .cost__bird {
    display: none; }
  .cost-business {
    padding-bottom: 100px; }
  .blog h1 span {
    font-size: 31px; }
  .blog .rev__top {
    flex-direction: column;
    align-items: flex-start; }
  .blog .tabs {
    position: relative; }
  .blog .mobile__form {
    margin-bottom: 120px; }
  .blog .option {
    position: absolute;
    top: 232px;
    left: 0; }
  .blog__box {
    justify-content: space-between; }
  .blog__item {
    margin-right: 0 !important;
    width: 49%; }
  .blog .rev__top .tabs__nav {
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    justify-content: flex-start; }
    .blog .rev__top .tabs__nav a {
      min-width: 180px; }
  .blog-item {
    padding-bottom: 50px; }
  .header-luchik__row {
    max-width: 100%;
    margin-top: 30px; }
  .header-luchik {
    margin-bottom: 100px; }
  .theme3__links {
    margin: 0 auto 40px;
    flex-direction: column; }
  .theme3__links a:first-child {
    margin-right: 0;
    margin-bottom: 20px; }
  .theme3__links a {
    width: 100%; }
  .theme3 {
    padding-top: 100px;
    margin-bottom: 100px; }
  .prize__star {
    display: none; }
  .prize__row {
    margin-top: 30px;
    flex-direction: column; }
  .prize__item:first-child {
    width: 100%;
    margin-bottom: 20px; }
  .prize__item:nth-child(2) {
    width: 100%; }
  .prize__info {
    margin-bottom: 80px;
    margin-top: 150px;
    flex-direction: column;
    align-items: flex-start; }
  .prize__content {
    max-width: 100%;
    margin-top: 20px; }
  .faq-first__pic {
    display: none; }
  .faq-first__content {
    max-width: 100%;
    margin-bottom: 30px; }
  .faq-first .accordeon {
    padding: 0;
    background: transparent; }
  .faq-first .accordeon .accordeon__button {
    background: white; }
  .faq-first .faq__top {
    margin-bottom: 30px !important; }
  .faq__top p {
    margin-bottom: 5px !important;
    margin-top: 0; }
  .faq-third {
    margin-bottom: 50px; }
  .header-library .bread {
    margin-bottom: 50px; }
  .library .mobile__form {
    margin-bottom: 30px; }
  .library__item {
    width: 49%;
    margin-right: 0 !important; }
  .library .rev__top .tabs__nav a {
    text-align: center; }
  .library {
    padding-bottom: 100px; }
  .video .faq__top p {
    margin-top: 20px; }
  .row__box {
    flex-direction: column; }
  .row__item {
    width: 100%;
    margin-bottom: 20px; }
  .bird-library .bird__content {
    margin-left: 0; }
  .bird-library .study__star3 {
    left: inherit;
    top: inherit;
    bottom: -91px;
    right: 91px; }
  .bird-library .bird__content {
    margin-top: 0; }
  .bird-library {
    margin-top: 100px; }
  .row {
    padding: 50px 0; }
  .faq__top p {
    margin-top: 10px; }
  .years {
    padding: 100px 0; }
  .sub-course .sub__star {
    right: 48px; }
  .years .swiper8 {
    margin-top: 30px; }
  .years .swiper8 .swiper-slide {
    border-radius: 32px;
    height: auto;
    padding: 30px 30px 89px; }
  .years .swiper8 .swiper-slide p {
    font-size: 25px;
    line-height: 137%;
    margin-bottom: 30px; }
  .years .swiper8 .swiper-slide span {
    font-size: 20.81px;
    line-height: 25.8px; }
  .years .swiper8 .swiper-slide .header__star2 {
    display: block;
    width: 76px;
    bottom: 15px !important;
    right: 20px !important; }
  .format__row {
    margin-top: 30px;
    flex-direction: column; }
  .format__item {
    width: 100%;
    background: #eaebf1 !important;
    padding: 30px;
    margin-bottom: 20px;
    height: auto; }
  .format__item a {
    margin-top: 100px;
    margin-left: auto; }
  .format__item img {
    top: inherit;
    bottom: 31px;
    left: 39px;
    width: 130px; }
  .rev-course .study__bird {
    display: none; }
  .rev-course {
    padding-top: 0; }
  .header-teachers .bread {
    margin-bottom: 40px; }
  .theme-teachers .theme__area {
    margin-top: 30px; }
  .theme-teachers .theme__area div {
    width: 48.5%; }
  .theme-teachers {
    padding: 100px 0; }
  .theme-teachers .par__bird {
    display: none; }
  .row-teachers .row__item {
    width: 100%;
    height: auto; }
  .row-teachers .row__text {
    max-width: 80%; }
  .row-teachers {
    margin-bottom: 50px;
    padding-bottom: 0; }
  .love-teachers {
    padding-bottom: 100px; }
  .lite-neuro .lite__box img {
    width: 39%;
    top: inherit;
    bottom: -273px; }
  .lic-neuro picture {
    margin: 0 auto; }
  .theme-neuro .par__bird {
    display: none; }
  .theme-neuro__box {
    margin-top: 30px; }
  .theme-neuro__side {
    width: 100%; }
  .lic-neuro {
    padding-bottom: 100px; }
  .theme-neuro2 {
    margin-top: 150px; }
  .theme-neuro2__row div {
    width: 48.5%; }
  .prog {
    padding: 100px 0 50px; }
  .prog__row {
    margin-top: 30px; }
  .prog__item {
    width: 49%; }
  .row-neuro {
    margin-top: 50px; }
  .row-neuro .row__box {
    margin-top: 30px; }
  .row-neuro .row__item {
    width: 100%; }
  .row-neuro .row__star {
    display: none; }
  .row-neuro .row__item:first-child {
    margin-bottom: 73px; }
  .row-neuro .row__item div {
    top: -8px; }
  .teach-neuro {
    margin-bottom: 100px; }
  .lic-neuro2 {
    margin-top: 100px; }
  .header-neuro .bread {
    margin-bottom: 50px; }
  .header-emotional .bread {
    margin-bottom: 50px; }
  .love-emotional .study__bird {
    display: none; }
  .change__box {
    margin-top: 30px; }
  .change__item {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start; }
  .change__content span {
    margin-bottom: 10px; }
  .change__content {
    max-width: 100%;
    margin-bottom: 10px; }
  .groups {
    padding-top: 100px; }
  .groups .theme-neuro2__row {
    justify-content: space-between; }
    .groups .theme-neuro2__row div {
      width: 49%;
      margin-right: 0; }
      .groups .theme-neuro2__row div:nth-child(3n) {
        margin-right: 0px; }
  .faq-emotional {
    margin-bottom: 0; }
  .love-emotional {
    padding: 100px 0; } }

@media (max-width: 991px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .submenu-content {
    max-width: 720px; }
  .container {
    max-width: 720px !important; }
  .get__box_3 .get__one {
    margin-bottom: 20px !important;
    width: 48.5%; }
  .header h1 {
    font-size: 65px; }
  .sub {
    margin: 151px 0 29px; }
  .info__box {
    flex-direction: column; }
  .info__area {
    max-width: 100%; }
  .info__content {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse; }
  .info__content img {
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    margin-top: 20px; }
  .info__wrap:hover .info__content img {
    transform: inherit; }
  .info__wrap:hover .info__content {
    background: initial;
    backdrop-filter: initial; }
  .info__content small {
    display: none; }
  .info__pic {
    width: 221px !important;
    top: inherit !important;
    right: 29px !important;
    bottom: 0 !important; }
  .info__fig {
    left: initial;
    right: 58px !important;
    top: 131px !important; }
  .info__item_2, .info__item_3 {
    height: 435px; }
  .info__item {
    margin-bottom: 20px; }
  .study__btn {
    width: 100%;
    margin: 0px auto 238px; }
  .study__pic {
    top: inherit;
    right: 50%;
    width: 300px;
    bottom: -400px;
    margin-right: -150px; }
  .study__wrap .study__last {
    max-width: 100%;
    margin-top: 445px; }
  .study__wrap h2, .study__wrap p {
    max-width: 100%; }
  .study__image {
    top: 33%;
    height: auto;
    width: auto;
    left: 50%;
    margin-left: -160px; }
  .study__wrap {
    padding: 16px 0px 28px; }
  .why__row {
    margin-bottom: 60px; }
  .why .swiper1 .swiper-slide {
    width: 340px !important;
    height: 374px !important;
    padding: 27px; }
  .why .swiper1 .swiper-slide-active img {
    transform: inherit; }
  .why .swiper1 .swiper-slide-active p {
    margin-bottom: 15px; }
  .why .swiper1 .swiper-slide img {
    width: 182px; }
  .why .swiper1 .swiper-slide h3 {
    font-size: 22px;
    line-height: 24px; }
  .why .swiper1 {
    left: 0;
    height: auto;
    width: 100%; }
  .why .swiper1 .swiper-slide p {
    font-size: 15px;
    line-height: 19px; }
  .pay h2 {
    font-size: 100px; }
  .pay__pic {
    order: 2;
    margin: 0 0 0 auto !important; }
  .pay__star2 {
    display: none; }
  .pay__star1 {
    top: inherit !important;
    left: 42px !important;
    width: 62px !important;
    bottom: 98px !important; }
  .pay__item h3 {
    font-size: 30px;
    margin-bottom: 20px; }
  .pay__item small {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    max-width: 257px; }
  .pay__btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 100%; }
  .pay__item p {
    font-size: 45.38px;
    line-height: 76.8px;
    margin: -8px 0 15px; }
    .pay__item p img {
      width: 25px; }
  .pay__item p span {
    font-size: 17px; }
  .pay {
    margin-bottom: 20px; }
  .opt__item {
    width: 100%; }
  .video__wrap {
    height: 400px; }
  .video {
    padding-bottom: 0; }
  .rev__top .tabs__nav {
    height: 60px; }
  .rev__top .tabs__nav a {
    height: 52px;
    font-size: 14px;
    line-height: 100%; }
  .rev__link {
    font-size: 16px;
    line-height: 110%; }
  .rev__time {
    display: none; }
  .rev .swiper-slide {
    padding: 21px;
    border-radius: 33px; }
  .rev__ava img {
    width: 57px;
    height: 57px; }
  .rev__ava div {
    margin-left: 13px; }
  .rev__ava div span {
    font-size: 16px;
    margin-bottom: 0; }
  .rev__ava div p {
    font-size: 13px;
    line-height: 100%; }
  .rev__info {
    margin-bottom: 20px; }
  .rev__text p {
    font-size: 13.4px;
    line-height: 16.76px; }
  .rev__original {
    font-size: 16px;
    line-height: 16px; }
  .rev__text {
    margin-bottom: 16px; }
  .order {
    margin-top: 0; }
  .order__block {
    flex-direction: column; }
  .order__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px; }
  .order__text {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    max-width: 252px;
    margin-bottom: 29px; }
  .order__flex input {
    height: 50px;
    font-size: 14px;
    margin-bottom: 10px; }
  .order__form button {
    height: 50px;
    font-size: 14px; }
  .order .custom-checkbox + label span {
    font-size: 12px; }
  .footer {
    margin-bottom: 0;
    margin-top: 50px;
    padding-bottom: 30px; }
  .footer__last {
    padding-top: 30px; }
  .footer__last .go_to {
    top: 30px; }
  .footer__title {
    font-size: 70px; }
  .footer__info {
    padding-top: 30px;
    margin-top: 30px; }
  .footer__el {
    margin-right: 0;
    margin-bottom: 25px;
    min-width: inherit; }
  .footer__info {
    margin-bottom: 0px; }
  .footer__item p {
    pointer-events: inherit;
    margin-bottom: 0;
    position: relative; }
    .footer__item p:after {
      content: "";
      display: block;
      width: 19px;
      height: 9px;
      background: url( ../img/down.svg) no-repeat center center;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -4.5px;
      transform: rotate(0deg); }
    .footer__item p.active:after {
      transform: rotate(180deg); }
  .footer__item {
    padding: 17px 0;
    max-width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #687482; }
    .footer__item ul {
      display: none; }
    .footer__item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      margin-top: 15px; }
      .footer__item:last-child p:after {
        display: none; }
  .footer__item ul {
    margin-top: 20px; }
  .footer__item:last-child img {
    left: inherit;
    width: 86px;
    top: 38px;
    right: 16px; }
  .footer__content {
    padding-bottom: 30px; }
  .footer__item:last-child p {
    margin-bottom: 24px; }
  .study-school .study__wrap h2, .study-school .study__wrap p {
    max-width: 100%; }
  .study-school .study__wrap .study__last {
    max-width: 100%;
    margin-top: 468px; }
  .cost {
    padding-top: 50px; }
  .cost__row .pay__item .pay__pic {
    width: 66%; }
  .cost__bird {
    z-index: 2; }
  .cost__row .pay__item p {
    margin-top: 0;
    margin-bottom: 15px; }
  .cost__row .pay__item p span {
    top: -6px; }
  .sub2 {
    position: relative;
    z-index: 3; }
  .sub2 .sub__star {
    top: 200px; }
  .header__text {
    line-height: 120%; }
    .header__text br {
      display: none; }
  .par__item {
    width: 100%; }
  .par__item p {
    max-width: 75%; }
  .par {
    margin-bottom: 50px; }
  .ser .rev__top {
    flex-direction: column;
    align-items: flex-start; }
  .ser .rev__top .tabs__nav {
    margin-top: 30px; }
  .ser .pag {
    display: flex; }
  .ser .swip .swiper-wrapper {
    flex-wrap: initial; }
    .ser .swip .swiper-wrapper .swiper-slide:nth-child(3n) {
      margin-right: 10px !important; }
  .how {
    padding: 100px 0; }
  .how__bird {
    top: -229px; }
  .how__item {
    margin-bottom: 20px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start; }
    .how__item p {
      max-width: 100%; }
      .how__item p br {
        display: none; }
  .how__item span {
    margin-right: 0px;
    margin-bottom: 20px; }
  .membership {
    margin-bottom: 50px; }
  .now__content h2 {
    font-size: 48px; }
  .now__content p {
    font-size: 24px; }
  .now {
    margin-top: 20px; }
  .sub3 {
    margin-top: 50px !important; }
  .how-ten .how__item p {
    font-size: 29px; }
  .how-ten .how__area {
    flex-direction: column; }
  .how-ten .how__text {
    width: 100%;
    margin-bottom: 20px; }
    .how-ten .how__text:last-child {
      margin-bottom: 0; }
  .how-ten {
    padding-bottom: 50px; }
  .theme .how__item p {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .theme .how__item small {
    max-width: 100%; }
  .items__block {
    width: 48.5%; }
  .area__wrap h2 {
    font-size: 64px; }
  .text__box {
    margin-top: 30px; }
    .text__box img {
      width: 100%; }
  .popup-call__box.pop {
    width: 770px;
    margin-left: -385px; }
  .lite2 .lite__box img {
    top: -9px; }
  .love {
    padding: 100px 0; }
  .whom2 {
    margin-bottom: 100px; }
  .theme2 {
    margin-bottom: 100px; }
  .lite3 .lite__box img {
    right: 0;
    width: 65%;
    bottom: -308px;
    top: inherit; }
  .teach {
    margin-bottom: 0; }
  .faq2 {
    margin-bottom: 26px; }
  .how2 .how__link {
    margin-top: 20px;
    width: 100%; }
  .how2 .how__star, .how2 .how__bird {
    display: none; }
  .arg__content h2 {
    font-size: 80px; }
  .arg {
    margin-top: 0; }
  .direction {
    margin-top: 100px;
    padding: 50px 0; }
  .direction__row {
    margin-top: 30px; }
  .direction__item {
    width: 100%;
    margin-right: 0 !important; }
  .arg__content p {
    font-size: 22px; }
  .add {
    margin-top: 0;
    margin-bottom: 50px; }
  .add__row {
    margin: 30px 0 50px; }
  .partners {
    padding: 50px 0; }
  .partners .swiper6 {
    margin-top: 30px; }
  .teach2 {
    margin-top: 50px; }
  .lite4 .lite__box img {
    left: -111px; }
  .header__btns {
    flex-direction: column-reverse; }
    .header__btns a {
      width: 100%; }
      .header__btns a:first-child {
        margin-top: 15px;
        margin-right: 0; }
  .love2 {
    margin-top: 0;
    padding-top: 0; }
  .order-last {
    margin-top: 20px; }
  .blog__item h2 {
    font-size: 27px;
    line-height: 33px; }
  .blog__item img {
    height: 230px; }
  .blog__item {
    width: 100%; }
    .blog__item:nth-child(n+5) {
      display: none; }
  .blog {
    padding-bottom: 50px; }
  .blog-item__info h2 {
    text-align: left; }
  .blog-item__link {
    top: 0;
    position: relative;
    margin-top: 20px;
    display: block;
    width: max-content; }
  .header-luchik__item {
    height: auto;
    width: 100%; }
  .prize__info {
    margin-bottom: 50px; }
  .blog .rev__top .tabs__nav a {
    white-space: nowrap;
    min-width: inherit;
    padding: 0 50px; }
  .library__row a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 10.82px; }
  .library__top {
    margin-bottom: 30px; }
    .library__top img {
      width: 47px; }
  .library__item {
    height: auto; }
  .bird-library .study__star3 {
    bottom: -35px;
    right: 121px;
    width: 111px; }
  .years .swiper8 .swiper-slide span br {
    display: none; }
  .items-course {
    padding-bottom: 0; }
  .love-course .love__item a {
    margin-top: 50px; }
  .love-course ol {
    margin-bottom: 0; }
  .sub-course2 .sub__text {
    max-width: 100%; }
  .sub-course .sub__wrap a {
    width: 100%; }
  .sub-course {
    margin-bottom: 50px !important; }
  .rev-course {
    padding-top: 50px; }
  .order-pre .order__bird2 {
    display: none; }
  .order__content {
    max-width: 100%; }
  .theme-teachers .theme__area div a {
    width: 100%; }
  .theme-teachers .theme__area div img {
    bottom: 138px; }
  .theme-teachers .theme__area_2 small {
    width: 60px;
    height: 60px;
    font-size: 30px; }
  .theme-neuro2 {
    margin-top: 100px; }
  .prog .row__star {
    display: none; }
  .faq-neuro {
    margin-bottom: 20px; }
  .header-emotional .header__pic {
    right: 0; }
  .theme-teachers .theme__area div {
    width: 100%;
    height: auto;
    padding: 30px 30px 160px; }
  .theme-teachers .theme__area div h3 {
    margin-bottom: 30px; }
  .theme-teachers .theme__area div img {
    bottom: 30px;
    width: 143px; }
  .change .par__bird {
    display: none; }
  .change h2 br {
    display: none; }
  .change {
    padding: 0; }
  .change__item {
    width: 100%; }
  .change__row {
    flex-direction: column;
    margin-bottom: 0; }
  .change__item {
    margin-bottom: 50px; }
  .how-emotional .how__bird {
    top: -62px;
    width: 250px; }
  .faq-emotional {
    margin-bottom: 30px; }
  .header-emotional .header__pic {
    width: 250px;
    top: inherit;
    right: 50%;
    display: block;
    position: absolute;
    margin-right: -125px;
    bottom: 349px;
    z-index: 0; }
  .groups .faq__top {
    margin-bottom: 30px; }
  .groups .tabs__nav {
    margin-bottom: 30px; }
  .groups .theme-neuro2__row div {
    width: 100%; }
  .groups .tabs__nav {
    margin-bottom: 30px;
    height: auto;
    flex-wrap: wrap;
    width: 100%; }
  .par__bird {
    top: -324px; } }

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px !important; }
  .header__row a {
    width: 49%; }
  .header h1 {
    font-size: 50px; }
  .get__one {
    width: 100%; }
  .get__box_3 .get__one {
    height: auto; }
  .header__wrap {
    padding: 30px; }
  .sub__title {
    font-size: 20px;
    line-height: 34px; }
  .sub__title span {
    height: 38px;
    display: block;
    width: max-content;
    padding-top: 2px;
    box-sizing: border-box;
    padding-right: 33px;
    position: relative;
    left: -10px;
    padding-left: 10px; }
  .sub__text {
    font-size: 14px;
    line-height: 23px;
    margin-left: 0;
    width: 100%;
    max-width: 257px; }
  .link {
    font-size: 16px;
    margin-left: 0; }
  .info {
    padding-top: 50px; }
  .study__image {
    top: 37%; }
  .why__row {
    justify-content: space-between; }
  .why__row div {
    width: 48%;
    margin: 0 0 21px;
    height: 244px; }
    .why__row div:last-child {
      display: none; }
  .why__row div p {
    font-size: 11px;
    line-height: 13px; }
  .why__row div span {
    font-size: 34px;
    line-height: 41px; }
  .why .swiper1 .swiper-slide {
    width: 510px !important; }
  .pay h2 {
    font-size: 78px; }
  .rev__top {
    flex-direction: column-reverse;
    align-items: flex-start; }
  .rev__top .tabs__nav {
    width: 100%; }
  .rev__top .tabs__nav a {
    width: 50%; }
  .rev__link {
    margin-bottom: 20px; }
  .footer__title {
    font-size: 59px; }
  .bread {
    margin: -68px 0 49px -24px; }
  .lic__row img {
    width: 100%; }
  .cost__row .pay__item {
    width: 100%; }
  .cost__row {
    flex-direction: column; }
  .header-search .nav {
    padding: 0; }
  .header-search {
    margin-bottom: 30px; }
  .sear h1 {
    font-size: 32px;
    letter-spacing: inherit; }
  .sear__name {
    font-size: 22px; }
  .sear .mobile__form input {
    height: 60px;
    border-radius: 20px;
    font-size: 16px;
    padding-left: 20px; }
  .sear .mobile__form {
    margin-bottom: 30px; }
  .sear__top {
    flex-direction: column-reverse;
    align-items: flex-start; }
  .sear__item {
    padding: 20px;
    margin-bottom: 20px; }
  .sear__top h2 {
    font-size: 23px;
    margin-top: 10px; }
  .sear__top span, .sear__text {
    font-size: 16px; }
  .sear__links a {
    margin-right: 20px;
    font-size: 14px; }
  .sear .mobile__form button {
    right: 15px;
    bottom: 8px; }
  .personal__wrap p {
    font-size: 18px;
    margin-bottom: 15px; }
  .bread a, .bread p {
    line-height: 18px; }
  .love__item {
    padding: 30px;
    height: 360px; }
    .love__item img {
      width: 96px;
      bottom: 15px !important; }
  .par__bird {
    right: -67px;
    width: 62%;
    top: -310px; }
  .par__item p {
    max-width: 81%; }
  .ser {
    padding: 50px 0;
    margin-top: 0; }
  .how {
    padding-bottom: 50px; }
  .how__item span {
    font-size: 20px;
    line-height: 100%; }
  .how__item p {
    font-size: 14px;
    line-height: 23px; }
  .membership__item h3 {
    font-size: 20px;
    line-height: 35.75px;
    margin-bottom: 20px; }
    .membership__item h3 br {
      display: none; }
  .membership__row {
    flex-direction: column;
    align-items: flex-start; }
  .membership__row p:first-child {
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 41px;
    line-height: 100%; }
    .membership__row p:first-child span {
      font-size: 17px;
      left: 0; }
  .membership__row p img {
    width: 23px; }
  .membership__row p:nth-child(2) {
    font-size: 30px;
    line-height: 100%; }
    .membership__row p:nth-child(2) span {
      font-size: 17px;
      left: 3px;
      top: -6px; }
  .membership__row p:nth-child(2) img {
    width: 17px; }
  .membership__item a {
    width: 100%;
    height: 50px;
    font-size: 14px; }
  .tele__content p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0; }
  .tele__content h2 {
    margin-bottom: 25px; }
  .tele__content a {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-top: 30px; }
  .tele__row img {
    width: 250px;
    margin: 21px auto -201px; }
  .faq {
    padding: 50px 0; }
  .faq__top p {
    font-size: 14px;
    line-height: 23px; }
  .accordeon .accordeon__button {
    padding: 15px 80px 15px 20px;
    min-height: 69px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px; }
  .accordeon .accordeon__button:after {
    width: 43px !important;
    height: 43px !important;
    background-size: 100% !important;
    margin-top: -22px; }
  .accordeon .accordeon__button.active:after {
    background-size: 100% !important; }
  .accordeon .accordeon__item {
    margin-bottom: 20px; }
  .panel__info {
    font-size: 14px;
    line-height: 20px; }
  .accordeon .panel__text {
    margin-top: 30px; }
  .now__content h2 {
    font-size: 25px;
    line-height: 31px;
    letter-spacing: inherit; }
  .now__content p {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    max-width: 262px; }
  .now__content a {
    width: 100%;
    height: 50px;
    font-size: 14px; }
  .sub3 .sub__name {
    font-size: 28px;
    line-height: 120%; }
  .how-ten .how__item p, .how-ten .how__text p, .theme .how__item small, .area__wrap p, .how-ten2 .how__item p {
    font-size: 14px;
    line-height: 23px; }
  .theme .how__item small {
    width: 100%;
    max-width: 266px; }
  .theme .how__item p {
    font-size: 23px;
    line-height: 110%; }
  .items__block {
    padding: 12px 12px 16px 16px;
    border-radius: 20px;
    height: 125px; }
    .items__block img {
      width: 72px; }
    .items__block p {
      font-size: 14px;
      line-height: 17.82px; }
  .area__wrap h2 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px;
    letter-spacing: inherit;
    width: 100%;
    max-width: 232px; }
  .area__pic {
    width: 270px;
    margin-right: -135px; }
  .area__wrap {
    padding-bottom: 293px; }
  .area {
    padding-top: 0; }
  .header-about {
    background: transparent !important;
    margin-top: 20px; }
    .header-about .bread {
      margin-bottom: 25px; }
    .header-about .nav {
      background: transparent !important;
      padding: 0;
      margin-bottom: 30px; }
      .header-about .nav .nav__box {
        background: linear-gradient(90deg, #0f6eaf, #6c1299 100%) !important; }
  .header-about .header__wrap {
    padding-bottom: 30px; }
  .contacts__block {
    padding: 20px 20px 170px;
    overflow: hidden; }
  .contacts__bird {
    width: 270px;
    right: -43px; }
  .contacts__content > div {
    padding: 48px 20px; }
  .contacts__title {
    font-size: 20px;
    margin-bottom: 15px; }
  .contacts__sub {
    font-size: 14px; }
  .contacts__item a {
    font-size: 18px; }
  .contacts__item p {
    font-size: 14px; }
  .contacts__mail {
    font-size: 18px; }
  .text__content p {
    font-size: 14px;
    line-height: 23px; }
  .text__content .text__name {
    font-size: 20px; }
  .text__content a {
    font-size: 14px; }
  .text__txt {
    margin-bottom: 30px; }
  .text__txt p {
    margin-bottom: 15px; }
  .contacts__item {
    margin-bottom: 20px; }
  .art article h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: inherit; }
  .art article strong {
    font-size: 20px;
    line-height: 30px; }
  .art article p, .art article ul li, .art article ol li, .art article blockquote, ol li {
    font-size: 14px;
    line-height: 23px; }
  .art article img {
    margin: 10px 0 30px; }
  .art article ul {
    margin-bottom: 30px; }
  .art article table {
    margin: 30px 0;
    overflow-x: auto; }
  .art article table thead td, .art article table td {
    font-size: 14px;
    white-space: nowrap;
    padding: 14px 20px; }
  .art article .video__pic {
    border-radius: 0; }
  .art article .video__wrap {
    margin-bottom: 30px; }
  .art article blockquote {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 23px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .art {
    padding-bottom: 0; }
  .popup-call__box.pop {
    width: 580px;
    margin-left: -295px; }
  .header-lite .header__pic {
    width: 70%;
    margin-top: 40px; }
  .lite {
    padding: 50px 0 250px; }
  .lite__content p {
    font-size: 14px;
    line-height: 23px; }
  .lite__content a {
    width: 100%;
    height: 50px;
    font-size: 14px; }
  .lite__box img {
    right: 0;
    top: inherit;
    width: 63%;
    bottom: -438px; }
  .whom__star {
    display: none; }
  .whom__pic {
    width: 104px;
    right: inherit;
    left: 30px;
    bottom: 30px; }
  .whom__item {
    padding: 30px;
    height: 243px; }
  .whom__item p {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    max-width: 322px; }
  .whom__box {
    margin-top: 30px; }
  .whom {
    margin-bottom: 50px; }
  .cost-lite .cost__content p {
    font-size: 17px;
    line-height: 23px; }
  .lite2 .lite__content {
    max-width: 100%;
    margin-left: 0; }
  .lite2 .lite__box img {
    top: inherit;
    right: 0;
    left: inherit;
    width: 63%;
    bottom: -438px; }
  .lite3 .lite__content {
    max-width: 100%; }
  .lite3 {
    margin-bottom: 150px; }
  .lite3 .lite__box img {
    right: 0;
    width: 320px;
    bottom: -428px;
    top: inherit; }
  .whom3 {
    margin-top: 50px;
    margin-bottom: 0; }
  .arg__content h2 {
    font-size: 68px; }
  .add .sub a {
    width: 100%;
    height: 50px;
    font-size: 14px; }
  .order-last {
    margin-top: 50px; }
  .header-business .header__pic {
    width: 250px;
    top: inherit;
    right: 50%;
    display: block;
    position: absolute;
    margin-right: -125px;
    bottom: 355px;
    z-index: 0; }
  .header__btns {
    margin-top: 287px; }
  .header-business {
    margin-bottom: 50px; }
  .cost-business {
    margin-bottom: 0;
    padding-bottom: 50px; }
  .blog .mobile__form {
    margin-bottom: 120px; }
  .blog .rev__top .tabs__nav a {
    height: 50px;
    font-size: 14px;
    min-width: 121px; }
  .blog h1 span {
    font-size: 13px; }
  .blog .option {
    top: 195px; }
  .prize__pic {
    width: 200px;
    right: inherit !important;
    left: 30px !important;
    bottom: 30px !important; }
  .prize__item {
    padding: 30px; }
  .prize__info {
    margin-top: 50px; }
  .faq-first__content h2 {
    font-size: 20px;
    margin-bottom: 30px; }
    .faq-first__content h2 span {
      width: 110px;
      height: 50px;
      margin-right: 30px; }
  .faq-first__data {
    width: 100%;
    height: 50px;
    font-size: 14px;
    letter-spacing: inherit; }
  .faq-second .accordeon .accordeon__button:after, .faq-third .accordeon .accordeon__button:after {
    background-size: 100% !important; }
  .library .rev__top .tabs__nav a {
    min-width: inherit; }
  .library .mobile__form {
    margin-bottom: 20px; }
  .library__item {
    width: 100%; }
  .library__row a {
    width: 65px;
    height: 65px; }
  .faq6 {
    margin: 50px auto; }
  .row {
    padding: 0; }
  .row__item:nth-child(2) {
    order: 1; }
  .row__item:nth-child(1) {
    order: 2; }
  .row__item h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: inherit; }
  .row__item {
    padding: 30px;
    height: auto; }
  .row__text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 257px; }
  .row__sum {
    font-size: 41px;
    margin-bottom: 76px; }
    .row__sum img {
      width: 22px; }
  .row__sum span {
    font-size: 17px;
    left: -1px; }
  .row__links {
    flex-direction: column; }
    .row__links a {
      width: 100%;
      height: 50px;
      font-size: 14px; }
  .row__links a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px; }
  .row__star {
    top: inherit !important;
    right: 20px !important;
    bottom: 182px !important;
    width: 92px; }
  .bird-library .bird__box img {
    padding-left: 0;
    width: 266px; }
  .bird-library {
    margin-top: 50px;
    padding-top: 0; }
  .years {
    padding: 50px 0; }
  .sub-course .theme__bird {
    display: block;
    width: 234px;
    top: -191px;
    left: 0;
    z-index: -1; }
  .sub-course .sub__wrap {
    margin-top: 150px; }
    .sub-course .sub__wrap .sub__content {
      width: 100%; }
  .sub-course .sub__wrap a {
    height: 50px;
    font-size: 14px;
    width: 100%; }
  .sub-course .sub__text {
    margin-bottom: 140px; }
  .years {
    padding-bottom: 100px; }
    .years .arrows {
      display: none; }
    .years .pag {
      display: flex; }
  .years .swiper8 .swiper-slide p {
    font-size: 20px;
    line-height: 24px; }
  .years .swiper8 .swiper-slide span {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    max-width: 259px; }
  .format__item a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: url( ../img/course/link.svg) no-repeat center center/cover;
    background-size: 100% !important; }
    .format__item a span {
      display: none; }
    .format__item a:before, .format__item a:after {
      display: none; }
  .love-course .love__item img {
    width: 96px; }
  .sub-course .sub__wrap {
    margin-top: 50px; }
  .sub-course .theme__bird {
    width: 234px;
    top: -163px;
    left: 50%;
    margin-left: -117px; }
  .sub-course2 .sub__text {
    margin-bottom: 30px; }
  .theme-teachers .theme__area div {
    width: 100%; }
  .order-teachers {
    margin-bottom: 50px; }
  .theme-teachers {
    padding: 50px 0;
    margin-bottom: 50px; }
  .theme-teachers .theme__area_2 div {
    height: 332px; }
  .lite-neuro .lite__box img {
    width: 63%;
    bottom: -411px; }
  .theme-neuro__item {
    flex-direction: column;
    align-items: flex-start;
    height: auto; }
  .theme-neuro__item span {
    margin-right: 0;
    margin-bottom: 10px; }
  .theme-neuro2 {
    margin-top: 50px; }
  .theme-neuro2__row div {
    width: 100%; }
  .prog__item {
    width: 100%; }
  .row-neuro {
    padding-top: 50px; }
    .row-neuro .row__item:nth-child(2) {
      order: 2; }
  .row-neuro .row__item ul li {
    font-size: 14px;
    line-height: 23px; }
  .lic-neuro2 {
    margin-top: 50px;
    padding-bottom: 50px; } }

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mm li {
      margin-bottom: 40px !important;
      width: 100% !important;
      margin-top: 0 !important; }
  .mob {
    display: block !important; }
  .header {
    margin-top: 20px; }
  .container {
    padding: 0 19px; }
  .menu {
    top: 89px; }
  .menu__info {
    margin-bottom: 20px; }
  .get__stars {
    top: 146px;
    left: inherit;
    right: 25px;
    width: 85px; }
  .back-button {
    top: 32px; }
  .get__item span {
    line-height: 100%;
    font-size: 18px;
    margin-bottom: 10px; }
  .get__item p {
    line-height: 100%;
    font-size: 14px; }
  .get__item {
    width: 50%; }
    .get__item:nth-child(2n) {
      border-right: none; }
  .get__item:nth-child(13) {
    border-bottom: none;
    width: 100%;
    border-right: none;
    padding-top: 12px;
    border-bottom: 2px solid #f0f4f5; }
  .get__item:last-child {
    width: 100%;
    padding-top: 12px; }
  .get__item:nth-child(13) span, .get__item:last-child span {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 8px; }
  .get__item:nth-child(13) p, .get__item:last-child p {
    font-size: 12px; }
  .get__el div {
    width: 100%;
    height: 26px;
    font-size: 15px;
    margin-bottom: 10px; }
  .get__el p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: 400;
    line-height: 15.39px; }
  .submenu {
    height: 88.2%; }
  .back-button img {
    margin-right: 8px; }
  .get__one div span {
    font-size: 12px; }
  .get__box_2, .get__box_4 {
    margin-top: 90px; }
  .get__area p {
    margin-bottom: 15px; }
  .get__area a:last-child {
    margin-bottom: 0; }
  .get__last a {
    width: 100%; }
  .get__last a p {
    margin-bottom: 20px; }
  .get__last a:nth-child(n+3) {
    margin-bottom: 18px; }
  .get__box_3 .get__one {
    width: 100%; }
  .get__box_3 .get__one p {
    margin-bottom: 15px; }
  .get__last a span, .get__box_3 .get__one span {
    font-size: 14px;
    line-height: 23px; }
  .header__title {
    font-size: 16px;
    margin-bottom: 11px; }
  .header__row a {
    height: 32.5px;
    font-size: 13px;
    width: 48.5%; }
  .header__row {
    margin-bottom: 2px; }
  .header h1 {
    font-size: 25px;
    line-height: 120%;
    letter-spacing: inherit;
    margin-bottom: 8px; }
  .header__text {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    max-width: 262px; }
  .header__pic {
    top: -35px;
    right: 21px;
    width: 234px;
    margin: -12px auto -131px; }
  .sub {
    margin: 74px 0 -8px; }
  .sub__title {
    margin-bottom: 20px; }
  .sub__wrap {
    padding: 32px; }
  .sub__text {
    margin-bottom: 92px; }
  .sub__star {
    right: 43px;
    top: 208px; }
  h2 {
    font-size: 25px;
    line-height: 29px; }
  .info__box {
    margin-top: 21px; }
  .info__content p {
    font-size: 16px;
    line-height: 22px; }
  .info__item {
    height: 395px !important; }
  .info__pic {
    right: 6px !important; }
  .info__fig {
    right: 30px !important;
    top: 92px !important; }
  .study {
    margin-bottom: 54px;
    padding-top: 36px; }
  .study__wrap p {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    max-width: 310px; }
  .study__wrap .study__last {
    margin-top: 459px; }
  .study__image {
    top: 300px; }
  .study__btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
    z-index: 3; }
  .study__wrap {
    padding-bottom: 24px; }
  .study__pic {
    bottom: -366px;
    z-index: 0; }
  .why__row div {
    width: 150px;
    height: 150px;
    margin: 10px; }
  .why__row {
    justify-content: center;
    margin-bottom: 26px; }
  .why .swiper1 {
    overflow: hidden;
    margin-bottom: 37px; }
    .why .swiper1 .swiper-slide {
      width: 100% !important; }
  .why {
    padding-bottom: 50px; }
    .why .arrows {
      display: none; }
    .why .pag {
      display: flex; }
      .why .pag .swiper-pagination-bullet {
        margin-right: 5px !important; }
  .pay h2 {
    font-size: 50px; }
  .pay {
    padding: 44px 0; }
  .pay__item {
    padding: 30px 30px 12px; }
    .pay__item small {
      margin-bottom: 12px; }
  .pay__pic {
    width: 160px;
    margin: 20px -32px 0px auto !important; }
  .pay__star1 {
    left: 35px !important; }
  .pay__item p {
    font-size: 41px;
    margin: -13px 0 5px; }
  .pay__item p img {
    width: 23px; }
  .pay__item p span {
    top: -2px;
    left: -2px; }
  .opt {
    padding: 27px 0 16px; }
    .opt h2 br {
      display: none; }
  .opt__top img {
    width: 80px; }
  .opt__content span {
    font-size: 11px;
    margin-bottom: 24px; }
  .opt__content p {
    font-size: 15px; }
  .opt__bottom p {
    font-size: 13px; }
  .opt__bottom .svg {
    width: 20px; }
  .opt__item {
    padding: 15px 19px;
    height: 144px; }
  .opt__bottom {
    margin-top: 5px;
    padding-top: 0; }
  .opt__bottom {
    border-top: 1px solid rgba(161, 118, 188, 0.18); }
  .opt__item:nth-child(1) .opt__bottom, .opt__item:nth-child(4) .opt__bottom, .opt__item:nth-child(5) .opt__bottom, .opt__item:nth-child(8) .opt__bottom {
    border-top: 1px solid rgba(43, 135, 222, 0.18); }
  .video__wrap {
    height: 307px; }
  .video__wrap .svg {
    width: 64px;
    margin-top: -37px;
    margin-left: -37px; }
  .rev {
    padding: 46px 0 50px; }
  .rev__info {
    margin-bottom: 23px; }
  .order__flex input {
    width: 100%; }
  .order__form button {
    margin-top: 13px; }
  .footer__title {
    font-size: 37px; }
  .footer__local {
    justify-content: flex-start; }
    .footer__local img {
      width: 32px; }
    .footer__local p {
      margin-left: 10px;
      font-size: 14px; }
  .footer {
    padding-top: 43px; }
  .footer__el p {
    font-size: 14px;
    margin-bottom: 6px; }
  .footer__el a {
    font-size: 25px;
    line-height: 100%;
    display: block; }
  .footer__el {
    margin-bottom: 22px; }
  .footer__info {
    padding-bottom: 5px; }
  .footer__item {
    padding: 20px 0; }
  .footer__link {
    padding: 25px 20px; }
  .footer__content {
    padding-bottom: 12px; }
  .footer__com {
    justify-content: flex-start; }
  .footer__last .go_to {
    top: -78px; }
  .study__wrap h2 {
    max-width: 310px; }
  .header__text br {
    display: none; }
  .header-school .header__start {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-top: 222px;
    z-index: 2;
    position: relative; }
  .header-school .header__pic {
    right: 50%;
    width: 260px;
    margin-right: -130px;
    bottom: 177px;
    position: absolute;
    top: inherit;
    z-index: 0; }
  .header__content {
    width: 100%; }
  .lic {
    padding: 50px 0; }
  .lic__info p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 25px; }
  .lic__info h2 {
    margin-bottom: 25px; }
  .lic__info a {
    font-size: 16px; }
  .bird {
    padding-top: 0;
    margin-bottom: 120px; }
  .bird__content a {
    width: 100%;
    height: 50px;
    font-size: 14px; }
  .bird__content p {
    margin-bottom: 25px; }
  .bird__content h2 {
    margin-bottom: 25px; }
  .bird__box img {
    width: 338px;
    margin: 0px auto -201px; }
  .study-school {
    margin-bottom: 126px;
    padding-top: 29px;
    margin-top: 8px; }
    .study-school .study__image {
      top: 258px; }
  .study-school .study__wrap .study__last {
    margin-top: 437px; }
  .cost__content h2 {
    margin-bottom: 25px; }
  .cost__content ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px; }
    .cost__content ul li:before {
      width: 3px;
      height: 3px;
      max-width: 3px;
      top: 12px; }
  .cost__content ul {
    padding-left: 5px; }
  .cost .pay__item small {
    font-size: 14px; }
  .cost__row .pay__item p {
    font-size: 50px; }
  .cost__row .pay__item .pay__pic {
    width: 186px;
    margin: -46px -27px -18px auto !important;
    z-index: 0; }
  .pay__btn {
    position: relative;
    z-index: 1; }
  .cost__row .pay__item .pay__star1 {
    bottom: 38px !important; }
  .cost {
    border-radius: 0px;
    padding-bottom: 50px; }
  .cost__bird {
    left: 0px;
    width: 234px;
    bottom: -171px; }
  .sub2 .sub__name {
    font-size: 20px;
    line-height: 22px;
    width: 100%;
    max-width: 227px; }
  .sub2 .sub__wrap {
    padding: 25px; }
  .sub2 .sub__name span {
    display: block; }
  .sub2 .sub__btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-top: 90px; }
  .sub__content {
    width: 100%; }
  .sub2 .sub__star {
    right: 10px;
    top: 133px; }
  .sear__links a {
    margin-bottom: 5px;
    margin-right: 15px; }
  .personal__wrap p {
    line-height: 23px;
    font-size: 14px; }
    .personal__wrap p span {
      margin-bottom: 5px; }
  .sear h1 {
    font-size: 25px; }
  .popup-call__box {
    width: 100%;
    margin: 0;
    left: 0;
    padding: 30px 20px;
    border-radius: 30px; }
  .arcticmodal-container_i {
    width: 100%; }
  .popup__name {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 20px; }
  .popup-call__box .custom-checkbox + label span {
    font-size: 12px; }
  .box-modal__close {
    top: 25px;
    right: 25px; }
  .popup__back {
    left: 30px;
    top: 39px; }
  .password-wrap .toggle-password {
    top: 18px;
    right: 15px; }
  .popup__sub {
    font-size: 14px; }
  .popup__block p {
    font-size: 14px;
    margin-bottom: 10px; }
  .popup__block ul {
    padding-left: 5px; }
    .popup__block ul li {
      font-size: 14px;
      margin-bottom: 3px; }
  .header-pre_school .header__start {
    margin-top: 260px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    position: relative;
    z-index: 2; }
  .header-pre_school .header__pic {
    width: 250px;
    top: inherit;
    right: 50%;
    display: block;
    position: absolute;
    margin-right: -125px;
    bottom: 183px;
    z-index: 0; }
  .love {
    padding: 50px 0; }
  .love__item h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px; }
  .love__item p {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    max-width: 259px; }
  .love__item {
    height: 290px; }
    .love__item:last-child {
      margin-bottom: 0; }
  .par__bird {
    display: none; }
  .par {
    padding-top: 50px;
    padding-bottom: 50px; }
  .par__item p {
    font-size: 18px;
    line-height: 29px;
    width: 100%;
    max-width: 225px; }
  .par__item {
    height: 370px; }
    .par__item:last-child {
      margin-bottom: 0; }
  .par__item img {
    width: 147px; }
  .ser .swip .swiper-wrapper .swiper-slide {
    height: 286px; }
  .ser .swip .swiper-wrapper .swiper-slide p {
    font-size: 20px;
    line-height: 26px; }
  .ser .swip .swiper-wrapper .swiper-slide span {
    font-size: 14px; }
  .ser .swip .swiper-wrapper .swiper-slide a {
    height: 50px;
    font-size: 14px; }
  .ser .swip .swiper-wrapper .swiper-slide img {
    bottom: 23px; }
  .how {
    padding-top: 50px; }
  .how__bird {
    top: -35px;
    z-index: -1; }
  .membership__row p:nth-child(2) span {
    top: -5px; }
  .tele {
    padding-top: 50px; }
  .faq {
    margin-top: 0; }
  .now {
    background: transparent; }
    .now__wrap {
      background: url( ../img/card1/bg2.png) no-repeat center center/cover;
      border-radius: 50px;
      padding: 30px; }
  .now__content p {
    margin-bottom: 247px; }
  .now__content h2 {
    margin-bottom: 15px; }
  .sub3 .btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-top: 78px; }
  .accordeon .accordeon__item:last-child {
    margin-bottom: 0; }
  .ten .header__pic {
    bottom: 217px; }
  .go__text p {
    font-size: 14px;
    line-height: 23px; }
  .how-ten2 .how__bird {
    width: 243px;
    right: -7px;
    top: -190px;
    z-index: 2;
    pointer-events: none; }
  .how__box {
    position: relative;
    z-index: 2; }
  .accordeon .panel__text {
    margin-top: 20px; }
  .why__row_about {
    margin-bottom: 0; }
  .items-about {
    padding-top: 20px; }
  .contacts__bird {
    right: -90px;
    bottom: 7px; }
  .text__content .text__name {
    margin-bottom: 15px; }
  .art .accordeon {
    margin-bottom: 30px; }
  .art article ol {
    margin-bottom: 30px; }
  .art article thead td {
    padding-top: 0; }
  .scroll {
    overflow-x: auto; }
  .popup-call__box.pop {
    width: 100%;
    margin-left: 0px; }
  .popup-call__box.pop .order__flex input {
    width: 100%; }
  .popup-call__box.pop .order__flex .option {
    width: 100%; }
  .option {
    width: 100%; }
  .option2 {
    z-index: 19 !important; }
  .popup-call__box.pop .order__flex .selectCF .titleCF, .selectCF .titleCF {
    font-size: 14px; }
  .popup-call__box.pop .order__flex .selectCF, .selectCF {
    height: 50px;
    margin-bottom: 10px; }
  .popup-call__box.pop .order__flex .selectCF .arrowCF, .selectCF .arrowCF {
    top: 20px; }
  .popup-call__box.pop .order__flex .onCF li ul, .onCF li ul {
    top: 53px;
    border: 1px solid #E0E0E0; }
  .selectCF li ul li {
    font-size: 14px; }
  .cost-lite .cost__content p {
    font-size: 15px;
    line-height: 23px; }
  .header-lite .header__wrap {
    background: url( ../img/bg12.png) no-repeat center center/cover; }
  .lite {
    margin-top: 50px; }
  .lite__box img {
    right: -21px;
    width: 298px;
    bottom: -366px;
    z-index: 5;
    pointer-events: none; }
  .whom {
    margin-top: 60px;
    margin-bottom: 0; }
  .study-lite {
    margin-top: 50px; }
  .whom__item:last-child {
    margin-bottom: 0; }
  .header-express .header__wrap {
    background: url( ../img/bg.png) no-repeat center center/cover; }
  .lite2 {
    margin-top: 20px; }
  .lite2 .lite__box img {
    top: inherit;
    right: 0;
    left: inherit;
    width: 280px;
    bottom: -370px; }
  .header-help .header__wrap {
    padding-bottom: 290px; }
  .header-help .header__pic {
    bottom: 166px; }
  .love h2 br {
    display: none; }
  .whom2 {
    margin-top: 0;
    margin-bottom: 50px; }
  .theme2 {
    margin-bottom: 50px; }
  .order-pre .order__bird2 {
    display: none; }
  .lite3 {
    margin-bottom: 116px; }
  .lite3 .lite__box img {
    bottom: -400px; }
  .faq2 {
    margin-bottom: 0; }
  .now__content p br {
    display: none; }
  .teach .swiper22 .video__wrap {
    height: 226px; }
  .teach .swiper22 .video__wrap .svg {
    margin-top: -32px;
    margin-left: -32px; }
  .teach .swiper22 .swiper-slide span {
    font-size: 14px;
    margin-bottom: 20px; }
  .teach .swiper22 .swiper-slide strong {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px; }
  .teach .swiper22 .swiper-slide ul li {
    font-size: 14px;
    line-height: 23px; }
    .teach .swiper22 .swiper-slide ul li:last-child {
      margin-bottom: 0; }
  .teach .swiper22 .swiper-slide ul {
    margin-bottom: 20px; }
  .teach .swiper22 .swiper-slide a {
    font-size: 14px; }
  .header-online .order__form {
    padding: 30px 16px;
    border-radius: 40px; }
  .header-online .order__form h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 100%; }
  .header-online .order__form span {
    font-size: 12px;
    line-height: 14px; }
  .header-online .order__form .order__flex input {
    padding-left: 15px; }
  .whom3 {
    margin-bottom: 50px; }
  .lite4 {
    padding-bottom: 160px; }
    .lite4 .lite__box img {
      bottom: -308px; }
  .how2 .how__link {
    height: 50px;
    font-size: 14px; }
  .arg {
    padding-bottom: 140px;
    padding-top: 30px; }
  .arg__content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: inherit; }
  .arg__content p {
    font-size: 14px;
    line-height: 23px; }
  .arg__info div {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px; }
  .arg__content a {
    height: 50px;
    font-size: 14px;
    bottom: -100px; }
  .direction {
    margin-top: 60px;
    margin-bottom: 50px; }
  .direction__item {
    padding: 30px; }
  .direction__item p {
    font-size: 20px;
    line-height: 26px; }
  .direction__item ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 40px; }
    .direction__item ul li {
      font-size: 14px;
      line-height: 23px; }
  .direction__item a {
    width: 100%;
    height: 50px;
    font-size: 14px; }
  .add__item {
    padding: 30px; }
  .add__item p {
    font-size: 20px;
    line-height: 26px; }
  .add__item small {
    font-size: 14px;
    line-height: 23px; }
  .add__item a {
    height: 50px;
    font-size: 14px; }
  .add .sub__title {
    line-height: 22px;
    width: 86%; }
  .add .sub__star {
    right: 4%; }
  .add {
    margin-bottom: 0; }
  .partners .swiper6 {
    overflow: hidden; }
    .partners .swiper6 .swiper-slide {
      height: 153px;
      border-radius: 31.01px; }
      .partners .swiper6 .swiper-slide img {
        max-width: 70%; }
  .partners .pag {
    display: flex; }
  .teach2 {
    margin-top: 0;
    padding-bottom: 20px; }
  .faq3 {
    margin-top: 50px; }
  .lite4 {
    margin-bottom: 88px; }
  .header__btns a {
    height: 50px;
    font-size: 14px; }
  .header-business .header__pic {
    bottom: 310px; }
  .love2 {
    padding-top: 25px; }
  .love2 .love__item h3 {
    font-size: 20px;
    line-height: 24px; }
  .love2 .love__item p {
    font-size: 14px;
    line-height: 23px; }
  .lite5 {
    margin-top: 0; }
  .lite5 .btn2 {
    width: 100%;
    font-size: 14px;
    height: 50px; }
  .cost-business {
    margin-top: 157px; }
  .blog .option p {
    font-size: 14px; }
  .blog .option .selectCF .titleCF {
    font-size: 14px; }
  .blog .option .selectCF .arrowCF {
    background-size: 100%  !important;
    width: 12px;
    right: -22px;
    top: 9px; }
  .blog .option .onCF .arrowCF {
    top: 4px; }
  .blog .selectCF li ul li {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px; }
  .blog .option .onCF li ul {
    top: 30px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .blog .mobile__form {
    margin-bottom: 100px; }
  .blog .option {
    top: 185px; }
  .blog__item {
    padding: 30px;
    border-radius: 30px; }
  .blog__item h2 {
    font-size: 20px;
    line-height: 23px; }
  .blog__item p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px; }
  .blog__item img {
    height: 170px;
    border-radius: 24px; }
  .blog__item div span {
    font-size: 14px;
    line-height: 100%; }
  .blog__item div small {
    font-size: 14px; }
  .blog__btn {
    margin-top: 20px;
    height: 50px;
    font-size: 14px;
    width: 100%; }
  .blog {
    padding-bottom: 0; }
  .blog-item__info {
    margin-top: 50px; }
  .blog-item__link {
    font-size: 14px;
    line-height: 110%; }
  .blog-item__info .swiper7 {
    margin-top: 30px; }
  .blog-item__back {
    margin-bottom: 30px;
    font-size: 16px; }
    .blog-item__back .svg {
      width: 20px; }
  .blog-item__time {
    font-size: 14px;
    margin-bottom: 20px; }
  .header-luchik__row {
    margin-bottom: 90px; }
  .header-luchik .header__content .btn {
    position: absolute;
    bottom: 46px;
    left: 7.5%;
    width: 85%;
    height: 50px;
    font-size: 14px; }
  .header-luchik__item img {
    width: 64px;
    right: 10px;
    bottom: 10px; }
  .header-luchik__item {
    border-radius: 23.7px;
    padding: 20px;
    margin-bottom: 10px; }
  .header-luchik__item p {
    font-size: 20px;
    margin-bottom: 12px; }
  .header-luchik__item ul li {
    font-size: 14px;
    line-height: 22px; }
  .header-luchik__item ul li:before {
    width: 5px;
    height: 5px;
    max-width: 5px;
    top: 9px; }
  .header-luchik__row {
    margin-top: 20px; }
  .header-luchik {
    margin-bottom: 50px; }
  .theme3 {
    padding-top: 50px;
    margin-bottom: 50px; }
  .theme3__links a {
    height: 50px;
    font-size: 14px;
    text-align: center; }
  .theme3__links {
    margin-bottom: 0; }
  .prize__item p {
    font-size: 14px;
    line-height: 23px; }
  .prize__item {
    height: 267px; }
  .prize__pic {
    width: 133px;
    right: inherit !important;
    left: 13px !important; }
  .prize__content span {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: inherit; }
  .prize__content p {
    font-size: 14px;
    line-height: 23px; }
  .faq-first {
    margin-bottom: 50px; }
  .faq-third {
    margin-bottom: 0; }
  .header-library .header__start {
    margin-top: 250px; }
  .header-library .header__pic {
    bottom: 209px; }
  .library {
    padding-top: 50px; }
  .library .mobile__form {
    margin-bottom: 20px; }
  .library__top p {
    font-size: 18px; }
  .library__item {
    padding: 20px;
    border-radius: 20px; }
  .library__row a {
    width: 15%;
    height: 41px;
    font-size: 14px; }
  .faq6 {
    margin-top: 50px; }
  .row__item:nth-child(2) .row__star {
    bottom: 91px !important; }
  .bird-library {
    margin-top: 10px;
    margin-bottom: 80px; }
    .bird-library .study__wrap {
      padding-bottom: 116px; }
  .bird-library .study__star3 {
    bottom: -42px;
    right: 36px;
    width: 111px; }
  .sub-course .sub__wrap {
    margin-top: 98px; }
  .sub-course .sub__title {
    line-height: 22px; }
  .sub-course .theme__bird {
    top: -140px;
    left: 50%;
    margin-left: -173px; }
  .sub-course .sub__wrap {
    padding: 30px; }
  .sub-course .sub__wrap a {
    padding: 0 50px;
    text-align: center;
    line-height: 120%; }
  .sub-course .sub__star {
    top: 165px;
    right: 15px; }
  .years {
    padding-bottom: 50px; }
  .format {
    padding: 50px 0; }
    .format ul li {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: inherit; }
    .format ul li:before {
      width: 5px;
      height: 5px;
      max-width: 5px;
      top: 9px; }
  .format__item p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px; }
  .format__item a {
    margin-top: 85px; }
  .format__item img {
    bottom: 10px;
    left: 24px; }
  .love-course .love__item p {
    margin-bottom: 74px;
    max-width: 246px; }
  .love-course .love__item a {
    font-size: 14px;
    margin-top: 0; }
  .love__item:last-child p {
    margin-bottom: 0px; }
  .love__item:last-child ol {
    margin-bottom: 74px; }
  .sub-course2 .theme__bird {
    top: -141px;
    left: 50%;
    margin-left: -117px; }
  .sub-course {
    margin-bottom: 0 !important; }
  .teach-course, .rev-course {
    padding-bottom: 0; }
  .get__one:nth-child(n+9) {
    margin-bottom: 20px; }
  .get__box {
    padding-bottom: 55px; }
  .submenu-wrapper {
    height: 91vh; }
  .header-teachers .header__pic {
    bottom: 193px; }
  .love-teachers .love__item p {
    font-size: 14px;
    line-height: 23px;
    max-width: 238px; }
  .love-teachers .love__item h3 {
    margin-bottom: 20px; }
  .theme-teachers .theme__area div {
    padding: 30px;
    height: 307px; }
    .theme-teachers .theme__area div:last-child {
      margin-bottom: 0; }
  .option .selectCF .titleCF {
    font-size: 14px; }
  .membership__item:last-child {
    margin-bottom: 0; }
  .theme-teachers .theme__area div p {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    max-width: 176px; }
  .theme-teachers .theme__area div h3 {
    font-size: 20px;
    line-height: 26px; }
  .theme-teachers .theme__area div img {
    width: 72px;
    bottom: 113px;
    right: 20px; }
  .theme-teachers .theme__area div a {
    height: 50px;
    font-size: 14px; }
  .row-teachers .row__text {
    max-width: 100%; }
  .row-teachers .row__item {
    padding-bottom: 100px; }
    .row-teachers .row__item:first-child {
      margin-bottom: 0; }
  .row-teachers .row__star, .row-teachers .row__item:nth-child(2) .row__star {
    bottom: 30px !important; }
  .theme-teachers .theme__area_2 small {
    width: 50px;
    height: 50px;
    font-size: 21px; }
  #theme-teachers2 {
    margin-bottom: 0; }
  .theme-teachers .theme__area_2 div {
    height: 250px; }
    .theme-teachers .theme__area_2 div p {
      max-width: 240px; }
  .header-neuro .header__start {
    margin-top: 280px; }
  .header-neuro .header__pic {
    bottom: 226px; }
  .lite-neuro .lite__box img {
    width: 320px;
    bottom: -385px; }
  .theme-neuro__item {
    padding: 30px;
    margin-bottom: 20px; }
  .theme-neuro__item span {
    font-size: 20px; }
  .theme-neuro__item p {
    font-size: 20px;
    line-height: 23px; }
  .theme-neuro {
    margin-bottom: 50px; }
  .theme-neuro2 {
    margin-top: 0; }
  .theme-neuro2__text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px; }
  .theme-neuro2__row div {
    padding: 30px; }
  .theme-neuro2__row div span {
    font-size: 20px;
    margin-bottom: 10px; }
  .theme-neuro2__row div p {
    font-size: 20px;
    line-height: 23px; }
  .prog {
    padding: 50px 0; }
  .prog__item img {
    width: 148px; }
  .prog__item {
    padding: 20px;
    height: 315px; }
    .prog__item:last-child {
      margin-bottom: 0; }
  .prog__item p {
    font-size: 25px;
    margin-bottom: 10px; }
  .prog__item small {
    font-size: 16px;
    line-height: 23.98px; }
  .row-neuro {
    padding-bottom: 50px;
    margin-top: 0px;
    margin-bottom: 0; }
    .row-neuro .row__item h3 {
      font-size: 25px; }
  .row-neuro .row__item {
    padding: 30px; }
  .row-neuro .row__sum {
    margin-bottom: 20px; }
  .row-neuro .row__item ul {
    margin-bottom: 20px; }
  .row-neuro__btn {
    width: 100%;
    height: 50px;
    font-size: 14px; }
  .row-neuro .row__item div {
    top: -18px;
    width: 100%;
    height: 50px;
    font-size: 14px; }
  .row-neuro .row__item:nth-child(2) {
    padding-top: 60px; }
  .row-neuro .row__item:first-child {
    margin-bottom: 50px; }
  .lic-neuro2 {
    margin-top: 0; }
  .faq-neuro {
    margin-bottom: 0; }
  .header-emotional .header__pic {
    bottom: 297px; }
  .theme h2 br {
    display: none; }
  .theme .theme__area_emotional div ul li {
    font-size: 14px;
    line-height: 28px; }
    .theme .theme__area_emotional div ul li:before {
      width: 4px;
      height: 4px;
      max-width: 4px;
      top: 11px; }
  .theme-teachers .theme__area_emotional div img {
    width: 143px;
    bottom: 0;
    right: 0; }
  .theme-teachers .theme__area_emotional div h3 {
    margin-bottom: 20px; }
  .change__content span {
    font-size: 14px; }
  .change__content p {
    font-size: 20px;
    line-height: 23px; }
  .change__item {
    margin-bottom: 20px; }
    .change__item img {
      width: 98px; }
    .change__item:last-child {
      margin-bottom: 0; }
  .change {
    padding-bottom: 50px; }
  .groups {
    padding-top: 50px; }
  .groups .tabs__nav a {
    height: 52px;
    width: 50%;
    font-size: 14px; }
  .groups .tabs__nav {
    margin-bottom: 20px; }
  .groups .theme-neuro2__row div {
    height: auto; }
    .groups .theme-neuro2__row div small {
      font-size: 14px;
      line-height: 23px;
      margin-top: 10px; }
    .groups .theme-neuro2__row div span {
      margin-bottom: 10px; }
  .how-emotional .how__bird {
    top: -39px;
    width: 158px; }
  .how-emotional .how__item:last-child {
    margin-bottom: 0; }
  .teach-emotional {
    padding-top: 0;
    padding-bottom: 0; }
  .text-emotional {
    padding-bottom: 0; }
    .text-emotional .text__name {
      margin-bottom: 0; }
  .faq-emotional {
    margin-bottom: 0; } }

@media screen and (max-width: 400px) and (max-height: 667px) {
  .submenu-content {
    flex-wrap: nowrap;
    height: 100%; }
  .submenu-wrapper {
    max-height: 565px;
    overflow-y: auto; }
  .menu__info {
    margin-top: 35px; } }

@media screen and (max-width: 372px) {
  .why__row {
    justify-content: space-between; }
    .why__row div {
      width: 48.5%;
      margin: 0 0 20px; }
  .pay h2 {
    font-size: 40px; } }
/* NEW */
.plug {
  padding: 40px;
}
.plug .header__wrap {
  margin-top: 40px;
}
.plug .header {
  box-sizing: border-box;
  margin-top: 0;
  padding: 20px 40px 40px;
}
.plug .container {
  position: relative;
}
.plug__img {
  position: absolute;
  right: 29px;
  top: -27px;
}
.plug__star {
  position: absolute;
  right: 35%;
  top: 12px;
}
.plug__item {
  margin-bottom: 20px;
}
.plug__item p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: -0.177832px;
  color: rgba(255, 255, 255, 0.5);
}
.plug__item a {
  font-weight: 500;
  font-size: 38.7729px;
  display: flex;
  align-items: center;
  line-height: 41px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.plug__item a:hover {
  color: #BA65DC;
}
.plug__item a img {
  margin-left: 10px;
  position: relative;
  top: 0px;
}
.plug .nav__logo:after {
  display: none;
}
@media screen and (max-width: 1620px) {
  .plug__img {
    right: 20px;
    width: 700px;
    top: 20px;
  }
  .plug {
    height: auto;
  }
}
@media screen and (max-width: 1500px) {
  .plug__img {
    right: 12px;
    width: 640px;
    top: 41px;
  }
}
@media screen and (max-width: 1350px) {
  .plug__img {
    margin: 0 auto;
    display: block;
    right: 0;
    width: 100%;
    top: 0;
    position: relative;
  }
  .plug__star {
    display: none;
  }
  .plug {
    padding: 20px;
    height: auto;
  }

}
@media screen and (max-width: 767px) {
  .plug__item a {
    font-size: 20px;
  }
  .plug__item p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .plug__item {
    margin-bottom: 10px;
  }
  .plug__item a img {
    display: none;
  }
  .plug .header {
    padding: 0;
  }
  .plug .header h1 {
    line-height: 100%;
    margin-bottom: 20px;
  }
  .plug__img {
    margin: 0 auto -91px;
  }
  .plug {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .plug__item a {
        font-size: 18px;
    }
    .plug .header__wrap {
    margin-top: 0;
}
    .plug {
        padding: 20px 0 100px;
    }
}