* {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #F2F4F6;
  color: #000;
}
body.modal-open {
  overflow: hidden;
}

.white-color {
  color: #fff;
}

.container {
  padding: 0 170px;
}

.d-f {
  display: flex;
}

.d-f-c {
  display: flex;
  flex-direction: column;
}

.s-b {
  justify-content: space-between;
}

.a-c {
  align-items: center;
}

.logo {
  height: 35px;
}

.common-btn {
  padding: 0 25px;
  cursor: pointer;
  border: 1px solid #C73E1D;
  color: #C73E1D;
  height: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}
.common-btn.fill {
  background-color: #C73E1D;
  color: #EDECF0;
}
.common-btn img {
  width: 20px;
  height: 20px;
}

.text-btn {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000;
  text-decoration: unset;
}

input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 18px 25px 18px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
}
input:focus {
  outline: 1px solid rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(0, 0, 0, 0.5);
}

header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 21px;
  height: 46px;
}
header nav {
  gap: 50px;
}
header .nav-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-decoration: unset;
}
header .nav-link:hover {
  text-decoration: underline;
}

.backdrop {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.56);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.backdrop.visible {
  opacity: 1;
  pointer-events: all;
}
.backdrop .modal {
  background-color: #fff;
  width: 50%;
  border-radius: 50px;
  padding: 50px 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
.backdrop .modal h3 {
  margin-bottom: 20px;
}
.backdrop .modal p {
  margin-bottom: 10px;
}
.backdrop .modal button {
  width: 200px;
  justify-content: center;
  margin: 30px auto 0 auto;
}

footer {
  background: rgb(30, 30, 36);
}
footer.container {
  padding-top: 92px;
  padding-bottom: 100px;
}
footer .inner-content {
  padding: 0 94px;
}
footer .contact {
  gap: 20px;
  margin-bottom: 150px;
}
footer .contact .left {
  padding: 50px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
footer .contact input + input {
  margin-top: 20px;
}
footer .contact .button-bar {
  margin-top: 30px;
  overflow: hidden;
}
footer .contact button {
  width: 226px;
  transition: all 0.8s ease;
  white-space: nowrap;
  opacity: 1;
}
footer .contact button.sent {
  width: 0;
  padding: 0;
  border-width: 0;
  opacity: 0;
}
footer .contact .success-message {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.6s ease;
  transition-delay: 0.8s;
  opacity: 0;
}
footer .contact .success-message.visible {
  opacity: 1;
}
footer .contact .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
footer .contact p {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
footer .contact .right {
  width: 326px;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  flex-shrink: 0;
}
footer .contact .right > img {
  margin-bottom: 20px;
  width: 80px;
}
footer .contact .right p {
  margin-bottom: 30px;
}
footer .contact .right .text-btn + .text-btn {
  margin-top: 10px;
}
footer .links {
  display: grid;
  padding: 0 39px;
  grid-template-columns: 400px 296px 1fr 287px;
  color: #fff;
}
footer .links .first img {
  margin-bottom: 66px;
}
footer .links .first .label {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.7;
  margin-bottom: 9px;
}
footer .links .first a {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: white;
  text-decoration: unset;
}
footer .links .second .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 39px;
}
footer .links .second .footer-link {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  text-decoration: unset;
  margin-bottom: 8px;
}
footer .links .socials {
  gap: 17px;
  margin-bottom: 99px;
}
footer .links .useful-links a {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 900px) {
  .desktop-only {
    display: none !important;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    padding: 0 16px;
  }
  .logo {
    height: 20px;
  }
  .burger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    background: rgb(241, 143, 1);
    border-radius: 50%;
  }
  .common-btn {
    width: 100%;
    justify-content: center;
  }
  header .logo {
    height: 20px;
  }
  header .inner-content {
    padding: 0;
  }
  header .nav-backdrop {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.56);
    z-index: 4;
    top: -21px;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  header .nav-backdrop.visible {
    opacity: 1;
    pointer-events: all;
  }
  header nav {
    width: 88%;
    border-radius: 25px 0px 0px 25px;
    height: 100vh;
    padding-right: 16px;
    padding-top: 100px;
    padding-left: 50px;
    position: fixed;
    top: 0;
    right: -88%;
    background-color: #fff;
    z-index: 5;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s ease-in-out;
  }
  header nav.visible {
    right: 0;
  }
  header nav button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    background: rgb(241, 143, 1);
    border-radius: 50%;
    position: absolute;
    right: 16px;
    top: 21px;
  }
  header .nav-link {
    font-size: 18px;
    line-height: 22px;
  }
  .backdrop .modal {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding: 30px 15px;
    border-radius: 30px;
    width: 90%;
    max-height: 80vh;
    display: grid;
    grid-template-rows: max-content 1fr 68px;
    gap: 20px;
  }
  .backdrop .modal h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 0;
  }
  .backdrop .modal .content {
    overflow: auto;
  }
  .backdrop .modal button {
    margin-top: 10px;
  }
  footer.container {
    padding: 40px 16px;
  }
  footer .inner-content {
    padding: 0;
  }
  footer .contact {
    flex-direction: column;
    margin-bottom: 50px;
  }
  footer .contact .title {
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
  }
  footer .contact p {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
  }
  footer .contact .right {
    width: unset;
    padding: 20px;
    border-radius: 30px;
  }
  footer .contact .right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 15px;
  }
  footer .contact .right button {
    margin-top: unset;
  }
  footer .contact .left {
    padding: 20px;
    border-radius: 30px;
    grid-template-columns: 100%;
    text-align: center;
  }
  footer .contact .left button {
    width: 100%;
    flex-shrink: 0;
  }
  footer .contact .left button.sent {
    width: 0;
  }
  footer .links {
    padding: 0;
    grid-template-columns: 100%;
  }
  footer .links .first img {
    margin-bottom: 40px;
  }
  footer .links .second {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  footer .links .socials {
    margin-bottom: 40px;
  }
}
@media (min-width: 901px) {
  .mobile-only {
    display: none !important;
  }
}
body {
  background-color: #f1f2f6;
}

