@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.mCSB_scrollTools {
  opacity: 1; }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    border-radius: 0;
    background-color: #e1e1e1; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    border-radius: 0;
    background-color: #3b4658; }
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #3b4658; }
  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #3b4658; }

.s-l-banner {
  position: relative;
  width: 100%;
  height: 442px;
  margin: 0 auto;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 750px) {
    .s-l-banner {
      height: 558px; } }
  .s-l-banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media only screen and (max-width: 750px) {
      .s-l-banner__background {
        display: none; } }
    .s-l-banner__background._image-loaded {
      opacity: 1; }
    .s-l-banner__background._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .s-l-banner__background._mob {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .s-l-banner__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    padding-bottom: 56px;
    z-index: 1; }
    @media only screen and (max-width: 750px) {
      .s-l-banner__container {
        padding-bottom: 44px; } }
  .s-l-banner__title {
    max-width: 741px;
    font-size: 42px;
    line-height: 45px; }
    @media only screen and (max-width: 750px) {
      .s-l-banner__title {
        font-size: 30px;
        line-height: 33px; } }
  .s-l-banner__subtitle {
    max-width: 408px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 23px; }
    @media only screen and (max-width: 750px) {
      .s-l-banner__subtitle {
        margin-top: 36px;
        font-size: 14px;
        line-height: 18px; } }

