@charset "UTF-8";
/* FONT SourceSansPro */
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
/* Single property transition mixin */
/*--------- font-face ---------*/


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
  overflow-x: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

html, body {
  height: 100%;
}

audio,
video {
  display: block;
}

section {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

input,
textarea,
select {
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%;
}

input[type="search"],
input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="image"] {
  padding: 0;
  border: none;
}

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

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

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

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

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
}

div {
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe {
  border: none;
}

input::-ms-clear {
  display: none;
}

.btn--full-reset {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.text-clip {
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.grid {
  display: grid;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-cover-center__mod {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.txt-uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.disable {
  pointer-events: none !important;
}

.hand {
  cursor: pointer !important;
}

.input__container {
  position: relative;
}

.input__container input, .input__container textarea {
  resize: none;
  border: 1px solid #E5E7ED;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 32px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  height: 80px;
  font-family: "Circe";
}

.input__container input::-webkit-input-placeholder, .input__container textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #7C8393;
}

.input__container input:-moz-placeholder, .input__container textarea:-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #7C8393;
}

.input__container input::-moz-placeholder, .input__container textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #7C8393;
}

.input__container input:-ms-input-placeholder, .input__container textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #7C8393;
}

body {
  font-size: 14px;
  line-height: 20px;
  background-color: #06050B;
  color: #fff;
  font-family: "Circe";
}

.container {
  width: 100%;
  max-width: 1442px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.blue {
  color: #1556EE;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #7C8393;
}

.content {
  background: #fff;
  border: 1px solid #E5E7ED;
  border-radius: 30px;
  margin-bottom: 126px;
  padding: 140px 100px 100px;
  color: #06050B;
}

@media only screen and (max-width: 1000px) {
  .content {
    padding: 100px 32px 32px;
    margin-bottom: 68px;
  }
}

.content h1, .content h2, .content h3, .content h4, .content h4, .content h6, .content .h1-title, .content .h2-title, .content .h3-title, .content .h4-title, .content .h5-title, .content .h6-title {
  font-family: "Circe";
  font-weight: 700;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .content h1, .content h2, .content h3, .content h4, .content h4, .content h6, .content .h1-title, .content .h2-title, .content .h3-title, .content .h4-title, .content .h5-title, .content .h6-title {
    text-align: inherit;
  }
}

.content > img {
  display: block;
  margin: 0 auto 46px;
}

.content h3 {
  font-size: 36px;
  line-height: 120%;
}

.content h4 {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 150%;
}

.content h5 {
  margin-bottom: 24px;
}

.content ol,
.content ul {
  margin-bottom: 32px;
}

.content li {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.content ul li {
  position: relative;
  padding-left: 18px;
}

.content ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.content ol {
  counter-reset: myCounter;
}

.content ol li {
  position: relative;
  padding-left: 20px;
}

.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  position: absolute;
  top: 0;
  left: 0;
}

.content p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
  color: #7C8393;
  letter-spacing: -0.011em;
}

@media only screen and (max-width: 1000px) {
  .content p {
    font-size: 18px;
    line-height: 150%;
  }
}

.content .double-column {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .content .double-column {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    margin-bottom: 32px;
  }
}

blockquote {
  border-left: 8px solid #121314;
  background-color: #F3F4FF;
  padding: 16px 24px 16px 22px;
  margin: 0 0 24px;
}

*:focus {
  outline: none !important;
}

h1, h2, h3, h4, h4, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title, .h6-title {
  display: block;
  font-family: "Stolzl Display";
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  h1, h2, h3, h4, h4, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title, .h6-title {
    text-align: center;
  }
}

h1, .h1-title {
  font-weight: 500;
  font-size: 70px;
  line-height: 84px;
}

@media only screen and (max-width: 1000px) {
  h1, .h1-title {
    font-size: 56px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 767px) {
  h1, .h1-title {
    font-size: 40px;
    line-height: 140%;
  }
}

h2, .h2-title {
  font-size: 32px;
  font-size: calc(30px + (32 - 30) * ((100vw - 480px) / (1920 - 480)));
  line-height: 34px;
}

@media (max-width: 480px) {
  h2, .h2-title {
    font-size: 30px;
  }
}

@media (min-width: 1920px) {
  h2, .h2-title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  h2, .h2-title {
    line-height: 44px;
  }
}

h3, .h3-title {
  font-size: 64px;
  line-height: 112%;
}

h3 span, .h3-title span {
  color: #1556EE;
}

@media only screen and (max-width: 1200px) {
  h3, .h3-title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1000px) {
  h3, .h3-title {
    font-size: 40px;
    line-height: 140%;
  }
}

h4, .h4-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
}

h4 span, .h4-title span {
  color: #1556EE;
}

@media only screen and (max-width: 767px) {
  h4, .h4-title {
    font-size: 32px;
    line-height: 120%;
  }
}

h5, .h5-title {
  font-size: 32px;
  font-size: calc(24px + (32 - 24) * ((100vw - 767px) / (1280 - 767)));
  line-height: 120%;
  letter-spacing: -0.011em;
}

@media (max-width: 767px) {
  h5, .h5-title {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  h5, .h5-title {
    font-size: 32px;
  }
}

h5 span, .h5-title span {
  color: #1556EE;
}

h6, .h6-title {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * ((100vw - 480px) / (1920 - 480)));
  line-height: 20px;
}

@media (max-width: 480px) {
  h6, .h6-title {
    font-size: 14px;
  }
}

@media (min-width: 1920px) {
  h6, .h6-title {
    font-size: 16px;
  }
}

.subtitle_large {
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  font-family: "Stolzl Display";
}

@media only screen and (max-width: 767px) {
  .subtitle_large {
    text-align: center;
    font-size: 24px;
  }
}

.subtitle_medium {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.011em;
}

@media only screen and (max-width: 1000px) {
  .subtitle_medium {
    font-size: 18px;
    line-height: 120%;
  }
}

.subtitle_small {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #7C8393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subtitle_small:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 16px;
  background-image: url("../images/exclude.svg");
  background-size: cover;
  display: inline-block;
  background-position: center;
}

.subtitle_small.blue_star:before {
  background-image: url("../images/exclude-blue.svg");
}

@media only screen and (max-width: 1000px) {
  .subtitle_small {
    font-size: 14px;
    line-height: 150%;
  }
}

.section_padding {
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .section_padding {
    padding: 50px 0;
  }
}

.text-center {
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.overflow {
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 150px;
}

@media only screen and (max-width: 1000px) {
  .main {
    padding-top: 112px;
  }
}

.mob {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .mob {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .desk {
    display: none;
  }
}

.noscript {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #8e1f1f;
  background-color: #efafaf;
  text-align: center;
  z-index: 77777;
}

.noscript a {
  margin-left: 3px;
  margin-right: 3px;
  color: #630303;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .noscript a:hover {
    text-decoration: none;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: currentColor;
  line-height: 1em;
}

@font-face {
  font-family: "Icons";
  
  src: url("../fonts/Icons.woff") format("woff");
}

.icon-bookmark:before,
.icon-exclude:before,
.icon-heart:before,
.icon-lightning:before,
.icon-link:before,
.icon-star:before,
.icon-star2:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-bookmark:before {
  content: '\E001';
}


.icon-exclude:before {
  content: '\E002';
}


.icon-heart:before {
  content: '\E003';
}


.icon-lightning:before {
  content: '\E004';
}


.icon-link:before {
  content: '\E005';
}


.icon-star:before {
  content: '\E007';
}


.icon-star2:before {
  content: '\E008';
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #06050B05;
  padding: 25px 0;
  border-bottom: 1px solid #FFFFFF05;
}

@media only screen and (max-width: 1100px) {
  header {
    padding: 0;
    border-bottom: 1px solid #1E232F;
  }
  header .container {
    padding-right: 0;
  }
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.header__logos img:first-child {
  height: 48px;
}

.header__logos img {
  height: 24px;
}

.header__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 11px;
}

.header__info-top a {
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #7C8393;
}

.header__info-top a.current {
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .header__info-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}

.header__info-bottom a {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-align: right;
  color: #fff;
  font-family: "Stolzl Display";
}

.header__info-bottom a span {
  color: #7C8393;
}

.header__burger {
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-left: 1px solid #1E232F;
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.header__burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 4px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1100px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__burger.active span:nth-child(1) {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 6px;
}

.header__burger.active span:nth-child(2) {
  -webkit-transform: rotate(125deg);
      -ms-transform: rotate(125deg);
          transform: rotate(125deg);
  opacity: 0;
}

.header__burger.active span:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}

@media only screen and (max-width: 1100px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-bottom: 30px;
  }
}

.menu__item {
  position: relative;
}

.menu__item.has-submenu .menu__link {
  padding-right: 24px;
}

.menu__item.has-submenu .menu__link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  background-image: url("../images/chevron-down.svg");
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1100px) {
  .menu__item.has-submenu .menu__link:after {
    width: 14px;
    height: 14px;
    top: 12px;
    background-image: url("../images/arr.svg");
  }
}

@media only screen and (max-width: 1100px) {
  .menu__item.has-submenu .menu__link.active:after {
    background-image: url("../images/arr2.svg");
  }
}

@media only screen and (max-width: 1100px) {
  .menu__item {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .menu__link {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    font-family: "Stolzl Display";
  }
}

@media only screen and (max-width: 1100px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C0F17;
    padding-top: 140px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: auto;
  }
  nav:before {
    content: '';
    position: fixed;
    height: 80px;
    background-color: #0C0F17;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  nav.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.submenu__cover {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  background: #19152B;
  border-radius: 10px;
  border: 1px solid #121117;
  padding: 32px;
  left: -30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.submenu__cover:before {
  content: '';
  position: absolute;
  height: 16px;
  width: 100%;
  top: -16px;
}

.submenu__cover.extended {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 70px;
}

@media only screen and (max-width: 1100px) {
  .submenu__cover {
    padding: 0;
    padding-top: 24px;
    background-color: transparent;
    position: static;
    width: auto;
    min-width: auto;
    top: 0;
    border: none;
  }
  .submenu__cover.extended {
    grid-column-gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.submenu__item:last-child .submenu__link {
  margin-bottom: 0;
}

.submenu__link {
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  color: #7C8393;
  margin-bottom: 24px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.submenu__link:hover {
  color: #fff;
}

.submenu__main-item {
  font-weight: 700;
  font-size: 20px;
  padding-right: 24px;
  line-height: 30px;
  font-family: "Stolzl Display";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.submenu__main-item svg {
  position: relative;
  top: 4px;
  right: -24px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.submenu__main-item.active svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.submenu__main-item.active svg path {
  fill: #F63D33;
}

@media only screen and (max-width: 1100px) {
  .submenu__main-item {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    margin: 0 auto;
  }
  .submenu__main-item svg {
    display: none;
  }
}

.submenu__main > li {
  margin-bottom: 24px;
}

.submenu__main > li:last-child {
  margin-bottom: 0;
}

.submenu__main > li ul {
  padding-top: 32px;
  display: none;
}

.submenu__main > li ul li:not(:last-child) {
  margin-bottom: 24px;
}

.submenu__main > li ul a {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.submenu__main > li ul a:hover {
  opacity: 0.7;
}

.submenu__main > li ul a img {
  width: 18px;
  margin-right: 24px;
}

@media only screen and (max-width: 1100px) {
  .submenu__main {
    text-align: center;
  }
  .submenu__main > li {
    margin-bottom: 32px;
  }
  .submenu__main > li ul {
    display: block;
  }
  .submenu__main > li ul a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1100px) {
  .submenu__item {
    text-align: center;
  }
}

@media only screen and (min-width: 1100px) {
  .has-submenu:hover .menu__link:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .has-submenu:hover .submenu__cover {
    display: block;
  }
  .has-submenu:hover .submenu__cover.extended {
    display: grid;
  }
}

footer {
  background: #06050B;
}

footer p {
  font-size: 16px;
  line-height: 24px;
  color: #7C8393;
}

.footer__first {
  border-top: 1px solid #FFFFFF10;
  padding: 25px 0;
}

@media only screen and (max-width: 1000px) {
  .footer__first {
    border: none;
  }
}

.footer__second {
  padding: 12px 0;
  border-top: 1px solid #FFFFFF10;
}

@media only screen and (max-width: 1000px) {
  .footer__second {
    border: none;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 1000px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__row > p {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    padding: 13px 0;
    margin: 32px -20px 0;
    border-top: 1px solid #FFFFFF10;
  }
}

.footer__logo {
  margin-right: 35px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1000px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.footer__link {
  font-size: 16px;
  line-height: 24px;
  color: #7C8393;
}

.footer__link:hover {
  color: #fff;
}

.first__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first__left p {
  max-width: 415px;
}

@media only screen and (max-width: 1000px) {
  .first__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first__left p {
    margin-bottom: 32px;
    margin-top: 16px;
    text-align: center;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social__item:not(:first-child) {
  margin-left: 16px;
}

.social__link {
  display: inline-block;
  width: 24px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.social__link:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 32px;
  }
}

.breadcrumbs__link {
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #1556EE;
}

.breadcrumbs__link.active {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs__item {
  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;
}

.breadcrumbs__divider {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background-image: url("../images/arrow.svg");
  background-size: cover;
}

.breadcrumbs__link, .breadcrumbs span a {
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1556EE;
}

.breadcrumbs__link.active, .breadcrumbs span.breadcrumb_last a {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs__item, .breadcrumbs span {
  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;
  font-size: 16px;
}

.btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-family: "Stolzl Display";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 29px 29px;
  min-width: 221px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn .icon {
  margin-left: 8px;
}

.btn_blue {
  background-blend-mode: overlay, normal;
  -webkit-box-shadow: 0px -48px 71px rgba(16, 29, 39, 0.05), inset 0px -4px 0px 3px rgba(51, 51, 51, 0.25);
          box-shadow: 0px -48px 71px rgba(16, 29, 39, 0.05), inset 0px -4px 0px 3px rgba(51, 51, 51, 0.25);
  border-radius: 10px;
  background-color: #1556EE;
  color: #fff;
}

.btn_blue:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../i/icons/star2.svg);
  margin-left: 8px;
  background-size: cover;
  background-position: center;
}

.btn_blue:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_red {
  background-blend-mode: overlay, normal;
  -webkit-box-shadow: 0px -48px 71px rgba(16, 29, 39, 0.05), inset 0px -4px 0px 3px rgba(51, 51, 51, 0.25);
          box-shadow: 0px -48px 71px rgba(16, 29, 39, 0.05), inset 0px -4px 0px 3px rgba(51, 51, 51, 0.25);
  border-radius: 10px;
  background-color: #F63D33;
  color: #fff;
}

.btn_red:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../i/icons/lightning.svg);
  margin-left: 8px;
  background-size: cover;
  background-position: center;
}

.btn_red:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scroll-line {
  height: 80px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  font-family: "Stolzl Display";
  width: 110%;
  margin-left: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-line > div {
  white-space: nowrap;
  -webkit-animation: text 40s infinite linear;
          animation: text 40s infinite linear;
}

.scroll-line .icon {
  font-size: 16px;
  color: #FFB71E;
}

.scroll-line_right {
  -webkit-transform: rotate(-1.72deg);
      -ms-transform: rotate(-1.72deg);
          transform: rotate(-1.72deg);
}

.scroll-line_left {
  -webkit-transform: rotate(1.72deg);
      -ms-transform: rotate(1.72deg);
          transform: rotate(1.72deg);
}

.scroll-line_white {
  background-color: #fff;
  color: #06050B;
}

.scroll-line_blue {
  background-color: #1556EE;
  color: #fff;
}

.scroll-line_black {
  background-color: #06050B;
  color: #fff;
}

.scroll-line_yellow {
  background-color: #FFB71E;
  color: #06050B;
}

.scroll-line_yellow .icon {
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .scroll-line {
    height: 45px;
    font-size: 13px;
    line-height: 1;
  }
  .scroll-line .icon {
    font-size: 13px;
  }
}

@-webkit-keyframes text {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes text {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.help-links {
  position: relative;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 320px;
  padding-bottom: 50px;
}

.help-links .scroll-line {
  position: absolute;
  top: -14px;
  -webkit-transform: rotate(-2.5deg);
      -ms-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
}

.help-links .h3-title {
  color: #fff;
  margin-bottom: 48px;
}

.help-links__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 22px;
}

@media only screen and (max-width: 1000px) {
  .help-links__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .help-links__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.help-links__item {
  border: 1px solid #1E232F;
  border-radius: 10px;
  background: #06050B;
  padding: 32px 32px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.help-links__item img:first-child {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.help-links__item .link-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
}

.help-links__item:hover {
  border-color: #1556EE;
}

@media only screen and (max-width: 767px) {
  .help-links__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .help-links__item img:first-child {
    margin-bottom: 16px;
  }
}

.help-links__info {
  display: block;
  width: calc(100% - 76px);
}

@media only screen and (max-width: 767px) {
  .help-links__info {
    width: 100%;
    text-align: center;
  }
}

.help-links__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  font-family: "Stolzl Display";
  display: block;
  color: #fff;
}

.help-links__description {
  display: block;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #7C8393;
}

@media only screen and (max-width: 767px) {
  .help-links {
    background-size: 1340px;
    background-position: top center;
  }
  .help-links .subtitle_small {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .help-links .scroll-line {
    top: -9px;
  }
}

.first-screen__section {
  position: relative;
  padding-top: 50px;
}

.first-screen__section .scroll-line {
  position: absolute;
  bottom: -20px;
  z-index: 4;
}

@media only screen and (max-width: 1000px) {
  .first-screen__section {
    padding-top: 40px;
  }
}

.first-screen__row {
  position: relative;
}

.first-screen__row .person {
  position: absolute;
  right: 40px;
  top: -20px;
  width: 453px;
  z-index: 2;
}

@media only screen and (max-width: 1000px) {
  .first-screen__row .person {
    width: 343px;
    top: auto;
    bottom: -140px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.first-screen__row .decor {
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 0;
  width: 395px;
}

@media only screen and (max-width: 1000px) {
  .first-screen__row .decor {
    width: 330px;
    top: auto;
    left: 60%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -87px;
  }
}

.first-screen__info {
  max-width: 775px;
  padding-bottom: 190px;
}

.first-screen__info .h1-title {
  margin-bottom: 32px;
  color: #1556EE;
}

.first-screen__info .h1-title span {
  color: #fff;
}

.first-screen__info .h1-title .line {
  width: 150px;
  height: 11px;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1000px) {
  .first-screen__info .h1-title .line {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .first-screen__info .h1-title {
    text-align: left;
  }
}

.first-screen__info .subtitle_medium {
  max-width: 547px;
}

@media only screen and (max-width: 1000px) {
  .first-screen__info {
    padding-bottom: 350px;
  }
}

.first-screen__preview {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 3;
}

.first-screen__preview:after {
  content: '';
  display: block;
  padding-top: 30%;
}

@media only screen and (max-width: 1000px) {
  .first-screen__preview:after {
    padding-top: 397px;
  }
}

.first-screen__preview .circle {
  position: absolute;
  right: 30px;
  top: -113px;
  width: 237px;
  height: 237px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: rotate 40s infinite linear;
          animation: rotate 40s infinite linear;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.first-screen__preview .circle img {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1000px) {
  .first-screen__preview .circle {
    right: calc(50% - 119px);
  }
}

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

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

.btn__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  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;
  border: 0.5px solid rgba(91, 93, 124, 0.3);
  background: #FFB71E;
  -webkit-backdrop-filter: blur(11.5px);
          backdrop-filter: blur(11.5px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.btn__play img {
  width: 24px;
}

.btn__play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.btn__arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  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;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}

.btn__arrow img {
  width: 21px;
}

.btn__arrow:hover {
  background-color: #1556EE;
}

@media only screen and (max-width: 1000px) {
  .btn__arrow {
    display: none;
  }
}

.bg-center {
  background-size: cover;
  background-position: center;
}

.why {
  background-size: cover;
  padding-top: 140px;
  position: relative;
}

.why__decor {
  position: absolute;
  right: 0;
  width: 700px;
  top: 50px;
}

@media only screen and (max-width: 1360px) {
  .why__decor {
    width: 500px;
    right: -100px;
  }
}

@media only screen and (max-width: 1024px) {
  .why__decor {
    width: 400px;
    right: -200px;
  }
}

@media only screen and (max-width: 767px) {
  .why__decor {
    right: -300px;
    top: 190px;
  }
}

.why .shadow-text {
  position: absolute;
  top: 60px;
}

.why .h3-title {
  margin-bottom: 114px;
}

.why__list {
  max-width: 1030px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}

@media only screen and (max-width: 767px) {
  .why__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.why__item {
  position: relative;
  background-color: #06050B;
  border: 1px solid #1E232F;
  border-radius: 10px;
  padding: 64px 74px 54px;
  text-align: center;
}

.why__item p {
  color: #7C8393;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.011em;
}

@media only screen and (max-width: 767px) {
  .why__item {
    padding: 64px 15px 54px;
  }
}

.why__icon {
  width: 77px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.why__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  font-family: "Stolzl Display";
  letter-spacing: -0.011em;
  color: #fff;
  margin-bottom: 16px;
}

.why__title span {
  color: #FFB71E;
}

@media only screen and (max-width: 1000px) {
  .why-bg {
    background-position: top right;
  }
}

.advantages {
  position: relative;
  padding-bottom: 140px;
}

.advantages .h3-title {
  margin-bottom: 56px;
}

@media only screen and (max-width: 1024px) {
  .advantages {
    padding-bottom: 390px;
  }
}

.advantages .scroll-line {
  position: absolute;
  bottom: -20px;
  z-index: 2;
}

.advantages .main-photo {
  position: absolute;
  width: 420px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .advantages .main-photo {
    width: 268px;
    bottom: -20px;
  }
}

.advantages__item {
  position: relative;
  background-color: #06050B;
  border: 1px solid #1E232F;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  max-width: 524px;
  margin-bottom: 24px;
  z-index: 2;
}

.advantages__item p {
  color: #7C8393;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.011em;
}

@media only screen and (max-width: 1024px) {
  .advantages__item {
    max-width: 470px;
  }
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages__title {
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  font-family: "Stolzl Display";
  letter-spacing: -0.011em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages__title img {
  width: 80px;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .advantages__title img {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .advantages__item {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .advantages__list {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .advantages__item {
    padding: 24px;
  }
}

.programs {
  padding: 140px 0 240px;
  background-color: #1556EE;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .programs {
    padding: 60px 0;
  }
}

.programs .slick-list {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .programs__slider {
    padding-top: 120px;
    overflow: hidden;
    margin-bottom: 32px;
  }
}

.programs .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.programs .slick-track:before, .programs .slick-track:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .programs .slick-track {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.programs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 200px;
}

.programs__header .h3-title {
  color: #fff;
  max-width: 718px;
}

@media only screen and (max-width: 1024px) {
  .programs__header .h3-title {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .programs__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .programs__header .h3-title {
    max-width: 100%;
  }
}

.programs__item {
  height: inherit;
  max-width: 564px;
  background-color: #fff;
  padding: 120px 47px 47px;
  position: relative;
  border: 1px solid #E5E7ED;
  border-radius: 30px;
  margin-right: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.programs__item > img {
  position: absolute;
  top: -20px;
  width: 308px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.programs__item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #7C8393;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .programs__item {
    padding: 135px 32px 32px;
    margin-right: 0;
    height: 100%;
    text-align: center;
  }
  .programs__item > img {
    width: 500px;
    top: 0;
  }
  .programs__item p {
    margin-bottom: 32px;
  }
}

.programs__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  .programs__btns {
    gap: 24px;
  }
  .programs__btns .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.programs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  color: #06050B;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.011em;
  font-family: "Stolzl Display";
}

.programs__title img {
  margin-top: 10px;
  margin-right: 16px;
  width: 24px;
}

@media only screen and (max-width: 767px) {
  .programs__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .programs__title img {
    display: none;
  }
}

.programs .scroll-line {
  position: absolute;
  bottom: -20px;
  z-index: 2;
}

.slick__arrow {
  background-color: #fff;
  padding: 31px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #E5E7ED;
}

.slick__arrow img {
  height: 12px;
}

.slick__arrow:hover {
  background-color: #19152B;
  border-color: #19152B;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .slider-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slick__left {
  border-radius: 50%;
}

.slick__right {
  border-radius: 100px;
}

.info {
  padding: 50px 0 150px;
  background-color: #fff;
  color: #06050B;
  position: relative;
}

.info__content {
  max-width: 810px;
  position: relative;
}

.info__content .info__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 20px);
}

@media only screen and (max-width: 1000px) {
  .info__content .info__img {
    position: relative;
    left: auto;
    top: -15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .info__content .info__img {
    -webkit-transform: translateX(-48%);
        -ms-transform: translateX(-48%);
            transform: translateX(-48%);
    left: 50%;
    max-width: 640px;
    width: 640px;
  }
}

.info__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.info__content-header .subtitle_small {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .info__content-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px;
  }
  .info__content-header .h4-title {
    text-align: left;
  }
}

.info__content > p {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 23px;
  color: #06050B;
}

@media only screen and (max-width: 767px) {
  .info__content > p {
    font-size: 18px;
    line-height: 140%;
  }
}

.info__content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info__content > ul li {
  width: 50%;
  font-weight: 400;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: -0.011em;
  color: #7C8393;
  margin-bottom: 16px;
  padding-left: 36px;
  position: relative;
}

.info__content > ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 13px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/exclude.svg");
}

@media only screen and (max-width: 1000px) {
  .info__content > ul li {
    font-size: 20px;
    line-height: 126%;
  }
  .info__content > ul li:before {
    top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .info__content > ul li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.info__row {
  padding: 150px 0;
}

.info__row:nth-child(2) .info__content {
  margin-left: auto;
}

.info__row:nth-child(2) .info__content .info__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% - 20px);
  left: auto;
}

@media only screen and (max-width: 1000px) {
  .info__row:nth-child(2) .info__content .info__img {
    position: relative;
    right: auto;
    top: -15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .info__row:nth-child(2) .info__content .info__img {
    right: auto;
    margin: 0 auto;
    left: -3vw;
    max-width: 640px;
    width: 640px;
  }
}

@media only screen and (max-width: 1000px) {
  .info__row {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .info__row {
    padding: 10px 0;
  }
}

.info .scroll-line {
  position: absolute;
  bottom: -35px;
  z-index: 2;
}

.mark-box {
  background: #06050B;
  border: 1px solid #1E232F;
  border-radius: 10px;
  padding: 25px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mark-box p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #7C8393;
}

.mark-box__title {
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  font-weight: 500;
  padding-left: 36px;
  font-size: 20px;
  line-height: 150%;
  font-family: "Stolzl Display";
  margin-right: 50px;
}

.mark-box__title img {
  left: 0px;
  top: 5px;
  position: absolute;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .mark-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
    text-align: center;
  }
  .mark-box__title {
    margin-bottom: 24px;
    margin-right: 0;
    padding-left: 0;
  }
  .mark-box__title img {
    position: static;
    margin: 0 auto 8px;
  }
}

.community {
  padding-bottom: 75px;
}

.community .container {
  z-index: 4;
  padding-top: 600px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .community .container {
    padding-top: 120px;
  }
}

.community .h3-title {
  color: #fff;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .community {
    padding-bottom: 50px;
  }
  .community .h3-title {
    margin-bottom: 32px;
  }
}

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.team__item {
  width: 100%;
  max-width: 330px;
  text-align: center;
}

.team__item p {
  font-size: 18px;
  line-height: 150%;
  color: #7C8393;
}

.team__avatar {
  width: 265px;
  height: 265px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 32px;
}

.team__avatar img {
  width: auto;
  height: 100%;
}

.team__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  font-family: "Stolzl Display";
  margin-bottom: 8px;
  color: #fff;
}

.partners .container {
  position: relative;
}

.partners__box {
  background-color: #fff;
  border-radius: 30px;
  color: #06050B;
}

.partners__box > .h4-title {
  text-align: center;
  color: #06050B;
  padding: 48px;
  border-bottom: 1px solid #E5E7ED;
}

@media only screen and (max-width: 767px) {
  .partners__box > .h4-title {
    padding: 48px 32px 64px;
  }
}

.partners__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 15px;
  border-bottom: 1px solid #E5E7ED;
}

@media only screen and (max-width: 1000px) {
  .partners__main {
    padding: 30px 15px;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .partners__main {
    gap: 50px;
  }
}

.partners__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 98px 50px 10px;
}

.partners__header .h4-title {
  max-width: 420px;
}

@media only screen and (max-width: 767px) {
  .partners__header .h4-title {
    text-align: left;
    margin-bottom: 16px;
  }
}

.partners__header p {
  max-width: 630px;
  font-size: 18px;
  line-height: 150%;
  color: #7C8393;
}

@media only screen and (max-width: 1000px) {
  .partners__header {
    padding: 32px 16px;
  }
}

.partners__list {
  padding: 0 48px 48px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 5px;
}

@media only screen and (max-width: 1000px) {
  .partners__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .partners__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-form {
  position: absolute;
  top: -120px;
  left: 16px;
  right: 16px;
  background-color: #fff;
  background-size: cover;
  padding: 80px;
  border: 1px solid #e4e5e8;
  border-radius: 30px;
  background-image: url("../images/contact-form.png");
}

@media only screen and (max-width: 767px) {
  .contact-form {
    position: static;
    margin-bottom: 50px;
    background-image: url("../images/contact-form-mob.png");
  }
}

.contact-form .h4-title {
  max-width: 795px;
  margin-bottom: 32px;
  color: #06050B;
}

.contact-form__container {
  max-width: 576px;
}

.contact-form__container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7C8393;
}

.contact-form__container .btn {
  margin-top: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form__container .btn:after {
  display: none;
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.contact-form__row .input__container {
  width: calc(50% - 8px);
}

.contact-form__row .input__container.w-100 {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .contact-form {
    padding: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 32px;
  }
  .contact-form .h4-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .contact-form .btn {
    width: 100%;
  }
  .contact-form__row .input__container {
    width: 100%;
  }
  .contact-form__row .input__container:last-child {
    margin-bottom: 8px;
  }
}

.contacts {
  padding: 100px 0;
}

.contacts__box {
  background: #06050B;
  border-radius: 10px;
  padding: 70px;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .contacts__box {
    padding: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__box {
    padding: 32px 0;
  }
  .contacts__box .h4-title {
    text-align: left;
  }
}

.contacts__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 72px;
}

@media only screen and (max-width: 1000px) {
  .contacts__row {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.contacts__map {
  position: relative;
  margin-bottom: 18px;
}

.contacts__map:last-child {
  margin-bottom: 0;
}

.contacts__map iframe {
  border: 1px solid rgba(229, 231, 237, 0.1);
  border-radius: 10px;
  width: 100%;
  height: 187px;
  -webkit-filter: invert(95%) grayscale(1);
          filter: invert(95%) grayscale(1);
}

.contacts__info .h4-title {
  margin-bottom: 48px;
}

.contacts__item {
  margin-bottom: 50px;
}

.contacts__item p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #7C8393;
}

.contacts__item a {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  font-family: "Stolzl Display";
  margin-bottom: 16px;
  color: #fff;
}

.contacts__item a span {
  color: #7C8393;
}

.contacts__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .contacts {
    padding: 20px 0;
  }
  .contacts .contacts__box {
    margin: 0 -16px;
    padding: 0 16px;
  }
}

.contact__city {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #E5E7ED;
  font-family: "Stolzl Display";
  margin-bottom: 24px;
}

.contact__city span {
  font-family: "Circe";
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  color: #7C8393;
}

.contact__info {
  margin-bottom: 16px;
}

.contact-page .contacts {
  padding-top: 0;
  background-image: none !important;
}

.contact-page .contacts__box {
  padding: 0;
}

.maps__city {
  position: absolute;
  bottom: 18px;
  left: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  z-index: 2;
  border-radius: 4px;
  background: #292B30;
  padding: 8px;
}

.maps__city span {
  color: #1556EE;
}

.documents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.documents__header .h4-title {
  max-width: 830px;
}

.documents__header .h4-title img {
  display: inline-block;
}

.documents__header p {
  max-width: 415px;
  font-size: 20px;
  line-height: 150%;
  color: #7C8393;
}

@media only screen and (max-width: 767px) {
  .documents__header .h4-title {
    margin-bottom: 16px;
  }
  .documents__header .h4-title img {
    display: block;
    margin: 8px auto 0;
  }
  .documents__header p {
    text-align: center;
  }
}

.document__list {
  list-style-type: none;
  counter-reset: li;
  margin-bottom: 100px;
}

.document__item {
  border: 1px solid #E5E7ED;
  border-radius: 10px;
  background-color: #fff;
  padding: 70px 150px 70px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  position: relative;
}

.document__item:after {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  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;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  font-family: "Stolzl Display";
  color: #fff;
  background-image: url("../images/bg-number.png");
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  .document__item {
    padding: 35px 120px 35px 35px;
  }
  .document__item:after {
    right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .document__item {
    padding: 62px 32px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 54px;
  }
  .document__item:after {
    right: 50%;
    top: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

.document__img {
  width: 200px;
  margin-right: 70px;
}

@media only screen and (max-width: 1000px) {
  .document__img {
    margin-right: 30px;
  }
}

.document__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  font-family: "Stolzl Display";
  color: #06050B;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .document__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.document__info {
  position: relative;
  width: calc(100% - 270px);
  max-width: 637px;
}

.document__info p {
  font-size: 20px;
  line-height: 150%;
  color: #7C8393;
}

@media only screen and (max-width: 1000px) {
  .document__info {
    width: calc(100% - 240px);
  }
}

@media only screen and (max-width: 767px) {
  .document__info {
    width: 100%;
    text-align: center;
  }
}

.steps__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}

.steps__header .h4-title {
  margin-right: auto;
  max-width: 527px;
  color: #fff;
}

.steps__header .h4-title .subtitle_small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #7C8393;
}

@media only screen and (max-width: 1000px) {
  .steps__header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 92px;
  }
  .steps__header .h4-title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .steps__header .h4-title {
    text-align: left;
  }
  .steps__header .subtitle_small {
    text-align: left;
  }
}

.file__item {
  background: #06050B;
  border: 1px solid #1E232F;
  border-radius: 10px;
  padding: 32px;
  padding-right: 100px;
  position: relative;
  max-width: 402px;
}

.file__name {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.011em;
  color: #fff;
}

.file__info {
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #7C8393;
}

.file__link {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  width: 60px;
  height: 60px;
}

.file__link img {
  width: 100%;
}

.file__link img:nth-child(2) {
  display: none;
}

.file__link:hover img:first-child {
  display: none;
}

.file__link:hover img:nth-child(2) {
  display: block;
}

.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/union.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 291px;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  padding-bottom: 23px;
  margin-bottom: 160px;
}

@media only screen and (max-width: 1200px) {
  .step__list {
    background-position: 0 217px;
  }
}

@media only screen and (max-width: 1000px) {
  .step__list {
    background-image: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 30px;
    margin-left: 15px;
    padding-bottom: 0;
    margin-bottom: 100px;
  }
}

.step__wrap {
  height: 276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 28%;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}

.step__wrap:nth-child(4n+4) {
  max-width: 40%;
}

@media only screen and (max-width: 1200px) {
  .step__wrap:nth-child(4n+4) {
    max-width: 46%;
  }
}

.step__wrap:nth-child(5n+5) {
  max-width: 40%;
}

@media only screen and (max-width: 1200px) {
  .step__wrap:nth-child(5n+5) {
    max-width: 46%;
  }
}

.step__wrap:nth-child(8) {
  max-width: 28%;
}

@media only screen and (max-width: 1200px) {
  .step__wrap:nth-child(8) {
    max-width: 46%;
  }
}

@media only screen and (max-width: 1200px) {
  .step__wrap {
    height: 200px;
    max-width: 46%;
  }
}

@media only screen and (max-width: 1000px) {
  .step__wrap {
    height: auto;
    max-width: 100% !important;
  }
  .step__wrap:before {
    content: '';
    position: absolute;
    left: -34px;
    -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
            transform: translateY(45px);
    width: 4px;
    height: calc(100% - 20px);
    background-color: #1556EE;
  }
  .step__wrap:last-child:before {
    display: none;
  }
}

.step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
  position: relative;
}

.step__item img {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.step__item:after {
  content: '';
  position: absolute;
  bottom: -46px;
  left: 25px;
  border: 5px solid #1556EE;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
  .step__item:after {
    bottom: auto;
    top: 30px;
    left: -44px;
  }
}

@media only screen and (max-width: 1000px) {
  .step__item {
    width: 100%;
  }
}

.step__info {
  width: calc(100% - 76px);
}

.step__info p {
  font-size: 16px;
  line-height: 150%;
  color: #7C8393;
}

.step__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  font-family: "Stolzl Display";
  letter-spacing: -0.011em;
  color: #06050B;
}

.content .steps__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.first-section {
  position: relative;
  padding-top: 20px;
}

@media only screen and (max-width: 1000px) {
  .first-section.entries .circle {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .first-section.entries .h1-title {
    margin-bottom: 32px;
  }
}

.first-section .container {
  position: relative;
  z-index: 1;
}

.first-section__list {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  padding-bottom: 200px;
}

.first-section__list .first-section__row {
  margin-bottom: 32px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (max-width: 1000px) {
  .first-section__list {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .first-section__list {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .first-section {
    padding-top: 0;
  }
  .first-section .subtitle_small {
    display: none;
  }
}

.first-section .h1-title {
  max-width: 788px;
  margin-bottom: 50px;
}

.first-section .h1-title span {
  color: #1556EE;
}

@media only screen and (max-width: 1000px) {
  .first-section .h1-title {
    margin-bottom: 111px;
  }
}

@media only screen and (max-width: 767px) {
  .first-section .h1-title {
    font-size: 32px;
    line-height: 140%;
  }
}

.first-section .circle {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 237px;
  height: 237px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: rotate 40s infinite linear;
          animation: rotate 40s infinite linear;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.first-section .circle img {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1000px) {
  .first-section .circle {
    bottom: -280px;
    top: auto;
    left: calc(50% - 118px);
  }
}

.first-section .scroll-line {
  position: absolute;
  z-index: 0;
  top: 380px;
}

.first-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background: #06050B;
  border: 1px solid #1E232F;
  border-radius: 30px;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.first-section__row > * {
  width: 50%;
}

.first-section__row .btn__arrow {
  position: absolute;
  width: 64px;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border: 1px solid #E5E7ED;
}

@media only screen and (max-width: 800px) {
  .first-section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .first-section__row > * {
    width: 100%;
  }
}

.first-section__info {
  padding: 70px;
  min-height: 446px;
  color: #fff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-section__info a {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #1556EE;
  font-family: "Stolzl Display";
  display: inline-block;
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .first-section__info a {
    font-size: 16px;
    margin-top: 24px;
  }
}

.first-section__info p {
  font-size: 22px;
  line-height: 150%;
}

@media only screen and (max-width: 1000px) {
  .first-section__info {
    padding: 82px 32px;
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .first-section__info {
    text-align: center;
  }
  .first-section__info p {
    font-size: 18px;
    line-height: 150%;
  }
}

.first-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  font-family: "Stolzl Display";
  margin-bottom: 36px;
}

.first-section__title img {
  width: 32px;
  margin-right: 18px;
}

@media only screen and (max-width: 767px) {
  .first-section__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 24px;
    line-height: 150%;
  }
}

.first-section__img {
  overflow: hidden;
  border-radius: 0 30px 30px 0;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 800px) {
  .first-section__img {
    border-radius: 30px 30px 0px 0;
  }
  .first-section__img:before {
    content: '';
    display: block;
    padding-top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .first-section__img:before {
    content: '';
    display: block;
    padding-top: 90%;
  }
}

.alert__block {
  padding: 36px;
  background: #F1F3F870;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.alert__block img {
  margin-right: 36px;
  width: 60px;
}

.alert__block p {
  color: #06050B;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .alert__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px;
    text-align: center;
  }
  .alert__block img {
    margin: 0 auto 16px;
  }
}

.component-programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.component-programs h4 {
  margin-bottom: 0;
}

.component-programs .blue {
  margin: 0 5px;
}

@media only screen and (max-width: 1200px) {
  .component-programs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .component-programs .blue {
    display: none;
  }
}

.content .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  list-style-type: none;
  counter-reset: li;
}

@media only screen and (max-width: 1000px) {
  .content .list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 6px;
  }
}

.content .list li {
  border: 1px solid #E5E7ED;
  border-radius: 20px;
  padding: 32px 32px 32px 136px;
  min-height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 150%;
  color: #06050B;
  letter-spacing: -0.011em;
  margin-bottom: 0;
}

.content .list li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 0;
  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;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  font-family: "Stolzl Display";
  color: #fff;
  background-image: url("../images/bg-number.png");
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .content .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }
  .content .list li:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 16px;
    position: static;
  }
}

.necessary {
  background: #F1F3F870;
  border-radius: 20px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  margin-bottom: 50px;
}

.necessary h5 {
  margin-right: auto;
  max-width: 260px;
}

.necessary__item {
  background: #06050B;
  border-radius: 20px;
  color: #fff;
  width: 235px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.necessary__item img {
  width: 70px;
}

.necessary__item .score {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  font-family: "Stolzl Display";
  text-align: right;
}

.necessary__item .score span {
  display: block;
  font-family: "Circe";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7C8393;
}

@media only screen and (max-width: 800px) {
  .necessary__item {
    width: 100%;
  }
}

.necessary__title {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  font-family: "Stolzl Display";
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .necessary {
    padding: 32px;
  }
}

.tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.tab__item {
  border: 1px solid #E5E7ED;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C8393;
  cursor: pointer;
}

.tab__item span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #E5E7ED;
  margin-right: 8px;
  position: relative;
}

.tab__item span:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../images/btn.svg");
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.tab__item.active {
  color: #1556EE;
}

.tab__item.active span:after {
  opacity: 1;
}

.tab__item:hover {
  color: #1556EE;
}

.leadership {
  padding-bottom: 180px;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .leadership {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.leadership .h1-title {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .leadership .h1-title {
    text-align: left;
  }
}

.leadership .subtitle_medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.leadership .subtitle_medium img {
  margin-right: 8px;
}

.leadership__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

@media only screen and (max-width: 1000px) {
  .leadership__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .leadership__list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

.leadership__item p {
  font-size: 18px;
  line-height: 150%;
  color: #7C8393;
}

.leadership__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 4px;
  letter-spacing: -0.011em;
  font-family: "Stolzl Display";
}

.leadership__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 32px;
}

.leadership__img:after {
  content: '';
  padding-top: 100%;
  display: block;
}

.leadership__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chair .documents__header .h4-title {
  max-width: 560px;
}

@media only screen and (max-width: 1200px) {
  .chair .documents__header .h4-title {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .chair .documents__header .h4-title {
    margin: 0 auto 24px;
  }
}

.chair .documents__header p {
  max-width: 680px;
}

.chair__item {
  border: 1px solid #E5E7ED;
  border-radius: 10px;
  background-color: #fff;
  padding: 70px;
  color: #06050B;
  margin-bottom: 32px;
}

.chair__item:last-child {
  margin-bottom: 0;
}

.chair__item:nth-child(2n) .chair__header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.chair__item:nth-child(2n) .chair__img {
  margin-right: 0;
  margin-left: 70px;
}

.chair__item .show-more {
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #1556EE;
  font-family: "Stolzl Display";
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.chair__item .show-more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chair__item .show-more .up img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.chair__item .show-more .down {
  display: none;
}

.chair__item .show-more.active .up {
  display: none;
}

.chair__item .show-more.active .down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chair__item .show-more img {
  margin: 0 16px;
}

.chair__item .show-more:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .chair__item .show-more {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1000px) {
  .chair__item {
    background-color: #06050B;
    border: 1px solid #19152B;
    padding: 34px 24px;
    color: #fff;
  }
}

.chair__list {
  margin-bottom: 120px;
}

.chair__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 1000px) {
  .chair__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.chair__img {
  width: 50%;
  margin-right: 70px;
}

.chair__img img {
  width: 100%;
  border-radius: 20px;
}

@media only screen and (max-width: 1000px) {
  .chair__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}

.chair__short-info {
  width: calc(50% - 70px);
}

.chair__short-info .h5-title {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chair__short-info .h5-title img {
  margin-right: 16px;
  width: 32px;
}

.chair__short-info p {
  font-size: 24px;
  line-height: 150%;
  color: #7C8393;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1000px) {
  .chair__short-info {
    text-align: center;
    width: 100%;
  }
  .chair__short-info .h5-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.chair__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 70px;
}

@media only screen and (max-width: 1000px) {
  .chair__body {
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.chair__links {
  width: 50%;
  margin-right: 70px;
}

@media only screen and (max-width: 1000px) {
  .chair__links {
    width: 100%;
    margin-right: 0;
  }
}

.chair__info {
  width: calc(50% - 70px);
}

.chair__info .subtitle_medium {
  margin-bottom: 8px;
}

.chair__info p {
  margin-bottom: 20px;
}

.chair__info ul {
  margin: 8px 0 32px;
}

.chair__info ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.011em;
  color: #7C8393;
  margin-bottom: 24px;
  padding-left: 36px;
  position: relative;
}

.chair__info ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/exclude.svg");
}

@media only screen and (max-width: 1000px) {
  .chair__info ul li {
    font-size: 20px;
    line-height: 126%;
  }
  .chair__info ul li:before {
    top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .chair__info ul li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .chair__info {
    width: 100%;
    margin-bottom: 50px;
  }
}

.chair__link {
  display: block;
  border: 1px solid #E5E7ED;
  border-radius: 10px;
  position: relative;
  padding: 50px;
  margin-bottom: 24px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.chair__link .link-icon {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
}

.chair__link .h5-title {
  color: #06050B;
  margin-bottom: 16px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .chair__link .h5-title {
    font-size: 20px;
    padding-right: 35px;
  }
}

.chair__link:hover {
  border-color: #1556EE;
}

@media only screen and (max-width: 1000px) {
  .chair__link {
    background: #F1F3F8;
  }
}

@media only screen and (max-width: 767px) {
  .chair__link {
    padding: 32px;
  }
}

.achievement {
  background: #F1F3F8;
  border-radius: 20px;
  padding: 50px;
}

.achievement .subtitle_medium {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.achievement .subtitle_medium img {
  width: 60px;
  margin-right: 16px;
}

@media only screen and (max-width: 1000px) {
  .achievement .subtitle_medium {
    color: #06050B;
  }
}

.achievement p {
  color: #06050B;
}

@media only screen and (max-width: 767px) {
  .achievement p {
    text-align: center;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .achievement {
    padding: 32px;
  }
}

.schedule {
  padding-bottom: 200px;
}

.schedule .breadcrumbs {
  margin-bottom: 24px;
}

.schedule__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.schedule__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  font-family: "Stolzl Display";
  color: #fff;
}

.schedule__info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #7C8393;
}

.schedule-section {
  background: #FFFFFF;
  /* Stroke/Color 1 */
  border: 1px solid #E5E7ED;
  border-radius: 10px;
  overflow: hidden;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table {
  margin-top: 0;
}

.schedule-section .week-tabs-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.schedule-section .week-tabs-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E5E7ED;
  border-right: 1px solid #E5E7ED;
  height: 70px;
  background: #F1F3F8;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.011em;
  border-radius: 0;
}

.schedule-section .week-tabs-buttons button.active {
  font-weight: 700;
  color: #1556EE;
  background-color: #fff;
  border-bottom-color: #fff;
}

.schedule-section .week-tabs-buttons button:last-child {
  border-right: none;
}

.schedule-section .week-tabs-buttons button:before {
  content: '';
  background-image: url("../images/sch.svg");
  width: 20px;
  display: inline-block;
  height: 20px;
  margin-right: 16px;
  background-size: cover;
  background-position: center;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table {
  border-spacing: 0;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  border: none;
  text-align: center;
  padding: 16px;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th .day-of-month {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #06050B;
  font-family: "Stolzl Display";
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th .col-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #7C8393;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th.active {
  border-bottom: 2px solid #1556EE;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th.active .day-of-month {
  color: #1556EE;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: none;
  background: #F1F3F8;
  padding: 16px;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  background-color: #fff;
  color: #7C8393;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
  background-color: transparent;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  display: block;
  text-decoration: none;
  margin-bottom: 24px;
  margin-top: 0;
}

.schedule-section .mptt-inner-event-content {
  background: #1E232F;
  border: 1px solid #1E232F;
  border-radius: 10px;
  padding: 16px;
  color: #fff;
}

.schedule-section .mptt-inner-event-content .dropdown-content {
  text-align: left;
  display: none;
  padding-top: 20px;
}

.schedule-section .mptt-inner-event-content .dropdown-content .teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #7C8393;
}

.schedule-section .mptt-inner-event-content .dropdown-content .teacher:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/teacher.svg");
  margin-right: 8px;
}

.schedule-section .mptt-inner-event-content .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.schedule-section .mptt-inner-event-content .category .indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #1556EE;
}

.schedule-section .mptt-inner-event-content .category .dropdown-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/chevron-down.png");
  background-size: cover;
  background-position: center;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 0px;
}

.schedule-section .mptt-inner-event-content .category .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #FFFFFF;
}

.schedule-section .mptt-inner-event-content .category .text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.011em;
  color: #7C8393;
}

.schedule-section .mptt-inner-event-content .category.active .dropdown-button {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover {
  z-index: 0;
  overflow: hidden;
}

.schedule-section .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
  padding: 6px;
  z-index: 0;
}

.schedule-section .current-time {
  position: relative;
  overflow: hidden;
}

.schedule-section .current-time .mptt-shortcode-hours {
  text-align: right;
  position: relative;
  z-index: 2;
}

.schedule-section .current-time .mptt-shortcode-hours:before {
  content: '';
  position: absolute;
  width: 1326px;
  height: 1px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background-color: #1556EE;
}

.schedule-section .current-time .mptt-shortcode-hours:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #1556EE;
}

.mptt-shortcode-wrapper {
  overflow: auto;
}

.mptt-shortcode-wrapper .mptt-shortcode-table {
  min-width: 1300px;
  position: relative;
}

.groups-select {
  position: relative;
  width: 329px;
}

.groups-select .select2-container {
  width: 100% !important;
}

.groups-select .select__dropdown {
  top: 100%;
  width: 100%;
}

.groups-select .select2-container--default .select2-selection--single {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #E5E7ED;
  border-radius: 10px;
}

.groups-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C8393;
  padding-left: 24px;
}

.groups-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 60px;
  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: 60px;
  border-left: 1px solid #E5E7ED;
}

.groups-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 24px;
  height: 24px;
  background-image: url("../images/chevron-down.svg");
  background-size: cover;
  background-position: center;
  border: none;
  position: static;
}

.groups-select .select2-results__option--selectable {
  color: #7C8393;
}

.groups-select .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1556EE;
}

@media only screen and (max-width: 767px) {
  .groups-select {
    width: 100%;
  }
}

.schedule__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1240px) {
  .schedule__selection {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .schedule__selection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schedule__selection .groups-select {
    margin-top: 16px;
  }
}

.schedule__selection .tab__nav {
  margin-right: 16px;
}

@media only screen and (max-width: 800px) {
  .schedule__selection .tab__nav {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .schedule__selection .tab__nav {
    margin-right: 0;
  }
}

.schedule__selection .tab__item {
  padding: 17px 16px;
}

@media only screen and (max-width: 767px) {
  .schedule__selection .tab__item {
    width: 100%;
  }
}