.common-btn {
  border-color: #FF8600;
}
.common-btn.fill {
  background-color: #FF8600;
}

.inner-content {
  padding-left: 130px;
  padding-right: 130px;
}

#hero {
  background-color: #AEB8FE;
  padding-top: 83px;
  padding-bottom: 47px;
}
#hero .inner-content {
  border-radius: 50px;
  color: #fff;
  background-color: #27187E;
  padding-top: 57px;
  padding-bottom: 103px;
  position: relative;
}
#hero .badges {
  gap: 20px;
  margin-bottom: 30px;
}
#hero .badge {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  background-color: #AEB8FE;
  padding: 1px 15px 3px 15px;
  border-radius: 20px;
  color: #000;
}
#hero h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 103%;
  width: 666px;
}
#hero p {
  width: 52%;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 30px;
  margin-bottom: 40px;
}
#hero .grant-label {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  gap: 8px;
  margin-bottom: 51px;
}
#hero .common-btn {
  width: 350px;
  justify-content: center;
  height: 73px;
}
#hero .hero-img {
  position: absolute;
  top: 41px;
  right: 81px;
}
#hero .hero-img.desktop-only {
  width: 45.23%;
}
#hero .hero-cards {
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
#hero .hero-card {
  width: 314px;
  height: 115px;
  border-radius: 15px;
  background: rgb(241, 242, 246);
  gap: 20px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

ul.common {
  padding-left: 0;
  list-style: none;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 43px;
}
ul.common li {
  gap: 15px;
}
ul.common li svg {
  flex-shrink: 0;
}
ul.common li + li {
  margin-top: 15px;
}

#sphere-description {
  padding-top: 150px;
  padding-bottom: 150px;
}
#sphere-description .content {
  margin-top: 27px;
  align-items: flex-start;
}
#sphere-description .left {
  padding-top: 48px;
}
#sphere-description p {
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
}
#sphere-description img {
  width: 57.79%;
  flex-shrink: 0;
}