.s-l-menu {
  position: sticky;
  top: var(--header-dynamic-height);
  height: 75px;
  width: 100%;
  z-index: 9;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media only screen and (max-width: 750px) {
    .s-l-menu {
      height: 65px;
      position: static; } }
  .s-l-menu._static {
    position: static; }
  .s-l-menu__container {
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 750px) {
      .s-l-menu__container {
        padding: 0; } }
  .s-l-menu__list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .s-l-menu__list {
        overflow-x: scroll; }
        .s-l-menu__list:before, .s-l-menu__list:after {
          content: '';
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 20px;
          height: 100%; } }
  .s-l-menu__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-right: 60px;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .s-l-menu__item:last-child {
      margin-right: 40px; }
    .s-l-menu__item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 2px;
      background-color: #3b4658;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .s-l-menu__item._active {
      color: #a9adb4; }
      .s-l-menu__item._active:after {
        opacity: 1; }
    .s-l-menu__item:hover {
      color: #647795; }
  .s-l-menu__button {
    font-family: "Grtsk-Exa", "Verdana", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    padding: 8px 24px 12px;
    border-radius: 4px;
    background-color: #ff001f;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (hover), (min-width: 0 \0) {
      .s-l-menu__button:hover {
        background-color: #ff1a35; } }
    @media only screen and (max-width: 750px) {
      .s-l-menu__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 60px;
        margin: 0 20px 30px;
        padding: 10px; } }
    @media only screen and (max-width: 750px) {
      .s-l-menu__button._mobile-hide {
        display: none; } }
    @media (min-width: 768px) {
      .s-l-menu__button._desktop-hide {
        display: none; } }
    .s-l-menu__button._hidden {
      opacity: 0;
      visibility: hidden; }
    .s-l-menu__button._fixed {
      position: fixed;
      bottom: 16px;
      left: 50%;
      z-index: 5;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      min-width: 213px;
      margin: 0;
      padding: 15px 16px 17px;
      border: 1px solid #ff001f;
      background-color: #fff;
      color: #ff001f;
      white-space: nowrap;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .s-l-menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 65px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .s-l-menu__overlay {
        opacity: 1; } }
    .s-l-menu__overlay:after {
      content: "";
      position: absolute;
      width: 56px;
      height: 100%;
      top: 0;
      right: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(50.24%, #f2f2f2), to(rgba(242, 242, 242, 0)));
      background: linear-gradient(270deg, #f2f2f2 50.24%, rgba(242, 242, 242, 0) 100%); }

.s-l-about {
  padding-top: 80px; }
  @media only screen and (max-width: 750px) {
    .s-l-about {
      padding-top: 36px; } }
  .s-l-about__title {
    max-width: 590px; }
  .s-l-about__text {
    padding-top: 56px; }
    @media only screen and (max-width: 750px) {
      .s-l-about__text {
        padding-top: 36px; } }
  .s-l-about__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (max-width: 750px) {
      .s-l-about__description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px; } }
  .s-l-about__description-left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 590px; }
  .s-l-about__description-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 488px; }
    @media only screen and (max-width: 750px) {
      .s-l-about__description-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .s-l-about__description-note {
    margin-top: 28px;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    color: #c9c9c9; }
    @media only screen and (max-width: 750px) {
      .s-l-about__description-note {
        margin-top: 36px;
        margin-bottom: 20px; } }
  .s-l-about__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 70px; }
    @media only screen and (max-width: 750px) {
      .s-l-about__grid {
        display: none; } }
  .s-l-about__grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .s-l-about__top-row {
    height: 296px; }
  .s-l-about__bottom-row {
    height: 504px;
    margin-top: 20px; }
  .s-l-about__grid-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: calc(33.3% - 40px / 3);
    background-color: #f9f9f9; }
  .s-l-about__bottom-cell {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 96px; }
    .s-l-about__bottom-cell._double {
      width: calc(66.6% - 40px / 6);
      padding: 0; }
  .s-l-about__bottom-cell-block:not(:first-child) {
    margin-top: 46px; }
  .s-l-about__cell-title {
    font-size: 54px;
    line-height: 89px; }
  .s-l-about__cell-minititle {
    font-size: 34px;
    line-height: 56px; }
  .s-l-about__cell-desc {
    font-size: 16px;
    line-height: 26px; }
  .s-l-about__cell-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .s-l-about__cell-image._image-loaded {
      opacity: 1; }
  .s-l-about__list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 36px;
    border: 1px solid #e6e6e6; }
    @media only screen and (max-width: 750px) {
      .s-l-about__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .s-l-about__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 25px;
    font-size: 16px;
    line-height: 24px; }
    .s-l-about__list-item:nth-child(2n) {
      background-color: #f9f9f9; }
  .s-l-about__item-title {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px; }

.s-l-idea {
  padding-top: 80px;
  overflow: hidden; }
  @media only screen and (max-width: 750px) {
    .s-l-idea {
      padding-top: 36px; } }
  .s-l-idea__cards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 56px;
    overflow: visible; }
    @media only screen and (max-width: 750px) {
      .s-l-idea__cards-container {
        margin-top: 36px;
        padding-bottom: 24px; } }
  .s-l-idea__card {
    width: 387px;
    height: auto;
    border: 1px solid #e6e6e6; }
    @media only screen and (max-width: 750px) {
      .s-l-idea__card {
        width: 100%; } }
  .s-l-idea__card-img {
    width: 100%;
    height: 256px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .s-l-idea__card-text {
    padding: 44px 28px 32px; }
    @media only screen and (max-width: 750px) {
      .s-l-idea__card-text {
        padding: 16px 24px 24px; } }
  .s-l-idea__card-title {
    font-size: 24px;
    line-height: 26px; }
    @media only screen and (max-width: 750px) {
      .s-l-idea__card-title {
        font-size: 20px;
        line-height: 140%; } }
  .s-l-idea__card-desc {
    margin-top: 28px;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (max-width: 750px) {
      .s-l-idea__card-desc {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px; } }
  .s-l-idea__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 368px;
    margin-top: 80px;
    background-color: #f9f9f9; }
    @media only screen and (max-width: 750px) {
      .s-l-idea__bottom {
        display: none; } }
  .s-l-idea__bottom-img {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .s-l-idea__bottom-img._image-loaded {
      opacity: 1; }
  .s-l-idea__bottom-text {
    width: 50%;
    padding: 57px 80px 57px 92px; }
  .s-l-idea__bottom-title {
    font-size: 34px;
    line-height: 37px; }
  .s-l-idea__bottom-desc {
    margin-top: 28px;
    font-size: 16px;
    line-height: 24px; }

.s-l-start {
  position: relative;
  height: 790px;
  width: 100%;
  margin-top: 80px;
  padding-top: 56px; }
  @media only screen and (max-width: 750px) {
    .s-l-start {
      height: auto;
      margin-top: 36px;
      padding-top: 0; } }
  .s-l-start__content {
    position: relative;
    color: white;
    z-index: 1; }
    @media only screen and (max-width: 750px) {
      .s-l-start__content {
        color: #3b4658; } }
  .s-l-start__title {
    font-size: 38px;
    line-height: 46px; }
    @media only screen and (max-width: 750px) {
      .s-l-start__title {
        font-size: 24px;
        line-height: 31px; } }
  .s-l-start__subtitle {
    margin-top: 28px;
    font-size: 16px;
    line-height: 23px; }
    @media only screen and (max-width: 750px) {
      .s-l-start__subtitle {
        margin-top: 20px;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px; } }
  .s-l-start__background {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f9f9f9; }
    @media only screen and (max-width: 750px) {
      .s-l-start__background {
        position: static;
        height: 240px;
        margin-top: 36px; } }
  .s-l-start__background-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media only screen and (max-width: 750px) {
      .s-l-start__background-inner {
        display: none; } }
    .s-l-start__background-inner._image-loaded {
      opacity: 1; }
    .s-l-start__background-inner._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .s-l-start__background-inner._mob {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

.s-l-principles {
  padding-top: 80px; }
  @media only screen and (max-width: 750px) {
    .s-l-principles {
      padding-top: 36px; } }
  @media only screen and (max-width: 750px) {
    .s-l-principles .school-longread__header {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .s-l-principles .school-longread__controls {
    display: none; }
    @media only screen and (max-width: 750px) {
      .s-l-principles .school-longread__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 6px; } }
  .s-l-principles__cards-container {
    width: 100%;
    margin-top: 56px; }
    @media only screen and (max-width: 750px) {
      .s-l-principles__cards-container {
        margin-top: 36px; } }
  .s-l-principles__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 928px; }
    @media only screen and (max-width: 750px) {
      .s-l-principles__cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 292px; } }
  .s-l-principles__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(33.3% - 40px / 3);
    width: calc(33.3% - 40px / 3);
    padding: 44px;
    background-color: #f9f9f9;
    color: #3b4658;
    fill: #3b4658;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 750px) {
      .s-l-principles__card {
        width: 100%;
        height: 268px;
        padding: 24px; } }
    .s-l-principles__card:nth-child(n + 4) {
      margin-left: 20px; }
      @media only screen and (max-width: 750px) {
        .s-l-principles__card:nth-child(n + 4) {
          margin-left: 0; } }
    .s-l-principles__card:hover {
      background-color: #3b4658;
      color: white;
      fill: white; }
    .s-l-principles__card._pic {
      height: calc(66.6% - 40px / 6);
      padding: 0;
      cursor: auto; }
      @media only screen and (max-width: 750px) {
        .s-l-principles__card._pic {
          display: none; } }
  .s-l-principles__card-icn {
    width: 56px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat; }
  .s-l-principles__card-title {
    margin-top: auto;
    font-size: 20px;
    line-height: 28px; }
  .s-l-principles__card-link {
    margin-top: 12px;
    font-size: 14px;
    line-height: 15px;
    text-decoration: underline; }
  .s-l-principles__card-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .s-l-principles__card-img._image-loaded {
      opacity: 1; }

.s-l-organization {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #f9f9f9; }
  @media only screen and (max-width: 750px) {
    .s-l-organization {
      margin-top: 36px;
      padding: 36px 0; } }
  .s-l-organization__inner {
    margin-top: 56px; }
    @media only screen and (max-width: 750px) {
      .s-l-organization__inner {
        margin-top: 32px; } }
  .s-l-organization__tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media only screen and (max-width: 750px) {
      .s-l-organization__tabs {
        margin-bottom: 24px;
        overflow-x: scroll; }
        .s-l-organization__tabs::-webkit-scrollbar {
          display: none; } }
    .s-l-organization__tabs:before {
      content: '';
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #e6e6e6; }
    .s-l-organization__tabs:after {
      content: '';
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      width: 1px;
      height: 50px; }
  .s-l-organization__tab {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    padding-bottom: 20px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 140.6%;
    cursor: pointer;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .s-l-organization__tab:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color: #3b4658;
      opacity: 0;
      -webkit-transition: opacity .4s ease;
      transition: opacity .4s ease; }
    .s-l-organization__tab._active {
      pointer-events: none; }
      .s-l-organization__tab._active:after {
        opacity: 1; }
    .s-l-organization__tab:hover:not(._active) {
      opacity: .4; }
  .s-l-organization__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 750px) {
      .s-l-organization__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .s-l-organization__slide-text {
    position: relative;
    height: 344px;
    width: 590px;
    padding-right: 82px; }
    @media only screen and (max-width: 750px) {
      .s-l-organization__slide-text {
        width: 100%;
        height: auto;
        padding-right: 0;
        margin-top: 36px; } }
  .s-l-organization__slide-desc {
    margin-top: 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px; }
    @media only screen and (max-width: 750px) {
      .s-l-organization__slide-desc {
        height: 147px;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        -webkit-transition: height .4s ease;
        transition: height .4s ease; } }
  .s-l-organization__slide-title {
    font-size: 28px;
    line-height: 140%; }
    @media only screen and (max-width: 750px) {
      .s-l-organization__slide-title {
        font-size: 20px; } }
  .s-l-organization__slide-img {
    width: 590px;
    height: 344px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .s-l-organization__slide-img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 100%;
        height: 200px; } }
  .s-l-organization__slide-more {
    display: none;
    margin-top: 24px;
    font-size: 16px;
    line-height: 21px; }
    @media only screen and (max-width: 750px) {
      .s-l-organization__slide-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .s-l-organization__slide-more._opened svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .s-l-organization__slide-more svg {
      stroke: #3b4658;
      width: 16px;
      height: 16px;
      margin-left: 8px;
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease; }

.s-l-steps {
  position: relative;
  padding-top: 80px;
  overflow: hidden; }
  @media only screen and (max-width: 750px) {
    .s-l-steps {
      padding-top: 36px; } }
  .s-l-steps__slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 285px;
    margin-left: 0;
    margin-top: 56px;
    overflow: visible; }
    @media only screen and (max-width: 750px) {
      .s-l-steps__slider-container {
        width: 100%;
        margin-top: 36px; } }
  .s-l-steps__slide {
    width: 285px;
    -webkit-transition: width 0.4s ease, opacity 0.3s ease;
    transition: width 0.4s ease, opacity 0.3s ease; }
    .s-l-steps__slide:first-child .s-l-steps__slide-track:before {
      content: '';
      position: absolute;
      right: calc(100% + 4px);
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 1px;
      width: 100vw;
      background-color: #3b4658; }
    .s-l-steps__slide:last-child .s-l-steps__slide-track:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 1px;
      width: 100vw;
      background-color: #3b4658; }
    .s-l-steps__slide._active {
      width: 591px; }
      .s-l-steps__slide._active .s-l-steps__slide-top {
        opacity: 1; }
      .s-l-steps__slide._active .s-l-steps__slide-top-text {
        opacity: 1;
        -webkit-transition: opacity 0.4s ease 0.3s;
        transition: opacity 0.4s ease 0.3s; }
      .s-l-steps__slide._active ~ * .s-l-steps__slide-top {
        opacity: 1; }
      .s-l-steps__slide._active ~ * .s-l-steps__slide-bottom {
        opacity: .4; }
  .s-l-steps__slide-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 464px;
    padding-left: 44px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media only screen and (max-width: 750px) {
      .s-l-steps__slide-top {
        height: 200px; } }
  .s-l-steps__slide-top-text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 364px;
    padding: 44px;
    opacity: 0;
    background-color: white;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    @media only screen and (max-width: 750px) {
      .s-l-steps__slide-top-text {
        display: none; } }
  .s-l-steps__slide-top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 24px;
    line-height: 26px; }
  .s-l-steps__slide-top-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px; }
  .s-l-steps__slide-bottom {
    position: relative;
    width: 100%;
    margin-top: 56px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media only screen and (max-width: 750px) {
      .s-l-steps__slide-bottom {
        margin-top: 88px; } }
  .s-l-steps__slide-track {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% + 16px); }
    @media only screen and (max-width: 750px) {
      .s-l-steps__slide-track {
        display: none; } }
  .s-l-steps__slide-ball {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #3b4658; }
  .s-l-steps__slide-line {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background-color: #3b4658; }
  .s-l-steps__slide-bottom-text {
    margin-top: 56px; }
  .s-l-steps__slide-bottom-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    line-height: 18px; }
    @media only screen and (max-width: 750px) {
      .s-l-steps__slide-bottom-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        font-size: 24px;
        line-height: 26px; } }
  .s-l-steps__slide-bottom-desc {
    max-width: 225px;
    margin-top: 28px;
    font-size: 14px;
    line-height: 17px; }
    @media only screen and (max-width: 750px) {
      .s-l-steps__slide-bottom-desc {
        max-width: none;
        font-size: 16px;
        line-height: 19px; } }
  .s-l-steps__slide-bottom-comma {
    display: none; }
    @media only screen and (max-width: 750px) {
      .s-l-steps__slide-bottom-comma {
        display: inline; } }
  .s-l-steps__pagination {
    display: none; }
    @media only screen and (max-width: 750px) {
      .s-l-steps__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 236px;
        left: 0;
        width: 100vw;
        height: 16px; } }
  .s-l-steps__pagination-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .s-l-steps__pagination-wrapper:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: calc(100% + 100vw);
      height: 1px;
      background-color: #3b4658;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1; }
  .s-l-steps__bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 8px;
    margin-right: calc((100vw - 40px) / 4 - 18px);
    padding: 0 4px;
    background-color: white;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .s-l-steps__bullet:before {
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #3b4658; }
    .s-l-steps__bullet:first-child {
      width: 12px;
      padding-left: 0;
      -webkit-transform-origin: left;
              transform-origin: left; }
    .s-l-steps__bullet._active {
      -webkit-transform: scale(2);
              transform: scale(2); }

.s-l-news-slide {
  position: relative;
  width: 386px;
  height: 316px;
  padding: 44px 28px;
  border: 1px solid #e6e6e6; }
  .s-l-news-slide._with-bg {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .s-l-news-slide._with-bg:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(358.56deg, rgba(0, 0, 0, 0.27) -26.01%, rgba(0, 0, 0, 0) 35.75%), linear-gradient(175.16deg, rgba(0, 0, 0, 0.16) -29.98%, rgba(0, 0, 0, 0) 111.16%), rgba(0, 0, 0, 0.33);
      z-index: 1; }
    .s-l-news-slide._with-bg .s-l-news-slide__date {
      color: white; }
  .s-l-news-slide__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    z-index: 2; }
  .s-l-news-slide__date {
    margin-bottom: 44px;
    font-size: 20px;
    line-height: 22px;
    color: rgba(59, 70, 88, 0.4); }
    @media only screen and (max-width: 750px) {
      .s-l-news-slide__date {
        margin-bottom: 24px; } }
  .s-l-news-slide__text {
    font-size: 20px;
    line-height: 140%; }
    @media only screen and (max-width: 750px) {
      .s-l-news-slide__text {
        margin-bottom: 40px; } }
  .s-l-news-slide__link {
    margin-top: auto;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer; }

.s-l-news-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  background-color: white;
  overflow: scroll;
  z-index: 111; }
  @media only screen and (max-width: 750px) {
    .s-l-news-popup {
      padding: 24px 0 40px; } }
  .s-l-news-popup__close {
    top: 80px;
    right: 100px; }
    @media only screen and (max-width: 750px) {
      .s-l-news-popup__close {
        top: 24px;
        right: 20px; } }
  .s-l-news-popup__date {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 20px;
    line-height: 164%;
    opacity: .4; }
    @media only screen and (max-width: 750px) {
      .s-l-news-popup__date {
        margin-bottom: 12px;
        font-size: 16px; } }
  .s-l-news-popup__title {
    max-width: 814px;
    margin-bottom: 56px;
    font-size: 38px;
    line-height: 138.1%; }
    @media only screen and (max-width: 750px) {
      .s-l-news-popup__title {
        margin-bottom: 36px;
        font-size: 24px;
        line-height: 120%; } }
  .s-l-news-popup__subtitle {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 138.1%; }
    @media only screen and (max-width: 750px) {
      .s-l-news-popup__subtitle {
        margin-bottom: 20px;
        font-size: 20px; } }
  .s-l-news-popup__image {
    width: 100%;
    height: 580px;
    margin-bottom: 56px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .s-l-news-popup__image {
        width: 100vw;
        margin-left: -20px;
        height: calc(100vw / 1.5);
        margin-bottom: 36px; } }
  .s-l-news-popup__video {
    position: relative;
    height: 580px;
    margin-bottom: 56px; }
    @media only screen and (max-width: 750px) {
      .s-l-news-popup__video {
        width: 100vw;
        margin-left: -20px;
        height: calc(100vw / 1.77);
        margin-bottom: 36px; } }
    .s-l-news-popup__video iframe {
      width: 100%;
      height: 100%; }
  .s-l-news-popup__text {
    max-width: 814px;
    margin-bottom: 56px;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%; }
    .s-l-news-popup__text p {
      margin-bottom: 26px; }
      .s-l-news-popup__text p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 750px) {
      .s-l-news-popup__text {
        max-width: 100%;
        margin-bottom: 36px; } }
  .s-l-news-popup__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .s-l-news-popup__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 285px;
    height: 60px;
    margin-right: 20px;
    font-size: 16px;
    background-color: #f9f9f9;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease; }
    @media only screen and (max-width: 750px) {
      .s-l-news-popup__link {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px; }
        .s-l-news-popup__link:nth-child(even) {
          margin-right: 0; } }
    .s-l-news-popup__link:hover {
      background-color: #3b4658;
      color: white; }
      .s-l-news-popup__link:hover .s-l-news-popup__link-icon svg {
        fill: white; }
    .s-l-news-popup__link:last-child {
      margin-right: 0; }
    .s-l-news-popup__link-icon {
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 12px; }
      .s-l-news-popup__link-icon svg {
        width: 100%;
        height: 100%;
        fill: #3b4658;
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease; }
    .s-l-news-popup__link-text {
      max-width: 100px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      @media only screen and (max-width: 750px) {
        .s-l-news-popup__link-text {
          max-width: 50%; } }

.s-l-news-quote {
  margin-bottom: 80px; }
  @media only screen and (max-width: 750px) {
    .s-l-news-quote {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 36px; } }
  .s-l-news-quote__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px; }
    @media only screen and (max-width: 750px) {
      .s-l-news-quote__head {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-bottom: 0; } }
  .s-l-news-quote__icon {
    width: 56px;
    height: 46px;
    margin-right: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABcBAMAAABEoCw1AAAAD1BMVEU9R1wAAAA4RlkvOFY+Q1eN1ub+AAAABXRSTlMZABIGDO/Vb/EAAAFVSURBVFjD7dVBTsMwEIXhR8sB7MQHMFIPECoO4AL3PxNSSfRkz7zZVFU3nhXi018lYxeQvfk+82fBXvgFvIuEbMNSAfDXgm14xX0+3Yo8hmvD/9yGwDB6qNjnrS8swwdwrYLhA05+R4YH/lp7BqGBw+0oRr9ozgcTl3HA2gPXKhj+k/DSKT7CZQCuVfAR1lEuOygGP1EsVTDcTzzxjgvew0V2kuHtbOgsH2HR7yd4D6/6znjMsOqTd5hhiV7QMsPNu6OcNDDDBv0FtsxwjTZjmeESf/HLwAxT9IaWGbZopZYZ1ugMJSOv4ZNKRl7iJy2CkVP8pEmcMfKG6O++ZOQWnX6WjFzDV5SMDI7TScYaXvAsGSVeqmQs8VKLYIbi37dkpPg00oOhZWyUm3dxZNji0PALwxqH9anh5fc+P15I3ntwhsus/DzDGc5whjOc4QxnOEM3/AMQ+bOxS6dsNgAAAABJRU5ErkJggg==);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .s-l-news-quote__icon {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 38px;
        height: 32px;
        margin-bottom: 16px;
        margin-right: 0; } }
  .s-l-news-quote__title {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 160%; }
    @media only screen and (max-width: 750px) {
      .s-l-news-quote__title {
        font-size: 16px; } }
  .s-l-news-quote__subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%; }
    @media only screen and (max-width: 750px) {
      .s-l-news-quote__subtitle {
        font-size: 12px; } }
  .s-l-news-quote__text {
    max-width: 814px;
    font-weight: 300;
    font-size: 20px;
    line-height: 164%; }
    @media only screen and (max-width: 750px) {
      .s-l-news-quote__text {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        max-width: 100%;
        margin-bottom: 16px; } }

.s-l-news {
  position: relative;
  padding-top: 80px;
  overflow: hidden; }
  @media only screen and (max-width: 750px) {
    .s-l-news {
      padding-top: 36px; } }
  .s-l-news__slider {
    padding-top: 56px;
    overflow: visible; }
    @media only screen and (max-width: 750px) {
      .s-l-news__slider {
        padding-top: 36px; } }
    .s-l-news__slider .swiper-pagination {
      position: relative;
      bottom: auto;
      margin-top: 16px;
      height: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .s-l-news__slider .swiper-pagination-bullet {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 10px;
        height: 10px; }
      .s-l-news__slider .swiper-pagination-bullet-active {
        background: #3b4658; }
  .s-l-news__pagination {
    display: none; }
    @media only screen and (max-width: 750px) {
      .s-l-news__pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.main {
  overflow: visible; }

.school-longread {
  padding-bottom: 98px; }
  @media only screen and (max-width: 750px) {
    .school-longread {
      padding-bottom: 36px; } }
  .school-longread__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 750px) {
      .school-longread__header {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .school-longread__title {
    font-size: 38px;
    line-height: 52px; }
    @media only screen and (max-width: 750px) {
      .school-longread__title {
        font-size: 24px;
        line-height: 31px; } }
  .school-longread__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .school-longread__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #dedede;
    fill: #3b4658;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: none; }
    @media (hover), (min-width: 0 \0) {
      .school-longread__control:hover {
        background-color: #3b4658;
        border-color: #3b4658;
        fill: white; } }
    .school-longread__control._next {
      margin-left: 16px;
      -webkit-transform: scale(-1);
              transform: scale(-1); }
    .school-longread__control.swiper-button-lock {
      visibility: hidden; }
    @media only screen and (max-width: 750px) {
      .school-longread__control {
        width: 32px;
        height: 32px; } }
  .school-longread__control-icn {
    width: 6px;
    height: 12px; }
  .school-longread__pagination.swiper-pagination-bullets {
    bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 8px; }
  .school-longread__popup .layout-pop-up__block {
    width: 592px;
    padding: 44px; }
    @media only screen and (max-width: 750px) {
      .school-longread__popup .layout-pop-up__block {
        width: 100%;
        padding: 24px; } }
  .school-longread__popup .layout-pop-up__text-container {
    font-weight: 300; }
  .school-longread__popup .layout-pop-up__container {
    width: 100%; }
  .school-longread__popup ul {
    padding-left: 40px; }
  .school-longread__popup li {
    list-style: disc; }

