@font-face {
	font-family: 'Monotype Corsiva';
	src: url('../fonts/monotype_corsiva.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/monotype_corsiva.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/monotype_corsiva.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/monotype_corsiva.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/monotype_corsiva.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/monotype_corsiva.svg#monotype_corsiva') format('svg'); /* Chrome < 4, Legacy iOS */
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 12px 0; }
  @media (max-width: 990px) {
    header {
      padding: 10px 0;
      background: #fff; } }

.header-container {
  display: grid;
  grid-template-columns: 2fr 2fr 8fr;
  grid-gap: 20px;
  max-width: 1600px;
  margin: 0 auto; }
  @media (max-width: 1280px) {
    .header-container {
      grid-template-columns: 2fr 2fr 9fr;
      grid-gap: 10px; } }
  @media (max-width: 1065px) {
      .header-container {
        grid-template-columns: 2fr 1fr 9fr;
        grid-gap: 10px; }}
  @media (max-width: 990px) {
    .header-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media (max-width: 990px) {
    .logo-box {
      width: 150px; } }
  @media (max-width: 576px) {
    .logo-box {
      width: auto; } }
  .logo-box img {
    margin-bottom: 5px; }
    @media (max-width: 576px) {
      .logo-box img {
        margin: 0; } }
  .logo-box p {
    font: 500 .8rem/19px 'IBM Plex Serif', serif;
    color: #383838; }
    @media (max-width: 576px) {
      .logo-box p {
        display: none; } }

.header-feedback-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .header-feedback-box .header-feedback-box-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (max-width: 1280px) {
      .header-feedback-box .header-feedback-box-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 990px) {
      .header-feedback-box .header-feedback-box-link {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .header-feedback-box a {
    text-transform: uppercase;
    color: #383838;
    position: relative;
    font: 500 .87rem 'IBM Plex Serif', serif; }
  .header-feedback-box a:last-child {
    padding-left: 30px;
    margin-left: 30px; }
    @media (max-width: 1280px) {
      .header-feedback-box a:last-child {
        margin-left: 0;
        margin-top: 5px; } }
    @media (max-width: 576px) {
      .header-feedback-box a:last-child {
        margin-top: 4px;
        padding-left: 25px; } }
    .header-feedback-box a:last-child::before {
      content: url(../img/icon/human-icon.svg);
      position: absolute;
      left: 0px;
      top: 2px; }
  .header-feedback-box .btn-menu {
    display: none; }
    @media (max-width: 990px) {
      .header-feedback-box .btn-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        margin-left: 20px; }
        .header-feedback-box .btn-menu img {
          height: 30px; } }

nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 990px) {
    nav {
      position: fixed;
      top: 65px;
      display: none;
      width: 100vw;
      left: 0;
      right: 0;
      background: #fff;
      padding: 10px 15px;
      padding-top: 0; } }
  nav a {
    margin: 0 5px;
    text-transform: uppercase;
    color: #383838;
    position: relative;
    font: 500 .9rem 'IBM Plex Serif', serif;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    nav a:hover {
      color: #8560EC; }
    @media (max-width: 990px) {
      nav a {
        font-size: 1.1rem;
        margin: 20px 0;
        display: block; } }

.bg-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 240, 254, 0.4)), to(#FFFFFF));
  background: -o-linear-gradient(top, rgba(251, 240, 254, 0.4) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(251, 240, 254, 0.4) 0%, #FFFFFF 100%); }

.bg-white {
  background: #fff; }

.slick-prev {
  z-index: 999; }

main {
    margin-top: 85px;
}

.mainscreen {
    width: 100%;
    height: 550px;
    margin-bottom: 30px;
}
.mainscreen-slide {
    overflow: hidden;
    position: relative;
}
.mainscreen-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainscreen-info {
    position: absolute;
    bottom: 100px;
    left: 100px;
    max-width: 500px;
}
.splide__pagination__page {
    height: 12px;
    width: 12px;
    margin: 3px 6px;
}
.mainscreen-info__title.title-xl {
    margin-bottom: 30px;
}
.mainscreen-info__title.title-xl,
.mainscreen-info__desc.simple-text-xl {
    text-align: left;
    color: #8560EC;
}
.mainscreen-info__desc + .mainscreen-info__link {
    margin-top: 30px;
}
.mainscreen-info__link {
    display: block;
    width: fit-content;
}
@media (max-width: 991px) {
    .mainscreen {
        height: 350px;
        margin-bottom: 20px;
    }
    .mainscreen-info {
        left: 25px;
        bottom: 35px;
        max-width: calc(100% - 50px);
    }
    .splide__pagination__page {
        height: 8px;
        width: 8px;
        margin: 3px;
    }
}
@media (max-width: 576px) {
    .mainscreen-info {
        left: 15px;
        bottom: 35px;
        max-width: calc(100% - 30px);
    }
}

.news-container {
  max-width: 1400px;
  margin: 0 auto; }
  .news-container .news-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px; }
    @media (max-width: 990px) {
      .news-container .news-wrapper {
        grid-template-columns: 1fr; } }

.news-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; }
  @media (max-width: 990px) {
    .news-box {
      grid-template-columns: 1fr 3fr;
      grid-gap: 20px; } }
  @media (max-width: 768px) {
    .news-box {
      grid-template-columns: 1fr; } }
  .news-box img {
    max-width: 100%;
    height: auto;
    border-radius: 50px; }
    @media (max-width: 768px) {
      .news-box img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 200px;
        margin: 0 auto; } }
  .news-box .news-sm-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .news-box .news-sm-box .curse {
      color: #8560EC;
      font: normal .87rem 'IBM Plex Serif', serif; }
    .news-box .news-sm-box .date {
      margin-right: 7px;
      color: #494949;
      font: normal .87rem 'IBM Plex Serif', serif; }
  .news-box .news-info-title {
    color: #383838;
    font: 500 1.2rem 'IBM Plex Serif', serif;
    margin-bottom: 15px; }
    @media (max-width: 576px) {
      .news-box .news-info-title {
        margin-bottom: 10px; } }
  .news-box .news-text-info {
    font: normal 1rem 'IBM Plex Serif', serif;
    padding-bottom: 25px;
    margin-bottom: 20px;
    color: #494949;
    position: relative; }
    @media (max-width: 576px) {
      .news-box .news-text-info {
        margin-bottom: 10px;
        padding-bottom: 15px; } }
    .news-box .news-text-info::after {
      content: '';
      height: 1px;
      width: 124px;
      display: block;
      background: #c399dc;
      position: absolute;
      bottom: 0; }

.protect {
  position: relative; }
  .protect::before {
    content: url(../img/icon/protect.svg);
    position: absolute;
    left: 42.5%;
    top: 42.5%;
    z-index: 9; }
    @media (max-width: 990px) {
      .protect::before {
        left: 45%;
        top: 42%; } }
    @media (max-width: 320px) {
      .protect::before {
        left: 43.5%;
        top: 40%; } }
  .protect .item-news {
    opacity: .7; }

.vidos-container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 50px;
  max-width: 1400px;
  margin: 0 auto; }
  @media (max-width: 990px) {
    .vidos-container {
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  .vidos-container .title-sm {
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .vidos-container .title-sm {
        margin-bottom: 15px; } }
  .vidos-container .simple-text-xl {
    padding-bottom: 25px;
    margin-bottom: 20px;
    position: relative; }
    @media (max-width: 576px) {
      .vidos-container .simple-text-xl {
        margin-bottom: 10px;
        padding-bottom: 15px; } }
    .vidos-container .simple-text-xl::after {
      content: '';
      height: 1px;
      width: 124px;
      display: block;
      background: #c399dc;
      position: absolute;
      bottom: 0; }

.vidos-box iframe {
  height: 290px;
  max-width: 100%;
  width: 100%;
  border-radius: 50px; }
  @media (max-width: 990px) {
    .vidos-box iframe {
      height: 300px; } }
  @media (max-width: 576px) {
    .vidos-box iframe {
      height: 200px; } }

.slider-main {
  position: relative;
  padding: 90px 45px;
  margin-bottom: 40px; }
  @media (max-width: 1280px) {
    .slider-main {
      padding: 90px 25px; } }
  @media (max-width: 990px) {
    .slider-main {
      padding: 0 25px; } }
  @media (max-width: 576px) {
    .slider-main {
      padding: 0 15px; } }
  .slider-main::before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: #fefcff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 98%, 0 20%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 98%, 0 20%); }
    @media (max-width: 990px) {
      .slider-main::before {
        display: none; } }
  .slider-main .slider-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 800px;
    margin: 0 auto; }
    .slider-main .slider-items .slider-client {
      margin-bottom: 20px;
      height: 150px;
      max-width: 150px; }
      @media (max-width: 990px) {
        .slider-main .slider-items .slider-client {
          height: 100px;
          width: 100px;
          margin-bottom: 10px; } }
    .slider-main .slider-items .slider-title {
      margin-bottom: 20px; }
      @media (max-width: 576px) {
        .slider-main .slider-items .slider-title {
          margin-bottom: 10px; } }

.slider-items-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slider-items-photo img {
    max-width: 900px;
    height: 600px; }
    @media (max-width: 990px) {
      .slider-items-photo img {
        height: 400px; } }
    @media (max-width: 576px) {
      .slider-items-photo img {
        height: 220px; } }

.slider-items-photo-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slider-items-photo-sm img {
    max-width: 250px;
    height: 200px;
    margin: 0 20px; }
    @media (max-width: 990px) {
      .slider-items-photo-sm img {
        height: 200px; } }
    @media (max-width: 576px) {
      .slider-items-photo-sm img {
        height: 190px; } }

.slick-next {
  right: 25px; }
  @media (max-width: 990px) {
    .slick-next {
      right: -7px;
      top: 50%; } }

.slick-prev {
  left: 25px; }
  @media (max-width: 990px) {
    .slick-prev {
      left: -14px;
      top: 50%; } }

.slick-next:before {
  content: url(../img/icon/right.svg); }

.slick-prev:before {
  content: url(../img/icon/left.svg); }

.slick-prev:before,
.slick-next:before {
  color: #000; }

.slick-prev:before,
.slick-next:before {
  color: #000; }

.slider {
  width: 100%;
  margin: 0 auto; }

.slick-slide {
  margin: 0px 20px;
  outline: none; }

.slick-slide img {
  width: 100%;
  object-fit: contain; }

.contact-wrapper {
  display: grid;
  grid-template-columns: 2fr 4fr;
  grid-gap: 60px;
  max-width: 1400px;
  margin: 0 auto; }
  @media (max-width: 990px) {
    .contact-wrapper {
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  .contact-wrapper .simple-text-xl {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 15px; }
  .contact-wrapper .contact-map iframe {
    width: 100%;
    height: 700px; }
    @media (max-width: 990px) {
      .contact-wrapper .contact-map iframe {
        height: 350px; } }

.shop-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 25px; }
  @media (max-width: 990px) {
    .shop-container {
      grid-template-columns: 1fr; } }
  .shop-container .title-sidebar {
    color: #383838;
    font: 500 1.2rem 'IBM Plex Serif', serif;
    margin-bottom: 20px; }
  .shop-container .sidebar-link {
    display: block;
    margin-bottom: 20px;
    position: relative;
    left: 10px;
    font: 500 1rem 'IBM Plex Serif', serif;
    color: #878787;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .shop-container .sidebar-link:hover {
      color: #383838; }
  .shop-container .active-link {
    color: #383838; }

.shop-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px; }
  @media (max-width: 768px) {
    .shop-wrapper {
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px; } }
  @media (max-width: 576px) {
    .shop-wrapper {
      grid-template-columns: 1fr; } }

.shop-item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    .shop-item img {
      margin-bottom: 10px; } }

.shop-item .item-title {
  color: #383838;
  font: 600 1rem 'IBM Plex Serif', serif;
  margin-bottom: 10px; }

.shop-item .item-text {
  color: #878787;
  font: 500 .9rem 'IBM Plex Serif', serif;
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative; }
  .shop-item .item-text::after {
    content: '';
    height: 1px;
    width: 124px;
    display: block;
    background: #c399dc;
    position: absolute;
    bottom: 0; }

.price-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .price-box .price {
    margin-right: 10px;
    font: 500 1.2rem 'IBM Plex Serif', serif;
    color: #8560EC; }
  .price-box .old-price {
    color: #8560EC;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    font: 300 1.2rem 'IBM Plex Serif', serif; }

.mini-shop-container {
  max-width: 1400px;
  margin: 0 auto; }

.item-shop-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 40px; }
  @media (max-width: 990px) {
    .item-shop-container {
      grid-template-columns: 1fr;
      grid-gap: 25px; } }
  .item-shop-container img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%; }
  .item-shop-container .item-text {
    font-weight: 300;
    padding-bottom: 25px;
    margin-bottom: 20px;
    position: relative; }
    .item-shop-container .item-text::after {
      content: '';
      height: 1px;
      width: 124px;
      display: block;
      background: #c399dc;
      position: absolute;
      bottom: 0; }
  .item-shop-container .btn-purple {
    display: inline-block;
    padding: 15px 40px; }
    @media (max-width: 576px) {
      .item-shop-container .btn-purple {
        display: block;
        text-align: center;
        padding: 15px 30px; } }

.panel-reg-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px; }

.panel-reg-link {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 990px) {
    .panel-reg-link {
      position: relative; } }
  .panel-reg-link a {
    display: block;
    margin-bottom: 20px;
    position: relative;
    left: 10px;
    font: 500 1rem 'IBM Plex Serif', serif;
    color: #878787;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .panel-reg-link a:hover {
      color: #383838; }
  .panel-reg-link .active-link {
    color: #383838; }

.modal-inside {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 35px;
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 80px; }
  @media (max-width: 576px) {
    .modal-inside {
      padding: 30px; } }

.ls-modal-bg {
  max-width: 560px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px; }
  @media (max-width: 990px) {
    .ls-modal-bg {
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  .ls-modal-bg .title-form {
    font: normal 1.125rem 'IBM Plex Serif', serif;
    color: #383838;
    margin-bottom: 15px; }

.curse-progress-box .curse-progress-tirle {
  color: #383838;
  font: 500 1.2rem 'IBM Plex Serif', serif;
  margin-bottom: 20px; }
  @media (max-width: 990px) {
    .curse-progress-box .curse-progress-tirle {
      font-size: 1rem; } }

.curse-progress-box .curse-link {
  color: #383838;
  font: 500 1.2rem 'IBM Plex Serif', serif; }
  @media (max-width: 990px) {
    .curse-progress-box .curse-link {
      font-size: 1rem; } }

.curse-progress-box .progress-bar {
  margin-bottom: 20px; }
  .curse-progress-box .progress-bar p {
    margin-bottom: 5px;
    display: block;
    color: #494949;
    font: 500 .87rem 'IBM Plex Serif', serif; }
  .curse-progress-box .progress-bar progress {
    background: #fff;
    height: 25px;
    width: 200px; }
  .curse-progress-box .progress-bar progress::-moz-progress-bar {
    background: #8560EC; }
  .curse-progress-box .progress-bar progress::-webkit-progress-bar {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #8560EC;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); }
  .curse-progress-box .progress-bar progress::-webkit-progress-value {
    background: #8560EC;
    border-radius: 10px; }

.panel-lesson-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    .panel-lesson-1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .panel-lesson-1 .panel-lesson-text {
    color: #494949;
    font: 500 .87rem 'IBM Plex Serif', serif;
    text-transform: uppercase; }
    @media (max-width: 990px) {
      .panel-lesson-1 .panel-lesson-text {
        margin-bottom: 8px; } }
  @media (max-width: 990px) {
    .panel-lesson-1 .panel-link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .panel-lesson-1 a {
    color: #878787;
    margin-left: 10px;
    font: 500 .87rem 'IBM Plex Serif', serif;
    text-transform: uppercase; }
    @media (max-width: 990px) {
      .panel-lesson-1 a {
        margin: 0; } }
  .panel-lesson-1 a:last-child {
    color: #8560EC; }

    .panel-link a {
      margin: 0;
  }

  .panel-link {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .panel-lesson-1 {
      flex-direction: column;
      display: flex;
      align-items: flex-start;
  }

  .panel-lesson-1 .panel-lesson-text {
      margin-bottom: 20px;
  }

  @media (max-width: 990px) {
      .panel-lesson-1 .panel-link {
          display: grid;
          grid-template-columns: 1fr;
          grid-gap: 15px;
          align-content: center;
          justify-items: center;
      }
  }

  @media (max-width: 990px) {
      .panel-lesson-1 {
          margin-bottom: 0;
      }
  }

.lesson-form .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 990px) {
    .lesson-form .btn-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .lesson-form .btn-wrap button {
    margin: 0; }
    @media (max-width: 990px) {
      .lesson-form .btn-wrap button {
        margin-top: 20px;
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }

.curse-punct {
  display: block;
  font: 300 1rem 'IBM Plex Serif', serif;
  margin-bottom: 20px;
  margin-bottom: 15px;
  padding-left: 15px; }

.active-punct {
  position: relative; }
  .active-punct::before {
    position: absolute;
    left: 0;
    content: url(../img/icon/done.svg); }

.catalog-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 0; }
  @media (max-width: 990px) {
    .catalog-container {
      grid-gap: 20px;
      grid-template-columns: 1fr; } }

.catalog-panel .simple-link {
  display: block;
  margin-bottom: 20px;
  position: relative;
  left: 10px;
  font: 500 1rem 'IBM Plex Serif', serif;
  color: #8F76ED;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .catalog-panel .simple-link:hover {
    color: #383838; }
    .catalog-panel .simple-link span {
      color: #8F76ED; }
      .catalog-panel .simple-link span:hover {
        color: #383838; }

.catalog-panel .link-sm {
  font-size: .87rem;
  display: block;
  margin-bottom: 20px;
  position: relative;
  font: 500 .87rem 'IBM Plex Serif', serif;
  color: #878787;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  left: 25px; }
  .catalog-panel .link-sm:hover {
    color: #383838; }

.catalog-panel .active-link {
  color: #383838; }

.catalog-item-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  margin-left: 10px; }
  .catalog-item-wrapper .news-box {
    width: 600px; }
    @media (max-width: 990px) {
      .catalog-item-wrapper .news-box {
        width: auto; } }
  .catalog-item-wrapper .shop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 700px; }
    @media (max-width: 990px) {
      .catalog-item-wrapper .shop-item {
        width: auto; } }
    @media (max-width: 576px) {
      .catalog-item-wrapper .shop-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .catalog-item-wrapper .shop-item img {
      height: 120px;
      margin-right: 60px; }
      @media (max-width: 990px) {
        .catalog-item-wrapper .shop-item img {
          margin-right: 20px; } }
      @media (max-width: 576px) {
        .catalog-item-wrapper .shop-item img {
          margin: 0 auto; } }
    .catalog-item-wrapper .shop-item .item-text {
      padding-bottom: 0;
      margin-bottom: 15px; }
      .catalog-item-wrapper .shop-item .item-text::after {
        display: none; }

.text-page-container {
  max-width: 940px;
  margin: 0 auto; }
  .text-page-container img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block; }

.simple-box-texts img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
  border-radius: 50px; }
  @media (max-width: 990px) {
    .simple-box-texts img {
      margin: 0 auto;
      margin-bottom: 15px; } }

.simple-box-texts .simple-text-xl {
  margin-bottom: 20px;
  display: block; }
  @media (max-width: 990px) {
    .simple-box-texts .simple-text-xl {
      margin-bottom: 15px; } }
  .simple-box-texts .simple-text-xl span {
    color: #8560EC; }

.simple-box-texts .title-pink {
  margin-bottom: 15px;
  color: #8560EC; }

.simple-box-texts ul {
  list-style-type: none;
  margin-bottom: 20px; }
  .simple-box-texts ul li {
    font: normal 1.25rem 'IBM Plex Serif', serif;
    /* color: #383838; */
    position: relative;
    padding-left: 20px; }
    @media (max-width: 990px) {
      .simple-box-texts ul li {
        font-size: 1.1rem; } }
    .simple-box-texts ul li::before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      display: block;
      background: #6439E6;
      border-radius: 50%;
      left: 0;
      top: 40%; }

.simple-box-texts a {
  margin-bottom: 20px; }
  @media (max-width: 990px) {
    .simple-box-texts a {
      margin-bottom: 10px; } }

.simple-box-texts .download {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #8560EC;
  display: block;
  margin-bottom: 30px;
  font-size: 1.25rem; }
  @media (max-width: 990px) {
    .simple-box-texts .download {
      font-size: 1rem;
      margin-bottom: 20px; } }

.simple-box-texts .btn-news {
  margin-bottom: 40px; }
  @media (max-width: 990px) {
    .simple-box-texts .btn-news {
      margin-bottom: 20px; } }

.title-otziv {
  color: #6439E6;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  font: 500 1.75rem 'IBM Plex Serif', serif; }
  @media (max-width: 990px) {
    .title-otziv {
      font-size: 1.4rem;
      margin-bottom: 15px; } }

.name-otziv {
  font: 500 1.5rem 'IBM Plex Serif', serif;
  margin-bottom: 20px;
  color: #383838; }
  @media (max-width: 990px) {
    .name-otziv {
      font-size: 1.125rem;
      margin-bottom: 15px; } }

footer {
  background: #fffdff; }
  @media (max-width: 1280px) {
    footer {
      padding-bottom: 20px; } }
  @media (max-width: 576px) {
    footer {
      padding-bottom: 0; } }

.footer-container {
  display: grid;
  grid-template-columns: 1fr 4fr 2fr 6fr;
  grid-gap: 20px;
  min-height: 270px; }
.footer-container.is-ru {
    grid-template-columns: 1fr 3fr 6fr;
}
  @media (max-width: 1280px) {
    .footer-container, .footer-container.is-ru  {
      grid-template-columns: 1fr 2fr 3fr; } }
  @media (max-width: 990px) {
    .footer-container, .footer-container.is-ru  {
      grid-template-columns: 1fr;
      grid-gap: 15px;
      padding: 15px 0; } }
  .footer-container .footer-photo {
    height: 300px; }
    @media (max-width: 1280px) {
      .footer-container .footer-photo {
        display: none; } }
  .footer-container .footer-mail-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 35px; }
    @media (max-width: 990px) {
      .footer-container .footer-mail-box {
        padding: 0; } }
    .footer-container .footer-mail-box form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      @media (max-width: 576px) {
        .footer-container .footer-mail-box form {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (max-width: 576px) {
        .footer-container .footer-mail-box form input {
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-bottom: 10px; } }
      .footer-container .footer-mail-box form button {
        position: relative;
        left: -15px;
        cursor: pointer; }
        @media (max-width: 576px) {
          .footer-container .footer-mail-box form button {
            left: 0; } }
    .footer-container .footer-mail-box p {
      color: #383838;
      font: 400 1rem/24px 'IBM Plex Serif', serif; }
      @media (max-width: 990px) {
        .footer-container .footer-mail-box p {
          font-size: 1rem; } }
      .footer-container .footer-mail-box p a {
        color: #8560EC; }
  .footer-container .footer-feedback-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 35px; }
    @media (max-width: 990px) {
      .footer-container .footer-feedback-box {
        padding: 0; } }
  .footer-container .footer-simple-text {
    font: 500 1rem 'Open Sans', sans-serif;
    color: #383838;
    margin-bottom: 15px; }
    .footer-container .footer-simple-text a {
      color: #383838; }
  .footer-container .footer-call {
    font: 500 1.2rem 'Open Sans', sans-serif;
    color: #8560EC;
    margin-bottom: 15px; }
    @media (max-width: 990px) {
      .footer-container .footer-call {
        margin-bottom: 10px; } }
    @media (max-width: 576px) {
      .footer-container .footer-call {
        font-size: 1rem; } }
  .footer-container .politika {
    font-size: .87rem;
    margin: 0; }
  .footer-container .footer-about-box {
    padding-top: 35px; }
    @media (max-width: 990px) {
      .footer-container .footer-about-box {
        padding: 0; } }
    .footer-container .footer-about-box .losung span {
      font-family: 'Monotype Corsiva', Cursive;
      font-style: italic;
      font-size: 1.3rem;
    }
    .footer-container .footer-about-box span {
      color: #8560EC; }
    .footer-container .footer-about-box .name {
      color: #383838;
      font: 600 1.2rem/23px 'Open Sans', sans-serif;
      margin-bottom: 10px; }
      @media (max-width: 576px) {
        .footer-container .footer-about-box .name {
          font-size: 1rem; } }
    .footer-container .footer-about-box .losung {
      font-family: 'Monotype Corsiva', Cursive;
      font-style: italic;
      font-size: 1.3rem;
      margin-bottom: 65px; }
      @media (max-width: 990px) {
        .footer-container .footer-about-box .losung {
          margin-bottom: 15px; } }
    .footer-container .footer-about-box .logo-box-footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 576px) {
        .footer-container .footer-about-box .logo-box-footer {
          display: grid;
          grid-template-columns: 1fr;
          grid-gap: 10px;
          justify-items: center; } }
      .footer-container .footer-about-box .logo-box-footer .logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .footer-container .footer-about-box .logo-box-footer .logo img {
          margin-right: 10px; }
        .footer-container .footer-about-box .logo-box-footer .logo p {
          max-width: 200px;
          font: 400 .87rem 'Open Sans', sans-serif; }
      .footer-container .footer-about-box .logo-box-footer .link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .footer-container .footer-about-box .logo-box-footer .link a {
          margin: 0 5px; }
          @media (max-width: 576px) {
            .footer-container .footer-about-box .logo-box-footer .link a {
              margin: 0 10px; } }

.text-page-container-usluga {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 35px; }
  @media (max-width: 990px) {
    .text-page-container-usluga {
      grid-template-columns: 1fr; } }

@media (max-width: 990px) {
  .sidebar-ikor {
    display: none; } }

.sidebar-ikor .title-sidebar {
  color: #383838;
  font: 500 1.2rem 'IBM Plex Serif', serif;
  margin-bottom: 20px;
  text-transform: uppercase; }

.sidebar-ikor .sidebar-link {
  display: block;
  margin-bottom: 20px;
  font: 500 1.1rem 'IBM Plex Serif', serif;
  color: #878787;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .sidebar-ikor .sidebar-link:hover {
    color: #383838; }

.sidebar-ikor .sidebar-link-sm {
  position: relative;
  left: 25px;
  font-size: .95rem; }

.sidebar-ikor .active-link {
  color: #383838; }

.sidebar-ikor .link-news {
  font: 500 1.2rem 'IBM Plex Serif', serif; }

.mfp-title {
  display: none; }

.top {
  width: 24%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: fixed;
  /* top: 80px; */
  top: 21px;
  z-index: 99;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px); }
  @media (max-width: 990px) {
    .top {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.top {
    width: 18%;
}

@media (max-width: 1800px) {
    .top {
        width: 24%;
    }
}

@media (max-width: 990px) {
    .top {
        width: 100%;
        box-sizing: border-box;
    }
}

.top  {
    position: sticky;
    /* height: 400px; */
    width: 100%;
    z-index: 1;
}

.simple-box-texts {
  grid-column-start: 2; }
  @media (max-width: 990px) {
    .simple-box-texts {
      grid-column-start: auto; } }

.slider-mini .mfp-title {
  display: none; }

form button {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  background: #8560EC;
  border-radius: 10px;
  padding: 10px 25px;
  border: none;
  font: 500 1rem 'Open Sans', sans-serif; }
  @media (max-width: 576px) {
    form button {
      padding: 10px 20px;
      font-size: .95rem; } }
    form button:hover {
      background: #7e66c7;
      -webkit-box-shadow: 0px 2px 5px black;
      box-shadow: 0px 2px 5px black;}

form input {
  border: 1px solid #8560EC;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  font: 300 1.125rem 'Open Sans', sans-serif; }

::-webkit-input-placeholder {
  font: 300 1.125rem 'Open Sans', sans-serif;
  color: #494949; }

::-moz-placeholder {
  font: 300 1.125rem 'Open Sans', sans-serif;
  color: #494949; }

select {
  font: 300 1.125rem 'Open Sans', sans-serif;
  color: #494949; }

:-moz-placeholder {
  font: 300 1.125rem 'Open Sans', sans-serif;
  color: #494949; }

:-ms-input-placeholder {
  font: 300 1.125rem 'Open Sans', sans-serif;
  color: #494949; }

.simple-form-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

          .simple-form-modal .link_oferta {
            font: 500 1rem 'Open Sans', sans-serif;
            margin: 10px 0;
            display: block;
            color: #000;
            text-align: center;
        }
        .simple-form-modal p a {
          color: #494949;
        }
        .simple-form-modal .link_oferta:hover {
            color: #8560EC;
        }
        .simple-form-modal .img_payments {
            margin: 0 auto;
            display: block;
        }
  .simple-form-modal input,
  .simple-form-modal select,
  .simple-form-modal textarea {
    border: 1px solid #8560EC;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    margin-bottom: 15px; }
  .simple-form-modal textarea {
    padding: 10px;
    resize: none;
    height: 200px; }
    @media (max-width: 990px) {
      .simple-form-modal textarea {
        height: 150px; } }
  .simple-form-modal button {
    padding: 20px;
    margin-bottom: 20px; }
  .simple-form-modal .hide-checkbox {
    position: absolute;
    opacity: 0; }
  .simple-form-modal label {
    font: normal .8rem/19px 'IBM Plex Serif', serif;
    color: #878787; }
  .simple-form-modal .checkbox {
    padding-left: 20px;
    position: relative; }
  .simple-form-modal .password-box {
    width: 100%;
    position: relative; }
    .simple-form-modal .password-box input {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .simple-form-modal .password-box .show-pass {
      position: absolute;
      right: 15px;
      top: 26%;
      cursor: pointer; }
  .simple-form-modal .forget {
    text-align: center;
    color: #878787;
    font: 500 1rem 'Open Sans', sans-serif;
    text-transform: uppercase; }
  .simple-form-modal .file {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 990px) {
      .simple-form-modal .file {
        margin: 0; } }
    .simple-form-modal .file input {
      padding: 0;
      border: none;
      margin: 0;
      border-radius: 0;
      font: normal 1rem 'IBM Plex Serif', serif;
      color: #494949; }
      @media (max-width: 990px) {
        .simple-form-modal .file input {
          margin: 0 auto;
          width: 100%; } }

.alert {
  text-align: center;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  position: fixed;
  top: 11%;
  right: 2%;
  z-index: 9999;
  left: 2%; }
  @media (max-width: 576px) {
    .alert {
      padding: 15px; } }
  .alert p {
    color: #000;
    font: 500 1.2rem 'IBM Plex Serif', serif; }

.yellow {
  background: #FCF6BE;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }

.green {
  background: #D6F5D7;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }

.red {
  background: #FCBEBE;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }

.disabled-check::before {
  content: url(../img/icon/disabled-check.svg);
  position: absolute;
  left: 0;
  width: 100%; }

.checkbox-click {
  position: relative; }
  .checkbox-click::after {
    content: url(../img/icon/done.svg);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0; }

.bredcrumbs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .bredcrumbs-container a {
    padding-right: 20px;
    color: #878787;
    position: relative;
    font: normal .87rem 'IBM Plex Serif', serif; }
    .bredcrumbs-container a::after {
      content: url(../img/icon/bred-icon.svg);
      position: absolute;
      top: 5%;
      right: 6px; }
  .bredcrumbs-container span {
    color: #878787;
    font: normal .87rem 'IBM Plex Serif', serif; }

.bredcrumbs {
  margin-bottom: 40px; }
  @media (max-width: 990px) {
    .bredcrumbs {
      margin-bottom: 30px; } }

.white-popup-block {
  position: relative;
  background: #fff;
  max-width: 300px;
  margin: 0 auto;
  padding: 40px 90px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 35px; }
  @media (max-width: 576px) {
    .white-popup-block {
      padding: 30px; } }

.mfp-close-btn-in .mfp-close {
  color: #fff;
  right: -25px;
  top: -25px; }
  @media (max-width: 576px) {
    .mfp-close-btn-in .mfp-close {
      top: -50px;
      right: -15px; } }

.mfp-close {
  opacity: 1; }

.title-xl {
  font: normal 2rem 'IBM Plex Serif', serif;
  color: #383838;
  margin-bottom: 50px; }
  @media (max-width: 990px) {
    .title-xl {
      font-size: 1.5rem;
      margin-bottom: 15px;
      margin-bottom: 30px; } }
  @media (max-width: 576px) {
    .title-xl {
      font-size: 1.25rem; } }
  .title-xl span {
    color: #8560EC; }

.title-sm {
  font: normal 1.5rem 'IBM Plex Serif', serif;
  color: #383838;
  text-transform: uppercase; }
  @media (max-width: 990px) {
    .title-sm {
      font-size: 1.25rem; } }
  @media (max-width: 576px) {
    .title-sm {
      font-size: 1.125rem; } }
  .title-sm span {
    color: #8560EC; }

.simple-text-xl {
  font: normal 1.2rem 'IBM Plex Serif', serif;
  color: #232323; }
  .simple-text-xl span {
    color: #8560EC; }
  @media (max-width: 990px) {
    .simple-text-xl {
      font-size: 1rem; } }
  @media (max-width: 576px) {
    .simple-text-xl {
      font-size: .9rem; } }

.btn-news {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 576px) {
    .btn-news {
      margin-top: 25px; } }
  .btn-news a {
    display: block; }
    @media (max-width: 576px) {
      .btn-news a {
        width: 100%;
        text-align: center; } }

.link-news {
  font: 500 1rem 'IBM Plex Serif', serif;
  color: #8560EC;
  text-transform: uppercase; }
  .link-news:hover {
    text-decoration: underline; }

.btn-purple {
  text-transform: uppercase;
  padding: 20px 25px;
  color: #fff;
  font: 500 1rem 'Open Sans', sans-serif;
  background: #8560EC;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (max-width: 990px) {
    .btn-purple {
      padding: 15px 20px; } }
  .btn-purple:hover {
    background: #7e66c7;
    -webkit-box-shadow: 0px 2px 5px black;
            box-shadow: 0px 2px 5px black; }

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden; }

a {
  text-decoration: none; }

p, h1, h2, h3, h4, h5 {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

main {
  min-height: -webkit-calc(100vh - 80px);
  min-height: calc(100vh - 80px); }

input, button, select {
  outline: none; }

.container {
  max-width: 1600px;
  margin: 0 auto; }

.padding {
  padding: 0 45px; }
  @media (max-width: 1280px) {
    .padding {
      padding: 0 25px; } }
  @media (max-width: 576px) {
    .padding {
      padding: 0 15px; } }

.margin {
  margin-bottom: 30px; }
  @media (max-width: 990px) {
    .margin {
      margin-bottom: 30px; } }

.other-top {
  margin-top: 160px; }
  @media (max-width: 990px) {
    .other-top {
      margin-top: 76px; } }

@media (max-width: 990px) {
  main {
    margin-top: 80px; } }

.text-page-container img {
    height: 420px;
}

@media (max-width: 990px) {
    .text-page-container img {
        height: auto;
    }
}

.text-page .simple-text-xl {
    line-height: 1.6;
    margin-bottom: 10px;
}

.simple-form-modal .hide-checkbox {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

.simple-box-texts strong,h1,h2,h3,h5 {
  font: 700 1.5rem 'IBM Plex Serif', serif;
}

.simple-box-texts img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  margin: 15px auto;
}

.simple-box-texts iframe {
  height: 100%;
  width: 100%;
  margin: 20px 0;
}

.simple-box-texts p {
  font: normal 1.2rem 'IBM Plex Serif', serif;
}

.simple-box-texts a {
  font: normal 1.2rem 'IBM Plex Serif', serif;
  text-decoration: underline;
}

.simple-box-texts span {
  font: normal 1.2rem 'IBM Plex Serif', serif;
}

@media (max-width: 990px) {
  .simple-box-texts strong,h1,h2,h3,h5 {
    font: 700 1.2rem 'IBM Plex Serif', serif;
  }

  .simple-box-texts img {
    max-width: 100%;
    height: auto;
  }

  .simple-box-texts p,a,span {
    font: normal 1rem 'IBM Plex Serif', serif;
  }

}


.ck-content h1 {
  font: 700 1.75rem 'IBM Plex Serif', serif;
  margin: 15px 0;
}


.ck-content h2 {
  font: 700 1.5rem 'IBM Plex Serif', serif;
  margin: 15px 0;
}

.ck-content h3 {
  font: 700 1.35rem 'IBM Plex Serif', serif;
  margin: 15px 0;
}

.ck-content h4 {
  font: 500 1.25rem 'IBM Plex Serif', serif;
  margin: 15px 0;
}

.ck-content h5 {
  font: 500 1.2rem 'IBM Plex Serif', serif;
  margin: 15px 0;
}

.ck-content h6 {
  font: 500 1.125rem 'IBM Plex Serif', serif;
  margin: 15px 0;
}

.ck-content p {
  font: 400 1rem 'IBM Plex Serif', serif;
  margin: 15px 0;
}
.ck-content span {
  font: 400 1rem 'IBM Plex Serif', serif;
}
.ck-content li{
  font: 400 1rem 'IBM Plex Serif', serif;
}

.ck-content i strong {
  font-style: italic;
  font-weight: bold;
}

.ck-content span {
  font-style: normal;
}

.ck-content span i {
  font-weight: normal;
  margin: 10px 0;
  display: inline;
}

.ck-content p strong {
  font-weight: bold;
  display: inline;
  /* margin-bottom: 10px; */
}

.ck-content p span {
  font-weight: normal;
}

.ck-content ul {
  margin: 15px 0;
}

.ck-content ul li {
  font: normal 1rem 'IBM Plex Serif', serif;
  margin-left: 20px;
}

.ck-content ul li span strong {
  font: 600 1.05rem 'IBM Plex Serif', serif;
}

.ck-content ul li strong{
  font: 600 1rem 'IBM Plex Serif', serif;
}

.ck-content ul li::before {
  top: 7px;
}

.ck-content ol li strong{
  font: 600 1rem 'IBM Plex Serif', serif;
}

.ck-content li span {
  font-weight: normal;
}

.ck-content a {
  text-decoration: underline;
  font: 400 1rem 'IBM Plex Serif', serif;
}

.ck-content strong {
  font-weight: bold;
  margin: 15px 0;
  font: 400 1.05rem 'IBM Plex Serif', serif;
}

.ck-content h1 strong {
  font: 700 1.75rem 'IBM Plex Serif', serif;
}
.ck-content h2 strong {
  font: 700 1.5rem 'IBM Plex Serif', serif;
}
.ck-content h3 strong {
  font: 700 1.35rem 'IBM Plex Serif', serif;
}
.ck-content h4 strong {
  font: 500 1.25rem 'IBM Plex Serif', serif;
}
.ck-content h5 strong {
  font: 500 1.2rem 'IBM Plex Serif', serif;
}
.ck-content h6 strong {
  font: 500 1.125rem 'IBM Plex Serif', serif;
}

.ck-content .table {
  width: 100%;
}
.ck-content .table table td, .ck-content .table table th {
  border: 1px solid #8C8C9E;
}

.catalog-item-wrapper .library-box {
  width: 100%;
}

.library-box {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 990px) {
  .library-box {
      grid-template-columns: 1fr;
  }
}

.chat-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-bottom: 20px; }

.chat-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8560ec; }
  @media (max-width: 576px) {
    .chat-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 10px; } }

.chat-box-img {
  margin-right: 15px; }
  @media (max-width: 576px) {
    .chat-box-img {
      margin: 0 0 15px 0; } }
  .chat-box-img img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
       object-fit: cover; }

.chat-mess-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .chat-mess-box .chat-name {
    color: #383838;
    font: 500 1.2rem 'IBM Plex Serif', serif;
    margin-bottom: 5px; }
  .chat-mess-box .chat-messages {
    color: #383838;
    font: 400 1rem 'IBM Plex Serif', serif;
    margin-bottom: 5px; }
  .chat-mess-box .chat-date {
    color: gray;
    text-align: right; }

.chat-form {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 6fr 1fr; }
  @media (max-width: 576px) {
    .chat-form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .chat-form .chat-mess-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 576px) {
      .chat-form .chat-mess-box {
        margin-bottom: 10px; } }
    .chat-form .chat-mess-box textarea {
      font: 400 1rem 'IBM Plex Serif', serif;
      margin-bottom: 10px; }
  .chat-form button {
    cursor: pointer;
    text-transform: uppercase;
    padding: 20px 25px;
    color: #fff;
    font: 500 1rem 'Open Sans', sans-serif;
    background: #8560EC;
    border-radius: 10px;
    border: none; }

    .news-info-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;
    }

    .news-info-img {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .news-info-img img {
      border-radius: 50%;
      height: 30px;
      width: 30px;
      object-fit: cover;
      margin-right: 10px;
    }

    .name-prepod {
      font: normal .95rem 'IBM Plex Serif', serif;
      color: #000;
    }

    .price-news {
      font: 600 .95rem 'IBM Plex Serif', serif;
      color: #000;
    }

    .news-box .news-text-info::after {
      width: 100%;
    }

    .footer-container .footer-mail-box p span {
      color: #8560EC;
    }

    .name-prepod {
      font: normal .95rem 'IBM Plex Serif', serif;
      color: #000;
    }

    .price-news {
      font: 600 .95rem 'IBM Plex Serif', serif;
      color: #000;
    }

    .news-box .news-text-info::after {
      width: 100%;
    }

    .footer-container .footer-mail-box p span {
      color: #8560EC;
    }

    .simple-box-texts .attached-pdf {
      height: 500px;
      margin-bottom: 50px;
  }
  @media (max-width: 990px) {

      .simple-box-texts .attached-pdf {
          height: 300px;
      }
  }

  .simple-box-texts .frame-title {
      width: auto;
      background: #DDDDDD;
      color: #000;
      position: relative;
      bottom: -20px;
      border-radius: 5px 5px 0 0;
      padding: 5px;
  }


  .simple-box-texts .attached-download {
      display: block;
      margin-bottom: 20px;
      margin-top: 20px;
      position: relative;
      top: -25px;
      background: #DDDDDD;
      padding: 10px;
      border-radius: 10px;
  }

  .simple-box-texts .attached-download p {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 10px;
  }

  .simple-box-texts .attached-download a {
      color: #8976EC;
      font: normal .95rem 'IBM Plex Serif', serif;
      top: 0;
  }

  .simple-box-texts .video-js .vjs-control-bar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }

  .simple-box-texts .video-js {
      width: 100%;
      height: 500px;
      margin-top: 20px;
      margin-bottom: 20px;
  }

  @media (max-width: 990px) {
      .simple-box-texts .video-js {
          height: 300px;
      }
  }

  .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
      color: #fff!important;
  }

  .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
      color: #fff!important;
  }

  .video-js button {
      color: #fff!important;
  }

  .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
      color: #fff!important;
  }

  .vjs-theme-fantasy .vjs-button>.vjs-icon-placeholder:before, .vjs-theme-fantasy .vjs-time-control {
      color: #fff!important;
  }

  .vjs-theme-fantasy .vjs-big-play-button .vjs-icon-placeholder::before{
      font-size: 4rem!important;
      color: #7E66C7!important;
  }

  .simple-box-texts .plyr--audio .plyr__controls {
      background: #DDDDDD;
      border-radius: 10px;
  }

  .simple-box-texts .attached-audio {
      margin-top: 20px;
      margin-bottom: 40px;
  }

  .simple-box-texts .attached-download img {
      height: 20px;
      float: left;
      margin: 0 10px 0 0;
      position: relative;
      top: 3px;
  }

  .notification_of_personal_text {
      font: normal .8rem/19px 'IBM Plex Serif', serif;
      color: #878787;
      max-width: 300px;
  }
  .notification_of_personal_text a {
      font: normal .8rem/19px 'IBM Plex Serif', serif;
      color: #878787;
  }
  .notification_of_personal_text a:hover {
      color: #000;
  }

.grecaptcha-badge {
  visibility: hidden;
}

.iframe_wrap {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 990px) {
  .iframe_wrap {
      grid-template-columns: 1fr;
  }
}

.iframe_wrap .vidos-container {
  grid-template-columns: 1fr;
}

.iframe_wrap .vidos-box iframe {
  height: 350px;
}

@media (max-width: 990px) {
  .iframe_box {
      display: flex;
      align-items: center;
      justify-content: center;
  }
}


.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.5);
  z-index: 1001;
  display: none;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #7E66C7;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.header-feedback-box .language-switcher {
    display: none;
}

.language-switcher__icon {
    stroke: black;
}

.language-switcher__button.language-switcher__button--open .language-switcher__arrow {
    transition: .5s transform ease;
    transform: rotateZ(45deg) scale(-1) translate(-2px, -1px);
}

.language-switcher {
    position: relative;
    display: inline-block;
}

.language-switcher__button {
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    padding: 5px 12px 6px 12px;
    gap: 4px;
}

.language-switcher__button:hover {
    outline: 1px solid #8560EC;
    background: rgba(0, 0, 0, .05);
}

.language-switcher__arrow {
    margin-left: 5px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.language-switcher__current-language {
    font: 500 .9rem 'IBM Plex Serif', serif;
}

.language-switcher__list {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    width: 95%;
    flex-direction: column-reverse;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    list-style: none;
    z-index: 1000;
    padding: 13px 4px;
    box-shadow: 20px 15px 81px 0 rgba(0, 0, 0, .1);
    border: 0;
}

.language-switcher__list:before {
    content: "";
    position: absolute;
    top: -5%;
    border-width: 0 11px 6px;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent #fff;
    border-style: solid;
}

.language-switcher__item {
    margin: 0;
}

.language-switcher__link {
    background-color: transparent;
    display: block;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 3px;
}

.language-switcher__link:hover {
    background-color: #f0f0f0;
}

.language-switcher--open .language-switcher__list {
    display: flex;
}

.language-switcher__item .language-switcher__link:before {
    content: '' !important;
}

@media (max-width: 1280px) {
    .language-switcher__current-language {
        display: none;
    }

    .language-switcher__list {
        top: 35px;
        left: -75px;
        width: auto;
    }

    .language-switcher__list:before {
        left: 100px;
    }
}

@media (max-width: 990px)  {
    .language-switcher .language-switcher__item .language-switcher__link {
        padding-left: 12px ;
    }

    .header-feedback-box .language-switcher {
        display: flex;
    }

    nav .language-switcher {
        display: none;
    }

    .language-switcher__button {
        padding: 8px;
    }

    .language-switcher__list {
        top: 40px;
        left: -65px;
        width: auto;
    }

    .language-switcher__list:before {
        left: 85px;
    }

    .language-switcher__arrow {
        padding: 2px;
    }
}