#good-start {
  margin-bottom: 150px;
}
#good-start .inner-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #AEB8FE;
  border-radius: 50px;
  height: 604px;
}
#good-start .left {
  position: relative;
}
#good-start .left h2 {
  margin-bottom: 30px;
}
#good-start .left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  width: 376px;
}
#good-start .left .salary-info {
  gap: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: flex-end;
}
#good-start .left .salary-card {
  padding: 20px;
  font-size: 35px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 30px;
  background: rgb(241, 242, 246);
}
#good-start .left .salary-card:first-child {
  height: 150px;
}
#good-start .left .salary-card:last-child {
  height: 300px;
  background-color: #FF8600;
  color: #fff;
  position: relative;
}
#good-start .left .salary-card:last-child .badge:first-child {
  background-color: #fff;
  color: #000;
}
#good-start .left .salary-card:nth-child(2) {
  height: 220px;
}
#good-start .left .salary-card img {
  position: absolute;
}
#good-start .left .badges {
  gap: 10px;
  justify-content: center;
}
#good-start .left .badge {
  padding: 1px 10px 3px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  border-radius: 20px;
  flex-shrink: 0;
}
#good-start .left .badge:first-child {
  background-color: #FF8600;
}
#good-start .left .badge:last-child {
  background-color: #1E1E24;
}
#good-start .left span {
  white-space: nowrap;
}
#good-start .left .left-decoration {
  top: -45px;
  left: -51px;
}
#good-start .left .right-decoration {
  top: 23px;
  right: -77px;
}
#good-start .right {
  width: 377px;
  flex-shrink: 0;
  position: relative;
}
#good-start .right h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}
#good-start .right p {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
#good-start .right img {
  position: absolute;
  bottom: 0;
  left: 0;
}

#suitable-for {
  padding-bottom: 150px;
}
#suitable-for .inner-content {
  padding-right: 0;
}
#suitable-for h2 {
  margin-bottom: 40px;
}
#suitable-for .left {
  padding-top: 30px;
}
#suitable-for .right {
  gap: 40px;
  width: 45.22%;
}
#suitable-for .right h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}
#suitable-for .right p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

#stories {
  background-color: #AEB8FE;
  overflow: hidden;
}
#stories .inner-content {
  padding-top: 55px;
  padding-bottom: 80px;
  padding-right: 0;
}
#stories h2 {
  position: relative;
}
#stories h2 .decoration {
  position: absolute;
  left: -71px;
  bottom: -1px;
  transform: translateY(100%);
  z-index: 5;
}
#stories .carousel-buttons {
  gap: 10px;
  padding-top: 58px;
}
#stories .carousel-buttons .carousel-btn {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
#stories .carousel-buttons .carousel-btn.left {
  transform: rotateZ(180deg);
  background-color: #000;
}
#stories .carousel-buttons .carousel-btn.right {
  background-color: #FF8600;
}
#stories .carousel-buttons img {
  width: 30px;
}
#stories .story-cards-container {
  gap: 20px;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#stories .story-card {
  background-color: #fff;
  border-radius: 50px;
  width: 427px;
  height: 760px;
  position: relative;
  flex-shrink: 0;
}
#stories .story-card .story-photo {
  border-radius: 30px;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
#stories .story-card:first-child img {
  -o-object-position: top;
     object-position: top;
}
#stories .story-card .bottom {
  padding: 10px 30px 30px 30px;
}
#stories .story-card .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.5;
}
#stories .story-card h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 110%;
}
#stories .story-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}
#stories .story-card button {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
#stories .story-card:nth-child(3) .story-photo {
  -o-object-position: top;
     object-position: top;
}

#about-us {
  padding-top: 150px;
  padding-bottom: 60px;
}
#about-us h2 {
  margin-bottom: 20px;
}
#about-us .content {
  height: 456px;
  position: relative;
  padding-top: 68px;
}
#about-us .content ul {
  width: 40.52%;
}
#about-us .content li {
  align-items: flex-start;
}
#about-us .content svg {
  margin-top: 10px;
}
#about-us .content-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55.87%;
}

