/*@mixin wrapper {
  width: 100%;
  max-width: 1160px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;

  @media all and (max-width: 991px) {
    padding-left: 25px;
    padding-right: 25px;
  }

  @media all and (min-width: 992px) and (max-width: 1199px) {
    padding-left: 50px;
    padding-right: 50px;
  }
}*/
.students-page strong {
  font-weight: 700;
}
.students-page h2 {
  margin: 60px 0 30px 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #333333;
}
.students-page h2.mt-0 {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .students-page h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3;
  }
}
.students-page p {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}
.students-page p.mt-0 {
  margin-top: 0;
}
.students-page p:first-child {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .students-page p {
    font-size: 14px;
  }
}
.students-page__top {
  padding: 50px 0 100px 0;
  position: relative;
}
.students-page__top .inner {
  position: relative;
  z-index: 1;
}
.students-page__top h1 {
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 48px;
  line-height: 145%;
  text-align: center;
  border-bottom: 0;
}
.students-page__top .disclaimer {
  font-weight: 500;
  font-size: 36px;
  line-height: 145%;
  text-align: center;
}
.students-page__top .description {
  margin: 30px auto 0 auto;
  max-width: 800px;
  text-align: center;
}
.students-page__top .more {
  display: block;
  margin: 60px auto 0 auto;
  padding: 0 40px;
  width: max-content;
  font-weight: 700;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  color: #f41e5d;
  box-shadow: 0 15px 60px 0 rgba(244, 30, 93, 0.3);
  background: #fff;
  border-radius: 50px;
  transition: 0.3s;
}
.students-page__top .more:hover {
  color: #ffffff;
  background: #f41e5d;
}
.students-page__top:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/lines.svg") 100% 50%/contain no-repeat;
}
@media all and (max-width: 991px) {
  .students-page__top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .students-page__top h1 {
    font-size: 38px;
    line-height: 130%;
  }
  .students-page__top .disclaimer {
    margin-top: 10px;
    font-size: 28px;
  }
  .students-page__top .more {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    padding: 0 6px;
    font-size: 16px;
    line-height: 47px;
  }
  .students-page__top:before {
    border-top: 0;
  }
  .students-page__top:after {
    background-size: cover;
  }
}
.students-page__about {
  position: relative;
}
.students-page__about h2 {
  margin-top: 50px;
}
.students-page__about .inner {
  position: relative;
}
.students-page__about p {
  margin-top: 0;
}
.students-page__about .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.students-page__about .columns p {
  padding: 40px;
  background: #f5f7fa;
  border: 1px solid #e6eaee;
}
.students-page__about .columns p:hover {
  color: #ffffff;
  background: #1a384d;
}
@media all and (max-width: 991px) {
  .students-page__about .columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .students-page__about .columns p {
    padding: 20px;
  }
}
.students-page__expectations {
  position: relative;
}
.students-page__expectations .inner {
  position: relative;
}
.students-page__expectations .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.students-page__expectations .columns__item {
  display: flex;
  flex-direction: column;
}
.students-page__expectations .columns .cell {
  margin: 20px 0 0 0;
  padding: 40px;
  background: #f5f7fa;
  border: 1px solid #e6eaee;
}
.students-page__expectations .columns .cell__icon {
  width: 40px;
  height: 40px;
}
.students-page__expectations .columns .cell__icon.challenge {
  background: url("../images/challenge.png") 50% 50%/contain no-repeat;
}
.students-page__expectations .columns .cell__icon.talent {
  background: url("../images/talent.png") 50% 50%/contain no-repeat;
}
.students-page__expectations .columns .cell__icon.communication {
  background: url("../images/communication.png") 50% 50%/contain no-repeat;
}
.students-page__expectations .columns .cell__icon.experience {
  background: url("../images/experience.png") 50% 50%/contain no-repeat;
}
.students-page__expectations .columns .cell__name {
  margin: 20px 0 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
}
.students-page__expectations .columns .cell:first-child {
  margin-top: 0;
}
.students-page__expectations .columns .cell:last-child {
  flex-grow: 1;
}
.students-page__expectations .columns .cell:hover {
  color: #fff;
  background: #1a384d;
}
.students-page__expectations:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  background: #ffffff;
}
@media all and (max-width: 991px) {
  .students-page__expectations .columns {
    grid-template-columns: 1fr;
  }
  .students-page__expectations .columns__item {
    display: block;
  }
  .students-page__expectations .columns .cell {
    padding: 20px;
  }
  .students-page__expectations .columns .cell__name {
    margin-top: 16px;
  }
  .students-page__expectations .columns .cell__text {
    margin-top: 12px;
  }
}
.students-page__participants {
  position: relative;
  padding: 60px 0;
  margin: 60px 0 0 0;
}
.students-page__participants h2 {
  position: relative;
}
.students-page__participants .inner {
  display: flex;
  position: relative;
  background: #ffffff;
  border: 1px solid #d2d7dd;
}
.students-page__participants .inner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 80px 40px;
  flex: 0 0 51%;
}
.students-page__participants .inner__text > div {
  margin: 10px 0 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
}
.students-page__participants .inner__text > div a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0a55c6;
}
.students-page__participants .inner__text > div.small {
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
}
.students-page__participants .inner__text > div:first-child {
  margin-top: 0;
}
.students-page__participants .inner__pic {
  flex-grow: 1;
  min-width: 1px;
  background: url("../images/students-working-study-group.png") 50% 50%/cover no-repeat;
}
.students-page__participants:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  background: #f5f7fa;
}
@media all and (max-width: 991px) {
  .students-page__participants {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .students-page__participants .inner {
    display: block;
    border: 0;
    background: transparent;
  }
  .students-page__participants .inner__text {
    padding: 0;
  }
  .students-page__participants .inner__text > div {
    font-size: 16px;
  }
  .students-page__participants .inner__text > p {
    font-size: 12px;
  }
  .students-page__participants .inner__pic {
    display: none;
  }
}
.students-page__steps {
  position: relative;
  margin: 60px 0 0 0;
}
.students-page__steps a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0a55c6;
}
.students-page__steps .inner {
  position: relative;
}
.students-page__steps .steps-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  position: relative;
}
.students-page__steps .steps-list .step {
  padding: 30px;
  background: #dbdee2;
}
.students-page__steps .steps-list .step__number {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: #1a384d;
  opacity: 0.8;
}
.students-page__steps .steps-list .step__name {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: #1a384d;
}
.students-page__steps .steps-list .step__name strong {
  font-weight: 600;
}
.students-page__steps .steps-list .step__text {
  margin: 5px 0 0 0;
}
.students-page__steps .steps-list .step__button {
  display: block;
  margin: 20px auto 0 0;
  padding: 0 20px;
  width: max-content;
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #f41e5d;
  background: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-decoration: none;
}
.students-page__steps .steps-list .step__button:hover {
  color: #ffffff;
  background: #f41e5d;
}
.students-page__steps .steps-list .step.alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 4px solid #f41e5d;
}
.students-page__steps .steps-list .step:hover {
  background: #1a384d;
}
.students-page__steps .steps-list .step:hover .step__number {
  color: #ffffff;
}
.students-page__steps .steps-list .step:hover .step__name {
  color: #ffffff;
}
.students-page__steps .steps-list .step:hover .step__text {
  color: #ffffff;
}
.students-page__steps .steps-list .step:hover .link {
  color: #b9d5ff;
}
.students-page__steps:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  background: #ffffff;
}
@media all and (max-width: 991px) {
  .students-page__steps {
    margin-top: 50px;
  }
  .students-page__steps h2 {
    margin-bottom: 16px;
  }
  .students-page__steps .steps-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .students-page__steps .steps-list .step {
    position: relative;
    padding: 20px;
  }
  .students-page__steps .steps-list .step__number {
    font-size: 56px;
    line-height: 1;
  }
  .students-page__steps .steps-list .step__name {
    font-size: 16px;
  }
  .students-page__steps .steps-list .step__text {
    margin-top: 2px;
  }
  .students-page__steps .steps-list .step__button {
    line-height: 47px;
    width: 100%;
    text-align: center;
  }
  .students-page__steps .steps-list:before {
    display: none;
  }
}
.students-page__disclaimer {
  margin: 20px 0 0 0;
}
.students-page__disclaimer p {
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
}
@media all and (max-width: 991px) {
  .students-page__disclaimer p {
    font-size: 16px;
  }
}
.students-page__faq {
  position: relative;
  padding: 60px 0;
  margin: 60px 0 0 0;
}
.students-page__faq h2 {
  position: relative;
  text-align: center;
}
.students-page__faq .faq-list {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.students-page__faq .faq-list-item {
  margin: 20px 0 0 0;
}
.students-page__faq .faq-list-item__question {
  text-align: center;
}
.students-page__faq .faq-list-item__question a {
  display: inline-block;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 145%;
  box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 30px;
  color: #1a384d;
  transition: 0.3s;
}
@media all and (max-width: 991px) {
  .students-page__faq .faq-list-item__question a {
    width: 100%;
  }
}
.students-page__faq .faq-list-item__answer {
  display: none;
  margin: 20px 0 0 0;
  padding: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  box-shadow: -10px 10px 10px 0 rgba(244, 30, 93, 0.05);
  background: #fff;
  border-radius: 30px;
}
.students-page__faq .faq-list-item.opened .faq-list-item__question a {
  color: #fff;
  background: #FF3162;
}
.students-page__faq .faq-list-item:first-child {
  margin-top: 0;
}
.students-page__faq:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10000px;
  bottom: 0;
  left: -10000px;
  background: #f5f7fa;
}
@media all and (max-width: 991px) {
  .students-page__faq {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}
.students-page__bottom {
  margin: 60px 0 0 0;
  background: #ffffff;
}
.students-page__bottom .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.students-page__bottom .inner .cell {
  padding: 40px;
  background: #f5f7fa;
  border: 1px solid #e6eaee;
}
.students-page__bottom .inner .cell h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}
.students-page__bottom .inner .cell ul li {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 145%;
}
.students-page__bottom .inner .cell ul li span {
  display: block;
  margin: 0 0 5px 0;
  font-weight: 500;
}
.students-page__bottom .inner .cell ul li a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0a55c6;
}
.students-page__bottom .inner .cell ul li:first-child {
  margin-top: 0;
}
.students-page__bottom .inner .cell .docs-list__item {
  margin: 27px 0 0 0;
}
.students-page__bottom .inner .cell .docs-list__item a {
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0a55c6;
}
.students-page__bottom .inner .cell .docs-list__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #FF3162;
}
.students-page__bottom .inner .cell .docs-list__item.pdf a:before {
  background: #FF3162 url("../images/pdf.svg") 50% 50% no-repeat;
}
@media all and (max-width: 991px) {
  .students-page__bottom {
    margin-top: 50px;
  }
  .students-page__bottom .inner {
    grid-template-columns: 1fr;
  }
  .students-page__bottom .inner .cell {
    padding: 20px;
  }
}

/*# sourceMappingURL=students-academy.css.map */
