/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
canvas {
  display: block;
}
body {
  font-family: 'Inter', sans-serif;
  background-color: #f1f2fa;
  margin: 0;
}
body * {
  scroll-margin-top: 40px;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  font-family: 'Inter', sans-serif;
  text-align: left;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: currentColor;
}
img {
  max-width: 100%;
}
svg {
  fill: currentColor;
}
.container {
  width: 1300px;
  margin: 0 auto;
}
.h1 {
  font-size: 67px;
}
.h2 {
  font-weight: 500;
  font-size: 55px;
}
.h3 {
  font-weight: 600;
  font-size: 48px;
}
.h4 {
  font-weight: 500;
  font-size: 32px;
}
.h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
}
.link__button {
  background: linear-gradient(237.65deg, #003bd0 3.76%, #05cdcd 121.83%);
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 22px 26px;
  outline: none;
  cursor: pointer;
  border: 0;
  font-family: 'Inter', sans-serif;
  display: inline-block;
  text-align: center;
  transition: opacity 0.3s;
}
.link__button:hover {
  opacity: 0.7;
}
.link__button--fade {
  background: #acb3db;
}
.link__button--wide {
  padding: 22px 50px;
}
.text__p {
  font-size: 16px;
  line-height: 1.33;
  color: rgba(0,0,0,0.6);
}
.text__p--m {
  font-size: 18px;
}
.text__p--l {
  font-size: 24px;
  color: #000;
}
.text__p--l + * {
  margin-top: 32px;
}
.text__p--xl {
  font-size: 32px;
  font-weight: 500;
  margin: 65px 0;
}
.text__p--point {
  position: relative;
  padding-left: 40px;
}
.text__p--point:before {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #000;
  top: 15px;
  left: 0;
  display: inline-block;
  position: absolute;
}
.text__row {
  display: flex;
  gap: 20px;
  margin: 0 0 50px;
}
.list {
  margin: 20px 0;
  padding-left: 20px;
}
.list__item {
  color: #526173;
  margin: 10px 0;
}
.accordion__item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(25,31,38,0.2);
}
.accordion__item:last-of-type {
  border-bottom: 0;
}
.accordion__item--link {
  font-size: 24px;
  text-decoration: none;
  color: #017fff;
  transition: opacity 0.3s;
}
.accordion__item--link:hover {
  opacity: 0.7;
}
.accordion__button {
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  font-size: 24px;
  color: #191f26;
  cursor: pointer;
  transition: background-color 0.3s linear;
  background-color: transparent;
  padding: 0 40px 0 0;
  position: relative;
  font-family: 'Inter', sans-serif;
  transition: opacity 0.3s;
}
.accordion__button:hover {
  opacity: 0.7;
}
.accordion__button:after {
  content: '';
  font-size: 18px;
  width: 24px;
  height: 24px;
  background-image: url("/images/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  transition: 0.3s;
}
.accordion__button.is-open:after {
  background-image: url("/images/minus.svg");
}
.accordion__button.is-open + .accordion__content {
  padding: 15px 0 0;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion__content p {
  opacity: 0.6;
  margin: 0 0 15px;
}
.tab__nav {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  margin: 20px 0 70px;
}
.tab__nav--button {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  border: 0;
  padding-bottom: 18px;
  background-color: transparent;
  cursor: pointer;
  color: #a2aab5;
  border-bottom: 5px solid transparent;
  max-width: 320px;
  text-align: left;
  transition: opacity 0.3s, border-color 0.3s, color 0.3s;
}
.tab__nav--button.is-active {
  border-color: #017fff;
  color: #526173;
}
.tab__nav--button:not(.is-active):hover {
  opacity: 0.7;
}
.scrollbar,
.benefit__row,
.learn__grid {
  scrollbar-width: thin;
  scrollbar-color: #017fff rgba(154,154,154,0.5); /* Works on Chrome, Edge, and Safari */
}
.scrollbar::-webkit-scrollbar,
.benefit__row::-webkit-scrollbar,
.learn__grid::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scrollbar::-webkit-scrollbar-track,
.benefit__row::-webkit-scrollbar-track,
.learn__grid::-webkit-scrollbar-track {
  background: rgba(154,154,154,0.5);
}
.scrollbar::-webkit-scrollbar-thumb,
.benefit__row::-webkit-scrollbar-thumb,
.learn__grid::-webkit-scrollbar-thumb {
  background-color: #017fff;
  border-radius: 20px;
}
.mob-only {
  display: none;
}
.more__button {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .tab__nav--button:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1365px) {
  .container {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1023px) {
  .text__p--m {
    font-size: 14px;
  }
  .text__p--l {
    font-size: 16px;
  }
  .text__p--xl {
    font-size: 16px;
    font-weight: 400;
    margin: 24px 0 32px;
  }
  .text__p--point {
    padding-left: 36px;
  }
  .text__p--point:before {
    width: 18px;
    height: 2px;
    top: 9px;
  }
  .h2 {
    font-size: 28px;
    margin: 24px 0;
  }
  .h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px;
  }
  .h4 {
    font-size: 20px;
  }
  .h5 {
    font-size: 16px;
  }
  .link__button {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .accordion__button {
    font-size: 16px;
    font-weight: 600;
  }
  .accordion__button:after {
    width: 18px;
    height: 18px;
    top: 0;
    right: 14px;
  }
  .accordion__item--link {
    font-size: 16px;
    font-weight: 600;
  }
  .accordion__item {
    padding: 13px 0;
  }
  .desk-only {
    display: none;
  }
  .mob-only {
    display: inline-block;
  }
  .tab__nav {
    margin: 20px 0 50px;
    overflow-x: auto;
  }
  .tab__nav--button {
    font-size: 16px;
  }
  .more__button {
    display: inline-block;
    margin: 0;
    background: linear-gradient(237.65deg, #0048ff 3.76%, #0ff 121.83%);
    border-radius: 7px;
    font-size: 14px;
  }
  .more__content {
    display: none;
  }
  .more__content.is-active {
    display: block;
  }
}
/* Slider */
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  width: 100%;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.3s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.slider__progress {
  background: #fff;
  border-radius: 30px;
  max-width: 112px;
  margin: 55px 0 0 auto;
}
.slider__progress--bar {
  background: #017fff;
  height: 3px;
  transition: width 0.3s ease;
  width: 0;
}
.splide__pagination {
  display: none;
}
.splide__arrows {
  position: absolute;
  right: 0;
  top: -80px;
}
.splide__arrow {
  width: 48px;
  height: 48px;
  background-color: #017fff;
  transition: background-color 0.3s;
  opacity: 1;
}
.splide__arrow:disabled {
  background-color: #a7acd1;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  left: -110px;
  background-image: url("/images/arrow-left.svg");
}
.splide__arrow--next {
  right: 0;
  background-image: url("/images/arrow-right.svg");
}
.splide__arrow--prev,
.splide__arrow--next {
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .splide__arrow--prev {
    left: -90px;
  }
  .splide__arrows {
    top: -40px;
  }
  .slider__progress {
    max-width: 100%;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
/* Blocks */
.about__section {
  margin: 108px 0 130px;
}
.about__wrap {
  padding-left: 150px;
}
.about__wrap .text__p,
.about__wrap .text__row {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.about__wrap a {
  text-decoration: underline;
}
.about__img {
  max-width: 100%;
  margin-bottom: 80px;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .about__img {
    margin-bottom: 22px;
  }
  .about__wrap {
    padding-left: 0;
  }
  .about__wrap .text__row {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .about__wrap .text__row .text__p {
    margin: 0;
  }
  .about__section {
    margin: 80px 0 40px;
  }
}
.apply__box-item {
  display: none;
}
.apply__box-item.is-active {
  display: block;
}
.apply__section .h2 {
  margin-top: 0;
}
.apply__step {
  background-color: #fff;
  padding: 41px 63px;
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.apply__step:last-of-type {
  margin-bottom: 0;
}
.apply__step.is-active {
  opacity: 1;
}
.apply__step--name {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.apply__step--logo {
  position: absolute;
  right: 66px;
  top: 126px;
  max-width: 94px;
}
.apply__step--subject {
  margin: 44px 0 24px;
}
.apply__step--subject-list li {
  font-size: 18px;
  line-height: 1.33;
  margin: 10px 0;
  color: #526173;
}
.apply__step--subject-list li a {
  text-decoration: underline;
}
.apply__step--subject-row {
  display: flex;
  align-items: flex-start;
}
.apply__step--subject-name {
  font-weight: 500;
  font-size: 18px;
  width: 270px;
  padding-right: 20px;
}
.apply__step--subject-score {
  display: flex;
  align-items: center;
}
.apply__step--subject-score p {
  min-width: 130px;
  margin-right: 24px;
}
.apply__step--note {
  font-size: 14px;
  line-height: 1.4;
  margin: 24px 0 32px;
  color: #526173;
  max-width: 600px;
}
.apply__step--progress {
  border: 0;
}
.apply__step--progress[value] {
  border: 0;
  height: 2px;
  border-radius: 10px;
}
.apply__step--progress[value]::-webkit-progress-bar {
  background-color: #d9d9d9;
}
.apply__step--progress[value]::-webkit-progress-value {
  background-color: #017fff;
}
.apply__step .link__button {
  font-size: 14px;
  border-radius: 10px;
  padding: 16px 27px;
}
.apply__container {
  display: flex;
}
.apply__nav {
  position: relative;
  border-radius: 0 0 20px 20px;
}
.apply__nav--list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  margin-top: 20px;
}
.apply__nav--list li {
  display: inline-block;
  border-left: 5px solid transparent;
  margin-bottom: 20px;
  max-width: 250px;
  transition: border-color 0.3s;
  position: relative;
  margin-right: 80px;
}
.apply__nav--list li a {
  display: inline-block;
  text-decoration: none;
  padding: 0 0 0 10px;
  font-size: 18px;
  color: #727373;
}
.apply__nav--list li.is-active {
  border-color: #017fff;
}
.apply__nav--list li.is-active:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #c6c6c7;
}
.apply__nav--list li.is-active a {
  color: #000;
}
.apply__list {
  flex-grow: 1;
  max-width: 950px;
  margin-left: auto;
  position: relative;
  overflow-y: auto;
  max-height: 650px;
  padding-left: 20px;
  margin-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: #018cff transparent;
}
.apply__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.apply__list::-webkit-scrollbar-track {
  background: transparent;
}
.apply__list::-webkit-scrollbar-thumb {
  background-color: #018cff;
  border-radius: 4px;
}
.apply__splide .splide__arrows {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .apply__container {
    flex-direction: column;
  }
  .apply__nav {
    display: none;
  }
  .apply__nav--list {
    flex-direction: row;
    gap: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    overflow-x: auto;
  }
  .apply__nav--list li {
    border-left: 0;
    border-bottom: 5px solid transparent;
    padding: 0 0 10px 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .apply__nav--list li.is-active:after {
    display: none;
  }
  .apply__nav--list li a {
    padding-left: 0;
    font-size: 16px;
  }
  .apply__list {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    max-height: unset;
    overflow: visible;
  }
  .apply__step {
    padding: 21px 16px 31px;
    opacity: 1;
  }
  .apply__step--logo {
    position: static;
  }
  .apply__step--name {
    margin: 0;
  }
  .apply__step--subject-row {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .apply__step--subject-row p {
    margin: 6px 0;
  }
  .apply__step--subject-name {
    width: 100%;
  }
  .apply__step--subject-score {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }
  .apply__step--progress {
    width: 100%;
  }
  .apply__step .link__button {
    margin-left: auto;
  }
  .select__nav {
    flex-direction: column;
    background: linear-gradient(237.65deg, #0048ff 3.76%, #0ff 121.83%);
    border-radius: 7px;
    border-bottom: 0;
    gap: 0;
    margin: 20px 0;
    position: relative;
    height: 37px;
    overflow: hidden;
    cursor: pointer;
  }
  .select__nav:before {
    content: '';
    background-image: url("/images/caret-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 7px;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 16px;
    transition: transform 0.3s;
  }
  .select__nav:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
  }
  .select__nav.is-active {
    height: auto;
  }
  .select__nav.is-active:before {
    transform: rotate(180deg);
  }
  .select__nav.is-active:after {
    z-index: -1;
  }
  .select__nav .tab__nav--button {
    color: #fff;
    border-bottom: 0;
    padding: 10px 16px;
    font-size: 14px;
    order: 2;
    transition: color 0.3s;
  }
  .select__nav .tab__nav--button.is-active {
    font-weight: 600;
    order: 1;
  }
  .select__nav:hover .tab__nav--button:hover {
    color: rgba(255,255,255,0.7);
  }
}
.benefit__section {
  background-color: #fff;
  padding: 80px 0 120px;
  overflow: hidden;
}
.benefit__section .h2 {
  text-align: center;
}
.benefit__row {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 60px;
}
.benefit__img--divider {
  min-height: 960px;
  position: absolute;
  z-index: 3;
}
.benefit__img--divider:nth-of-type(1) {
  z-index: 1;
  left: -30vw;
}
.benefit__img--divider:nth-of-type(2) {
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.benefit__img--divider:nth-of-type(3) {
  z-index: 3;
  right: -30vw;
}
.benefit__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 4;
  margin-top: 60px;
}
.benefit__col:first-of-type {
  margin-left: 10%;
}
.benefit__col:last-of-type {
  margin-right: 10%;
}
.benefit__item {
  background-color: #f1f2fa;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 22px 26px;
  width: 315px;
}
.benefit__item .h3 {
  margin: 0;
}
.benefit__item--text {
  margin: auto 0 0;
  line-height: 1.2;
}
.benefit__item--decor {
  position: relative;
  margin-bottom: 17px;
}
.benefit__item--decor span {
  width: 11px;
  height: 11px;
  background-color: #017fff;
  border-radius: 3px;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  z-index: 2;
}
.benefit__item--decor span:nth-of-type(2) {
  background-color: #01d8ff;
  z-index: 1;
  left: -3px;
}
@media only screen and (max-width: 1199px) {
  .benefit__section {
    padding: 53px 0 0;
  }
  .benefit__section .h2 {
    text-align: left;
    margin: 0;
  }
  .benefit__row {
    overflow-x: auto;
    padding-bottom: 16px;
    margin-top: 30px;
  }
  .benefit__col {
    flex-direction: row;
    margin: 0;
    gap: 5px;
  }
  .benefit__col:first-of-type,
  .benefit__col:last-of-type {
    margin: 0;
  }
  .benefit__col:last-of-type {
    margin-left: 5px;
  }
  .benefit__img--divider:first-of-type {
    position: relative;
    min-height: initial;
    max-height: 160px;
    left: -20px;
    top: 8px;
    margin-right: -20px;
  }
  .benefit__img--divider:not(:first-of-type) {
    display: none;
  }
  .benefit__item {
    width: 200px;
  }
  .benefit__item--text {
    font-size: 14px;
  }
}
.button {
  background: linear-gradient(237.65deg, #003bd0 3.76%, #05cdcd 121.83%);
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  padding: 22px 26px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.button--more {
  background: linear-gradient(237.65deg, #0048ff 3.76%, #0ff 121.83%);
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 15px 9px;
}
@media only screen and (min-width: 1024px) {
  .button:hover {
    opacity: 0.7;
  }
}
.faq__section {
  margin: 105px 0 80px;
  display: none;
}
.faq__section .text__wrap {
  margin: 30px 0;
  display: flex;
}
.faq__wrap {
  display: flex;
}
.faq__wrap .h2 {
  margin-top: 0;
}
.faq__title {
  margin-top: 0;
  padding-right: 105px;
}
.faq__list {
  position: relative;
  z-index: 2;
}
.faq__item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(25,31,38,0.2);
}
.faq__item:last-of-type {
  border-bottom: 0;
}
.faq__ask {
  font-size: 24px;
  line-height: 1.2;
  color: #017fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.faq-card__top {
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 30px;
  transition: opacity 0.3s;
}
.faq-card__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.faq-card__icon::before,
.faq-card__icon::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: #0e151e;
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
  transition: transform 0.3s;
}
.faq-card__icon::after {
  transform: rotate(90deg);
}
.faq-card__title {
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq-card__drop {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.faq-card__content {
  padding: 15px 70px 4px 0;
  font-size: 18px;
  line-height: 1.33;
  color: rgba(0,0,0,0.6);
}
.faq-card.is-active .faq-card__icon::after {
  transform: rotate(0);
}
@media only screen and (min-width: 1024px) {
  .faq__ask:hover {
    opacity: 0.7;
  }
  .faq-card__top:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1023px) {
  .faq__section {
    margin: 71px 0 65px;
  }
  .faq__wrap {
    flex-direction: column;
  }
  .faq__title {
    padding-right: 0;
  }
  .faq__item {
    padding: 12px 0;
  }
  .faq__item--ask {
    display: none;
  }
  .faq__ask {
    font-size: 16px;
    line-height: 1.3;
  }
  .faq-card__top {
    padding-right: 90px;
  }
  .faq-card__title {
    font-weight: 600;
  }
  .faq-card__icon {
    width: 18px;
    height: 18px;
  }
  .faq-card__icon::before,
  .faq-card__icon::after {
    width: 18px;
  }
  .faq-card__content {
    font-size: 14px;
  }
}
.footer__logo {
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer__logo--text {
  display: flex;
  flex-direction: column;
}
.footer__logo--name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer__logo--year {
  font-size: 12px;
  font-weight: 500;
}
.footer__row {
  display: flex;
  padding: 30px 0 65px;
  border-top: 1px solid #d9d9d9;
}
.footer__navigation {
  margin-left: auto;
}
.footer__navigation--list {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  list-style: none;
}
.footer__navigation--list a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  transition: opacity 0.3s;
}
.footer__navigation--list a:hover {
  opacity: 0.7;
}
.footer__navigation--list .link__button {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .footer__navigation--list {
    gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__navigation {
    display: none;
  }
  .footer__row {
    justify-content: center;
  }
  .footer__logo {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.form {
  display: flex;
  gap: 10px;
  position: relative;
}
.form.is-loading {
  pointer-events: none;
}
.form.is-loading button {
  pointer-events: none;
}
.form.is-success .form-success {
  opacity: 1;
  pointer-events: auto;
}
.form .link__button {
  border-radius: 10px;
  background: linear-gradient(237.65deg, #0048ff 3.76%, #0ff 121.83%);
}
.form__section {
  margin: 90px 0 108px;
}
.form__section--big {
  margin: 84px 0;
}
.form__section--big .form {
  margin-top: 50px;
}
.form__section--big .form__wrap {
  padding: 86px 53px 95px 327px;
}
.form__input {
  background-color: #f1f2fa;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  border: 0;
  outline: none;
  font-family: 'Inter', sans-serif;
  max-width: 245px;
}
.form__input::-moz-placeholder {
  color: rgba(0,0,0,0.4);
}
.form__input:-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
}
.form__input::placeholder {
  color: rgba(0,0,0,0.4);
}
.form__wrap {
  background-color: #fff;
  background-image: url("../images/blue-fire.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 43px 57px 65px 327px;
  border-radius: 20px;
}
.form__wrap .h4 {
  max-width: 480px;
  margin: 0 0 30px;
}
.form__wrap .text__p {
  color: #000;
  margin: 0 0 15px;
}
.form-success {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.3s;
  font-size: 28px;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
}
.form-success__name {
  color: #018cff;
}
.form-success p {
  margin-top: 0;
}
@media only screen and (max-width: 1365px) {
  .form__input {
    max-width: 215px;
  }
}
@media only screen and (max-width: 1199px) {
  .form__wrap,
  .form__section--big .form__wrap {
    padding-left: 200px;
  }
  .form__input {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1023px) {
  .form {
    flex-direction: column;
  }
  .form__wrap {
    padding: 24px 16px;
    background-image: url("/images/blue-fire-mob-1.svg");
    background-position: right 40px;
    background-size: 50px;
  }
  .form__wrap .text__p {
    font-size: 14px;
    margin-bottom: 48px;
  }
  .form__wrap .h4 {
    font-weight: 600;
    margin-bottom: 18px;
  }
  .form__section--big .form {
    margin-top: 0;
  }
  .form__section--big .form__wrap {
    padding: 40px 16px 140px;
    background-image: url("/images/blue-fire-mob-2.svg");
    background-position: right bottom;
    background-size: 180px;
  }
  .form__section--big .form__wrap .text__p {
    margin-bottom: 16px;
  }
  .form__input {
    padding: 12px;
    font-size: 14px;
    max-width: 100%;
  }
}
.is-noscroll {
  overflow: hidden;
}
.hamburger {
  height: 20px;
  width: 20px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  z-index: 1;
  cursor: pointer;
  display: none;
  outline: none;
  transition: 0.3s ease-in-out;
}
.hamburger span {
  display: block;
  background-color: #fff;
  position: relative;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  transition: 0.3s ease-in-out;
}
.header {
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
  padding: 20px 0;
  transition: background-color 0.3s;
}
.header.is-scroll {
  background-color: #526173;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__logo {
  display: block;
  line-height: 0;
  width: auto;
  height: 42px;
  transition: opacity 0.3s;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header .navigation {
  margin: auto 0 auto auto;
}
.header .navigation__list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.header .navigation__list a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: opacity 0.3s;
}
.header .navigation__list a:hover {
  opacity: 0.7;
}
.header .navigation__list .link__button {
  padding: 10px 15px;
  font-size: 12px;
}
.header.is-open {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 20px;
}
.header.is-open .hamburger {
  margin-top: -10px;
}
.header.is-open .hamburger .top {
  transform: rotate(-45deg);
  margin-top: 14px;
}
.header.is-open .hamburger .bottom {
  transform: rotate(45deg);
  margin-top: -6px;
}
.header.is-open .hamburger span {
  background-color: #050205;
}
.header.is-open .navigation__list {
  flex-direction: column;
  position: absolute;
  left: 40px;
  top: 100px;
  width: calc(100% - 40px);
  align-items: flex-start;
}
.header.is-open .navigation__list li {
  border-bottom: 1px solid #d9d9d9;
}
.header.is-open .navigation__list li:not(:last-of-type) {
  display: block;
  width: 100%;
  padding-bottom: 14px;
}
.header.is-open .navigation__list li:not(:last-of-type) a {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.header.is-open .navigation__list li:last-of-type {
  position: fixed;
  top: 20px;
  right: 57px;
  border-bottom: none;
}
@media only screen and (min-width: 1024px) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1199px) {
  .header .navigation__list {
    gap: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__logo {
    width: 80px;
    height: 26px;
  }
  .header .navigation__list li:not(:last-of-type) {
    display: none;
  }
  .header .navigation__list .link__button {
    font-size: 10px;
    padding: 4px 10px;
  }
  .header.is-open .header__logo {
    background: url("/images/siblu-arms-logo-web-dark.svg") center no-repeat;
    background-size: contain;
  }
  .header.is-open .header__logo img {
    display: none;
  }
  .hamburger {
    display: block;
    margin-left: 22px;
  }
}
.intro__section {
  background-color: #000;
  padding: 165px 0 155px;
  position: relative;
  overflow: hidden;
}
.intro__section--2 {
  background-color: #06283a;
}
.intro__section--3 {
  background-color: #091728;
}
.intro__section:before {
  content: '';
  display: block;
  position: absolute;
  width: 40vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(to left, rgba(0,0,0,0), #000);
}
.intro__section .h1 {
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.intro__section .h1 span {
  color: #017fff;
}
.intro__section .text__p {
  color: #f1f2fa;
  font-size: 22px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.intro__section .link__button {
  position: relative;
  z-index: 2;
}
.intro__wrap {
  max-width: 480px;
}
.intro__webgl {
  display: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  right: 0;
  bottom: -10vw;
  transform: scale(0.85);
  transform-origin: right bottom;
}
.intro__webgl.is-active {
  display: block;
}
.intro__webgl:nth-of-type(2) {
  bottom: 0;
  transform: scale(1.25);
}
.intro__webgl:nth-of-type(3) {
  bottom: 0;
  transform: scale(1.1);
}
@media (min-width: 1921px) {
  .intro__webgl {
    transform: scale(0.8);
  }
  .intro__webgl:nth-of-type(2) {
    transform: scale(1);
  }
  .intro__webgl:nth-of-type(3) {
    transform: scale(0.85);
  }
}
@media (max-width: 1600px) {
  .intro__webgl:nth-of-type(2) {
    transform: scale(1.3);
  }
  .intro__webgl:nth-of-type(3) {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 1440px) {
  .intro__webgl {
    transform: scale(0.9);
    bottom: -5vw;
  }
  .intro__webgl:nth-of-type(2) {
    transform: scale(1.4);
  }
  .intro__webgl:nth-of-type(3) {
    transform: scale(1.35);
  }
}
@media only screen and (max-width: 1199px) {
  .intro__section .h1 {
    margin-top: 12px;
    font-size: 40px;
    max-width: 280px;
  }
  .intro__section .text__p {
    opacity: 0.7;
    max-width: 150px;
    font-size: 12px;
  }
  .intro__webgl {
    transform: scale(0.75);
    bottom: 0;
  }
  .intro__webgl:nth-of-type(2) {
    transform: scale(1.6);
  }
  .intro__webgl:nth-of-type(3) {
    transform: scale(1.45);
  }
}
@media only screen and (max-width: 1023px) {
  .intro__section {
    background-image: url("/images/intro.jpg");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .intro__section:before {
    display: none;
  }
  .intro__section--2 {
    background-image: url("/images/intro-2-color.jpg");
    background-size: 145%;
    background-position: right bottom;
  }
  .intro__section--2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(6,40,58,0), #06283a);
  }
  .intro__section--3 {
    background-image: url("/images/intro-3-color.jpg");
    background-size: 140%;
    background-position: right bottom;
  }
  .intro__webgl {
    right: unset;
    left: 0;
    transform: scale(1);
    transform-origin: center bottom;
  }
  .intro__webgl.is-active {
    display: none;
  }
  .intro__webgl:nth-of-type(3) {
    transform: scale(0.9);
  }
  .intro__wrap .link__button {
    position: absolute;
    bottom: 60px;
    width: calc(100% - 30px);
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .intro__section {
    padding: 70px 0 140px;
    background-size: 130%;
    background-position: center bottom;
  }
  .intro__section .h1 {
    margin-bottom: 230px;
  }
  .intro__section--2 {
    background-size: 225%;
    background-position: 70% bottom;
  }
  .intro__section--3 {
    background-size: 190%;
    background-position: 80% bottom;
  }
  .intro__webgl {
    right: unset;
    left: 0;
    transform: scale(1.4);
    transform-origin: center bottom;
  }
}
@media only screen and (max-width: 460px) {
  .intro__section {
    background-size: 160%;
  }
  .intro__section--2 {
    background-size: 290%;
    background-position: 78% bottom;
  }
  .intro__section--3 {
    background-size: 250%;
    background-position: 86% bottom;
  }
  .intro__webgl {
    transform: scale(1.7);
  }
}
@media (max-width: 375px) {
  .intro__section--2 {
    background-size: 320%;
    background-position: 75% bottom;
  }
}
.job__section {
  margin: 105px 0 168px;
}
.job__section .text__wrap {
  margin: 30px 0;
  padding-left: 430px;
}
.job__section .text__wrap .h5 {
  margin-bottom: 10px;
}
.job__section .text__wrap .h5:before {
  display: none;
}
.job__top--row {
  display: flex;
  margin-bottom: 50px;
}
.job__top--row > .text__p--l {
  min-width: 430px;
  max-width: 430px;
  padding-right: 75px;
}
.job__top--col {
  display: flex;
  gap: 70px;
}
.job__top--col .text__p {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .job__section {
    margin: 68px 0;
  }
  .job__top--row {
    flex-direction: column;
  }
  .job__top--row .text__p--l {
    padding-right: 0;
    min-width: unset;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
  }
  .job__top--col {
    flex-direction: column;
    gap: 20px;
  }
  .job__section .text__wrap {
    padding-left: 0;
  }
  .job__section .text__wrap .h5 {
    font-size: 20px;
  }
}
.learn__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 90px;
}
.learn__section {
  margin: 90px 0;
}
.learn__section .container > .h3 {
  display: none;
}
.learn__section .text__wrap {
  padding-left: 327px;
}
.learn__section .text__wrap .h5 {
  position: relative;
  margin: 0 0 25px;
  max-width: 800px;
}
.learn__section .text__wrap .h5:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -140px;
  background-color: rgba(0,0,0,0.2);
  width: 120px;
  height: 1px;
}
.learn__section .text__wrap .text__p {
  max-width: 620px;
}
.learn__item {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 22px 26px;
}
.learn__item .h3 {
  margin: 0;
}
.learn__item:first-of-type {
  background-color: transparent;
  padding: 0;
}
.learn__item--text {
  margin: auto 0 0;
  line-height: 1.2;
}
.learn__item--decor {
  position: relative;
  margin-bottom: 17px;
}
.learn__item--decor span {
  width: 11px;
  height: 11px;
  background-color: #017fff;
  border-radius: 3px;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  z-index: 2;
}
.learn__item--decor span:nth-of-type(2) {
  background-color: #01d8ff;
  z-index: 1;
  left: -3px;
}
@media only screen and (max-width: 1199px) {
  .learn__section .text__wrap {
    padding-left: 0;
  }
  .learn__section .container > .h3 {
    display: block;
  }
  .learn__grid {
    grid-template-columns: initial;
    grid-auto-flow: column;
    position: relative;
    overflow-x: auto;
    margin-bottom: 50px;
    padding-bottom: 22px;
  }
  .learn__item {
    min-width: 168px;
    padding: 21px 16px;
  }
  .learn__item--text {
    font-size: 14px;
  }
  .learn__item:first-of-type {
    display: none;
  }
}
.material__section {
  background-color: #fff;
  padding: 80px 0;
}
.material__section .h2 {
  margin: 0 0 25px;
  min-width: 500px;
}
.material__top {
  display: flex;
}
.material__wrap .text__p:first-of-type {
  margin-top: 0;
}
.material__splide {
  margin-top: 85px;
}
.material__splide img {
  width: 100%;
}
.material__splide .splide__arrows {
  display: none;
}
.material__slider {
  margin-top: 85px;
}
@media only screen and (max-width: 1023px) {
  .material__section {
    padding: 68px 0 110px;
  }
  .material__section .h2 {
    min-width: 100%;
  }
  .material__splide {
    margin-top: 70px;
  }
  .material__slider {
    margin-top: 60px;
  }
  .material__top {
    flex-direction: column;
  }
}
.price__section {
  padding: 90px 0 143px;
  background: linear-gradient(237.65deg, #0048ff 3.76%, #0ff 121.83%);
  background-size: cover;
}
.price__top .h2 {
  color: #fff;
  margin: 0 0 30px;
}
.price__top .text__p {
  color: #f1f2fa;
  max-width: 820px;
}
.price__top .text__p--l {
  font-size: 24px;
}
.price__block {
  background-color: #fff;
  padding: 45px 75px 53px;
  margin-top: 90px;
  border-radius: 20px;
  display: flex;
  position: relative;
}
.price__block .h5 {
  margin: 0 0 25px;
}
.price__block--detailed {
  flex-direction: column;
  padding: 60px 75px 105px;
}
.price__block--detailed .h4 {
  margin: 0;
}
.price__block--detailed .text__p--grade {
  font-size: 18px;
  color: #526173;
}
.price__block--row {
  display: flex;
}
.price__block--row .link__button {
  background: linear-gradient(237.65deg, #0048ff 3.76%, #0ff 121.83%);
  border-radius: 10px;
  margin-top: 140px;
}
.price__block--col {
  flex-grow: 1;
  margin-left: 100px;
}
.price__block--note {
  max-width: 400px;
}
.price__block + .price__block {
  margin-top: 8px;
}
.price__block .list {
  margin: 40px 0;
}
.price__wrap {
  flex-basis: 80%;
  padding-left: 60px;
}
.price__wrap .text__p {
  color: #526173;
}
.price__wrap .text__p:first-of-type {
  margin-top: 0;
}
.price__img--decor {
  margin-left: -75px;
}
.price__table {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
.price__table th,
.price__table td {
  padding: 10px 0;
}
.price__table th {
  color: #526173;
  font-size: 20px;
  font-weight: 400;
}
.price__table td {
  font-size: 20px;
}
.price__splide {
  display: none;
}
.price__splide.is-active {
  display: block;
}
.price__splide .splide__arrows {
  display: none;
}
.price__item {
  display: none;
}
.price__item.is-active {
  display: block;
}
.price__item .splide__arrows {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .price__section {
    padding: 40px 0 10px;
    border-radius: 20px;
  }
  .price__table td {
    text-align: right;
  }
  .price__table td,
  .price__table th {
    font-size: 14px;
  }
  .price__block {
    flex-direction: column;
    padding: 20px 30px 30px;
  }
  .price__block--row {
    flex-direction: column-reverse;
  }
  .price__block--row .link__button {
    margin-top: 20px;
  }
  .price__block--col {
    margin-left: 0;
  }
  .price__block--detailed {
    margin-top: 30px;
  }
  .price__block .link__button {
    width: 100%;
  }
  .price__block .h5 {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 600;
    color: #000;
  }
  .price__block .list {
    margin: 25px 0 33px;
    font-size: 14px;
  }
  .price__wrap {
    padding-left: 0;
  }
  .price__wrap .h5 {
    margin-bottom: 25px;
  }
  .price__wrap .text__p {
    color: #000;
  }
  .price__img--decor {
    margin-left: 0;
  }
  .price__top .h2 {
    margin-bottom: 12px;
  }
  .price__top .text__p--l {
    font-size: 14px;
  }
}
.review {
  padding: 100px 0;
}
.review__title {
  margin: 0;
}
.review__section {
  padding: 50px 0;
}
.review__item {
  background-color: #fff;
  border-radius: 19px;
  padding: 44px 44px 40px;
}
.review__item .text__p {
  font-size: 18px;
}
.review__item .text__p:first-of-type {
  margin: 0;
}
.review__item .text__p + p {
  margin-top: 12px;
}
.review__item .text__p--l {
  font-size: 24px;
}
.review__user {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
.review__user--name {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
.review__user--role {
  font-size: 18px;
  color: #526173;
  margin: 0;
  line-height: 1.4;
}
.review__user--image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-color: #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
}
.review__user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review__user img[src=""] {
  display: none;
}
.review__splide {
  margin-top: 56px;
}
.review-card {
  padding: 44px 44px 40px;
  background-color: #fff;
  border-radius: 19px;
  color: #000;
  font-size: 18px;
  line-height: 1.33;
}
.review-card__description {
  margin: 0 0 16px;
  color: #191f26;
}
.review-card__text {
  padding-right: 44px;
}
.review-card__user {
  display: flex;
  margin-top: 56px;
}
.review-card__img {
  flex-shrink: 0;
  line-height: 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.review-card__img img {
  width: 100%;
}
.review-card__main {
  margin-left: 36px;
}
.review-card__name {
  font-weight: 500;
  margin: 0 0 5px;
}
.review-card__role {
  color: #526173;
}
@media only screen and (max-width: 1023px) {
  .review {
    padding: 40px 0;
  }
  .review__title {
    padding-right: 100px;
  }
  .review__section {
    padding: 40px 0;
  }
  .review__section .h2 {
    min-width: initial;
    max-width: 200px;
  }
  .review__splide {
    margin-top: 19px;
  }
  .review__user {
    margin-top: 30px;
    gap: 10px;
    flex-direction: column;
  }
  .review__user--role {
    font-size: 14px;
  }
  .review__item {
    padding: 22px 16px;
  }
  .review__item .text__p {
    font-size: 14px;
  }
  .review__item .text__p--l {
    font-size: 16px;
  }
  .review-card {
    padding: 22px 16px;
  }
  .review-card__text {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,0.6);
    padding-right: 0;
  }
  .review-card__user {
    margin-top: 30px;
    flex-direction: column;
  }
  .review-card__img {
    width: 56px;
    height: 56px;
  }
  .review-card__main {
    margin: 7px 0 0;
  }
  .review-card__name {
    font-size: 18px;
    line-height: 1.33;
  }
  .review-card__role {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .review {
    overflow: hidden;
  }
  .review__slider {
    padding: 0 15px;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.salary__section {
  position: relative;
  z-index: 2;
}
.salary__wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 0 90px;
  margin: -30px 0 0;
  text-align: center;
}
.salary__text {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}
.salary__text a {
  color: #017fff;
  text-decoration: none;
  border-bottom: 1px dashed #017fff;
  transition: color 0.3s;
}
.salary__text a:hover {
  color: #01d8ff;
}
.salary__number {
  font-size: 55px;
  margin: 10px 0 0;
  font-weight: 500;
}
.salary__range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  background: transparent;
  height: 1px;
  position: relative;
  z-index: 2;
}
.salary__range:focus {
  outline: none;
}
.salary__range--container {
  display: flex;
  flex-direction: column;
  max-width: 475px;
  margin: 50px auto 0;
  position: relative;
}
.salary__range--container:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  background: #050101;
  height: 1px;
  top: 0;
}
.salary__point--container {
  display: flex;
  justify-content: space-between;
  margin: 0 -25px;
}
.salary__point--item {
  display: flex;
  flex-direction: column;
  max-width: 80px;
  margin-top: 25px;
  position: relative;
}
.salary__point--item:before,
.salary__point--item:after {
  content: '';
  background: #fff;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.salary__point--item:after {
  z-index: 1;
  border-color: #fff;
  width: 9px;
  height: 9px;
  top: -30.5px;
}
.salary__point--item:nth-of-type(2) {
  max-width: 120px;
}
.salary__point--item span:first-of-type {
  font-weight: 500;
  font-size: 14px;
}
.salary__point--item span:last-of-type {
  color: #526173;
  font-size: 14px;
  margin-top: 12px;
}
.salary__range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1rem;
  cursor: pointer;
  background: linear-gradient(90deg, #6ba132 #00f, #dee4ec #00f);
  border-radius: 1rem;
}
.salary__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 8px solid #0193ff;
  box-shadow: 0 1px 3px rgba(0,0,255,0.3);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  height: 32px;
  width: 32px;
  transform: translateY(calc(-50% + 8px));
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 1023px) {
  .salary__section .container {
    margin: 0;
    width: 100%;
  }
  .salary__text {
    font-size: 20px;
  }
  .salary__wrap {
    padding: 32px 0 35px;
    margin: -20px 0;
  }
  .salary__number {
    font-size: 24px;
  }
  .salary__range--container {
    max-width: 85%;
  }
  .salary__range::-webkit-slider-thumb:Hover {
    border-color: #01d8ff;
  }
  .salary__point--item span:last-of-type {
    font-size: 12px;
    margin-top: 10px;
  }
}
.slider {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
}
.slider button[data-action="stop"],
.slider button[data-action="start"] {
  display: none;
}
.slider.is-init {
  opacity: 1;
}
.slider__nav {
  display: none !important;
}
.slider__list {
  display: flex;
  align-items: stretch;
}
.slider--program {
  overflow: hidden;
}
.slider--program .slider__nav {
  margin-bottom: 69px;
  border-bottom: 1px solid #5b6f82;
}
.slider--program .slider__nav button {
  font-size: 18px;
  line-height: 24px;
  margin-left: 24px;
  margin-bottom: -1px;
  padding: 0 0 22px;
  border-bottom: 5px solid transparent;
  color: #a2aab5;
  transition: border-color 0.3s, color 0.3s, opacity 0.3s;
}
.slider--program .slider__nav button:first-child {
  margin-left: 0;
}
.slider--program .slider__nav button.tns-nav-active {
  border-color: #018cff;
  color: #0d151e;
}
.slider--program .slider__arrows {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  right: 45px;
  top: 150px;
  z-index: 2;
}
.slider--program .slider__arrow {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  display: flex;
  width: 50px;
  height: 50px;
  color: #018cff;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.slider--program .slider__arrow .svg-icon {
  margin: auto;
}
.slider--program .slider__arrow[disabled] {
  pointer-events: none;
  color: #d8dfe7;
}
.slider--review .slider__controls,
.slider--teacher .slider__controls {
  margin-top: 56px;
  line-height: 0;
  text-align: right;
}
.slider--review .slider__nav,
.slider--teacher .slider__nav {
  display: inline-flex;
  background-color: #fff;
  border-radius: 30px;
}
.slider--review .slider__nav span,
.slider--teacher .slider__nav span {
  display: inline-flex;
  width: 28px;
  height: 6px;
  border-radius: 30px;
  background-color: transparent;
  transition: background-color 0.3s, opacity 0.3s;
}
.slider--review .slider__nav span.tns-nav-active,
.slider--teacher .slider__nav span.tns-nav-active {
  background-color: #018cff;
}
.slider--review .slider__arrows,
.slider--teacher .slider__arrows {
  position: absolute;
  right: 0;
  top: -50px;
  display: flex;
}
.slider--review .slider__arrow,
.slider--teacher .slider__arrow {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background-color: #018cff;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  margin-left: 8px;
}
.slider--review .slider__arrow:first-child,
.slider--teacher .slider__arrow:first-child {
  margin-left: 0;
}
.slider--review .slider__arrow .svg-icon,
.slider--teacher .slider__arrow .svg-icon {
  margin: auto;
}
.slider--review .slider__arrow[disabled],
.slider--teacher .slider__arrow[disabled] {
  pointer-events: none;
  background-color: #a7acd1;
}
.slider--review {
  padding-top: 56px;
}
.slider--teacher {
  padding-top: 104px;
}
.slider--uni {
  cursor: -webkit-grab;
  cursor: grab;
}
.slider--cities .slider__item {
  text-align: center;
  padding: 0 30px;
}
.slider--cities .slider__arrow {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  display: flex;
  position: absolute;
  width: 30px;
  height: 50px;
  color: #018cff;
  top: 50%;
  margin-top: -64px;
  cursor: pointer;
  transition: color $duration, background-color $duration;
}
.slider--cities .slider__arrow .svg-icon {
  margin: auto;
}
.slider--cities .slider__arrow--prev {
  right: 100%;
  margin-right: 12px;
}
.slider--cities .slider__arrow--next {
  left: 100%;
  margin-left: 12px;
}
.slider--cities .slider__arrow[disabled] {
  pointer-events: none;
  color: $c7;
}
.slider--checks {
  position: relative;
  padding: 0 50px;
  width: 100%;
}
.slider--checks .slider__arrow {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  position: absolute;
  width: 28px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.slider--checks .slider__arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  transform: translate(-50%, -50%);
  transition: border-color $duration;
}
.slider--checks .slider__arrow--prev {
  left: 0;
}
.slider--checks .slider__arrow--prev::before {
  border-right: 28px solid #018cff;
}
.slider--checks .slider__arrow--prev[disabled] {
  pointer-events: none;
}
.slider--checks .slider__arrow--prev[disabled]::before {
  border-right-color: $c7;
}
.slider--checks .slider__arrow--next {
  right: 0;
}
.slider--checks .slider__arrow--next::before {
  border-left: 28px solid #018cff;
}
.slider--checks .slider__arrow--next[disabled] {
  pointer-events: none;
}
.slider--checks .slider__arrow--next[disabled]::before {
  border-left-color: $c7;
}
.slider--lightbox .slider__arrow {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  display: flex;
  position: absolute;
  top: 440px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid $c1;
  background-color: #018cff;
  display: flex;
  cursor: pointer;
  color: $c1;
  z-index: 3;
  transition: background-color $duration;
}
.slider--lightbox .slider__arrow .svg-icon {
  margin: auto;
}
.slider--lightbox .slider__arrow--prev {
  right: 100%;
  margin-right: 20px;
}
.slider--lightbox .slider__arrow--prev .svg-icon {
  transform: translateX(-2px);
}
.slider--lightbox .slider__arrow--next {
  left: 100%;
  margin-left: 20px;
}
.slider--lightbox .slider__arrow--next .svg-icon {
  transform: translateX(2px);
}
.slider--lightbox .slider__arrow[disabled] {
  pointer-events: none;
  background-color: $c7;
}
.splide:not(.is-overflow) .splide__pagination {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .slider__arrow:hover {
    opacity: 0.7;
  }
  .slider__nav button:hover,
  .slider__nav span:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1365px) {
  .slider--teacher .slider__card {
    width: calc();
  }
}
@media only screen and (max-width: 1023px) {
  .slider--program .slider__nav {
    margin-bottom: 24px;
  }
  .slider--program .slider__nav button {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 5px;
    border-bottom-width: 3px;
  }
  .slider--program .slider__arrows {
    top: 65px;
    right: 12px;
  }
  .slider--program .slider__arrow {
    width: 30px;
    height: 30px;
  }
  .slider--program .slider__arrow .svg-icon {
    width: 11px;
    height: 23px;
  }
  .slider--review .slider__controls,
  .slider--teacher .slider__controls {
    margin-top: 30px;
  }
  .slider--review .slider__nav,
  .slider--teacher .slider__nav {
    width: 100%;
  }
  .slider--review .slider__nav span,
  .slider--teacher .slider__nav span {
    height: 2px;
    width: 100%;
  }
  .slider--review .slider__arrows,
  .slider--teacher .slider__arrows {
    top: -40px;
  }
  .slider--review .slider__arrow,
  .slider--teacher .slider__arrow {
    width: 40px;
    height: 40px;
    margin-left: 6px;
  }
  .slider--review {
    padding-top: 20px;
  }
  .slider--teacher {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider--teacher .slider__arrows {
    display: none;
  }
}
.spec__section {
  padding: 108px 0 117px;
  background: url("../images/spec-bg.png") top right no-repeat, linear-gradient(102.81deg, #22272d 23.2%, #0c141d 98.16%);
  background-size: contain;
}
.spec__top .h2 {
  margin: 0 0 16px;
  color: #fff;
}
.spec__top .text__p {
  color: #f1f2fa;
  opacity: 0.6;
  max-width: 480px;
}
.spec__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 18px;
  margin: 90px 0;
}
.spec__item {
  text-align: left;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #283643;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 22px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.spec__item:hover {
  background-color: #018cff;
}
.spec__item--dot {
  border: 3px solid #fff;
  border-radius: 20px;
  width: 19px;
  height: 19px;
  display: inline-block;
  position: relative;
}
.spec__item.is-active {
  background-color: #018cff;
}
.spec__item.is-active .spec__item--dot:before {
  content: '';
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
}
.spec__tab {
  display: none;
}
.spec__tab.is-active {
  display: block;
}
.spec__tab .tab__nav:first-child {
  border-color: #526173;
}
.spec__tab .tab__nav:first-child .tab__nav--button {
  color: #526173;
}
.spec__tab .tab__nav:first-child .tab__nav--button.is-active {
  color: #fff;
}
.spec__desc {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.spec__desc--top {
  padding: 85px 70px 30px;
}
.spec__desc--top .h2 {
  margin: 0;
}
.spec__desc--top .text__p:last-of-type {
  margin-bottom: 0;
}
.spec__desc--block {
  padding: 55px 70px 95px;
  display: flex;
}
.spec__desc--block p:first-of-type {
  margin-top: 0;
}
.spec__desc--block:nth-last-child(-n+2) {
  background-color: #f8fbff;
}
.spec__desc--block:last-child {
  border-radius: 0 0 20px 20px;
}
.spec__desc--block-program {
  flex-direction: column;
}
.spec__desc--point {
  min-width: 400px;
  font-size: 24px;
  font-weight: 600;
}
.spec__desc--list .accordion__item:first-of-type {
  padding-top: 0;
}
.spec__block--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 17px;
  margin-top: 40px;
}
.spec__block--grid .spec__block--item {
  background-color: #fff;
  border-radius: 20px;
  padding: 28px 39px 35px;
}
.spec__block--grid .spec__block--item-desc {
  margin: 0;
  font-size: 18px;
}
.spec__block--grid .spec__block--item-name {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
.program__item {
  padding: 43px 64px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
}
.program__course {
  font-size: 32px;
  font-weight: 500;
  min-width: 300px;
}
.program__list {
  padding-right: 60px;
}
.program__list .text__p:last-of-type {
  margin-bottom: 0;
}
.program__splide {
  display: flex;
  flex-direction: column;
}
.program__splide .splide__arrows {
  right: 50px;
  top: 190px;
}
.program__splide .splide__arrow {
  background-color: transparent;
  background-size: contain;
  width: 14px;
  height: 28px;
}
.program__splide .splide__arrow--prev {
  background-image: url("/images/caret-left.svg");
  left: -50px;
}
.program__splide .splide__arrow--next {
  background-image: url("/images/caret-right.svg");
}
.program__splide .splide__pagination {
  display: flex;
  order: 1;
  position: static;
  width: 100%;
  justify-content: flex-start;
  gap: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  margin: 20px 0 70px;
  padding: 0;
}
.program__splide .splide__pagination button {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  border: 0;
  padding-bottom: 18px;
  background-color: transparent;
  cursor: pointer;
  color: #a2aab5;
  border-bottom: 5px solid transparent;
  max-width: 320px;
  width: auto;
  height: auto;
  text-align: left;
  border-radius: 0;
  margin: 0;
  transition: opacity 0.3s, border-color 0.3s, color 0.3s;
  opacity: 1;
}
.program__splide .splide__pagination button.is-active {
  border-color: #017fff;
  color: #526173;
  transform: scale(1);
}
.program__splide .splide__pagination button:not(.is-active):hover {
  opacity: 0.7;
}
.program__splide .splide__track {
  order: 2;
}
.profile__splide .splide__arrows {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .spec__section {
    padding: 38px 0 31px;
  }
  .spec__grid {
    gap: 3px;
    grid-auto-flow: column;
    overflow-x: auto;
    margin: 47px 0 21px;
  }
  .spec__item {
    padding: 16px 14px;
  }
  .spec__desc--top {
    padding: 24px 16px 0;
  }
  .spec__desc--block {
    padding: 24px 16px;
    flex-direction: column;
  }
  .spec__desc--point {
    font-size: 20px;
    margin-bottom: 26px;
    min-width: 100%;
  }
  .spec__block--grid {
    margin: 47px 0 21px;
    grid-template-columns: 1fr;
  }
  .spec__block--grid .spec__block--item {
    padding: 16px 12px;
  }
  .spec__block--grid .spec__block--item-name {
    font-size: 20px;
  }
  .spec__block--grid .spec__block--item-desc {
    font-size: 14px;
  }
  .program__item {
    padding: 16px 12px;
    flex-direction: column;
  }
  .program__list {
    padding-right: 0;
  }
  .program__course {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .program__splide .splide__arrows {
    right: 20px;
    top: 140px;
  }
  .program__splide .splide__pagination {
    margin: 20px 0 50px;
    overflow-x: auto;
  }
  .program__splide .splide__pagination button {
    font-size: 16px;
  }
}
.teacher {
  padding: 112px 0 140px;
}
.teacher__title {
  margin: 0;
  max-width: 960px;
  padding-right: 80px;
}
.teacher__section {
  padding: 112px 0 140px;
}
.teacher__section .h2 {
  margin: 0;
  max-width: 800px;
}
.teacher__section .splide__slide:first-of-type .teacher__item {
  padding-left: 0;
  border-left: 0;
}
.teacher__splide {
  margin-top: 104px;
}
.teacher__name {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin: 33px 0 20px;
  color: #000;
  text-decoration: none;
}
.teacher__list {
  list-style: none;
  padding: 0;
}
.teacher__list li {
  color: #526173;
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.42;
}
.teacher__item {
  min-height: 100%;
  padding: 0 50px;
  border-left: 1px solid rgba(82,97,115,0.2);
}
.teacher__img {
  width: 190px;
  max-width: 100%;
}
.teacher-card {
  display: block;
  padding: 0 56px 0 50px;
  border-right: 1px solid rgba(82,97,115,0.2);
  height: 100%;
  transition: opacity 0.3s;
}
.teacher-card__img {
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 33px;
}
.teacher-card__img img {
  width: 100%;
}
.teacher-card__title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}
.teacher-card__content {
  font-size: 14px;
  line-height: 1.43;
  color: #526173;
}
.teacher-card__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.teacher-card__content li {
  padding-bottom: 14px;
}
.teacher-card__content li:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .teacher-card:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1023px) {
  .teacher {
    padding: 68px 0;
  }
  .teacher__section {
    padding: 68px 0;
  }
  .teacher__item {
    padding: 0 16px;
  }
  .teacher__splide {
    margin-top: 37px;
  }
  .teacher__splide .splide__arrows {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .teacher-card {
    padding: 0 22px 0 16px;
  }
  .teacher-card__img {
    max-width: 70%;
  }
  .teacher-card__title,
  .teacher-card__content {
    max-width: 246px;
  }
}
.uni {
  padding: 130px 0 0;
  background-color: #fff;
/*&__section {
		background-color: white;
		padding: 130px 0 1px;

		.text__p {
			max-width: 560px;
			margin-left: auto;
			margin-right: auto;

			&--l {
				max-width: 620px;
			}

			&--m {
				text-align: left;
				max-width: 700px;
			}
		}
	}

	&__top {
		text-align: center;
		padding-bottom: 50px;

		.h2 {
			margin: 24px 0;
			font-weight: 700;
		}
	}*/
}
.uni__top {
  text-align: center;
  margin-bottom: 50px;
}
.uni__title {
  margin: 0 0 34px;
  font-weight: 700;
}
.uni__description {
  max-width: 615px;
  margin: 0 auto 14px;
}
.uni__text {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(0,0,0,0.6);
  max-width: 462px;
  margin: 0 auto;
}
.uni__text--lg {
  max-width: 702px;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.uni__slider {
  margin-bottom: 50px;
}
.uni__splide {
  margin-bottom: 50px;
}
.uni__splide img {
  width: 100%;
}
.uni__splide .splide__arrows {
  display: none;
}
.uni-card__img {
  line-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.uni-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .uni {
    padding: 56px 0 0;
/*&__section {
		    padding: 56px 0 1px;
		}*/
  }
  .uni__top {
    margin-bottom: 36px;
  }
  .uni__title {
    font-size: 32px;
    line-height: 1;
    margin: 0 0 36px;
  }
  .uni__description {
    font-size: 16px;
    line-height: 1.18;
    margin: 0 0 15px;
  }
  .uni__text {
    font-size: 12px;
    line-height: 1.4;
  }
  .uni__slider {
    margin-bottom: 16px;
  }
}
.error-page {
  padding: 30px;
}
.error-page h4 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.error-page__code {
  font-size: 44px;
}
.speciality {
  padding: 108px 0 117px;
  background: linear-gradient(102.81deg, #22272d 23.2%, #0c141d 98.16%);
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.speciality__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.speciality__bg img {
  width: 100%;
  height: 100%;
}
.speciality__bg--norm {
  display: none;
}
.speciality__wrap {
  position: relative;
  z-index: 2;
}
.speciality__title {
  margin: 0 0 16px;
  color: #f1f2fa;
}
.speciality__text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 477px;
  color: rgba(241,242,250,0.6);
}
.speciality-tabs__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 18px;
  margin-top: 90px;
}
.speciality-tabs__link {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding: 16px 23px 21px 30px;
  border-radius: 20px;
  background-color: rgba(40,54,67,0.9);
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.speciality-tabs__link.is-active {
  background-color: #018cff;
}
.speciality-tabs__link.is-active .speciality-tabs__link-dot::before {
  opacity: 1;
}
.speciality-tabs__link-dot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 22px;
  position: relative;
}
.speciality-tabs__link-dot::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #018cff;
  opacity: 0;
}
.speciality-tabs__box {
  margin-top: 90px;
}
.speciality-tabs__box-item {
  display: none;
}
.speciality-tabs__box-item.is-active {
  display: block;
}
.speciality-tabs-box__top {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #5b6f82;
}
.speciality-tabs-box__button {
  display: inline-flex;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 22px;
  border-bottom: 5px solid transparent;
  color: #526173;
  width: 24%;
  max-width: 320px;
  margin-left: 1%;
  margin-bottom: -1px;
  transition: color 0.3s, border-color 0.3s;
}
.speciality-tabs-box__button:first-child {
  margin-left: 0;
}
.speciality-tabs-box__button.is-active {
  color: #fff;
  border-color: #018cff;
}
.speciality-tabs-box__block {
  margin-top: 80px; /* padding: 85px 0 100px; */
  background-color: #fff;
  border-radius: 20px;
  display: none;
}
.speciality-tabs-box__block.is-active {
  display: block;
}
.speciality-tabs-box__head {
  padding: 85px 70px 0;
}
.speciality-tabs-box__title {
  margin: 0 0 9px;
}
.speciality-tabs-box__text {
  font-size: 18px;
  line-height: 1.33;
}
.speciality-tabs-box__box {
  padding: 56px 70px 44px;
  background-color: #fff;
}
.speciality-tabs-box__box--color {
  background-color: #f8fbff;
}
.speciality-tabs-box__box:last-child {
  border-radius: 0 0 20px 20px;
}
.speciality-tabs-box__row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.speciality-tabs-box__col {
  padding: 0 10px;
}
.speciality-tabs-box__col--main {
  max-width: 785px;
  width: 66%;
}
.speciality-tabs-box__col--side {
  max-width: 395px;
  width: 34%;
}
.speciality-tabs-box__subtitle {
  max-width: 300px;
  font-weight: 600;
  margin: 0 0 40px;
}
.speciality-tabs-box__description {
  font-size: 24px;
  line-height: 1.2;
  color: #191f26;
  margin-bottom: 33px;
}
.speciality-tabs-box__text {
  font-size: 18px;
  line-height: 1.33;
  color: #000;
}
.speciality-tabs-box__text--light {
  color: rgba(0,0,0,0.6);
}
.speciality-tabs-box__content {
  font-size: 24px;
  line-height: 1.2;
}
.speciality-tabs-box__content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.speciality-tabs-box__content li {
  padding-bottom: 24px;
  padding-left: 46px;
  position: relative;
}
.speciality-tabs-box__content li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: currentColor;
}
.speciality-tabs-box__content li:last-child {
  padding-bottom: 0;
}
.speciality-tabs-box__list {
  display: flex;
  flex-flow: row wrap;
  margin: 30px -10px 0;
}
.speciality-tabs-box__item {
  width: calc(50% - 20px);
  margin: 12px 10px 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  color: #000;
}
.speciality-tabs-box__desc {
  margin: 0 0 6px;
}
.speciality-tabs-box__note {
  font-size: 18px;
  line-height: 1.33;
}
.speciality-tabs-box__control {
  display: none;
  margin: 18px 15px 0;
}
.speciality-tabs-box__drop {
  height: auto;
}
.program-card {
  padding: 40px 120px 40px 60px;
  border-radius: 20px;
  background-color: #fff;
}
.program-card__row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.program-card__col {
  padding: 0 10px;
}
.program-card__col--main {
  max-width: 660px;
  width: 70%;
}
.program-card__col--side {
  max-width: 350px;
  width: 30%;
}
.program-card__title {
  margin: 0;
}
.program-card__content {
  font-size: 24px;
  line-height: 1.2;
}
.program-card__content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.program-card__content li {
  padding-bottom: 24px;
  padding-left: 46px;
  position: relative;
}
.program-card__content li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: currentColor;
}
.program-card__content li:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .speciality-tabs__link:hover {
    background-color: #018cff;
  }
  .speciality-tabs-box__button:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 1440px) {
  .speciality__bg--norm {
    display: block;
  }
  .speciality__bg--lg {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .speciality {
    padding: 36px 0 20px;
  }
  .speciality__bg {
    display: none;
  }
  .speciality__text {
    font-size: 14px;
  }
  .speciality-tabs__list {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    gap: 3px;
    padding: 0 15px 20px;
    margin: 50px -15px -20px;
    width: calc(100% + 30px);
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .speciality-tabs__list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border-radius: 0px;
  }
  .speciality-tabs__list::-webkit-scrollbar-track {
    background: transparent;
  }
  .speciality-tabs__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
  }
  .speciality-tabs__link {
    font-size: 16px;
    line-height: 19px;
    padding: 16px 14px;
  }
  .speciality-tabs__link-dot {
    margin-bottom: 15px;
  }
  .speciality-tabs__box {
    margin-top: 20px;
  }
  .speciality-tabs-box__control {
    display: block;
  }
  .speciality-tabs-box__drop {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
  }
  .speciality-tabs-box__top {
    padding: 0 15px;
    margin: 0 -15px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    width: calc(100% + 30px);
  }
  .speciality-tabs-box__top::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border-radius: 0px;
  }
  .speciality-tabs-box__top::-webkit-scrollbar-track {
    background: transparent;
  }
  .speciality-tabs-box__top::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
  }
  .speciality-tabs-box__button {
    font-size: 16px;
    line-height: 1.3;
    min-width: 190px;
    padding-bottom: 7px;
    border-bottom-width: 2px;
    margin-left: 24px;
  }
  .speciality-tabs-box__block {
    margin-top: 40px;
    padding-bottom: 28px;
  }
  .speciality-tabs-box__head {
    padding: 24px 15px 0;
  }
  .speciality-tabs-box__head .speciality-tabs-box__text {
    max-width: 186px;
  }
  .speciality-tabs-box__box {
    padding: 32px 15px 56px;
  }
  .speciality-tabs-box__box--visible {
    padding-bottom: 0;
  }
  .speciality-tabs-box__col {
    width: 100%;
    max-width: 100%;
  }
  .speciality-tabs-box__title {
    margin: 0 0 20px;
  }
  .speciality-tabs-box__text {
    font-size: 14px;
    line-height: 1.3;
  }
  .speciality-tabs-box__subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 24px;
  }
  .speciality-tabs-box__description {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 22px;
  }
  .speciality-tabs-box__content {
    font-size: 16px;
    line-height: 1.3;
  }
  .speciality-tabs-box__content li {
    padding-left: 24px;
    padding-bottom: 16px;
  }
  .speciality-tabs-box__content li::before {
    width: 16px;
    top: 10px;
  }
  .program-card {
    padding: 16px 12px 40px;
  }
  .program-card__col {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }
  .program-card__title {
    margin: 0 0 32px;
  }
  .program-card__content {
    font-size: 16px;
    line-height: 1.3;
  }
  .program-card__content li {
    padding-bottom: 16px;
    padding-left: 24px;
  }
  .program-card__content li::before {
    width: 16px;
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-tabs-box__item {
    width: 100%;
    padding: 16px 12px;
  }
  .speciality-tabs-box__note {
    font-size: 14px;
  }
}