#program {
  padding-top: 55px;
  padding-bottom: 70px;
  background-color: #fff;
}
#program .overview {
  padding-right: 210px;
  margin-bottom: 35px;
}
#program .left {
  padding-top: 66px;
}
#program .left .badges {
  gap: 20px;
  margin-bottom: 20px;
}
#program .left .badge {
  border-radius: 20px;
  background: #AEB8FE;
  padding: 1px 15px 3px 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
#program h2 {
  margin-bottom: 30px;
}
#program .features {
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 550px;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}
#program .feature {
  gap: 20px;
}
#program .program-modules {
  gap: 20px;
}
#program .program-module {
  background-color: #F1F2F6;
  border-radius: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 30px;
}
#program .program-module h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 130%;
  width: 540px;
}
#program .program-module h3 span {
  color: #AEB8FE;
}
#program .program-module .topics {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 364px auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  gap: 20px 0;
  margin-bottom: 30px;
}
#program .program-module .dot {
  margin: 0 11px;
  width: 6px;
  height: 6px;
  background-color: #FF8600;
  border-radius: 50%;
}
#program .program-module .practice {
  padding: 20px 30px;
  background-color: #FF8600;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 10px;
  width: 440px;
  position: relative;
}
#program .program-module .practice h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 10px;
}
#program .program-module .project-type {
  font-family: "Caveat", system-ui;
  font-weight: 600;
  text-align: center;
  position: absolute;
  color: #758BFD;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}
#program .program-module .project-type.individual {
  transform: rotate(-15deg) translateX(100%);
  right: -118px;
  top: 125px;
}
#program .program-module .project-type.team {
  transform: rotate(-15deg) translateX(100%);
  right: -153px;
  top: 105px;
}
#program .program-module .arrow {
  position: absolute;
  right: 0;
  transform: translateX(100%);
}
#program .program-module .arrow.first {
  top: -60px;
}
#program .program-module .arrow.second {
  top: -35px;
  right: -30px;
}
#program .program-module .arrow.third {
  top: -43px;
  right: -14px;
}
#program .program-module .arrow.fourth {
  top: -15px;
  right: -29px;
}

#education-process {
  padding-top: 150px;
}
#education-process .inner-content {
  border-radius: 50px;
  background: #AEB8FE;
  padding-top: 50px;
  padding-bottom: 50px;
}
#education-process .cards {
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
#education-process .card {
  width: 424px;
  height: 576px;
  background-color: #fff;
  border-radius: 30px;
}
#education-process .card .top {
  position: relative;
}
#education-process .card .photo {
  width: 100%;
  height: 250px;
}
#education-process .card .icon {
  position: absolute;
  right: 20px;
  bottom: -37px;
}
#education-process .card .bottom {
  padding: 70px 30px 50px 30px;
}
#education-process h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}
#education-process p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

#teachers {
  margin-top: 150px;
  margin-bottom: 150px;
}
#teachers h2 {
  padding-right: 110px;
}
#teachers .teacher-cards {
  margin-top: 40px;
  gap: 20px;
  position: relative;
}
#teachers .teacher-cards > .decoration {
  position: absolute;
  transform: translate3d(100%, -100%, 0);
  top: 10px;
  right: 10px;
}
#teachers .teacher-card {
  padding: 32px 50px 50px 50px;
  border-radius: 50px;
  background-color: #27187E;
  gap: 70px;
}
#teachers .teacher-card:nth-child(2) .blink {
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 5;
}
#teachers .teacher-card:nth-child(3) .blink {
  position: absolute;
  bottom: 49px;
  left: -17px;
  z-index: 5;
}
#teachers .left {
  width: 310px;
  height: 415px;
  padding-top: 18px;
  flex-shrink: 0;
  position: relative;
}
#teachers .left .background {
  border-radius: 30px;
  background: #F1F2F6;
  position: relative;
  height: 100%;
  overflow: hidden;
}
#teachers .left .decoration,
#teachers .left .teacher {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#teachers .right {
  padding-top: 18px;
}
#teachers .right h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}
#teachers .right p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
}
#teachers .right h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 15px;
}
#teachers .right ul {
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  list-style: unset;
}

#portfolio {
  margin-bottom: 150px;
}
#portfolio .inner-content {
  border-radius: 50px;
  background-color: #AEB8FE;
  padding-top: 50px;
  padding-bottom: 50px;
}
#portfolio .grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 26.77vw;
  grid-template-rows: auto 1fr;
  gap: 20px;
  position: relative;
}
#portfolio .grid .decoration {
  position: absolute;
  top: -40px;
  right: -133px;
}
#portfolio .grid h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
}
#portfolio .grid-item {
  padding: 30px 50px;
  border-radius: 50px;
  background-color: #fff;
}
#portfolio .grid-item.accent {
  background-color: #FF8600;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}
#portfolio .main {
  grid-row: span 2;
}
#portfolio .main ul {
  padding-left: 0;
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
  margin-bottom: 30px;
}
#portfolio .main li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#portfolio .main li img {
  margin-top: 10px;
}
#portfolio .main .tools {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
#portfolio .main .tool {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
#portfolio .main .icon-wrapper {
  min-width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgb(242, 244, 246);
  height: 70px;
  padding: 0 10px;
}
#portfolio .certificate p {
  margin-top: 10px;
  margin-bottom: 20px;
}
#portfolio .certificate img {
  box-shadow: 3px 7px 18px rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 20px;
  width: 100%;
}
#portfolio .certificate .license {
  font-size: 14px;
  line-height: 130%;
}

@media (max-width: 900px) {
  .burger-menu,
  header nav button {
    background-color: #3E3BA4;
  }
  #hero {
    padding-bottom: 30px;
  }
  #hero .container {
    padding: 0 8px;
  }
  #hero .inner-content {
    padding: 30px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr;
  }
  #hero .badges {
    gap: 10px;
  }
  #hero .badge {
    font-size: 14px;
    padding: 0 10px;
  }
  #hero h1 {
    font-size: 35px;
    width: unset;
    margin-bottom: 26px;
  }
  #hero .common-btn {
    width: 100%;
  }
  #hero .hero-img {
    position: static;
    grid-row: 3/4;
    margin-left: -34px;
    margin-right: -34px;
    width: calc(100vw - 8px);
    margin-bottom: 29px;
  }
  #hero .grant-label {
    margin-top: 20px;
    gap: 6px;
    margin-bottom: -30px;
    padding-left: 24px;
    display: inline-block;
    position: relative;
  }
  #hero .grant-label span {
    font-size: 22px;
    line-height: 100%;
    text-align: center;
  }
  #hero p {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    padding: 0 8px;
    font-size: 18px;
  }
  #hero .hero-cards {
    gap: 10px;
    flex-direction: column;
    margin-top: 30px;
    padding: 0 8px;
  }
  #hero .hero-card {
    width: 100%;
    height: 100px;
    padding: 20px 30px;
  }
  #hero .hero-card svg {
    height: 60px;
  }
  .inner-content {
    padding-left: 0;
    padding-right: 0;
  }
  h2 {
    font-size: 28px;
  }
  ul.common {
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 20px;
  }
  ul.common li {
    gap: 10px;
    align-items: flex-start;
  }
  ul.common svg {
    margin-top: 6px;
  }
  #sphere-description {
    padding-top: 50px;
    padding-bottom: 38px;
  }
  #sphere-description .content {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
  #sphere-description .content img {
    width: 100vw;
    margin-left: -30px;
  }
  #sphere-description .left {
    padding-top: 20px;
  }
  #sphere-description p {
    font-size: 22px;
    line-height: 140%;
  }
  #good-start {
    margin-bottom: 50px;
  }
  #good-start .inner-content {
    padding: 30px;
    border-radius: 30px;
    height: unset;
    flex-direction: column;
  }
  #good-start h2 {
    margin-bottom: 20px;
  }
  #good-start .left p {
    width: unset;
  }
  #good-start .left .salary-info {
    position: static;
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
  }
  #good-start .left .salary-card {
    width: 100%;
    font-size: 25px;
    padding: 15px;
    border-radius: 20px;
  }
  #good-start .left .badges {
    justify-content: flex-start;
  }
  #good-start .left .badge {
    font-size: 14px;
    padding: 0 10px;
  }
  #good-start .left .salary-card:first-child,
  #good-start .left .salary-card:nth-child(2) {
    height: 105px;
  }
  #good-start .left .salary-card:last-child {
    height: 140px;
    font-size: 35px;
  }
  #good-start .left .left-decoration {
    width: 33px;
    top: -19px;
    left: -21px;
  }
  #good-start .left .right-decoration {
    width: 62px;
    height: 66px;
    top: 28px;
    right: -17px;
  }
  #good-start .right {
    margin-top: 30px;
    width: unset;
    padding-bottom: 53px;
  }
  #good-start .right h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #good-start .right p {
    margin-bottom: 0;
    padding-bottom: 30px;
    font-size: 18px;
  }
  #suitable-for {
    padding-bottom: 80px;
  }
  #suitable-for h2 {
    margin-bottom: 30px;
  }
  #suitable-for .content {
    flex-direction: column-reverse;
  }
  #suitable-for .right {
    gap: 30px;
    width: unset;
  }
  #suitable-for .right h3 {
    font-size: 25px;
  }
  #suitable-for .right p {
    font-size: 18px;
  }
  #suitable-for img {
    width: 100%;
  }
  #stories {
    overflow: hidden;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  #stories .inner-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #stories h2 {
    padding: 0 16px;
  }
  #stories h2 .decoration {
    bottom: -3px;
    left: 3px;
  }
  #stories .carousel-buttons {
    display: none;
  }
  #stories .story-cards-container {
    margin-top: 30px;
    gap: 8px;
    transform: translateX(8px);
    overflow: auto;
  }
  #stories .story-card {
    padding: 0;
    border-radius: 30px;
    flex-shrink: 0;
    height: unset;
    width: calc(100vw - 32px);
    display: flex;
    flex-direction: column;
  }
  #stories .story-card .bottom {
    flex-grow: 1;
    position: relative;
    padding-bottom: 88px;
  }
  #stories .story-card .story-photo {
    width: 100%;
    height: 200px;
    -o-object-position: top;
       object-position: top;
  }
  #stories .story-card:nth-child(2) .story-photo {
    -o-object-position: center;
       object-position: center;
  }
  #stories .story-card:nth-child(3) .story-photo {
    -o-object-position: center -40px;
       object-position: center -40px;
  }
  #stories .story-card:nth-child(4) .story-photo {
    -o-object-position: center -188px;
       object-position: center -188px;
  }
  #stories .story-card:nth-child(5) .story-photo {
    -o-object-position: center -108px;
       object-position: center -108px;
  }
  #stories .story-card .bottom {
    padding-top: 6px;
  }
  #stories .story-card .info {
    font-size: 14px;
  }
  #stories .story-card h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #stories .story-card p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #stories .profile-link {
    text-decoration: underline;
  }
  #stories .story-card button {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
  }
  #about-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #about-us h2 br {
    display: none;
  }
  #about-us .content {
    height: unset;
    padding-top: 0;
  }
  #about-us .content ul {
    width: unset;
    margin-bottom: 30px;
  }
  #about-us .content svg {
    margin-top: 6px;
  }
  #about-us .content img {
    position: static;
    width: 96vw;
    margin-left: -20px;
  }
  #program {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #program > .inner-content img {
    width: 66vw;
    margin-left: 30px;
  }
  #program .overview {
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #program .left {
    padding-top: 0;
  }
  #program .left .badges {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  #program .left .badge {
    padding: 0 10px;
    font-size: 14px;
  }
  #program h2 {
    margin-bottom: 15px;
  }
  #program .features {
    width: unset;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 20px;
  }
  #program .feature {
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  #program .program-module {
    border-radius: 30px;
    padding: 30px;
    flex-direction: column;
    gap: 20px;
  }
  #program .program-module h3 {
    width: unset;
    font-size: 22px;
  }
  #program .program-module .topics {
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    grid-auto-flow: unset;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #program .program-module .dot {
    margin-left: 0;
    margin-right: 10px;
  }
  #program .program-module .practice {
    padding: 20px;
    width: unset;
    border-radius: 20px;
    font-size: 16px;
  }
  #program .program-module .practice:not(.no-padding) {
    padding-bottom: 55px;
  }
  #program .program-module .practice h4 {
    font-size: 22px;
  }
  #program .program-module .arrow {
    display: none;
  }
  #program .program-module .practice .project-type {
    color: #fff;
    transform: rotate(-15deg);
    font-size: 18px;
    top: unset;
  }
  #program .program-module .project-type.individual {
    bottom: 10px;
    right: 20px;
    text-align: right;
  }
  #program .program-module .project-type.team {
    bottom: 14px;
    right: 20px;
  }
  #education-process {
    padding-top: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #education-process .inner-content {
    padding: 30px;
    border-radius: 30px;
  }
  #education-process .cards {
    margin-top: 20px;
    flex-direction: column;
  }
  #education-process .card {
    width: unset;
    height: unset;
    overflow: hidden;
  }
  #education-process .card .photo {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #education-process .card .icon {
    width: 75px;
    right: 15px;
    bottom: -25px;
  }
  #education-process .card .bottom {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #education-process h3 {
    font-size: 22px;
  }
  #education-process p {
    font-size: 16px;
  }
  #teachers {
    margin-top: 50px;
    margin-bottom: 45px;
  }
  #teachers h2 {
    padding-right: 0;
  }
  #teachers .teacher-cards {
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
  }
  #teachers .teacher-cards > .decoration {
    display: none;
  }
  #teachers .teacher-card {
    border-radius: 30px;
    padding: 17px 30px 30px 30px;
    gap: 20px;
    flex-direction: column;
  }
  #teachers .left {
    width: 100%;
  }
  #teachers .left .teacher {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  #teachers .left .decoration,
  #teachers .left .teacher {
    width: 100%;
  }
  #teachers .right {
    padding-top: 0;
  }
  #teachers .right h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #teachers .right p {
    font-size: 16px;
  }
  #teachers .right h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  #teachers .right ul {
    font-size: 18px;
    line-height: 125%;
  }
  #portfolio {
    margin-bottom: 50px;
    padding: 0 8px;
    overflow: hidden;
  }
  #portfolio .inner-content {
    padding: 30px;
    border-radius: 30px;
  }
  #portfolio .grid {
    margin-top: 20px;
    grid-template-columns: 100%;
    grid-template-rows: unset;
  }
  #portfolio .grid h3 {
    font-size: 22px;
  }
  #portfolio .grid-item {
    padding: 20px;
    border-radius: 30px;
  }
  #portfolio .main {
    grid-row: unset;
  }
  #portfolio .main ul {
    font-size: 16px;
  }
  #portfolio .main li img {
    margin-top: 6px;
  }
  #portfolio .main li + li {
    margin-top: 10px;
  }
  #portfolio .main .tool {
    border-radius: 6px;
    padding: 6px;
    gap: 6px;
    font-size: 11px;
  }
  #portfolio .main .icon-wrapper {
    height: 40px;
    border-radius: 6px;
    padding: 6px;
    min-width: 40px;
  }
  #portfolio .main .icon-wrapper img {
    height: 100%;
  }
  #portfolio .grid-item.accent {
    font-size: 22px;
  }
  #portfolio .grid .decoration {
    width: 59px;
    transform: rotate(-15deg);
    top: -25px;
    right: -38px;
  }
  #portfolio .certificate img {
    width: 100%;
  }
}/*# sourceMappingURL=back.css.map */