@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
  font-weight: 700;
}

button, select {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
  font-weight: 700;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  min-height: 100svh;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}

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

@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-Regular.ttf") format("truetype"), url("../fonts/Noah-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noah";
  src: url("../fonts/Noah-Bold.ttf") format("truetype"), url("../fonts/Noah-Bold.otf") format("opentype");
  font-weight: 700;
}
body {
  background: white;
  color: #465068;
  font-family: "Noah", sans-serif;
}

button, select, input, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: "Noah", sans-serif;
  font-weight: 700;
  color: #465068;
}

.btn-red {
  background: #F92F43;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  line-height: 30px;
  padding: 15px;
}
@media screen and (max-width: 700px) {
  .btn-red {
    font-size: 16px;
    line-height: 20px;
  }
}

.form-inp {
  background: white;
  width: 100%;
  height: 60px;
  padding: 0 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .form-inp {
    height: 50px;
    padding: 0 20px;
  }
}
.form-checkbox {
  position: relative;
  display: inline-flex;
}
.form-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-checkbox span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: white;
}
@media screen and (max-width: 700px) {
  .form-checkbox span {
    width: 16px;
    height: 16px;
  }
}
.form-checkbox svg {
  width: 16px;
  height: auto;
  display: none;
}
@media screen and (max-width: 700px) {
  .form-checkbox svg {
    width: 10px;
  }
}
.form-checkbox svg path {
  fill: #465068;
}
.form-checkbox input:checked ~ span svg {
  display: block;
}

.section_title {
  font-family: "Noah", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 100%;
  color: #465068;
  display: flex;
  align-items: start;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .section_title {
    font-size: 54px;
    line-height: 100%;
  }
}
@media screen and (max-width: 700px) {
  .section_title {
    font-size: 28px;
  }
}
.section_title span {
  width: 24px;
  height: 24px;
  background: #F92F43;
  display: flex;
  flex-shrink: 0;
}

.container {
  max-width: 1520px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}
.breadcrumb a {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (max-width: 700px) {
  .breadcrumb a {
    font-size: 14px;
    gap: 0px;
  }
  .breadcrumb a img {
    margin: 0 -1px;
  }
}

.home {
  padding-top: 40px;
}
@media screen and (max-width: 1100px) {
  .home {
    padding-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .home {
    padding-top: 0;
  }
}
.home-container {
  background: #ECEFF6;
  padding: 40px;
}
@media screen and (max-width: 1100px) {
  .home-container {
    width: 100%;
    padding: 36px 56px;
  }
}
@media screen and (max-width: 700px) {
  .home-container {
    padding: 40px 20px 60px;
  }
}
.home-content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 85px;
}
@media screen and (max-width: 1180px) {
  .home-content {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .home-content {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  .home-content {
    gap: 40px;
    margin-bottom: 67px;
  }
}
.home-content__left {
  width: 50%;
}
@media screen and (max-width: 1180px) {
  .home-content__left {
    width: 100%;
  }
}
.home-content__right {
  width: 50%;
}
@media screen and (max-width: 1180px) {
  .home-content__right {
    width: 100%;
  }
}
.home-content__right img {
  width: 100%;
}
.home .breadcrumb {
  margin-bottom: 28px;
}
@media screen and (max-width: 1100px) {
  .home .breadcrumb {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  .home .breadcrumb {
    margin-bottom: 16px;
  }
}
.home-link {
  display: flex;
  align-items: stretch;
  gap: 2px;
  margin-bottom: 76px;
}
@media screen and (max-width: 1100px) {
  .home-link {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  .home-link {
    margin-bottom: 44px;
  }
}
.home-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px 13px;
  font-size: 18px;
  line-height: 22px;
  background: white;
}
@media screen and (max-width: 700px) {
  .home-link a {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 12px 12px;
  }
}
.home-link a.active {
  padding-left: 42px;
  background: #465068;
  color: white;
  position: relative;
}
@media screen and (max-width: 700px) {
  .home-link a.active {
    padding-left: 30px;
  }
}
.home-link a.active::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #F92F43;
  left: 20px;
  top: 16px;
}
@media screen and (max-width: 700px) {
  .home-link a.active::before {
    width: 8px;
    height: 8px;
    left: 12px;
    top: 14.5px;
  }
}
.home h1 {
  font-size: 80px;
  line-height: 80%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .home h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 1350px) {
  .home h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .home h1 {
    font-size: 66px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  .home h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.home-text {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .home-text {
    margin-bottom: 24px;
    width: calc(100% + 116px);
    margin-left: -56px;
    padding: 0 56px;
    overflow-x: scroll;
  }
  .home-text::-webkit-scrollbar {
    display: none;
  }
}
.home-text li {
  background: white;
  width: 25%;
  padding: 26px 29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .home-text li {
    width: 328px;
    flex-shrink: 0;
    padding: 36px;
  }
}
@media screen and (max-width: 700px) {
  .home-text li {
    width: 320px;
    padding: 20px;
  }
}
.home-text li:not(:last-child) {
  border-right: 2px solid #ECEFF6;
}
.home-text h3 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 26px;
}
@media screen and (max-width: 1100px) {
  .home-text h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  .home-text h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.home-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .home-text p {
    font-size: 16px;
  }
}
.home .description {
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}

.accredited {
  padding-top: 104px;
}
@media screen and (max-width: 1100px) {
  .accredited {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .accredited {
    padding-top: 60px;
  }
}
.accredited-container {
  display: flex;
  align-items: center;
  padding: 36.75px 0 36.4px 41.71px;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .accredited-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 36px 257px;
    gap: 24px;
  }
}
@media screen and (max-width: 700px) {
  .accredited-container {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 20px 191px;
  }
}
.accredited h2 {
  max-width: 579px;
  width: 100%;
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 1100px) {
  .accredited h2 {
    font-size: 40px;
    max-width: 517px;
  }
}
@media screen and (max-width: 700px) {
  .accredited h2 {
    font-size: 24px;
  }
}
.accredited .icon-1 {
  background: #F92F43;
  padding: 7px 5.34px;
}
@media screen and (max-width: 1100px) {
  .accredited .icon-1 {
    padding: 5.56px 4.24px;
  }
  .accredited .icon-1 img {
    width: 164.52px;
  }
}
@media screen and (max-width: 700px) {
  .accredited .icon-1 {
    padding: 3.98px 3.04px 4.55px;
  }
  .accredited .icon-1 img {
    width: 117.92px;
  }
}
.accredited .bg-img__1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .accredited .bg-img__1 {
    display: none;
  }
}
.accredited .bg-img__1.mb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .accredited .bg-img__1.mb {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .accredited .bg-img__1.mb {
    display: none;
  }
}
.accredited .bg-img__1.sm {
  display: none;
}
@media screen and (max-width: 700px) {
  .accredited .bg-img__1.sm {
    display: block;
  }
}
.accredited .main-img {
  position: absolute;
  bottom: 0;
  right: 55px;
  z-index: -1;
}
@media screen and (max-width: 1450px) {
  .accredited .main-img {
    width: 480px;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .accredited .main-img {
    width: 512px;
    min-width: 512px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 700px) {
  .accredited .main-img {
    width: 100%;
    min-width: 100%;
  }
}

.treaning {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .treaning {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .treaning {
    padding-top: 60px;
  }
}
.treaning .accordion {
  background: #eceff6;
  position: relative;
  opacity: 0.5;
  transition: 0.3s ease-in-out all;
}
.treaning .accordion.active {
  opacity: 1;
}
.treaning .accordion.active::before {
  background: #F92F43;
}
.treaning .accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #465068;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 700px) {
  .treaning .accordion::before {
    width: 4px;
  }
}
.treaning .accordion-wrap {
  margin: 77px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .treaning .accordion-wrap {
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 700px) {
  .treaning .accordion-wrap {
    margin: 20px 0 12px;
    gap: 12px;
  }
}
.treaning .accordion-btn {
  width: 100%;
  text-align: left;
  padding: 40px 33px 40px 40px;
  transition: 0.3s ease-in-out all;
  font-size: 28px;
  font-weight: bold;
  line-height: 100%;
}
@media screen and (max-width: 1100px) {
  .treaning .accordion-btn {
    padding: 32px 28px 32px 36px;
  }
}
@media screen and (max-width: 700px) {
  .treaning .accordion-btn {
    font-size: 20px;
    padding: 20px 16px 20px 20px;
    letter-spacing: -0.2px;
  }
}
.treaning .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.treaning .accordion-body__item {
  padding: 0 32px 40px;
}
@media screen and (max-width: 700px) {
  .treaning .accordion-body__item {
    padding: 0 12px 20px 16px;
  }
}
.treaning .accordion-body ul {
  list-style-type: disc;
  margin-left: 25px;
}
@media screen and (max-width: 700px) {
  .treaning .accordion-body ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.treaning .accordion-body li {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .treaning .accordion-body li {
    font-size: 16px;
    line-height: 130%;
  }
}
.treaning-body {
  background: #465068;
  padding: 40px 40px 40px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .treaning-body {
    flex-direction: column;
    gap: 36px;
    padding: 36px;
    align-items: flex-start;
    margin: 0;
    padding: 20px;
  }
}
.treaning-body p {
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  line-height: 100%;
}
@media screen and (max-width: 1100px) {
  .treaning-body p {
    gap: 12px;
  }
}
@media screen and (max-width: 700px) {
  .treaning-body p {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
  }
}
.treaning-body p img {
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  .treaning-body p img {
    width: 36px;
  }
}
.treaning-body .btn-red {
  width: 520px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .treaning-body .btn-red {
    width: 100%;
  }
}
.treaning-foot {
  background: #ECEFF6;
  display: flex;
  gap: 20px;
  padding: 39px 36px 39px 40px;
}
@media screen and (max-width: 1100px) {
  .treaning-foot {
    display: none;
  }
}
.treaning-foot__left {
  width: 50%;
}
.treaning-foot__left img {
  mix-blend-mode: multiply;
  width: 200px;
  margin-bottom: 54px;
}
.treaning-foot__left ul {
  max-width: 553px;
}
.treaning-foot__left li {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}
.treaning-foot__right {
  width: 50%;
}
.treaning-foot__right img {
  mix-blend-mode: multiply;
}

.leader {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .leader {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .leader {
    padding-top: 60px;
  }
}
.leader-swp {
  margin: 75px 0 100px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .leader-swp {
    margin: 40px 0 96px;
  }
}
@media screen and (max-width: 700px) {
  .leader-swp {
    margin: 20px 0 60px;
  }
}
.leader-swp .swiper {
  padding-bottom: 46px;
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .leader-swp .swiper {
    padding-bottom: 26px;
  }
}
.leader-swp .swiper-slide {
  height: auto;
}
@media screen and (min-width: 1100px) {
  .leader-swp .swiper-slide {
    width: 980px;
  }
}
@media screen and (max-width: 700px) {
  .leader-swp .swiper-slide {
    width: 660px;
  }
}
.leader-swp .swp-pagination {
  top: auto;
  bottom: 0;
  background: #ECEFF6;
  height: 6px;
}
.leader-swp .swp-pagination span {
  background: #F92F43;
}
.leader-card {
  background: #ECEFF6;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.leader-card__left {
  width: 360px;
  flex-shrink: 0;
  background: #465068;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .leader-card__left {
    width: 354px;
  }
}
@media screen and (max-width: 700px) {
  .leader-card__left {
    width: 320px;
  }
}
.leader-card__left .main-img {
  width: 100%;
  height: 319px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .leader-card__left .main-img {
    height: 338px;
  }
}
@media screen and (max-width: 700px) {
  .leader-card__left .main-img {
    height: 320px;
  }
}
.leader-card__left .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leader-card__left-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 40px 40px;
}
@media screen and (max-width: 1100px) {
  .leader-card__left-text {
    padding: 36px;
  }
}
@media screen and (max-width: 700px) {
  .leader-card__left-text {
    padding: 20px;
  }
}
.leader-card__left h3 {
  font-size: 28px;
  line-height: 110%;
  color: white;
}
@media screen and (max-width: 700px) {
  .leader-card__left h3 {
    font-size: 24px;
  }
}
.leader-card__left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: white;
}
@media screen and (max-width: 700px) {
  .leader-card__left p {
    font-size: 16px;
  }
}
.leader-card__right {
  padding: 40px 40px 35px 28px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .leader-card__right {
    padding: 36px 40px;
  }
}
@media screen and (max-width: 700px) {
  .leader-card__right {
    padding: 20px;
  }
}
.leader-card__right::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(236, 239, 246, 0), #ECEFF6);
  height: 103px;
  width: calc(100% - 80px);
}
.leader-card__right h3 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .leader-card__right h3 {
    font-size: 20px;
  }
}
.leader-card__right p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .leader-card__right p {
    font-size: 16px;
  }
}
.leader-card__right-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 37px;
  overflow-y: auto;
  height: 464px;
  padding-right: 38px;
}
.leader-card__right-list::-webkit-scrollbar {
  display: block;
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}
.leader-card__right-list::-webkit-scrollbar-track {
  display: block;
  width: 2px;
  border-radius: 0;
}
.leader-card__right-list::-webkit-scrollbar-thumb {
  background: #F92F43;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .leader-card__right-list {
    padding-right: 12px;
  }
}
@media screen and (max-width: 700px) {
  .leader-card__right-list {
    padding-right: 24px;
  }
}
.leader-card__right-list::-webkit-scrollbar {
  width: 2px;
}
.leader-card__right-list::-webkit-scrollbar-track {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
}
.leader-card__right-list::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #F92F43;
}
.leader-card__right-list ul {
  list-style-type: disc;
  padding-left: 20px;
}
.leader-card__right-list ul li {
  font-size: 20px;
  line-height: 110%;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .leader-card__right-list ul li {
    font-size: 16px;
  }
}
.leader-card__right-list ul li::marker {
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .leader-card__right-list ul li::marker {
    font-size: 12px;
  }
}
.leader-foot {
  display: flex;
  align-items: stretch;
  background: #ECEFF6;
  gap: 22px;
}
@media screen and (max-width: 1100px) {
  .leader-foot {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.leader-foot__left {
  width: 620px;
  flex-shrink: 0;
  padding: 37px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .leader-foot__left {
    width: 540px;
  }
}
@media screen and (max-width: 1100px) {
  .leader-foot__left {
    width: 100%;
    min-height: 512px;
    gap: 24px;
    padding: 36px;
  }
}
@media screen and (max-width: 700px) {
  .leader-foot__left {
    min-height: 450px;
    padding: 20px;
  }
}
.leader-foot__left h3 {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .leader-foot__left h3 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  .leader-foot__left h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.leader-foot__left p {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  max-width: 506px;
}
@media screen and (max-width: 700px) {
  .leader-foot__left p {
    font-size: 16px;
    line-height: 130%;
  }
}
.leader-foot__left a {
  display: flex;
  align-items: center;
  gap: 9px;
}
.leader-foot__left a span {
  font-size: 18px;
  line-height: 100%;
  text-decoration: underline;
}
.leader-foot__right {
  width: calc(100% - 642px);
  position: relative;
}
@media screen and (max-width: 1280px) {
  .leader-foot__right {
    width: calc(100% - 562px);
  }
}
@media screen and (max-width: 1100px) {
  .leader-foot__right {
    width: 100%;
  }
}
.leader-foot__right .swiper {
  height: 580px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .leader-foot__right .swiper {
    height: 380px;
  }
}
@media screen and (max-width: 700px) {
  .leader-foot__right .swiper {
    height: 200px;
  }
}
.leader-foot__right .swiper-slide {
  height: 100%;
}
.leader-foot__right .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leader-foot__right .swp-pagination {
  position: absolute;
  z-index: 2;
  padding: 0;
  bottom: 42px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .leader-foot__right .swp-pagination {
    bottom: 36px;
  }
}
@media screen and (max-width: 700px) {
  .leader-foot__right .swp-pagination {
    bottom: 20px;
  }
}
.leader-foot__right .swp-pagination span {
  opacity: 1;
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: white;
}
.leader-foot__right .swp-pagination span.swiper-pagination-bullet-active {
  background: #465068;
}
.leader.review .leader-swp {
  margin-bottom: 0;
}
.leader.review .leader-card__right-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 35px;
}
.leader.review .leader-card__right-list h3 {
  margin-bottom: 12px;
}
.leader.review .leader-card__right-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.section_title {
  font-family: "Noah", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 100%;
  color: #465068;
  display: flex;
  align-items: start;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .section_title {
    font-size: 54px;
    line-height: 100%;
  }
}
@media screen and (max-width: 700px) {
  .section_title {
    font-size: 28px;
    flex-direction: column;
    gap: 12px;
  }
}
.section_title span {
  width: 24px;
  height: 24px;
  background: #F92F43;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  .section_title span {
    width: 16px;
    height: 16px;
  }
}

.about {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .about {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .about {
    padding-top: 60px;
  }
}
.about .container {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .about .container {
    flex-direction: column;
  }
}
.about_text {
  width: 620px;
  padding: 37px 40px 70px 40px;
  background: #ECEFF6;
}
@media screen and (max-width: 1100px) {
  .about_text {
    padding: 36px;
    width: 100%;
    height: 512px;
  }
}
@media screen and (max-width: 700px) {
  .about_text {
    padding: 20px;
    height: 450px;
  }
}
.about_text h6 {
  font-family: "Noah", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #465068;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .about_text h6 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (max-width: 700px) {
  .about_text h6 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 100%;
  }
}
.about_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #465068;
  max-width: 450px;
  padding-right: 15px;
}
@media screen and (max-width: 1100px) {
  .about_text p {
    max-width: 100%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about_text p {
    font-size: 16px;
    line-height: 130%;
  }
}
.about_main_text {
  position: relative;
}
.about_main_text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 103px;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(236, 239, 246, 0) 0%, #ECEFF6 90%);
}
.about_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow-y: scroll;
  max-height: 470px;
}
@media screen and (max-width: 1100px) {
  .about_content {
    max-height: 374px;
    gap: 24px;
  }
}
@media screen and (max-width: 700px) {
  .about_content {
    gap: 12px;
  }
}
.about_content::-webkit-scrollbar {
  display: block;
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}
.about_content::-webkit-scrollbar-track {
  display: block;
  width: 2px;
  border-radius: 0;
}
.about_content::-webkit-scrollbar-thumb {
  background: #F92F43;
  width: 100%;
}
.about_img {
  width: 900px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .about_img {
    width: 100%;
    height: 380px;
  }
}
.about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F92F43;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .about_play {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 700px) {
  .about_play {
    width: 40px;
    height: 40px;
  }
}
.about_play svg {
  transform: translateX(5px);
}
@media screen and (max-width: 1100px) {
  .about_play svg {
    width: 22px;
    height: 19.2px;
  }
}
@media screen and (max-width: 700px) {
  .about_play svg {
    width: 14px;
    height: 12px;
    transform: translateX(2px);
  }
}

.program {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .program {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .program {
    padding-top: 60px;
  }
}
.program .section_title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .program .section_title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .program .section_title {
    margin-bottom: 20px;
  }
}
.program-card {
  width: calc((100% - 290px) / 2 - 15px);
  background: #ECEFF6;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .program-card {
    width: calc(100% - 280px);
    padding: 36px;
  }
}
@media screen and (max-width: 700px) {
  .program-card {
    width: 100%;
    padding: 20px;
  }
}
.program-card.bg-red {
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .program-card.bg-red {
    padding: 36px;
  }
}
@media screen and (max-width: 700px) {
  .program-card.bg-red {
    width: calc(50% - 6px);
    padding: 16px 20px 20px;
  }
}
.program-card.bg-red svg {
  max-width: 100%;
  height: auto;
}
.program-card.bg-red h3 {
  font-size: 48px;
  line-height: 90%;
  margin-bottom: 8px;
  color: white;
}
.program-card.bg-red p {
  color: white;
  font-size: 20px;
  line-height: 110%;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .program-card:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 1100px) {
  .program-card:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 1100px) {
  .program-card:nth-child(3) {
    order: 3;
  }
}
@media screen and (max-width: 1100px) {
  .program-card:nth-child(4) {
    order: 5;
  }
}
.program-card:nth-child(5) {
  justify-content: flex-start;
  align-items: center;
  padding: 21px;
}
@media screen and (max-width: 1100px) {
  .program-card:nth-child(5) {
    order: 4;
  }
}
@media screen and (max-width: 700px) {
  .program-card:nth-child(5) {
    padding: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .program-card:nth-child(6) {
    order: 6;
    width: 100%;
  }
  .program-card:nth-child(6) p {
    max-width: 100%;
  }
}
.program-card.bg-dark {
  background: #465068;
}
@media screen and (max-width: 1100px) {
  .program-card.bg-dark {
    width: 100%;
  }
}
.program-card.bg-dark .bg-img {
  right: 0;
  left: auto;
  width: auto;
  height: auto;
}
@media screen and (max-width: 700px) {
  .program-card.bg-dark .bg-img {
    display: none;
  }
}
.program-card.bg-dark h3, .program-card.bg-dark p {
  color: white;
}
.program-card .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.program-card h3 {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .program-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.program-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 1100px) {
  .program-card p {
    max-width: 521px;
  }
}
@media screen and (max-width: 700px) {
  .program-card p {
    font-size: 16px;
  }
}
.program-card__wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .program-card__wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .program-card__wrap {
    gap: 12px;
  }
}

.career {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .career {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .career {
    padding-top: 60px;
  }
}
.career_blocks {
  background: #ECEFF6;
  display: flex;
  gap: 64px;
  padding: 35px 64px 43px 40px;
  margin-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .career_blocks {
    flex-direction: column;
    margin-top: 40px;
    gap: 72px;
    padding: 36px;
  }
}
@media screen and (max-width: 993px) {
  .career_blocks {
    margin-top: 30px;
    gap: 40px;
    padding: 20px;
  }
}
.career_logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 993px) {
  .career_logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.career_logo {
  padding: 10px;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 993px) {
  .career_logo {
    height: 60px;
  }
}
.career_left {
  width: 680px;
}
@media screen and (max-width: 1100px) {
  .career_left {
    width: 100%;
  }
}
.career_right {
  width: 632px;
}
@media screen and (max-width: 1100px) {
  .career_right {
    width: 100%;
  }
}
.career_img {
  position: relative;
  bottom: -5px;
  height: 331px;
}
@media screen and (max-width: 1100px) {
  .career_img {
    width: 100%;
    height: 347px;
  }
}
.career_bg {
  position: absolute;
  left: -40px;
  width: calc(100% + 80px);
  top: 0;
  max-width: 760px;
  height: 347px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .career_bg {
    width: calc(100% + 72px);
    max-width: 100vw;
  }
}
.career_bg_media {
  display: none;
}
@media screen and (max-width: 993px) {
  .career_bg_media {
    position: absolute;
    max-width: 100vw;
    width: calc(100% + 40px);
    left: -20px;
  }
}
.career_woman {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.career .btn-red {
  position: relative;
  z-index: 3;
  text-align: center;
}
.career h6 {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 30px;
  color: #465068;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .career h6 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 993px) {
  .career h6 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 12px;
  }
}
.career p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #465068;
}
.career .career_text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .career .career_text {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 993px) {
  .career .career_text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 0;
  }
}

.diploma {
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .diploma {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .diploma {
    margin-top: 60px;
  }
}
.diploma-swp {
  margin: 76px 0 100px;
  padding-bottom: 46px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .diploma-swp {
    margin: 40px 0 96px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 700px) {
  .diploma-swp {
    margin: 20px 0 60px;
    padding-bottom: 26px;
  }
}
.diploma-swp .swiper {
  overflow: visible;
}
.diploma-swp .swiper-wrapper {
  align-items: stretch;
}
.diploma-swp .swiper-slide {
  width: 360px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .diploma-swp .swiper-slide {
    width: 354px;
  }
}
@media screen and (max-width: 700px) {
  .diploma-swp .swiper-slide {
    width: 320px;
  }
}
.diploma-swp .swp-pagination {
  top: auto;
  bottom: 0;
  background: #ECEFF6;
  height: 6px;
}
.diploma-swp .swp-pagination span {
  background: #F92F43;
}
.diploma-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.diploma-card .main-img {
  height: 319px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .diploma-card .main-img {
    height: 338px;
  }
}
@media screen and (max-width: 700px) {
  .diploma-card .main-img {
    height: 320px;
  }
}
.diploma-card .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.diploma-card__body {
  background: #ECEFF6;
  padding: 30px 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 224px;
}
@media screen and (max-width: 1100px) {
  .diploma-card__body {
    padding: 36px;
    gap: 24px;
    min-height: 202px;
  }
}
@media screen and (max-width: 700px) {
  .diploma-card__body {
    padding: 20px;
    min-height: 190px;
  }
}
.diploma-card__body.bg-dark {
  background: #465068;
}
.diploma-card__body.bg-dark h3, .diploma-card__body.bg-dark p {
  color: white;
}
.diploma-card__body h3 {
  font-size: 28px;
  line-height: 110%;
}
@media screen and (max-width: 700px) {
  .diploma-card__body h3 {
    gap: 24px;
  }
}
.diploma-card__body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .diploma-card__body p {
    font-size: 16px;
    line-height: 130%;
  }
}
.diploma_in {
  padding: 37px 40px 40px 40px;
  background: #465068;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .diploma_in {
    padding: 36px;
    gap: 36px;
    flex-direction: column;
    position: relative;
  }
}
@media screen and (max-width: 993px) {
  .diploma_in {
    padding: 20px;
  }
}
.diploma_left {
  width: 433px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .diploma_left {
    width: 100%;
    position: static;
  }
}
.diploma_left h6 {
  font-family: "Noah", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .diploma_left h6 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 993px) {
  .diploma_left h6 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.diploma_left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
@media screen and (max-width: 993px) {
  .diploma_left p {
    font-size: 16px;
  }
}
.diploma_left .btn-red {
  margin-top: 203px;
}
@media screen and (max-width: 1100px) {
  .diploma_left .btn-red {
    z-index: 2;
    margin-top: 0;
    position: absolute;
    bottom: 36px;
    left: 36px;
    width: calc(100% - 72px);
  }
}
@media screen and (max-width: 993px) {
  .diploma_left .btn-red {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.diploma_right {
  position: relative;
}
.diploma_right .img_diploma_in {
  width: 586px;
}
@media screen and (max-width: 1100px) {
  .diploma_right .img_diploma_in {
    width: 100%;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 993px) {
  .diploma_right .img_diploma_in {
    padding-bottom: 118px;
  }
}
.diploma_right .diploma_img {
  position: absolute;
  bottom: -98px;
  left: -302px;
  width: 434px;
}
@media screen and (max-width: 1100px) {
  .diploma_right .diploma_img {
    left: 0;
    right: 0;
    bottom: -35px;
    margin: auto;
  }
}
@media screen and (max-width: 993px) {
  .diploma_right .diploma_img {
    width: 168px;
    bottom: 16px;
  }
}

.program-career {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .program-career {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .program-career {
    padding-top: 60px;
  }
}
.program-career__card {
  margin: 80px 0 40px;
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .program-career__card {
    background: #ECEFF6;
    gap: 0px;
    flex-direction: column;
    width: calc(100% + 40px);
    margin: 40px 0 20px -20px;
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 700px) {
  .program-career__card {
    width: 100%;
    margin: 20px 0 12px;
    padding: 0;
    background: transparent;
  }
}
.program-career__card-left {
  display: flex;
  flex-direction: column;
  width: 360px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .program-career__card-left {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  .program-career__card-left {
    background: #465068;
  }
}
.program-career__card-left .main-img {
  width: 100%;
  height: 360px;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .program-career__card-left .main-img {
    height: 338px;
  }
}
@media screen and (max-width: 700px) {
  .program-career__card-left .main-img {
    height: 320px;
  }
}
.program-career__card-left .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-career__card-left .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #465068;
  padding: 36px 40px;
  gap: 34px;
}
@media screen and (max-width: 1100px) {
  .program-career__card-left .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 354px;
    height: auto;
    padding: 36px 60px 36px 36px;
  }
}
@media screen and (max-width: 700px) {
  .program-career__card-left .text {
    position: static;
    width: 100%;
    min-height: 190px;
    padding: 20px 20px;
  }
}
.program-career__card-left h3 {
  font-size: 28px;
  line-height: 110%;
  color: white;
}
@media screen and (max-width: 700px) {
  .program-career__card-left h3 {
    max-width: 168px;
    font-size: 24px;
  }
}
.program-career__card-left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: white;
}
@media screen and (max-width: 700px) {
  .program-career__card-left p {
    font-size: 16px;
    line-height: 130%;
  }
}
.program-career__tab {
  background: #ECEFF6;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .program-career__tab {
    display: none;
  }
}
.program-career__tab .tab-head {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .program-career__tab .tab-head {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    overflow-x: scroll;
  }
  .program-career__tab .tab-head::-webkit-scrollbar {
    display: none;
  }
}
.program-career__tab .tab-head li {
  width: 33.3333333333%;
  padding: 24px 22px 22px;
  border: 2px solid #ECEFF6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  .program-career__tab .tab-head li {
    width: 354px;
    flex-shrink: 0;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}
.program-career__tab .tab-head li:not(:last-child) {
  border-right: 0;
}
@media screen and (max-width: 1100px) {
  .program-career__tab .tab-head li:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .program-career__tab .tab-head li:first-child {
    border-left: 0;
  }
}
.program-career__tab .tab-head li:not(.active) {
  background: white;
  color: #A2A7B3;
  text-shadow: 1px 1px 0 #ECEFF6, 1px -1px 0 #ECEFF6, -1px -1px 0 #ECEFF6, -1px 1px 0 #ECEFF6, 1px 0 0 #ECEFF6, 0 -1px 0 #ECEFF6, 0 1px 0 #ECEFF6, -1px 0 0 #ECEFF6;
}
.program-career__tab .tab-body {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 38px 35px;
}
@media screen and (max-width: 1100px) {
  .program-career__tab .tab-body {
    padding: 36px 57px 0 25px;
    flex-direction: column;
  }
}
.program-career__tab .tab-body:not(.active) {
  display: none;
}
.program-career__tab .tab-body h3 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
}
.program-career__tab .tab-body ul {
  list-style-type: disc;
  padding-left: 10px;
}
.program-career__tab .tab-body li {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.program-career__tab .tab-body li::marker {
  font-size: 10px;
}
.program-career__tab .tab-body .text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 1100px) {
  .program-career__tab .tab-body .text {
    gap: 10px;
  }
}
.program-career__tab .tab-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.program-career__tab .tab-body__left {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .program-career__tab .tab-body__left {
    max-width: 100%;
  }
}
.program-career__tab .tab-body__right {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 1100px) {
  .program-career__tab .tab-body__right {
    max-width: 100%;
  }
}
.program-career__accordion {
  background: #ECEFF6;
}
.program-career__accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 700px) {
  .program-career__accordion-wrap {
    display: none;
  }
}
.program-career__accordion-btn {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.program-career__accordion-btn svg {
  flex-shrink: 0;
  transition: 0.3s ease-in-out all;
}
.program-career__accordion-btn.active svg {
  transform: rotateZ(90deg);
}
.program-career__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.program-career__accordion-body__item {
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.program-career__accordion-body__item h3 {
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 12px;
}
.program-career__accordion-body__item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: disc;
  padding-left: 18px;
}
.program-career__accordion-body__item li {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.program-career__accordion-body__item li::marker {
  font-size: 8px;
}
.program-career__accordion-body__item .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.program-career__accordion-body__item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.program-career .treaning-body {
  margin: 0 !important;
}
.program-career .treaning-body p {
  gap: 21px;
}
@media screen and (max-width: 1100px) {
  .program-career .treaning-body p {
    gap: 12px;
  }
}
@media screen and (max-width: 700px) {
  .program-career .treaning-body p img {
    width: 22px;
  }
}

.main-select {
  background: #ECEFF6;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px 20px 0;
  position: relative;
}
@media screen and (min-width: 700px) {
  .main-select {
    display: none !important;
  }
}
.main-select__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: white;
  font-size: 20px;
  line-height: 25px;
  padding: 20px;
}
.main-select__btn svg {
  transition: 0.3s ease-in-out all;
}
.main-select__list {
  width: 100%;
  background: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.main-select__list li {
  padding: 20px 20px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main-select__list li:last-child {
  padding: 10px 20px 20px;
}

.education {
  padding: 99px 0;
}
@media screen and (max-width: 1100px) {
  .education {
    padding: 92px 0;
  }
}
@media screen and (max-width: 700px) {
  .education .section_title {
    margin-bottom: 20px;
  }
}
.education .tab-head {
  margin-top: 80px;
  display: inline-flex;
  align-items: stretch;
  background: #ECEFF6;
}
@media screen and (max-width: 1100px) {
  .education .tab-head {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .education .tab-head {
    display: none;
  }
}
.education .tab-head li {
  font-size: 24px;
  line-height: 30px;
  padding: 12px 24px 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1100px) {
  .education .tab-head li {
    padding: 24px 65.5px;
  }
}
.education .tab-head li:not(.active) {
  color: rgba(70, 80, 104, 0.5);
  position: relative;
  z-index: 1;
}
.education .tab-head li:not(.active)::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: white;
  z-index: -1;
}
.education .tab-body:not(.active) {
  display: none !important;
}
.education .tab-body__swp {
  padding-bottom: 46px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .education .tab-body__swp {
    padding-bottom: 26px;
  }
}
.education .swiper {
  overflow: visible;
}
@media screen and (max-width: 700px) {
  .education .swiper {
    background: #ECEFF6;
    padding: 12px 20px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.education .swiper-wrapper {
  align-items: stretch;
}
.education-card {
  width: 548px;
  border: 24px solid #ECEFF6;
  height: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}
@media screen and (max-width: 1100px) {
  .education-card {
    border-width: 36px;
  }
}
@media screen and (max-width: 700px) {
  .education-card {
    border: 0;
    background: white;
    width: 320px;
    padding: 20px;
  }
}
.education-card:not(:first-child) {
  border-left-width: 24px;
}
@media screen and (max-width: 1100px) {
  .education-card:last-child {
    border-right-width: 36px;
  }
}
.education-card:not(:last-child) {
  border-right: 0 !important;
  width: 524px;
}
@media screen and (max-width: 1100px) {
  .education-card:not(:last-child) {
    width: 560px;
  }
}
@media screen and (max-width: 700px) {
  .education-card:not(:last-child) {
    width: 320px;
  }
}
.education-card h3 {
  font-size: 32px;
  line-height: 90%;
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .education-card h3 {
    font-size: 24px;
  }
}
.education-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (max-width: 700px) {
  .education-card p {
    font-size: 16px;
  }
}
.education-card .main-img {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 165px;
}
.education-card ul {
  display: flex;
  flex-wrap: wrap;
}
.education-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 90%;
  padding: 8px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 700px) {
  .education-card li {
    font-size: 16px;
  }
}
.education-card li img {
  flex-shrink: 0;
}
.education .swp-pagination {
    position: relative;
    top: auto !important;
    bottom: auto;
    height: 6px;
    width: 100%;
    background: #ECEFF6;
    border-radius: 0 !important;
    margin-top: 40px;
}
@media screen and (max-width: 1500px) {
    .education .swp-pagination {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .education .swp-pagination {
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .education .swp-pagination {
        margin-top: 20px;
    }
}
.education .swp-pagination div {
    height: 100%;
    background: #F92F43;
    border-radius: 0 !important;
    cursor: pointer;
}

.figures {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .figures {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .figures {
    padding-top: 60px;
  }
}
.figures-head {
  position: relative;
  margin-bottom: 142px;
}
@media screen and (max-width: 1350px) {
  .figures-head {
    margin: 40px 0 96px;
  }
}
@media screen and (max-width: 700px) {
  .figures-head {
    margin: 20px 0 60px;
  }
}
.figures-head__bg {
  position: absolute;
  left: -39px;
  top: 70px;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .figures-head__bg {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .figures-card {
    width: 100%;
  }
}
.figures-card__wrap {
  display: flex;
  flex-direction: column;
  margin-top: -58px;
  gap: 29px;
}
@media screen and (max-width: 1350px) {
  .figures-card__wrap {
    margin: 0;
    gap: 20px;
  }
}
@media screen and (min-width: 700px) {
  .figures-card__wrap {
    align-items: flex-end;
  }
}
@media screen and (max-width: 700px) {
  .figures-card__wrap {
    gap: 12px;
  }
}
.figures-card ul {
  display: flex;
  align-items: stretch;
  gap: 29px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .figures-card ul {
    gap: 20px;
  }
}
@media screen and (min-width: 700px) {
  .figures-card ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 700px) {
  .figures-card ul {
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    overflow-x: scroll;
    gap: 12px;
  }
  .figures-card ul::-webkit-scrollbar {
    display: none;
  }
}
.figures-card li {
  width: 240px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  padding: 16px;
}
@media screen and (min-width: 1100px) {
  .figures-card li {
    height: 240px;
  }
}
@media screen and (max-width: 1100px) {
  .figures-card li {
    width: calc(33.3333333333% - 13.3333333333px);
    aspect-ratio: 1/1;
    padding: 36px;
  }
}
@media screen and (max-width: 700px) {
  .figures-card li {
    width: 230px;
    height: 175px;
    flex-shrink: 0;
    padding: 20px;
  }
}
.figures-card li .bg-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.figures-card h3 {
  font-size: 48px;
  line-height: 90%;
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  .figures-card h3 {
    font-size: 32px;
  }
}
.figures-card p {
  font-size: 20px;
  line-height: 110%;
}
@media screen and (min-width: 1100px) {
  .figures-card:first-child .bg-grey {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .figures-card:first-child .bg-dark {
    width: 154px;
  }
}
@media screen and (max-width: 1100px) {
  .figures-card:first-child .empty {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .figures-card:nth-child(2) li:first-child {
    display: none;
  }
}
.figures-card .bg-dark .bg-img {
  left: 0;
  top: 0;
  -o-object-position: right top;
     object-position: right top;
}
.figures-card .bg-dark h3, .figures-card .bg-dark p {
  color: white;
}
.figures-card .bg-red {
  background: #F92F43;
}
.figures-card .bg-red .bg-img {
  top: 0;
  left: 0;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.figures-card .bg-red h3, .figures-card .bg-red p {
  color: white;
}
.figures-card .bg-grey {
  background: #ECEFF6;
}
.figures-card .bg-grey .bg-img {
  left: 0;
  top: 0;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.figures-card .bg-grey h3 {
  color: #F92F43;
}
.figures-card .bg-white {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .figures-card .bg-white {
    width: 154px;
  }
}
.figures-card .bg-white .bg-img {
  -o-object-fit: contain;
     object-fit: contain;
  position: static;
}
.figures-card .bg-other {
  padding: 0;
}
@media screen and (max-width: 700px) {
  .figures-card .bg-other {
    width: 154px;
  }
}
.figures-card .bg-other__head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1100px) {
  .figures-card .bg-other__head {
    margin-bottom: 13px;
  }
  .figures-card .bg-other__head img {
    width: 56px;
    flex-shrink: 0;
  }
}
.figures-card .bg-other__head p {
  font-size: 9.39px;
  line-height: 12.2px;
  letter-spacing: 0.75px;
}
.figures-card .bg-other .main-img {
  width: 100%;
  height: 117px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 700px) {
  .figures-card .bg-other .main-img {
    height: 80px;
  }
}
.figures-foot {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1350px) {
  .figures-foot {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .figures-foot {
    gap: 0px;
  }
}
.figures-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 40px;
  gap: 36px;
}
@media screen and (max-width: 1350px) {
  .figures-text {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .figures-text {
    gap: 24px;
  }
}
@media screen and (max-width: 1350px) {
  .figures-text div:not(.main-img) {
    padding: 0 36px;
  }
}
@media screen and (max-width: 700px) {
  .figures-text div:not(.main-img) {
    padding: 0;
  }
}
.figures-text h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #F92F43;
  margin-bottom: 24px;
}
.figures-text h4 span {
  display: block;
  width: 8px;
  height: 8px;
  background: #F92F43;
}
.figures-text h3 {
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 1100px) {
  .figures-text h3 {
    min-height: 94px;
  }
}
@media screen and (max-width: 700px) {
  .figures-text h3 {
    font-size: 24px;
    letter-spacing: -0.1px;
  }
  .figures-text h3 br {
    display: none;
  }
}
.figures-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}
.figures-text .main-img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .figures-text .main-img {
    height: 225px;
  }
}
.figures-text .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .figures-text .main-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.figures-form {
  width: 50%;
  background: #ECEFF6;
  padding: 40px 40px 42px;
}
@media screen and (max-width: 1350px) {
  .figures-form {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .figures-form {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 32px 20px;
  }
}
.figures-form h3 {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 31px;
}
@media screen and (max-width: 700px) {
  .figures-form h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.figures-form p {
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 93px;
}
@media screen and (max-width: 1350px) {
  .figures-form p {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  .figures-form p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.figures-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 76px;
}
@media screen and (max-width: 1350px) {
  .figures-form .form-group {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .figures-form .form-group {
    gap: 12px;
    margin-bottom: 12px;
  }
}
.figures-form select {
  margin-bottom: 54px;
}
@media screen and (max-width: 1350px) {
  .figures-form select {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  .figures-form select {
    margin-bottom: 22px;
  }
}
.figures-form .form-checkbox__wrap {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  margin-bottom: 22px;
}
@media screen and (max-width: 700px) {
  .figures-form .form-checkbox__wrap {
    gap: 12px;
    margin-bottom: 12px;
  }
}
.figures-form .form-checkbox__wrap p {
  margin: 0;
  max-width: 534px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding-top: 8.21px;
}
@media screen and (max-width: 700px) {
  .figures-form .form-checkbox__wrap p {
    font-size: 14px;
    padding: 0;
  }
}
.figures-form .form-checkbox__wrap p a {
  display: inline;
  text-decoration: underline;
}

.requirement {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .requirement {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .requirement {
    padding-top: 60px;
  }
}
.requirement-content {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-top: 70px;
}
@media screen and (max-width: 1350px) {
  .requirement-content {
    flex-direction: column-reverse;
    gap: 0px;
    background: #ECEFF6;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px 20px 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .requirement-content {
    padding: 0;
    margin-left: 0;
    width: 100%;
    flex-direction: column;
    background: transparent;
    gap: 12px;
    margin-top: 20px;
  }
}
.requirement-content__accordions {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2px;
}
@media screen and (min-width: 700px) {
  .requirement-content__accordions {
    display: none !important;
  }
}
.requirement-content__accordions .accordion {
  background: #ECEFF6;
}
.requirement-content__accordions .accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
}
.requirement-content__accordions .accordion-btn svg {
  transition: 0.3s ease-in-out all;
}
.requirement-content__accordions .accordion-btn.active svg {
  transform: rotateZ(90deg);
}
.requirement-content__accordions .accordion-text {
  padding: 20px 20px 40px;
}
.requirement-content__accordions .accordion-text h3 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 12px;
}
.requirement-content__accordions .accordion-text ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.requirement-content__accordions .accordion-text ul ul {
  gap: 0;
}
.requirement-content__accordions .accordion-text li, .requirement-content__accordions .accordion-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.requirement-content__left {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .requirement-content__left {
    flex-direction: column;
    padding-top: 18px;
  }
}
@media screen and (max-width: 700px) {
  .requirement-content__left {
    display: none;
  }
}
.requirement-content__left .tab-head {
  width: 360px;
  flex-shrink: 0;
  border: 2px solid #ECEFF6;
}
@media screen and (max-width: 1100px) {
  .requirement-content__left .tab-head {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    display: flex;
    align-items: stretch;
    overflow-x: scroll;
    gap: 2px;
  }
  .requirement-content__left .tab-head::-webkit-scrollbar {
    display: none;
  }
}
.requirement-content__left .tab-head li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 24px 38px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 20px;
  color: rgba(70, 80, 104, 0.5);
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .requirement-content__left .tab-head li {
    width: 354px;
    flex-shrink: 0;
    justify-content: center;
    text-align: center;
    background: white;
  }
}
.requirement-content__left .tab-head li:not(:last-child) {
  border-bottom: 2px solid #ECEFF6;
}
.requirement-content__left .tab-head li img {
  display: none;
}
.requirement-content__left .tab-head li.active {
  background: #ECEFF6;
  color: #465068;
}
.requirement-content__left .tab-head li.active img {
  display: block;
}
@media screen and (max-width: 1100px) {
  .requirement-content__left .tab-head li.active img {
    display: none;
  }
}
.requirement-content__left .tab-body {
  width: 100%;
  background: #ECEFF6;
  height: 100%;
  padding: 44px 40px 40px;
}
@media screen and (max-width: 1100px) {
  .requirement-content__left .tab-body {
    padding: 36px;
  }
}
.requirement-content__left .tab-body:not(.active) {
  display: none;
}
.requirement-content__left .tab-body__item {
  padding-right: 25px;
  max-height: 620px;
  overflow-y: auto;
}
@media screen and (max-width: 1100px) {
  .requirement-content__left .tab-body__item {
    padding-right: 79px;
  }
}
.requirement-content__left .tab-body__item::-webkit-scrollbar {
  width: 2px;
}
.requirement-content__left .tab-body__item::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.8);
}
.requirement-content__left .tab-body__item::-webkit-scrollbar-thumb {
  background: #F92F43;
  cursor: pointer;
}
.requirement-content__left .tab-body h3 {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .requirement-content__left .tab-body h3 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.requirement-content__left .tab-body ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .requirement-content__left .tab-body ul {
    gap: 24px;
  }
}
.requirement-content__left .tab-body ul ul {
  gap: 0px;
}
.requirement-content__left .tab-body li, .requirement-content__left .tab-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.requirement-content__right {
  width: 500px;
  flex-shrink: 0;
  background: #465068;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1350px) {
  .requirement-content__right {
    width: 100%;
  }
}
.requirement-content__right .main-img {
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .requirement-content__right .main-img {
    height: 232px;
  }
}
@media screen and (max-width: 700px) {
  .requirement-content__right .main-img {
    height: 320px;
  }
}
.requirement-content__right .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.requirement-content__right-body {
  flex-shrink: 0;
  padding: 48px 40px 41px;
}
@media screen and (max-width: 1100px) {
  .requirement-content__right-body {
    padding: 36px;
  }
}
@media screen and (max-width: 700px) {
  .requirement-content__right-body {
    padding: 20px;
  }
}
.requirement-content__right-body p {
  font-size: 24px;
  line-height: 100%;
  color: white;
  display: flex;
  gap: 12px;
  letter-spacing: -0.3px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1100px) {
  .requirement-content__right-body p {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 700px) {
  .requirement-content__right-body p {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 198px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.requirement-content__right-body p img {
  flex-shrink: 0;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.form-treaning {
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .form-treaning {
    padding-top: 96px;
  }
}
@media screen and (max-width: 700px) {
  .form-treaning {
    padding-top: 60px;
  }
}
.form-treaning__content {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-top: 69px;
}
@media screen and (max-width: 1100px) {
  .form-treaning__content {
    flex-direction: column;
    gap: 20px;
  }
}
.form-treaning__content-left {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-left {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px 20px 36px;
    background: #ECEFF6;
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left {
    padding: 20px;
  }
}
.form-treaning__content-left .main-select {
  margin-bottom: 40px;
}
@media screen and (min-width: 700px) {
  .form-treaning__content-left .main-select {
    display: none;
  }
}
.form-treaning__content-left .tab-head {
  width: 360px;
  flex-shrink: 0;
  border: 2px solid #ECEFF6;
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-left .tab-head {
    width: 100%;
    display: flex;
    align-items: stretch;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left .tab-head {
    display: none;
  }
}
.form-treaning__content-left .tab-head li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  padding: 23px 0 23px 37px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgba(70, 80, 104, 0.5);
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-left .tab-head li {
    width: 50%;
    background: white;
    border: 0;
    padding: 25px;
    justify-content: center;
    text-align: center;
  }
}
.form-treaning__content-left .tab-head li:not(:last-child) {
  border-bottom: 2px solid #ECEFF6;
}
.form-treaning__content-left .tab-head li img {
  display: none;
}
.form-treaning__content-left .tab-head li.active {
  background: #ECEFF6;
  color: #465068;
}
.form-treaning__content-left .tab-head li.active img {
  display: block;
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-left .tab-head li.active img {
    display: none;
  }
}
.form-treaning__content-left .tab-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: #ECEFF6;
  padding: 44px 38px 41px 40px;
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-left .tab-body {
    padding: 0 0 0 36px;
  }
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left .tab-body {
    padding: 0;
    gap: 12px;
  }
}
.form-treaning__content-left .tab-body:not(.active) {
  display: none;
}
.form-treaning__content-left .tab-body h3 {
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left .tab-body h3 {
    font-size: 24px;
  }
}
.form-treaning__content-left .tab-body .text {
  list-style-type: disc;
  margin-left: 10px;
  margin-bottom: 42px;
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left .tab-body .text {
    margin: 0 0 20px 16px;
  }
}
.form-treaning__content-left .tab-body .text li {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left .tab-body .text li {
    font-size: 16px;
  }
}
.form-treaning__content-left .tab-body .text li::marker {
  font-size: 12px;
}
.form-treaning__content-left .tab-body .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-left .tab-body .list {
    width: calc(100% + 36px);
    margin-left: -36px;
  }
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left .tab-body .list {
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
}
.form-treaning__content-left .tab-body .list h4 {
  font-size: 28px;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left .tab-body .list h4 {
    font-size: 20px;
  }
}
.form-treaning__content-left .tab-body .list p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left .tab-body .list p {
    font-size: 16px;
    line-height: 130%;
  }
}
.form-treaning__content-left .tab-body .list li {
  width: 50%;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  background: white;
  padding: 27px;
}
@media screen and (max-width: 700px) {
  .form-treaning__content-left .tab-body .list li {
    width: 100%;
    order: 1;
    padding: 20px 20px 18px;
    min-height: 140px;
  }
  .form-treaning__content-left .tab-body .list li:nth-child(3) {
    order: 2;
  }
}
.form-treaning__content-left .tab-body .list li:first-child {
  background: #F92F43;
}
.form-treaning__content-left .tab-body .list li:first-child h4, .form-treaning__content-left .tab-body .list li:first-child p {
  color: white;
}
.form-treaning__content-left .tab-body .list li:last-child {
  background: #465068;
}
.form-treaning__content-left .tab-body .list li:last-child h4, .form-treaning__content-left .tab-body .list li:last-child p {
  color: white;
}
.form-treaning__content-right {
  width: 500px;
  flex-shrink: 0;
  background: #ECEFF6;
}
@media screen and (max-width: 1440px) {
  .form-treaning__content-right {
    width: 100%;
  }
}
.form-treaning__content-right .main-img {
  height: 340px;
}
@media screen and (max-width: 1440px) {
  .form-treaning__content-right .main-img {
    height: 700px;
  }
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-right .main-img {
    height: 338px;
  }
}
@media screen and (max-width: 700px) {
  .form-treaning__content-right .main-img {
    height: 274px;
  }
}
.form-treaning__content-right .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-treaning__content-right .text {
  background: #465068;
  font-size: 24px;
  line-height: 90%;
  color: white;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 36px 26px 38px;
}
@media screen and (max-width: 700px) {
  .form-treaning__content-right .text {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    font-size: 20px;
  }
}
.form-treaning__content-right .accordion:not(:last-child) {
  border-bottom: 2px solid white;
}
.form-treaning__content-right .accordion-wrap {
  padding: 17px 40px 34px 38px;
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-right .accordion-wrap {
    padding: 0;
  }
}
.form-treaning__content-right .accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 24px;
  padding: 20px 0;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-right .accordion-btn {
    padding: 36px;
  }
}
@media screen and (max-width: 700px) {
  .form-treaning__content-right .accordion-btn {
    padding: 20px;
    font-size: 20px;
    gap: 9px;
  }
}
.form-treaning__content-right .accordion-btn svg {
  transition: 0.3s ease-in-out all;
  flex-shrink: 0;
}
.form-treaning__content-right .accordion-btn.active svg {
  transform: rotateZ(90deg);
}
.form-treaning__content-right .accordion p {
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  padding-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .form-treaning__content-right .accordion p {
    padding: 0 36px 36px;
  }
}
@media screen and (max-width: 700px) {
  .form-treaning__content-right .accordion p {
    padding: 0 20px 20px;
    font-size: 16px;
    line-height: 130%;
  }
}/*# sourceMappingURL=style.css.map */

/* 31.07.2025 new styles vo pages */
.education-home__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #eceff6;
    padding: 40px 40px 40px 35px;
}
@media screen and (max-width: 1500px) {
    .education-home__container {
        padding: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home__container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
        width: 100%;
        padding: 36px 56px 146px;
        position: relative;
    }
}
@media screen and (max-width: 700px) {
    .education-home__container {
        padding: 40px 20px 110px;
    }
}
.education-home__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 26px;
}
@media screen and (max-width: 1100px) {
    .education-home__left {
        padding: 0;
        gap: 30px;
    }
}
@media screen and (max-width: 700px) {
    .education-home__left {
        gap: 20px;
    }
}
.education-home .title {
    font-weight: 700;
    font-size: 80px;
    line-height: 80%;
    letter-spacing: -0.01em;
    color: #465068;
    margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
    .education-home .title {
        font-size: 60px;
        margin-bottom: 22px;
        max-width: 400px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home .title {
        max-width: 100%;
        font-size: 66px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .education-home .title {
        font-size: 32px;
        margin-bottom: 20px;
    }
}
.education-home .subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #465068;
    margin-bottom: 79px;
    max-width: 482px;
}
@media screen and (max-width: 1500px) {
    .education-home .subtitle {
        max-width: 368px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home .subtitle {
        font-size: 20px;
        max-width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 700px) {
    .education-home .subtitle {
        font-size: 18px;
    }
}
.education-home .btn-red {
    max-width: 394px;
}
@media screen and (max-width: 1500px) {
    .education-home .btn-red {
        max-width: 300px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home .btn-red {
        position: absolute;
        bottom: 56px;
        left: 56px;
        width: calc(100% - 112px);
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .education-home .btn-red {
        bottom: 40px;
        left: 20px;
        width: calc(100% - 40px);
    }
}
.education-home__right {
    height: 500px;
}
@media screen and (max-width: 1500px) {
    .education-home__right {
        height: 382px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home__right {
        height: 456px;
    }
}
@media screen and (max-width: 700px) {
    .education-home__right {
        height: 222px;
    }
}
.education-home__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.direction {
    padding-top: 40px;
}
@media screen and (max-width: 1500px) {
    .direction {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .direction {
        padding-top: 58px;
    }
}
@media screen and (max-width: 700px) {
    .direction {
        padding-top: 40px;
    }
}
.direction-accordion__btn {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #eceff6;
    padding: 20px;
    background: white;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #465068;
    gap: 10px;
}
@media screen and (max-width: 700px) {
    .direction-accordion__btn {
        display: flex;
    }
}
.direction-accordion__btn svg {
    flex-shrink: 0;
}
.direction-accordion__list {
    display: flex;
    align-items: stretch;
}
@media screen and (max-width: 1100px) {
    .direction-accordion__list {
        flex-wrap: wrap;
        border-left: 2px solid #eceff6;
    }
}
@media screen and (max-width: 700px) {
    .direction-accordion__list {
        flex-direction: column;
        box-shadow: 0 4px 22px 0 #e4e8f1;
        background: #fff;
        padding: 10px 0;
        border: 0;
        display: none;
    }
}
.direction-accordion__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    border-bottom: 2px solid #eceff6;
    border-right: 2px solid #eceff6;
    border-top: 2px solid #eceff6;
    padding: 16px 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #465068;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1500px) {
    .direction-accordion__list li {
        font-size: 18px;
        border-bottom: 1.53px solid #eceff6;
        border-right: 1.53px solid #eceff6;
        border-top: 1.53px solid #eceff6;
        padding: 0 12px;
        height: 46px;
    }
}
@media screen and (min-width: 1100px) {
    .direction-accordion__list li {
        flex: 1 1 auto;
    }
}
@media screen and (max-width: 1100px) {
    .direction-accordion__list li {
        border-bottom: 2px solid #eceff6;
        border-right: 2px solid #eceff6;
        padding: 0 30px;
        height: 60px;
        margin-top: -2px;
        position: relative;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .direction-accordion__list li {
        border: 0 !important;
        justify-content: flex-start;
        text-align: left;
        font-size: 16px;
        line-height: 130%;
        padding: 10px 20px;
        font-weight: 400;
    }
}
.direction-accordion__list li:nth-child(1) {
    border-left: 2px solid #eceff6;
}
.direction-accordion__list li.active {
    background: #465068;
    color: white;
    border-color: #465068;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 700px) {
    .direction-accordion__list li.active {
        display: none;
    }
}
.direction-accordion.active .direction-accordion__btn svg {
    transform: rotateZ(180deg);
}
.direction-accordion.active .direction-accordion__list {
    display: flex;
}
.direction-card {
    min-height: 420px;
    position: relative;
    z-index: 1;
    background: #465068;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 1500px) {
    .direction-card {
        min-height: 320px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card {
        min-height: 367px;
        padding: 33px 33px 32px 35px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card {
        min-height: 503px;
        padding: 20px;
    }
}
.direction-card .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: multiply;
}
.direction-card__wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
}
@media screen and (max-width: 1500px) {
    .direction-card__wrap {
        gap: 16px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__wrap {
        gap: 20px;
        margin-top: 40px;
    }
}
.direction-card__head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
    .direction-card__head p {
        font-size: 13px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__head p {
        font-size: 15px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__head p {
        font-size: 12px;
        margin-bottom: 12px;
    }
}
.direction-card__head h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .direction-card__head h3 {
        font-size: 33px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__head h3 {
        font-size: 38px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__head h3 {
        font-size: 24px;
    }
}
.direction-card__head ul {
    display: none;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
@media screen and (max-width: 1500px) {
    .direction-card__head ul {
        gap: 12px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__head ul {
        gap: 16px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__head ul {
        gap: 20px;
        margin-top: 12px;
    }
}
.direction-card__head li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .direction-card__head li {
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__head li {
        font-size: 15px;
    }
}
.direction-card__head li b {
    display: inline;
    font-weight: 700;
}
.direction-card__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 700px) {
    .direction-card__bottom {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.direction-card__bottom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .direction-card__bottom p {
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__bottom p {
        font-size: 15px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__bottom p {
        font-size: 12px;
    }
}
.direction-card__bottom p b {
    font-weight: 700;
}
.direction-card__btn {
    display: flex;
    align-items: stretch;
    gap: 10px;
}
@media screen and (max-width: 700px) {
    .direction-card__btn {
        flex-wrap: wrap;
        width: 100%;
        gap: 8px;
    }
}
.direction-card__btn .btn-white {
    color: #465068;
    background: white;
}
@media screen and (max-width: 700px) {
    .direction-card__btn .btn-white {
        width: calc(100% - 43px);
        order: 1;
    }
}
.direction-card__btn a {
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 25px 14px 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
}
@media screen and (max-width: 1500px) {
    .direction-card__btn a {
        padding: 9px 19px 10px 19px;
        font-size: 13px;
        line-height: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__btn a {
        font-size: 15px;
        line-height: 19px;
        padding: 10px 21px 12px 21px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__btn a {
        font-size: 13px;
        padding: 9px 19px 10px 19px;
        line-height: 16px;
    }
}
.direction-card__btn .icon {
    display: none;
}
@media screen and (max-width: 1100px) {
    .direction-card__btn .icon {
        display: flex;
        width: 40px;
        padding: 0;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__btn .icon {
        width: 35px;
        height: 35px;
        order: 2;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__btn .btn-red {
        order: 3;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card.active {
        background: #ECEFF6;
    }
    .direction-card.active .bg-img {
        display: none;
    }
    .direction-card.active h3, .direction-card.active p {
        color: #465068;
    }
    .direction-card.active ul {
        display: flex;
    }
    .direction-card.active .btn-white {
        background: #465068;
        color: white;
    }
}
@media screen and (min-width: 1100px) {
    .direction-card:hover {
        background: #ECEFF6;
    }
    .direction-card:hover .bg-img {
        display: none;
    }
    .direction-card:hover h3, .direction-card:hover p {
        color: #465068;
    }
    .direction-card:hover ul {
        display: flex;
    }
    .direction-card:hover .btn-white {
        background: #465068;
        color: white;
    }
}

.institute-container {
    position: relative;
    z-index: 1;
}
.institute .section_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
@media screen and (max-width: 1100px) {
    .institute .section_title {
        position: relative;
        margin-bottom: 40px;
    }
}
.institute .bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
@media screen and (max-width: 1100px) {
    .institute .bg-img {
        display: none;
    }
}
.institute .list-wrap {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
    overflow-x: scroll;
}
.institute .list-wrap::-webkit-scrollbar {
    display: none;
}
.institute .list-item {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    max-width: 1272px;
}
@media screen and (max-width: 1500px) {
    .institute .list-item {
        max-width: 976px;
    }
}
@media screen and (max-width: 1100px) {
    .institute .list-item {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        gap: 20px;
    }
}
@media screen and (max-width: 700px) {
    .institute .list-item {
        width: 730px;
        min-width: 730px;
        max-width: 730px;
    }
}
.institute .list-card {
    width: 240px;
    height: 240px;
    position: relative;
    z-index: 1;
    padding: 16px;
}
@media screen and (max-width: 1500px) {
    .institute .list-card {
        width: 184px;
        height: 184px;
        padding: 12px;
    }
}
@media screen and (max-width: 1100px) {
    .institute .list-card {
        width: 230px;
        height: 230px;
        padding: 36px;
        flex-shrink: 0;
        order: 4;
    }
    .institute .list-card:nth-child(7) {
        order: 1;
    }
    .institute .list-card:nth-child(3) {
        order: 2;
    }
    .institute .list-card:last-child {
        order: 3;
    }
}
@media screen and (max-width: 850px) {
    .institute .list-card {
        width: calc(33.3333333333% - 13.3333333333px);
    }
}
@media screen and (max-width: 700px) {
    .institute .list-card {
        width: 230px;
        height: 175px;
        padding: 20px;
    }
}
.institute .list-card__wrap {
    display: flex;
    align-items: stretch;
    gap: 24px;
}
.institute .list-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}
.institute .list-card h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 8px;
}
@media screen and (max-width: 1500px) {
    .institute .list-card h3 {
        font-size: 36px;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 1100px) {
    .institute .list-card h3 {
        font-size: 48px;
        margin-bottom: 8px;
        white-space: nowrap;
    }
}
.institute .list-card p {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .institute .list-card p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1100px) {
    .institute .list-card p {
        font-size: 20px;
    }
}
.institute .list-card.bg-grey {
    background: #eceff6;
}
.institute .list-card.bg-grey h3 {
    color: #F92F43;
}
.institute .list-card.bg-grey p {
    color: #465068;
}
.institute .list-card.bg-red {
    box-shadow: 0 4px 21px 0 rgba(9, 12, 31, 0.1);
    background: #f92f43;
}
.institute .list-card.bg-red h3, .institute .list-card.bg-red p {
    color: white;
}
.institute .list-card.text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
    .institute .list-card.empty {
        display: none !important;
    }
}

.new-diploma {
    padding: 0 !important;
}
.new-diploma .diploma_in {
    margin-bottom: 40px;
}
.new-diploma .treaning-body p {
    gap: 9px;
}
.new-diploma .diploma_in {
    padding: 37px 40px 40px 40px;
    background: #465068;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_in {
        padding: 28px 31px 31px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_in {
        padding: 36px;
        gap: 36px;
        flex-direction: column;
        position: relative;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_in {
        padding: 20px;
    }
}
.new-diploma .diploma_left {
    width: 433px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        min-height: 384px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_left {
        width: 100%;
        position: static;
        min-height: auto;
    }
}
.new-diploma .diploma_left h6 {
    font-family: "Noah", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_left h6 {
        font-size: 36px;
        max-width: 389px;
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_left h6 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 24px;
        max-width: 100%;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_left h6 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
.new-diploma .diploma_left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_left p {
        font-size: 16px;
        max-width: 362px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_left p {
        max-width: 100%;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_left p {
        font-size: 16px;
    }
}
.new-diploma .diploma_left .btn-red {
    margin-top: 203px;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_left .btn-red {
        margin-top: 0;
        height: 46px;
        width: 321px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_left .btn-red {
        z-index: 2;
        margin-top: 0;
        position: absolute;
        bottom: 36px;
        left: 36px;
        width: calc(100% - 72px);
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_left .btn-red {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
    }
}
.new-diploma .diploma_right {
    position: relative;
}
.new-diploma .diploma_right .img_diploma_in {
    width: 586px;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_right .img_diploma_in {
        width: 447px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_right .img_diploma_in {
        width: 100%;
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_right .img_diploma_in {
        padding-bottom: 118px;
    }
}
.new-diploma .diploma_right .diploma_img {
    position: absolute;
    bottom: -98px;
    left: -302px;
    width: 434px;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_right .diploma_img {
        width: 331px;
        left: -231px;
        bottom: -75px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_right .diploma_img {
        left: 0;
        right: 0;
        bottom: -35px;
        margin: auto;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_right .diploma_img {
        width: 168px;
        bottom: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .inside {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .inside {
        padding-top: 60px;
    }
}
.inside .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
    margin: 40px 0 80px;
    max-width: 760px;
}
@media screen and (max-width: 1500px) {
    .inside .description {
        margin: 30px 0 64px;
        max-width: 580px;
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .inside .description {
        margin: 40px 0 20px;
        max-width: 692px;
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .inside .description {
        font-size: 16px;
        margin: 12px 0 20px;
    }
}
.inside-swp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
@media screen and (max-width: 1500px) {
    .inside-swp {
        gap: 23px;
    }
}
.inside-swp .swp-btn {
    flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
    .inside-swp .swp-btn {
        display: none;
    }
}
.inside-swp .swp-btn.swiper-button-disabled svg path {
    fill: #eceff6;
}
@media screen and (max-width: 1500px) {
    .inside-swp .swp-btn svg {
        width: 21px;
    }
}
.inside-swp .swiper-slide {
    height: 790px;
}
@media screen and (max-width: 1500px) {
    .inside-swp .swiper-slide {
        height: 603px;
    }
}
@media screen and (max-width: 1100px) {
    .inside-swp .swiper-slide {
        height: 380px;
    }
}
@media screen and (max-width: 700px) {
    .inside-swp .swiper-slide {
        height: 200px;
    }
}
.inside-swp .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.inside .swp-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin: 30px 0 40px;
}
@media screen and (max-width: 1500px) {
    .inside .swp-pagination {
        margin: 23px 0 30px;
        gap: 8px;
    }
}
@media screen and (max-width: 1100px) {
    .inside .swp-pagination {
        margin: 20px 0;
        gap: 10px;
    }
}
@media screen and (max-width: 700px) {
    .inside .swp-pagination {
        margin: 16px 0;
        gap: 8px;
    }
}
.inside .swp-pagination span {
    margin: 0 !important;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    width: 10px;
    height: 10px;
    background: #eceff6;
}
@media screen and (max-width: 1500px) {
    .inside .swp-pagination span {
        width: 8px;
        height: 8px;
    }
}
@media screen and (max-width: 1100px) {
    .inside .swp-pagination span {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 700px) {
    .inside .swp-pagination span {
        width: 8px;
        height: 8px;
    }
}
.inside .swp-pagination span.swiper-pagination-bullet-active {
    background: #465068;
}
.inside p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .inside p {
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .inside p {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .inside p {
        font-size: 14px;
    }
}

.map {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .map {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .map {
        padding-top: 92px;
    }
}
@media screen and (max-width: 700px) {
    .map {
        padding-top: 60px;
    }
}
.map-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 80px 0 40px;
}
@media screen and (max-width: 1500px) {
    .map-head {
        margin: 60px 0 30px;
    }
}
@media screen and (max-width: 1100px) {
    .map-head {
        gap: 60px 76px;
        flex-wrap: wrap;
        margin: 60px 0 40px;
    }
}
@media screen and (max-width: 700px) {
    .map-head {
        margin: 30px 0;
        gap: 24px;
    }
}
.map-head li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
@media screen and (max-width: 1500px) {
    .map-head li {
        width: 25%;
        gap: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .map-head li {
        width: calc(50% - 38px);
        align-items: flex-start;
    }
}
@media screen and (max-width: 700px) {
    .map-head li {
        width: 100%;
        gap: 16px;
    }
}
@media screen and (max-width: 1500px) {
    .map-head .icon {
        width: 52px;
    }
}
@media screen and (max-width: 700px) {
    .map-head .icon {
        width: 32px;
    }
}
.map-head h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .map-head h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1100px) {
    .map-head h3 {
        text-align: left;
    }
}
@media screen and (max-width: 700px) {
    .map-head h3 {
        font-size: 20px;
    }
    .map-head h3 br {
        display: none;
    }
}
.map-head .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .map-head .text {
        font-size: 22px;
    }
}
@media screen and (max-width: 700px) {
    .map-head .text {
        font-size: 16px;
        gap: 12px;
    }
}
.map-head .text .line {
    width: 2px;
    height: 24px;
    background: #F92F43;
    flex-shrink: 0;
}
.map-head .text span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.map iframe {
    width: 100%;
    height: 704px;
    filter: grayscale(100%);
}
@media screen and (max-width: 1100px) {
    .map iframe {
        height: 460px;
    }
}
@media screen and (max-width: 700px) {
    .map iframe {
        height: 280px;
    }
}

.new-figures .figures-foot {
    gap: 29px;
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-foot {
        flex-direction: column-reverse;
    }
}
.new-figures .figures-form {
    width: 50%;
    background: #ECEFF6;
    padding: 40px 40px 42px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form {
        padding: 30px 30px 32px;
    }
}
@media screen and (max-width: 1350px) {
    .new-figures .figures-form {
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form {
        padding: 36px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 32px 20px;
    }
}
.new-figures .figures-form h3 {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 31px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form h3 {
        font-size: 35px;
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form h3 {
        font-size: 40px;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
.new-figures .figures-form p {
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 93px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form p {
        font-size: 18px;
        margin-bottom: 69px;
    }
}
@media screen and (max-width: 1350px) {
    .new-figures .figures-form p {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form p {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form p {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-inp {
        height: 45px;
        font-size: 13px;
        padding: 0 24px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .form-inp {
        height: 60px;
        font-size: 18px;
        padding: 0 32px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-inp {
        height: 50px;
    }
}
.new-figures .figures-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 76px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-group {
        margin-bottom: 56px;
    }
}
@media screen and (max-width: 1350px) {
    .new-figures .figures-form .form-group {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .form-group {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-group {
        gap: 12px;
        margin-bottom: 12px;
    }
}
.new-figures .figures-form select {
    margin-bottom: 54px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/select-icon.svg");
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form select {
        margin-bottom: 41px;
    }
}
@media screen and (max-width: 1350px) {
    .new-figures .figures-form select {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form select {
        background-position: calc(100% - 20px) center;
        margin-bottom: 22px;
    }
}
.new-figures .figures-form .form-checkbox__wrap {
    display: flex;
    align-items: flex-start;
    gap: 23px;
    margin-bottom: 22px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-checkbox__wrap {
        margin-bottom: 17px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-checkbox__wrap {
        gap: 12px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-checkbox__wrap .icon {
        width: 22px;
        height: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .form-checkbox__wrap .icon {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-checkbox__wrap .icon {
        width: 16px;
        height: 16px;
    }
}
.new-figures .figures-form .form-checkbox__wrap p {
    margin: 0;
    max-width: 534px;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 8.21px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-checkbox__wrap p {
        max-width: 399px;
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .form-checkbox__wrap p {
        max-width: 534px;
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-checkbox__wrap p {
        font-size: 14px;
        padding: 0;
    }
}
.new-figures .figures-form .form-checkbox__wrap p a {
    display: inline;
    text-decoration: underline;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .btn-red {
        height: 45px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .btn-red {
        height: 60px;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .btn-red {
        height: 50px;
    }
}

@media screen and (max-width: 1500px) {
    .new-home .container {
        padding: 0;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .container {
        width: 100%;
    }
}
.new-home .home-content {
    margin: 0;
    align-items: stretch;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content {
        padding: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content {
        padding: 36px 56px 146px;
        position: relative;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content {
        padding: 40px 20px 90px;
    }
}
.new-home .home-content__left {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .breadcrumb {
        margin-bottom: 46px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left .breadcrumb {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left .breadcrumb {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .home-link {
        display: none;
    }
}
.new-home .home-content__left .subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #465068;
    margin-bottom: 15px;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left .subtitle {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left .subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left h2 {
        font-size: 60px;
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left h2 {
        font-size: 66px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}
.new-home .home-content__left .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #465068;
    max-width: 577px;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .description {
        font-size: 15px;
        max-width: 490px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left .description {
        max-width: 100%;
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left .description {
        font-size: 18px;
    }
}
.new-home .home-content__left .btn-red {
    width: 394px;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .btn-red {
        font-size: 18px;
        width: 300px;
        height: 48px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left .btn-red {
        position: absolute;
        bottom: 56px;
        left: 56px;
        width: calc(100% - 112px);
        font-size: 24px;
        height: 60px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left .btn-red {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: 50px;
        font-size: 16px;
    }
}
.new-home .home-content__right {
    height: 500px;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__right {
        height: 382px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__right {
        height: 456px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__right {
        height: 222px;
    }
}
.new-home .home-content__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.new-treaning .accordion-body__item {
    display: flex;
    align-items: flex-start;
    gap: 49px;
}
@media screen and (max-width: 1500px) {
    .new-treaning .accordion-body__item {
        flex-direction: column;
        gap: 20px;
    }
}
.new-treaning .accordion-body__item ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style-type: none;
}
.new-treaning .accordion-body__item li {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .new-treaning .accordion-body__item li {
        font-size: 16px;
    }
}

.new-requirement .requirement-content {
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin-top: 70px;
}
@media screen and (max-width: 1350px) {
    .new-requirement .requirement-content {
        flex-direction: column-reverse;
        gap: 0px;
        background: #ECEFF6;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 20px 20px 0;
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content {
        padding: 0;
        margin-left: 0;
        width: 100%;
        flex-direction: column;
        background: transparent;
        gap: 12px;
        margin-top: 20px;
    }
}
.new-requirement .requirement-content__accordions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2px;
}
@media screen and (min-width: 700px) {
    .new-requirement .requirement-content__accordions {
        display: none !important;
    }
}
.new-requirement .requirement-content__accordions .accordion {
    background: #ECEFF6;
}
.new-requirement .requirement-content__accordions .accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
}
.new-requirement .requirement-content__accordions .accordion-btn svg {
    transition: 0.3s ease-in-out all;
}
.new-requirement .requirement-content__accordions .accordion-btn.active svg {
    transform: rotateZ(90deg);
}
.new-requirement .requirement-content__accordions .accordion-text {
    padding: 20px 20px 40px;
}
.new-requirement .requirement-content__accordions .accordion-text h3 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 12px;
}
.new-requirement .requirement-content__accordions .accordion-text ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.new-requirement .requirement-content__accordions .accordion-text ul ul {
    gap: 0;
}
.new-requirement .requirement-content__accordions .accordion-text li, .new-requirement .requirement-content__accordions .accordion-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.new-requirement .requirement-content__left {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left {
        flex-direction: column;
        padding-top: 18px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content__left {
        display: none;
    }
}
.new-requirement .requirement-content__left .tab-head {
    width: 360px;
    flex-shrink: 0;
    border: 2px solid #ECEFF6;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__left .tab-head {
        width: 275px;
    }
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-head {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        display: flex;
        align-items: stretch;
        overflow-x: scroll;
        gap: 2px;
    }
    .new-requirement .requirement-content__left .tab-head::-webkit-scrollbar {
        display: none;
    }
}
.new-requirement .requirement-content__left .tab-head li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0 24px 38px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: 20px;
    color: rgba(70, 80, 104, 0.5);
    font-size: 24px;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__left .tab-head li {
        font-size: 18px;
        padding: 19px 0 10px 29px;
    }
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-head li {
        width: 354px;
        flex-shrink: 0;
        justify-content: center;
        text-align: center;
        background: white;
    }
}
.new-requirement .requirement-content__left .tab-head li:not(:last-child) {
    border-bottom: 2px solid #ECEFF6;
}
.new-requirement .requirement-content__left .tab-head li img {
    display: none;
}
.new-requirement .requirement-content__left .tab-head li.active {
    background: #ECEFF6;
    color: #465068;
}
.new-requirement .requirement-content__left .tab-head li.active img {
    display: block;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-head li.active img {
        display: none;
    }
}
.new-requirement .requirement-content__left .tab-body {
    width: 100%;
    background: #ECEFF6;
    height: 100%;
    padding: 44px 40px 40px;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-body {
        padding: 36px;
    }
}
.new-requirement .requirement-content__left .tab-body:not(.active) {
    display: none;
}
.new-requirement .requirement-content__left .tab-body__item {
    padding-right: 25px;
    max-height: 620px;
    overflow-y: auto;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-body__item {
        padding-right: 79px;
    }
}
.new-requirement .requirement-content__left .tab-body__item::-webkit-scrollbar {
    width: 2px;
}
.new-requirement .requirement-content__left .tab-body__item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.8);
}
.new-requirement .requirement-content__left .tab-body__item::-webkit-scrollbar-thumb {
    background: #F92F43;
    cursor: pointer;
}
.new-requirement .requirement-content__left .tab-body h3 {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-body h3 {
        font-size: 40px;
        margin-bottom: 24px;
    }
}
.new-requirement .requirement-content__left .tab-body ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-body ul {
        gap: 24px;
    }
}
.new-requirement .requirement-content__left .tab-body ul ul {
    gap: 0px;
}
.new-requirement .requirement-content__left .tab-body li, .new-requirement .requirement-content__left .tab-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
.new-requirement .requirement-content__right {
    width: 500px;
    flex-shrink: 0;
    background: #465068;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right {
        width: 380px;
    }
}
@media screen and (max-width: 1350px) {
    .new-requirement .requirement-content__right {
        width: 100%;
    }
}
.new-requirement .requirement-content__right .main-img {
    height: 100%;
}
@media screen and (max-width: 1350px) {
    .new-requirement .requirement-content__right .main-img {
        height: 232px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content__right .main-img {
        height: 320px;
    }
}
.new-requirement .requirement-content__right .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.new-requirement .requirement-content__right-body {
    flex-shrink: 0;
    padding: 48px 40px 41px;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right-body {
        padding: 31px 31px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__right-body {
        padding: 36px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content__right-body {
        padding: 20px;
    }
}
.new-requirement .requirement-content__right-body p {
    font-size: 24px;
    line-height: 100%;
    color: white;
    display: flex;
    gap: 12px;
    letter-spacing: -0.3px;
    margin-bottom: 45px;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right-body p {
        font-size: 18px;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__right-body p {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content__right-body p {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        max-width: 198px;
        margin-bottom: 20px;
        font-size: 20px;
    }
}
.new-requirement .requirement-content__right-body p img {
    flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right-body p img {
        width: 26px;
    }
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right-body p .btn-red {
        height: 46px;
        font-size: 18px;
    }
}/*# sourceMappingURL=style.css.map */
.education-home__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #eceff6;
    padding: 40px 40px 40px 35px;
}
@media screen and (max-width: 1500px) {
    .education-home__container {
        padding: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home__container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
        width: 100%;
        padding: 36px 56px 146px;
        position: relative;
    }
}
@media screen and (max-width: 700px) {
    .education-home__container {
        padding: 40px 20px 110px;
    }
}
.education-home__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 26px;
}
@media screen and (max-width: 1100px) {
    .education-home__left {
        padding: 0;
        gap: 30px;
    }
}
@media screen and (max-width: 700px) {
    .education-home__left {
        gap: 20px;
    }
}
.education-home .title {
    font-weight: 700;
    font-size: 80px;
    line-height: 80%;
    letter-spacing: -0.01em;
    color: #465068;
    margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
    .education-home .title {
        font-size: 60px;
        margin-bottom: 22px;
        max-width: 400px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home .title {
        max-width: 100%;
        font-size: 66px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .education-home .title {
        font-size: 32px;
        margin-bottom: 20px;
    }
}
.education-home .subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #465068;
    margin-bottom: 79px;
    max-width: 482px;
}
@media screen and (max-width: 1500px) {
    .education-home .subtitle {
        max-width: 368px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home .subtitle {
        font-size: 20px;
        max-width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 700px) {
    .education-home .subtitle {
        font-size: 18px;
    }
}
.education-home .btn-red {
    max-width: 394px;
}
@media screen and (max-width: 1500px) {
    .education-home .btn-red {
        max-width: 300px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home .btn-red {
        position: absolute;
        bottom: 56px;
        left: 56px;
        width: calc(100% - 112px);
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .education-home .btn-red {
        bottom: 40px;
        left: 20px;
        width: calc(100% - 40px);
    }
}
.education-home__right {
    height: 500px;
}
@media screen and (max-width: 1500px) {
    .education-home__right {
        height: 382px;
    }
}
@media screen and (max-width: 1100px) {
    .education-home__right {
        height: 456px;
    }
}
@media screen and (max-width: 700px) {
    .education-home__right {
        height: 222px;
    }
}
.education-home__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.direction {
    padding-top: 40px;
}
@media screen and (max-width: 1500px) {
    .direction {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .direction {
        padding-top: 58px;
    }
}
@media screen and (max-width: 700px) {
    .direction {
        padding-top: 40px;
    }
}
.direction-accordion__btn {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #eceff6;
    padding: 20px;
    background: white;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #465068;
    gap: 10px;
}
@media screen and (max-width: 700px) {
    .direction-accordion__btn {
        display: flex;
    }
}
.direction-accordion__btn svg {
    flex-shrink: 0;
}
.direction-accordion__list {
    display: flex;
    align-items: stretch;
}
@media screen and (max-width: 1100px) {
    .direction-accordion__list {
        flex-wrap: wrap;
        border-left: 2px solid #eceff6;
    }
}
@media screen and (max-width: 700px) {
    .direction-accordion__list {
        flex-direction: column;
        box-shadow: 0 4px 22px 0 #e4e8f1;
        background: #fff;
        padding: 10px 0;
        border: 0;
        display: none;
    }
}
.direction-accordion__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    border-bottom: 2px solid #eceff6;
    border-right: 2px solid #eceff6;
    border-top: 2px solid #eceff6;
    padding: 16px 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #465068;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1500px) {
    .direction-accordion__list li {
        font-size: 18px;
        border-bottom: 1.53px solid #eceff6;
        border-right: 1.53px solid #eceff6;
        border-top: 1.53px solid #eceff6;
        padding: 0 12px;
        height: 46px;
    }
}
@media screen and (min-width: 1100px) {
    .direction-accordion__list li {
        flex: 1 1 auto;
    }
}
@media screen and (max-width: 1100px) {
    .direction-accordion__list li {
        border-bottom: 2px solid #eceff6;
        border-right: 2px solid #eceff6;
        padding: 0 30px;
        height: 60px;
        margin-top: -2px;
        position: relative;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .direction-accordion__list li {
        border: 0 !important;
        justify-content: flex-start;
        text-align: left;
        font-size: 16px;
        line-height: 130%;
        padding: 10px 20px;
        font-weight: 400;
    }
}
.direction-accordion__list li:nth-child(1) {
    border-left: 2px solid #eceff6;
}
.direction-accordion__list li.active {
    background: #465068;
    color: white;
    border-color: #465068;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 700px) {
    .direction-accordion__list li.active {
        display: none;
    }
}
.direction-accordion.active .direction-accordion__btn svg {
    transform: rotateZ(180deg);
}
.direction-accordion.active .direction-accordion__list {
    display: flex;
}
.direction-card {
    min-height: 420px;
    position: relative;
    z-index: 1;
    background: #465068;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 1500px) {
    .direction-card {
        min-height: 320px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card {
        min-height: 367px;
        padding: 33px 33px 32px 35px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card {
        min-height: 503px;
        padding: 20px;
    }
}
.direction-card .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: multiply;
}
.direction-card__wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
}
@media screen and (max-width: 1500px) {
    .direction-card__wrap {
        gap: 16px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__wrap {
        gap: 20px;
        margin-top: 40px;
    }
}
.direction-card__head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
    .direction-card__head p {
        font-size: 13px;
        margin-bottom: 7px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__head p {
        font-size: 15px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__head p {
        font-size: 12px;
        margin-bottom: 12px;
    }
}
.direction-card__head h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .direction-card__head h3 {
        font-size: 33px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__head h3 {
        font-size: 38px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__head h3 {
        font-size: 24px;
    }
}
.direction-card__head ul {
    display: none;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
@media screen and (max-width: 1500px) {
    .direction-card__head ul {
        gap: 12px;
        margin-top: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__head ul {
        gap: 16px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__head ul {
        gap: 20px;
        margin-top: 12px;
    }
}
.direction-card__head li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .direction-card__head li {
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__head li {
        font-size: 15px;
    }
}
.direction-card__head li b {
    display: inline;
    font-weight: 700;
}
.direction-card__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 700px) {
    .direction-card__bottom {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.direction-card__bottom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .direction-card__bottom p {
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__bottom p {
        font-size: 15px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__bottom p {
        font-size: 12px;
    }
}
.direction-card__bottom p b {
    font-weight: 700;
}
.direction-card__btn {
    display: flex;
    align-items: stretch;
    gap: 10px;
}
@media screen and (max-width: 700px) {
    .direction-card__btn {
        flex-wrap: wrap;
        width: 100%;
        gap: 8px;
    }
}
.direction-card__btn .btn-white {
    color: #465068;
    background: white;
}
@media screen and (max-width: 700px) {
    .direction-card__btn .btn-white {
        width: calc(100% - 43px);
        order: 1;
    }
}
.direction-card__btn a {
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 25px 14px 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
}
@media screen and (max-width: 1500px) {
    .direction-card__btn a {
        padding: 9px 19px 10px 19px;
        font-size: 13px;
        line-height: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card__btn a {
        font-size: 15px;
        line-height: 19px;
        padding: 10px 21px 12px 21px;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__btn a {
        font-size: 13px;
        padding: 9px 19px 10px 19px;
        line-height: 16px;
    }
}
.direction-card__btn .icon {
    display: none;
}
@media screen and (max-width: 1100px) {
    .direction-card__btn .icon {
        display: flex;
        width: 40px;
        padding: 0;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__btn .icon {
        width: 35px;
        height: 35px;
        order: 2;
    }
}
@media screen and (max-width: 700px) {
    .direction-card__btn .btn-red {
        order: 3;
    }
}
@media screen and (max-width: 1100px) {
    .direction-card.active {
        background: #ECEFF6;
    }
    .direction-card.active .bg-img {
        display: none;
    }
    .direction-card.active h3, .direction-card.active p {
        color: #465068;
    }
    .direction-card.active ul {
        display: flex;
    }
    .direction-card.active .btn-white {
        background: #465068;
        color: white;
    }
}
@media screen and (min-width: 1100px) {
    .direction-card:hover {
        background: #ECEFF6;
    }
    .direction-card:hover .bg-img {
        display: none;
    }
    .direction-card:hover h3, .direction-card:hover p {
        color: #465068;
    }
    .direction-card:hover ul {
        display: flex;
    }
    .direction-card:hover .btn-white {
        background: #465068;
        color: white;
    }
}

.institute-container {
    position: relative;
    z-index: 1;
}
.institute .section_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
@media screen and (max-width: 1100px) {
    .institute .section_title {
        position: relative;
        margin-bottom: 40px;
    }
}
.institute .bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
@media screen and (max-width: 1100px) {
    .institute .bg-img {
        display: none;
    }
}
.institute .list-wrap {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
    overflow-x: scroll;
}
.institute .list-wrap::-webkit-scrollbar {
    display: none;
}
.institute .list-item {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    max-width: 1272px;
}
@media screen and (max-width: 1500px) {
    .institute .list-item {
        max-width: 976px;
    }
}
@media screen and (max-width: 1100px) {
    .institute .list-item {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        gap: 20px;
    }
}
@media screen and (max-width: 700px) {
    .institute .list-item {
        width: 730px;
        min-width: 730px;
        max-width: 730px;
    }
}
.institute .list-card {
    width: 240px;
    height: 240px;
    position: relative;
    z-index: 1;
    padding: 16px;
}
@media screen and (max-width: 1500px) {
    .institute .list-card {
        width: 184px;
        height: 184px;
        padding: 12px;
    }
}
@media screen and (max-width: 1100px) {
    .institute .list-card {
        width: 230px;
        height: 230px;
        padding: 36px;
        flex-shrink: 0;
        order: 4;
    }
    .institute .list-card:nth-child(7) {
        order: 1;
    }
    .institute .list-card:nth-child(3) {
        order: 2;
    }
    .institute .list-card:last-child {
        order: 3;
    }
}
@media screen and (max-width: 850px) {
    .institute .list-card {
        width: calc(33.3333333333% - 13.3333333333px);
    }
}
@media screen and (max-width: 700px) {
    .institute .list-card {
        width: 230px;
        height: 175px;
        padding: 20px;
    }
}
.institute .list-card__wrap {
    display: flex;
    align-items: stretch;
    gap: 24px;
}
.institute .list-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}
.institute .list-card h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 8px;
}
@media screen and (max-width: 1500px) {
    .institute .list-card h3 {
        font-size: 36px;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 1100px) {
    .institute .list-card h3 {
        font-size: 48px;
        margin-bottom: 8px;
        white-space: nowrap;
    }
}
.institute .list-card p {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .institute .list-card p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1100px) {
    .institute .list-card p {
        font-size: 20px;
    }
}
.institute .list-card.bg-grey {
    background: #eceff6;
}
.institute .list-card.bg-grey h3 {
    color: #F92F43;
}
.institute .list-card.bg-grey p {
    color: #465068;
}
.institute .list-card.bg-red {
    box-shadow: 0 4px 21px 0 rgba(9, 12, 31, 0.1);
    background: #f92f43;
}
.institute .list-card.bg-red h3, .institute .list-card.bg-red p {
    color: white;
}
.institute .list-card.text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
    .institute .list-card.empty {
        display: none !important;
    }
}

.new-diploma {
    padding: 0 !important;
}
.new-diploma .diploma_in {
    margin-bottom: 40px;
}
.new-diploma .treaning-body p {
    gap: 9px;
}
.new-diploma .diploma_in {
    padding: 37px 40px 40px 40px;
    background: #465068;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_in {
        padding: 28px 31px 31px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_in {
        padding: 36px;
        gap: 36px;
        flex-direction: column;
        position: relative;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_in {
        padding: 20px;
    }
}
.new-diploma .diploma_left {
    width: 433px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        min-height: 384px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_left {
        width: 100%;
        position: static;
        min-height: auto;
    }
}
.new-diploma .diploma_left h6 {
    font-family: "Noah", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_left h6 {
        font-size: 36px;
        max-width: 389px;
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_left h6 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 24px;
        max-width: 100%;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_left h6 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
.new-diploma .diploma_left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_left p {
        font-size: 16px;
        max-width: 362px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_left p {
        max-width: 100%;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_left p {
        font-size: 16px;
    }
}
.new-diploma .diploma_left .btn-red {
    margin-top: 203px;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_left .btn-red {
        margin-top: 0;
        height: 46px;
        width: 321px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_left .btn-red {
        z-index: 2;
        margin-top: 0;
        position: absolute;
        bottom: 36px;
        left: 36px;
        width: calc(100% - 72px);
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_left .btn-red {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
    }
}
.new-diploma .diploma_right {
    position: relative;
}
.new-diploma .diploma_right .img_diploma_in {
    width: 586px;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_right .img_diploma_in {
        width: 447px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_right .img_diploma_in {
        width: 100%;
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_right .img_diploma_in {
        padding-bottom: 118px;
    }
}
.new-diploma .diploma_right .diploma_img {
    position: absolute;
    bottom: -98px;
    left: -302px;
    width: 434px;
}
@media screen and (max-width: 1500px) {
    .new-diploma .diploma_right .diploma_img {
        width: 331px;
        left: -231px;
        bottom: -75px;
    }
}
@media screen and (max-width: 1100px) {
    .new-diploma .diploma_right .diploma_img {
        left: 0;
        right: 0;
        bottom: -35px;
        margin: auto;
    }
}
@media screen and (max-width: 993px) {
    .new-diploma .diploma_right .diploma_img {
        width: 168px;
        bottom: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .inside {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .inside {
        padding-top: 60px;
    }
}
.inside .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
    margin: 40px 0 80px;
    max-width: 760px;
}
@media screen and (max-width: 1500px) {
    .inside .description {
        margin: 30px 0 64px;
        max-width: 580px;
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .inside .description {
        margin: 40px 0 20px;
        max-width: 692px;
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .inside .description {
        font-size: 16px;
        margin: 12px 0 20px;
    }
}
.inside-swp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
@media screen and (max-width: 1500px) {
    .inside-swp {
        gap: 23px;
    }
}
.inside-swp .swp-btn {
    flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
    .inside-swp .swp-btn {
        display: none;
    }
}
.inside-swp .swp-btn.swiper-button-disabled svg path {
    fill: #eceff6;
}
@media screen and (max-width: 1500px) {
    .inside-swp .swp-btn svg {
        width: 21px;
    }
}
.inside-swp .swiper-slide {
    height: 790px;
}
@media screen and (max-width: 1500px) {
    .inside-swp .swiper-slide {
        height: 603px;
    }
}
@media screen and (max-width: 1100px) {
    .inside-swp .swiper-slide {
        height: 380px;
    }
}
@media screen and (max-width: 700px) {
    .inside-swp .swiper-slide {
        height: 200px;
    }
}
.inside-swp .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.inside .swp-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin: 30px 0 40px;
}
@media screen and (max-width: 1500px) {
    .inside .swp-pagination {
        margin: 23px 0 30px;
        gap: 8px;
    }
}
@media screen and (max-width: 1100px) {
    .inside .swp-pagination {
        margin: 20px 0;
        gap: 10px;
    }
}
@media screen and (max-width: 700px) {
    .inside .swp-pagination {
        margin: 16px 0;
        gap: 8px;
    }
}
.inside .swp-pagination span {
    margin: 0 !important;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    width: 10px;
    height: 10px;
    background: #eceff6;
}
@media screen and (max-width: 1500px) {
    .inside .swp-pagination span {
        width: 8px;
        height: 8px;
    }
}
@media screen and (max-width: 1100px) {
    .inside .swp-pagination span {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 700px) {
    .inside .swp-pagination span {
        width: 8px;
        height: 8px;
    }
}
.inside .swp-pagination span.swiper-pagination-bullet-active {
    background: #465068;
}
.inside p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .inside p {
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .inside p {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .inside p {
        font-size: 14px;
    }
}

.map {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .map {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .map {
        padding-top: 92px;
    }
}
@media screen and (max-width: 700px) {
    .map {
        padding-top: 60px;
    }
}
.map-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 80px 0 40px;
}
@media screen and (max-width: 1500px) {
    .map-head {
        margin: 60px 0 30px;
    }
}
@media screen and (max-width: 1100px) {
    .map-head {
        gap: 60px 76px;
        flex-wrap: wrap;
        margin: 60px 0 40px;
    }
}
@media screen and (max-width: 700px) {
    .map-head {
        margin: 30px 0;
        gap: 24px;
    }
}
.map-head li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
@media screen and (max-width: 1500px) {
    .map-head li {
        width: 25%;
        gap: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .map-head li {
        width: calc(50% - 38px);
        align-items: flex-start;
    }
}
@media screen and (max-width: 700px) {
    .map-head li {
        width: 100%;
        gap: 16px;
    }
}
@media screen and (max-width: 1500px) {
    .map-head .icon {
        width: 52px;
    }
}
@media screen and (max-width: 700px) {
    .map-head .icon {
        width: 32px;
    }
}
.map-head h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .map-head h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1100px) {
    .map-head h3 {
        text-align: left;
    }
}
@media screen and (max-width: 700px) {
    .map-head h3 {
        font-size: 20px;
    }
    .map-head h3 br {
        display: none;
    }
}
.map-head .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .map-head .text {
        font-size: 22px;
    }
}
@media screen and (max-width: 700px) {
    .map-head .text {
        font-size: 16px;
        gap: 12px;
    }
}
.map-head .text .line {
    width: 2px;
    height: 24px;
    background: #F92F43;
    flex-shrink: 0;
}
.map-head .text span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.map iframe {
    width: 100%;
    height: 704px;
    filter: grayscale(100%);
}
@media screen and (max-width: 1100px) {
    .map iframe {
        height: 460px;
    }
}
@media screen and (max-width: 700px) {
    .map iframe {
        height: 280px;
    }
}

.new-figures .figures-foot {
    gap: 29px;
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-foot {
        flex-direction: column-reverse;
    }
}
.new-figures .figures-form {
    width: 50%;
    background: #ECEFF6;
    padding: 40px 40px 42px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form {
        padding: 30px 30px 32px;
    }
}
@media screen and (max-width: 1350px) {
    .new-figures .figures-form {
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form {
        padding: 36px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 32px 20px;
    }
}
.new-figures .figures-form h3 {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 31px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form h3 {
        font-size: 35px;
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form h3 {
        font-size: 40px;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
.new-figures .figures-form p {
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 93px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form p {
        font-size: 18px;
        margin-bottom: 69px;
    }
}
@media screen and (max-width: 1350px) {
    .new-figures .figures-form p {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form p {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form p {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-inp {
        height: 45px;
        font-size: 13px;
        padding: 0 24px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .form-inp {
        height: 60px;
        font-size: 18px;
        padding: 0 32px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-inp {
        height: 50px;
    }
}
.new-figures .figures-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 76px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-group {
        margin-bottom: 56px;
    }
}
@media screen and (max-width: 1350px) {
    .new-figures .figures-form .form-group {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .form-group {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-group {
        gap: 12px;
        margin-bottom: 12px;
    }
}
.new-figures .figures-form select {
    margin-bottom: 54px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/select-icon.svg");
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form select {
        margin-bottom: 41px;
    }
}
@media screen and (max-width: 1350px) {
    .new-figures .figures-form select {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form select {
        background-position: calc(100% - 20px) center;
        margin-bottom: 22px;
    }
}
.new-figures .figures-form .form-checkbox__wrap {
    display: flex;
    align-items: flex-start;
    gap: 23px;
    margin-bottom: 22px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-checkbox__wrap {
        margin-bottom: 17px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-checkbox__wrap {
        gap: 12px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-checkbox__wrap .icon {
        width: 22px;
        height: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .form-checkbox__wrap .icon {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-checkbox__wrap .icon {
        width: 16px;
        height: 16px;
    }
}
.new-figures .figures-form .form-checkbox__wrap p {
    margin: 0;
    max-width: 534px;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    padding-top: 8.21px;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .form-checkbox__wrap p {
        max-width: 399px;
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .form-checkbox__wrap p {
        max-width: 534px;
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .form-checkbox__wrap p {
        font-size: 14px;
        padding: 0;
    }
}
.new-figures .figures-form .form-checkbox__wrap p a {
    display: inline;
    text-decoration: underline;
}
@media screen and (max-width: 1500px) {
    .new-figures .figures-form .btn-red {
        height: 45px;
    }
}
@media screen and (max-width: 1100px) {
    .new-figures .figures-form .btn-red {
        height: 60px;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .new-figures .figures-form .btn-red {
        height: 50px;
    }
}

@media screen and (max-width: 1500px) {
    .new-home .container {
        padding: 0;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .container {
        width: 100%;
    }
}
.new-home .home-content {
    margin: 0;
    align-items: stretch;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content {
        padding: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content {
        padding: 36px 56px 146px;
        position: relative;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content {
        padding: 40px 20px 90px;
    }
}
.new-home .home-content__left {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .breadcrumb {
        margin-bottom: 46px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left .breadcrumb {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left .breadcrumb {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .home-link {
        display: none;
    }
}
.new-home .home-content__left .subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #465068;
    margin-bottom: 15px;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left .subtitle {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left .subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left h2 {
        font-size: 60px;
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left h2 {
        font-size: 66px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}
.new-home .home-content__left .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #465068;
    max-width: 577px;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .description {
        font-size: 15px;
        max-width: 490px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left .description {
        max-width: 100%;
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left .description {
        font-size: 18px;
    }
}
.new-home .home-content__left .btn-red {
    width: 394px;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__left .btn-red {
        font-size: 18px;
        width: 300px;
        height: 48px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__left .btn-red {
        position: absolute;
        bottom: 56px;
        left: 56px;
        width: calc(100% - 112px);
        font-size: 24px;
        height: 60px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__left .btn-red {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: 50px;
        font-size: 16px;
    }
}
.new-home .home-content__right {
    height: 500px;
}
@media screen and (max-width: 1500px) {
    .new-home .home-content__right {
        height: 382px;
    }
}
@media screen and (max-width: 1100px) {
    .new-home .home-content__right {
        height: 456px;
    }
}
@media screen and (max-width: 700px) {
    .new-home .home-content__right {
        height: 222px;
    }
}
.new-home .home-content__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.new-treaning .accordion-body__item {
    display: flex;
    align-items: flex-start;
    gap: 49px;
}
@media screen and (max-width: 1500px) {
    .new-treaning .accordion-body__item {
        flex-direction: column;
        gap: 20px;
    }
}
.new-treaning .accordion-body__item ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style-type: none;
}
.new-treaning .accordion-body__item li {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .new-treaning .accordion-body__item li {
        font-size: 16px;
    }
}

.new-requirement .requirement-content {
    display: flex;
    align-items: stretch;
    gap: 40px;
    margin-top: 70px;
}
@media screen and (max-width: 1350px) {
    .new-requirement .requirement-content {
        flex-direction: column-reverse;
        gap: 0px;
        background: #ECEFF6;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 20px 20px 0;
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content {
        padding: 0;
        margin-left: 0;
        width: 100%;
        flex-direction: column;
        background: transparent;
        gap: 12px;
        margin-top: 20px;
    }
}
.new-requirement .requirement-content__accordions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2px;
}
@media screen and (min-width: 700px) {
    .new-requirement .requirement-content__accordions {
        display: none !important;
    }
}
.new-requirement .requirement-content__accordions .accordion {
    background: #ECEFF6;
}
.new-requirement .requirement-content__accordions .accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
}
.new-requirement .requirement-content__accordions .accordion-btn svg {
    transition: 0.3s ease-in-out all;
}
.new-requirement .requirement-content__accordions .accordion-btn.active svg {
    transform: rotateZ(90deg);
}
.new-requirement .requirement-content__accordions .accordion-text {
    padding: 20px 20px 40px;
}
.new-requirement .requirement-content__accordions .accordion-text h3 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 12px;
}
.new-requirement .requirement-content__accordions .accordion-text ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.new-requirement .requirement-content__accordions .accordion-text ul ul {
    gap: 0;
}
.new-requirement .requirement-content__accordions .accordion-text li, .new-requirement .requirement-content__accordions .accordion-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.new-requirement .requirement-content__left {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left {
        flex-direction: column;
        padding-top: 18px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content__left {
        display: none;
    }
}
.new-requirement .requirement-content__left .tab-head {
    width: 360px;
    flex-shrink: 0;
    border: 2px solid #ECEFF6;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__left .tab-head {
        width: 275px;
    }
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-head {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        display: flex;
        align-items: stretch;
        overflow-x: scroll;
        gap: 2px;
    }
    .new-requirement .requirement-content__left .tab-head::-webkit-scrollbar {
        display: none;
    }
}
.new-requirement .requirement-content__left .tab-head li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0 24px 38px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: 20px;
    color: rgba(70, 80, 104, 0.5);
    font-size: 24px;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__left .tab-head li {
        font-size: 18px;
        padding: 19px 0 10px 29px;
    }
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-head li {
        width: 354px;
        flex-shrink: 0;
        justify-content: center;
        text-align: center;
        background: white;
    }
}
.new-requirement .requirement-content__left .tab-head li:not(:last-child) {
    border-bottom: 2px solid #ECEFF6;
}
.new-requirement .requirement-content__left .tab-head li img {
    display: none;
}
.new-requirement .requirement-content__left .tab-head li.active {
    background: #ECEFF6;
    color: #465068;
}
.new-requirement .requirement-content__left .tab-head li.active img {
    display: block;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-head li.active img {
        display: none;
    }
}
.new-requirement .requirement-content__left .tab-body {
    width: 100%;
    background: #ECEFF6;
    height: 100%;
    padding: 44px 40px 40px;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-body {
        padding: 36px;
    }
}
.new-requirement .requirement-content__left .tab-body:not(.active) {
    display: none;
}
.new-requirement .requirement-content__left .tab-body__item {
    padding-right: 25px;
    max-height: 620px;
    overflow-y: auto;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-body__item {
        padding-right: 79px;
    }
}
.new-requirement .requirement-content__left .tab-body__item::-webkit-scrollbar {
    width: 2px;
}
.new-requirement .requirement-content__left .tab-body__item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.8);
}
.new-requirement .requirement-content__left .tab-body__item::-webkit-scrollbar-thumb {
    background: #F92F43;
    cursor: pointer;
}
.new-requirement .requirement-content__left .tab-body h3 {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-body h3 {
        font-size: 40px;
        margin-bottom: 24px;
    }
}
.new-requirement .requirement-content__left .tab-body ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__left .tab-body ul {
        gap: 24px;
    }
}
.new-requirement .requirement-content__left .tab-body ul ul {
    gap: 0px;
}
.new-requirement .requirement-content__left .tab-body li, .new-requirement .requirement-content__left .tab-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
.new-requirement .requirement-content__right {
    width: 500px;
    flex-shrink: 0;
    background: #465068;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right {
        width: 380px;
    }
}
@media screen and (max-width: 1350px) {
    .new-requirement .requirement-content__right {
        width: 100%;
    }
}
.new-requirement .requirement-content__right .main-img {
    height: 100%;
}
@media screen and (max-width: 1350px) {
    .new-requirement .requirement-content__right .main-img {
        height: 232px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content__right .main-img {
        height: 320px;
    }
}
.new-requirement .requirement-content__right .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.new-requirement .requirement-content__right-body {
    flex-shrink: 0;
    padding: 48px 40px 41px;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right-body {
        padding: 31px 31px 30px;
    }
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__right-body {
        padding: 36px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content__right-body {
        padding: 20px;
    }
}
.new-requirement .requirement-content__right-body p {
    font-size: 24px;
    line-height: 100%;
    color: white;
    display: flex;
    gap: 12px;
    letter-spacing: -0.3px;
    margin-bottom: 45px;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right-body p {
        font-size: 18px;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1100px) {
    .new-requirement .requirement-content__right-body p {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 700px) {
    .new-requirement .requirement-content__right-body p {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        max-width: 198px;
        margin-bottom: 20px;
        font-size: 20px;
    }
}
.new-requirement .requirement-content__right-body p img {
    flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right-body p img {
        width: 26px;
    }
}
@media screen and (max-width: 1600px) {
    .new-requirement .requirement-content__right-body p .btn-red {
        height: 46px;
        font-size: 18px;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
@media screen and (max-width: 1500px) {
    .breadcrumb {
        gap: 5px;
    }
}
@media screen and (max-width: 1100px) {
    .breadcrumb {
        gap: 7px;
    }
}
.breadcrumb a {
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
}
@media screen and (max-width: 1500px) {
    .breadcrumb a {
        font-size: 12px;
    }
}
@media screen and (max-width: 1100px) {
    .breadcrumb a {
        font-size: 16px;
    }
    .breadcrumb a img {
        margin: 0 -1px;
    }
}
.breadcrumb img {
    width: 20px;
}
@media screen and (max-width: 1500px) {
    .breadcrumb img {
        width: 15px;
    }
}
@media screen and (max-width: 1100px) {
    .breadcrumb img {
        width: 20px;
    }
}

.career-home__container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 40px;
    background: #eceff6;
    gap: 49px;
}
@media screen and (max-width: 1500px) {
    .career-home__container {
        padding: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .career-home__container {
        width: 100%;
        flex-direction: column;
        padding: 36px 0 0;
    }
}
@media screen and (max-width: 700px) {
    .career-home__container {
        padding: 40px 0 0;
    }
}
.career-home__left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1100px) {
    .career-home__left {
        padding: 0 56px;
        gap: 60px;
    }
}
@media screen and (max-width: 700px) {
    .career-home__left {
        padding: 0 20px 0 40px;
    }
}
.career-home__left h2 {
    font-weight: 700;
    font-size: 80px;
    line-height: 80%;
    letter-spacing: -0.01em;
    color: #465068;
    margin: 150px 0 26px;
}
@media screen and (max-width: 1500px) {
    .career-home__left h2 {
        font-size: 60px;
        margin: 114px 0 21px;
    }
}
@media screen and (max-width: 1100px) {
    .career-home__left h2 {
        font-size: 66px;
        line-height: 100%;
        margin: 36px 0 16px;
    }
}
@media screen and (max-width: 700px) {
    .career-home__left h2 {
        margin: 44px 0 10px;
        font-size: 32px;
    }
}
.career-home__left p {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #465068;
    max-width: 635px;
}
@media screen and (max-width: 1500px) {
    .career-home__left p {
        font-size: 22px;
        max-width: 513px;
    }
}
@media screen and (max-width: 1100px) {
    .career-home__left p {
        font-size: 28px;
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .career-home__left p {
        font-size: 20px;
    }
}
.career-home__left .more-link {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .career-home__left .more-link {
        gap: 7px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .career-home__left .more-link {
        font-size: 18px;
        gap: 9px;
    }
}
@media screen and (max-width: 1500px) {
    .career-home__left .more-link svg {
        width: 19px;
    }
}
@media screen and (max-width: 1100px) {
    .career-home__left .more-link svg {
        width: 25px;
    }
}
.career-home__right {
    width: 590px;
    height: 590px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1500px) {
    .career-home__right {
        width: 450px;
        height: 450px;
    }
}
@media screen and (max-width: 1100px) {
    .career-home__right {
        width: 100vw;
        height: auto;
        aspect-ratio: 1/0.6627604167;
    }
}
.career-home__right .main-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1100px) {
    .career-home__right .main-img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.career-home__right .bg-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 117.6271186441%;
    min-width: 117.6271186441%;
    z-index: 2;
}
@media screen and (max-width: 1100px) {
    .career-home__right .bg-img {
        display: none;
        min-width: 100%;
        width: 100%;
        height: auto;
    }
}
.career-home__right .bg-img.sm {
    display: none;
}
@media screen and (max-width: 1100px) {
    .career-home__right .bg-img.sm {
        display: block;
    }
}

.help {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .help {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .help {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .help {
        padding-top: 60px;
    }
}
.help-card {
    min-height: 200px;
    width: calc(33.3333333333% - 20px);
    background: #eceff6;
    padding: 40px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
}
@media screen and (max-width: 1500px) {
    .help-card {
        width: calc(33.3333333333% - 14.6666666667px);
        padding: 30px;
        min-height: auto;
    }
}
@media screen and (max-width: 1100px) {
    .help-card {
        width: 100%;
        gap: 22px;
    }
}
@media screen and (max-width: 700px) {
    .help-card {
        padding: 30px 20px;
        gap: 16px;
    }
}
.help-card:nth-child(1) {
    background: #465068;
}
.help-card:nth-child(1) h3, .help-card:nth-child(1) p {
    color: white;
}
@media screen and (max-width: 1100px) {
    .help-card:nth-child(2), .help-card:nth-child(3) {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 700px) {
    .help-card:nth-child(2), .help-card:nth-child(3) {
        width: 100%;
    }
}
.help-card:nth-child(3) {
    background: #F92F43;
}
.help-card:nth-child(3) h3, .help-card:nth-child(3) p {
    color: white;
}
@media screen and (max-width: 1100px) {
    .help-card:nth-child(3) img {
        display: none;
    }
}
.help-card:nth-child(4), .help-card:nth-child(5) {
    width: calc(50% - 15px);
}
@media screen and (max-width: 1500px) {
    .help-card:nth-child(4), .help-card:nth-child(5) {
        width: calc(50% - 11px);
    }
}
@media screen and (max-width: 1100px) {
    .help-card:nth-child(4), .help-card:nth-child(5) {
        width: 100%;
    }
}
.help-card__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
    margin: 50px 0 100px;
}
@media screen and (max-width: 1500px) {
    .help-card__wrap {
        margin: 38px 0 92px;
        gap: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .help-card__wrap {
        gap: 20px;
        margin: 40px 0 96px;
    }
}
@media screen and (max-width: 700px) {
    .help-card__wrap {
        gap: 12px;
        margin: 30px 0 60px;
    }
}
.help-card h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .help-card h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .help-card h3 {
        font-size: 28px;
        max-width: 309px;
    }
}
@media screen and (max-width: 700px) {
    .help-card h3 {
        font-size: 20px;
        max-width: 100%;
    }
}
.help-card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .help-card p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .help-card p {
        max-width: 477px;
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .help-card p {
        max-width: 100%;
        font-size: 16px;
    }
}
.help-card p a {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    gap: 4px;
}
@media screen and (max-width: 1500px) {
    .help-card p a img {
        width: 21px;
    }
}
.help-card .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.help-content {
    padding: 40px;
    background: #465068;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media screen and (max-width: 1500px) {
    .help-content {
        padding: 30px;
        gap: 60px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content {
        padding: 40px 36px;
    }
}
@media screen and (max-width: 700px) {
    .help-content {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 40px 20px 30px;
        gap: 40px;
    }
}
.help-content .bg-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
@media screen and (max-width: 1500px) {
    .help-content .bg-img {
        width: 750px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content .bg-img {
        width: 350px;
    }
}
.help-content__head {
    width: 100%;
}
.help-content .title {
    font-weight: 700;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    max-width: 969px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
    .help-content .title {
        font-size: 47px;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content .title {
        font-size: 54px;
        margin-bottom: 20px;
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .help-content .title {
        font-size: 28px;
    }
}
.help-content .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    max-width: 640px;
}
@media screen and (max-width: 1500px) {
    .help-content .description {
        font-size: 14px;
        max-width: 488px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content .description {
        font-size: 18px;
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .help-content .description {
        font-size: 16px;
    }
}
.help-content__item {
    width: 100%;
}
.help-content__item h3 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #fff;
    max-width: 790px;
}
@media screen and (max-width: 1500px) {
    .help-content__item h3 {
        font-size: 36px;
        max-width: 603px;
        gap: 15px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content__item h3 {
        font-size: 28px;
        gap: 20px;
    }
}
@media screen and (max-width: 700px) {
    .help-content__item h3 {
        flex-direction: column;
        gap: 16px;
        font-size: 24px;
        max-width: 100%;
    }
}
.help-content__item h3 span {
    background: #f92f43;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
    .help-content__item h3 span {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content__item h3 span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}
.help-content__item .text {
    display: flex;
    align-items: flex-start;
    gap: 126px;
    margin-top: 40px;
}
@media screen and (max-width: 1500px) {
    .help-content__item .text {
        gap: 96px;
        margin-top: 32px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content__item .text {
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .help-content__item .text {
        gap: 30px;
        margin-top: 30px;
    }
}
.help-content__item h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
    .help-content__item h4 {
        font-size: 22px;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content__item h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .help-content__item h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
}
.help-content__item ul {
    list-style-type: disc;
    padding-left: 24px;
}
.help-content__item li, .help-content__item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .help-content__item li, .help-content__item p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content__item li, .help-content__item p {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .help-content__item li, .help-content__item p {
        font-size: 16px;
    }
}
.help-content__item p {
    margin-top: 20px;
    padding-left: 58px;
}
@media screen and (max-width: 1500px) {
    .help-content__item p {
        margin-top: 12px;
        padding-left: 44px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content__item p {
        padding-left: 61px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
    .help-content__item p {
        margin-top: 12px;
        padding: 0;
    }
}
.help-content .btn-red {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 60px;
    font-size: 24px;
}
@media screen and (max-width: 1500px) {
    .help-content .btn-red {
        height: 46px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content .btn-red {
        height: 60px;
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
    .help-content .btn-red {
        height: 50px;
        font-size: 16px;
        gap: 9px;
    }
}
@media screen and (max-width: 1500px) {
    .help-content .btn-red img {
        width: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .help-content .btn-red img {
        width: 29px;
    }
}
@media screen and (max-width: 700px) {
    .help-content .btn-red img {
        width: 18px;
    }
}

.swp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eceff6;
    width: 40px;
    height: 40px;
}
.swp-btn.swiper-button-lock {
    display: none;
}
.swp-btn__wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.skills {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .skills {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .skills {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .skills {
        padding-top: 60px;
    }
}
.skills-head {
    margin: 50px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 1500px) {
    .skills-head {
        margin: 38px 0;
    }
}
@media screen and (max-width: 1100px) {
    .skills-head {
        flex-direction: column;
        margin: 40px 0 20px;
    }
}
@media screen and (max-width: 700px) {
    .skills-head {
        margin: 30px 0 16px;
        flex-wrap: wrap;
        flex-direction: row;
    }
}
.skills .filter-btn {
    background: #eceff6;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 700px) {
    .skills .filter-btn {
        display: none !important;
    }
}
.skills-navs {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
@media screen and (max-width: 1500px) {
    .skills-navs {
        gap: 20px 16px;
        max-width: 700px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-navs {
        max-width: 100%;
        gap: 16px;
    }
}
@media screen and (max-width: 700px) {
    .skills-navs {
        order: 3;
        gap: 12px;
    }
    .skills-navs:not(.active) {
        display: none !important;
    }
}
.skills-navs li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.skills-navs a {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #465068;
    border: 2px solid #eceff6;
    padding: 12px 24px 14px 24px;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 16px;
}
@media screen and (max-width: 1500px) {
    .skills-navs a {
        padding: 9px 18px 10px 18px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-navs a {
        padding: 12px 24px 14px 24px;
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .skills-navs a {
        padding: 9px 12px 10px 12px;
        font-size: 14px;
        gap: 8px;
    }
}
.skills-navs a img {
    display: none;
}
@media screen and (max-width: 700px) {
    .skills-navs a img {
        width: 18px;
    }
}
.skills-navs a.active {
    background: #eceff6;
}
.skills-navs a.active img {
    display: block;
}
.skills .swiper {
    overflow: visible;
    width: 100%;
}
.skills .swiper-wrapper {
    align-items: stretch;
}
.skills .swiper-slide {
    height: auto;
}
.skills-card {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1100px) {
    .skills-card {
        width: 487px;
    }
}
@media screen and (max-width: 700px) {
    .skills-card {
        width: 320px;
    }
}
.skills-card__head {
    flex-shrink: 0;
    height: 340px;
    position: relative;
    z-index: 1;
    padding: 30px;
}
@media screen and (max-width: 1500px) {
    .skills-card__head {
        height: 260px;
        padding: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-card__head {
        height: 340px;
        padding: 30px;
    }
}
@media screen and (max-width: 700px) {
    .skills-card__head {
        height: 200px;
        padding: 20px;
    }
}
.skills-card__head ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
@media screen and (max-width: 1500px) {
    .skills-card__head ul {
        gap: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-card__head ul {
        gap: 18px;
    }
}
@media screen and (max-width: 700px) {
    .skills-card__head ul {
        gap: 12px;
    }
}
.skills-card__head ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.skills-card__head ul a {
    border: 2px solid #eceff6;
    padding: 9px 20px;
    background: #FFF;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .skills-card__head ul a {
        font-size: 14px;
        padding: 7px 14px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-card__head ul a {
        font-size: 18px;
        padding: 9px 20px;
    }
}
@media screen and (max-width: 700px) {
    .skills-card__head ul a {
        font-size: 14px;
        padding: 6px 12px;
    }
}
.skills-card__head .main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.skills-card__body {
    padding: 40px 30px 30px;
    background: #eceff6;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
@media screen and (max-width: 1500px) {
    .skills-card__body {
        padding: 30px 22px 22px;
        gap: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-card__body {
        padding: 40px 30px 30px;
        gap: 30px;
    }
}
@media screen and (max-width: 700px) {
    .skills-card__body {
        padding: 20px;
        gap: 20px;
    }
}
.skills-card__body ul {
    margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
    .skills-card__body ul {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-card__body ul {
        margin-bottom: 20px;
    }
}
.skills-card__body ul li {
    font-weight: 700;
    font-size: 18px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #999faf;
}
@media screen and (max-width: 1500px) {
    .skills-card__body ul li {
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-card__body ul li {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .skills-card__body ul li {
        font-size: 14px;
    }
}
.skills-card__body h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    color: #465068;
    margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
    .skills-card__body h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-card__body h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 700px) {
    .skills-card__body h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
}
.skills-card__body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
    max-width: 322px;
}
@media screen and (max-width: 1500px) {
    .skills-card__body p {
        font-size: 14px;
        max-width: 269px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-card__body p {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .skills-card__body p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1500px) {
    .skills-card__body .btn-red {
        height: 46px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .skills-card__body .btn-red {
        height: 60px;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .skills-card__body .btn-red {
        height: 50px;
        font-size: 16px;
    }
}

.archive {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .archive {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .archive {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .archive {
        padding-top: 60px;
    }
}
.archive-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
    .archive-head {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .archive-head {
        align-items: flex-end;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 700px) {
    .archive-head {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1100px) {
    .archive .section_title {
        max-width: 440px;
    }
}
.archive .swp-btn__wrap {
    padding-top: 42px;
}
@media screen and (max-width: 1500px) {
    .archive .swp-btn__wrap {
        padding-top: 32px;
    }
}
@media screen and (max-width: 1100px) {
    .archive .swp-btn__wrap {
        padding: 0 0 10px;
    }
}
@media screen and (max-width: 700px) {
    .archive .swp-btn__wrap {
        padding-bottom: 5px;
    }
}
.archive .swiper {
    overflow: visible;
}
@media screen and (max-width: 1100px) {
    .archive-card {
        width: 365px;
    }
}
@media screen and (max-width: 700px) {
    .archive-card {
        width: 300px;
    }
}
.archive-card__head {
    height: 226px;
}
@media screen and (max-width: 1500px) {
    .archive-card__head {
        height: 173px;
    }
}
@media screen and (max-width: 1100px) {
    .archive-card__head {
        height: 226px;
    }
}
@media screen and (max-width: 700px) {
    .archive-card__head {
        height: 185px;
    }
}
.archive-card__head img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.archive-card p {
    margin: 30px 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #a2a7b3;
}
@media screen and (max-width: 1500px) {
    .archive-card p {
        margin: 22px 0 8px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .archive-card p {
        margin: 30px 0 10px;
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .archive-card p {
        margin: 16px 0 10px;
        font-size: 14px;
    }
}
.archive-card h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .archive-card h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .archive-card h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .archive-card h3 {
        font-size: 20px;
    }
}
.archive .swp-scrollbar {
    margin-top: 40px;
}
@media screen and (min-width: 1100px) {
    .archive .swp-scrollbar {
        display: none !important;
    }
}
@media screen and (max-width: 700px) {
    .archive .swp-scrollbar {
        margin-top: 30px;
    }
}

.swp-scrollbar {
    position: relative;
    top: auto;
    bottom: auto;
    height: 6px;
    width: 100%;
    background: #ECEFF6;
    border-radius: 0 !important;
}
.swp-scrollbar div {
    height: 100%;
    background: #F92F43;
    border-radius: 0 !important;
    cursor: pointer;
}

.job {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .job {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .job {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .job {
        padding-top: 60px;
    }
}
.job .tab-head {
    display: flex;
    align-items: stretch;
    margin-top: 51px;
}
@media screen and (max-width: 1500px) {
    .job .tab-head {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1100px) {
    .job .tab-head {
        margin-top: 67px;
    }
}
@media screen and (max-width: 700px) {
    .job .tab-head {
        margin-top: 30px;
    }
}
.job .tab-head li {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #465068;
    border: 2px solid #eceff6;
    padding: 12px 24px 14px 24px;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1500px) {
    .job .tab-head li {
        padding: 9px 18px 10px 18px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .job .tab-head li {
        width: 100%;
        font-size: 24px;
        padding: 12px 10px 14px;
    }
}
@media screen and (max-width: 700px) {
    .job .tab-head li {
        font-size: 20px;
        padding: 14px 12px 16px;
    }
}
.job .tab-head li.active {
    opacity: 1;
    background: #eceff6;
}
.job .tab-item {
    background: #eceff6;
    padding: 24px 24px 48px;
}
@media screen and (max-width: 1500px) {
    .job .tab-item {
        padding: 18px 18px 36px;
    }
}
@media screen and (max-width: 1100px) {
    .job .tab-item {
        padding: 24px 24px 48px;
    }
}
@media screen and (max-width: 700px) {
    .job .tab-item {
        padding: 20px 20px 30px;
    }
}
.job .tab-item:not(.active) {
    display: none !important;
}
.job-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background: white;
    min-height: 414px;
    gap: 24px;
}
@media screen and (max-width: 1500px) {
    .job-card {
        padding: 18px;
        min-height: 316px;
    }
}
@media screen and (max-width: 1100px) {
    .job-card {
        min-height: 360px;
        padding: 24px;
    }
}
@media screen and (max-width: 700px) {
    .job-card {
        padding: 24px;
        min-height: 316px;
    }
}
.job-card__wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
@media screen and (max-width: 1500px) {
    .job-card__wrap {
        gap: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .job-card__wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 24px;
    }
}
@media screen and (max-width: 700px) {
    .job-card__wrap {
        gap: 20px;
    }
}
.job-card h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #465068;
    margin-bottom: 32px;
}
@media screen and (max-width: 1500px) {
    .job-card h3 {
        font-size: 36px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 1100px) {
    .job-card h3 {
        font-size: 40px;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 700px) {
    .job-card h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }
}
.job-card li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .job-card li {
        font-size: 13px;
        padding: 6.5px 0;
        gap: 6px;
    }
}
@media screen and (max-width: 1100px) {
    .job-card li {
        font-size: 18px;
        gap: 8px;
        padding: 8px 0;
    }
}
@media screen and (max-width: 700px) {
    .job-card li {
        align-items: flex-start;
        font-size: 16px;
    }
}
.job-card li img {
    flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
    .job-card li img {
        width: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .job-card li img {
        width: 24px;
    }
}
@media screen and (max-width: 700px) {
    .job-card li img {
        width: 20px;
    }
}
@media screen and (max-width: 1500px) {
    .job-card .btn-red {
        height: 46px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .job-card .btn-red {
        height: 60px;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .job-card .btn-red {
        height: 40px;
        font-size: 16px;
    }
}
.job .more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
}
@media screen and (max-width: 1500px) {
    .job .more-link {
        padding-top: 36px;
    }
}
@media screen and (max-width: 1100px) {
    .job .more-link {
        padding-top: 48px;
    }
}
@media screen and (max-width: 700px) {
    .job .more-link {
        padding-top: 30px;
    }
}
.job .more-link a {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .job .more-link a {
        font-size: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .job .more-link a {
        font-size: 28px;
    }
}
@media screen and (max-width: 700px) {
    .job .more-link a {
        font-size: 20px;
    }
}

.material {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .material {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .material {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .material {
        padding-top: 60px;
    }
}
.material-head {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 149px;
}
@media screen and (max-width: 1500px) {
    .material-head {
        margin-bottom: 38px;
        gap: 113px;
    }
}
@media screen and (max-width: 1100px) {
    .material-head {
        margin-bottom: 25px;
        gap: 36px;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 700px) {
    .material-head {
        gap: 0;
        margin-bottom: 20px;
        align-items: flex-end;
    }
}
.material-head .section_title {
    max-width: 621px;
}
@media screen and (max-width: 1500px) {
    .material-head .section_title {
        max-width: 473px;
    }
}
@media screen and (max-width: 1100px) {
    .material-head .section_title {
        max-width: 663px;
    }
}
@media screen and (max-width: 700px) {
    .material-head .section_title {
        max-width: 100%;
        width: 100%;
    }
}
.material-head p {
    max-width: 642px;
    font-weight: 700;
    font-size: 28px;
    line-height: 106%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .material-head p {
        max-width: 470px;
        font-size: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .material-head p {
        max-width: 620px;
        font-size: 28px;
    }
}
@media screen and (max-width: 700px) {
    .material-head p {
        margin: 12px 0 29px;
        max-width: 100%;
        width: 100%;
        font-size: 16px;
    }
}
@media screen and (min-width: 700px) {
    .material-head .swp-btn__wrap {
        display: none;
    }
}
.material .swiper {
    overflow: visible;
    width: 100%;
}
.material-card {
    height: 226px;
    background: #eceff6;
    padding: 24px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1500px) {
    .material-card {
        height: 172px;
        padding: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .material-card {
        height: 226px;
        padding: 24px;
    }
}
@media screen and (max-width: 700px) {
    .material-card {
        width: 300px;
        height: 155px;
        padding: 24px 20px;
    }
}
.material-card__wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
@media screen and (max-width: 1500px) {
    .material-card__wrap {
        gap: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .material-card__wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 700px) {
    .material-card__wrap {
        display: flex;
        align-items: stretch;
        gap: 0px;
    }
}
.material-card p {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .material-card p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .material-card p {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .material-card p {
        font-size: 20px;
    }
}
.material-card a {
    position: absolute;
    right: 19px;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1500px) {
    .material-card a {
        right: 14px;
        bottom: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .material-card a {
        right: 18px;
        bottom: 22px;
    }
}
@media screen and (max-width: 700px) {
    .material-card a {
        right: 20px;
        bottom: 20px;
    }
}
@media screen and (max-width: 1500px) {
    .material-card a img {
        width: 35px;
    }
}
@media screen and (max-width: 1100px) {
    .material-card a img {
        width: 46px;
    }
}
@media screen and (max-width: 700px) {
    .material-card a img {
        width: 32px;
    }
}
.material .swp-scrollbar {
    margin-top: 30px;
}
@media screen and (min-width: 700px) {
    .material .swp-scrollbar {
        display: none !important;
    }
}

.partners {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .partners {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .partners {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .partners {
        padding-top: 60px;
    }
}
.partners-card__wrap {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background: #eceff6;
    gap: 20px;
    padding: 20px;
    margin: 50px 0 100px;
}
@media screen and (max-width: 1500px) {
    .partners-card__wrap {
        margin: 38px 0 91px;
        gap: 16px;
        padding: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .partners-card__wrap {
        margin: 40px 0 96px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 30px;
        gap: 10px;
    }
}
@media screen and (max-width: 700px) {
    .partners-card__wrap {
        margin: 25px 0 60px;
        padding: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}
.partners-card img {
    width: 100%;
}
.partners-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #465068;
}
@media screen and (max-width: 1100px) {
    .partners-content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.partners-content__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 37px 40px 40px;
    gap: 30px;
}
@media screen and (max-width: 1500px) {
    .partners-content__left {
        padding: 28px 31px 31px;
    }
}
@media screen and (max-width: 1100px) {
    .partners-content__left {
        padding: 36px;
        gap: 106px;
    }
}
@media screen and (max-width: 700px) {
    .partners-content__left {
        padding: 20px;
        gap: 39px;
    }
}
.partners-content__left h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
    .partners-content__left h3 {
        font-size: 36px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1100px) {
    .partners-content__left h3 {
        font-size: 40px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 700px) {
    .partners-content__left h3 {
        font-size: 24px;
    }
}
.partners-content__left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .partners-content__left p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .partners-content__left p {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .partners-content__left p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .partners-content__left-head {
        max-width: 100%;
    }
}
.partners-content__left-head p {
    max-width: 487px;
}
@media screen and (max-width: 1500px) {
    .partners-content__left-head p {
        max-width: 372px;
    }
}
@media screen and (max-width: 1100px) {
    .partners-content__left-head p {
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .partners-content__left-bottom {
        width: 100%;
    }
}
.partners-content__left-bottom p {
    max-width: 437px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
    .partners-content__left-bottom p {
        max-width: 333px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1100px) {
    .partners-content__left-bottom p {
        max-width: 418px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 700px) {
    .partners-content__left-bottom p {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.partners-content__left-bottom .btn-red {
    width: 420px;
}
@media screen and (max-width: 1500px) {
    .partners-content__left-bottom .btn-red {
        width: 321px;
        height: 46px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .partners-content__left-bottom .btn-red {
        width: 317px;
        height: 60px;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .partners-content__left-bottom .btn-red {
        width: 100%;
        font-size: 16px;
    }
}
.partners-content__right {
    min-height: 581px;
}
@media screen and (max-width: 1500px) {
    .partners-content__right {
        min-height: 443px;
    }
}
@media screen and (max-width: 1100px) {
    .partners-content__right {
        min-height: inherit;
        height: 520px;
    }
}
@media screen and (max-width: 700px) {
    .partners-content__right {
        height: 239px;
    }
}
.partners-content__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.expert {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .expert {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .expert {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .expert {
        padding-top: 60px;
    }
}
.expert-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 1100px) {
    .expert-card {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.expert-card__wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 50px;
}
@media screen and (max-width: 1500px) {
    .expert-card__wrap {
        margin-top: 38px;
        gap: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .expert-card__wrap {
        margin-top: 44px;
        gap: 20px;
    }
}
@media screen and (max-width: 700px) {
    .expert-card__wrap {
        gap: 20px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.expert-card .main-img {
    height: 402px;
}
@media screen and (max-width: 1500px) {
    .expert-card .main-img {
        height: 306px;
    }
}
@media screen and (max-width: 1100px) {
    .expert-card .main-img {
        height: 301px;
    }
}
@media screen and (max-width: 700px) {
    .expert-card .main-img {
        height: 200px;
    }
}
.expert-card .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.expert-card__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #eceff6;
    padding: 20px 20px 16px;
    gap: 24px;
}
@media screen and (max-width: 1500px) {
    .expert-card__text {
        padding: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .expert-card__text {
        min-height: 260px;
        padding: 24px;
    }
}
@media screen and (max-width: 700px) {
    .expert-card__text {
        height: 200px;
    }
}
.expert-card__text h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #465068;
    margin-bottom: 13px;
}
@media screen and (max-width: 1500px) {
    .expert-card__text h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1100px) {
    .expert-card__text h3 {
        font-size: 28px;
        margin-bottom: 13px;
    }
}
@media screen and (max-width: 700px) {
    .expert-card__text h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }
}
.expert-card__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .expert-card__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .expert-card__text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .expert-card__text p {
        font-size: 16px;
    }
}
.expert-card__text a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .expert-card__text a {
        font-size: 14px;
        gap: 6px;
    }
}
@media screen and (max-width: 1100px) {
    .expert-card__text a {
        font-size: 18px;
        gap: 7px;
    }
}
@media screen and (max-width: 700px) {
    .expert-card__text a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1500px) {
    .expert-card__text a img {
        width: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .expert-card__text a img {
        width: 24px;
    }
}

.member {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .member {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .member {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .member {
        padding-top: 60px;
    }
}
.member-head {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 50px;
    gap: 12px;
}
@media screen and (max-width: 1500px) {
    .member-head {
        margin-bottom: 38px;
    }
}
@media screen and (max-width: 1100px) {
    .member-head {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 29px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .member-head {
        gap: 12px;
        margin-bottom: 35px;
    }
}
.member-head p {
    font-weight: 700;
    font-size: 28px;
    line-height: 106%;
    color: #465068;
    padding-top: 20px;
}
@media screen and (max-width: 1500px) {
    .member-head p {
        font-size: 22px;
        padding-top: 15px;
        padding: 0;
    }
}
@media screen and (max-width: 700px) {
    .member-head p {
        font-size: 16px;
        font-weight: 300;
    }
}
.member .main-img {
    height: 750px;
    margin-bottom: -58px;
}
@media screen and (max-width: 1500px) {
    .member .main-img {
        margin-bottom: -45px;
        height: 572px;
    }
}
@media screen and (max-width: 1100px) {
    .member .main-img {
        height: 360px;
        margin-bottom: -48px;
    }
}
@media screen and (max-width: 700px) {
    .member .main-img {
        height: 211px;
        margin-bottom: 10px;
    }
}
.member .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.member-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 38px;
}
@media screen and (max-width: 1500px) {
    .member-card {
        padding: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .member-card {
        padding: 20px;
    }
}
@media screen and (max-width: 700px) {
    .member-card {
        min-height: 160px;
        gap: 21px;
    }
}
.member-card__wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
    .member-card__wrap {
        margin-bottom: 16px;
        gap: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .member-card__wrap {
        gap: 21px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .member-card__wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 10px;
    }
}
.member-card:nth-child(1) {
    background: #f92f43;
}
.member-card:nth-child(2) {
    background: #465068;
}
.member-card:nth-child(3) {
    background: #eceff6;
}
.member-card:nth-child(3) p {
    color: #474A4D;
}
.member-card p {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .member-card p {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .member-card p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1500px) {
    .member-card img {
        width: 40px;
    }
}
@media screen and (max-width: 700px) {
    .member-card img {
        width: 36px;
    }
}
@media screen and (max-width: 1500px) {
    .member .btn-red {
        height: 45px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .member .btn-red {
        height: 60px;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .member .btn-red {
        font-size: 16px;
    }
}

.comments {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .comments {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .comments {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .comments {
        padding-top: 60px;
    }
}
.comments .swiper {
    overflow: visible;
    margin: 50px 0 40px;
}
@media screen and (max-width: 1500px) {
    .comments .swiper {
        margin: 38px 0 30px;
    }
}
@media screen and (max-width: 1100px) {
    .comments .swiper {
        margin: 40px 0 20px;
    }
}
@media screen and (max-width: 700px) {
    .comments .swiper {
        margin: 20px 0;
    }
}
.comments .swiper-wrapper {
    align-items: stretch;
}
.comments .swiper-slide {
    height: auto;
}
.comments-card {
    width: 980px;
    height: 540px;
    display: flex;
    align-items: stretch;
}
@media screen and (max-width: 1500px) {
    .comments-card {
        height: 413px;
        width: 748px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card {
        height: 540px;
        width: 728px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card {
        width: 640px;
        height: 510px;
    }
}
.comments-card__left {
    display: flex;
    flex-direction: column;
    width: 360px;
    flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
    .comments-card__left {
        width: 275px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card__left {
        width: 354px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__left {
        width: 310px;
    }
}
.comments-card__left .main-img {
    aspect-ratio: 1/1;
    flex-shrink: 0;
}
.comments-card__left .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.comments-card__left-bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #465068;
    padding: 35px 40px;
}
@media screen and (max-width: 1500px) {
    .comments-card__left-bottom {
        padding: 26px 30px;
        gap: 7px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card__left-bottom {
        padding: 36px;
        gap: 24px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__left-bottom {
        padding: 20px;
        justify-content: space-between;
    }
}
.comments-card__left-bottom h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .comments-card__left-bottom h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card__left-bottom h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__left-bottom h3 {
        font-size: 24px;
    }
}
.comments-card__left-bottom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .comments-card__left-bottom p {
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card__left-bottom p {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__left-bottom p {
        font-size: 16px;
    }
}
.comments-card__right {
    background: #eceff6;
    display: flex;
    padding: 40px;
    height: 540px;
}
@media screen and (max-width: 1500px) {
    .comments-card__right {
        padding: 30px;
        height: 413px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card__right {
        height: 540px;
        padding: 36px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__right {
        height: 510px;
        padding: 20px;
    }
}
.comments-card__right-texts {
    max-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow-y: auto;
    padding-right: 15px;
}
.comments-card__right-texts::-webkit-scrollbar {
    width: 2px;
}
.comments-card__right-texts::-webkit-scrollbar-track {
    background: #FFF;
}
.comments-card__right-texts::-webkit-scrollbar-thumb {
    background: #F92F43;
}
@media screen and (max-width: 1500px) {
    .comments-card__right-texts {
        gap: 21px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card__right-texts {
        gap: 33px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__right-texts {
        gap: 22px;
    }
}
.comments-card__right-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media screen and (max-width: 1500px) {
    .comments-card__right-item {
        gap: 7px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card__right-item {
        gap: 12px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__right-item {
        gap: 8px;
    }
}
.comments-card__right-item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .comments-card__right-item h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__right-item h3 {
        font-size: 16px;
    }
}
.comments-card__right-item ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1500px) {
    .comments-card__right-item ul {
        gap: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card__right-item ul {
        gap: 18px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__right-item ul {
        gap: 16px;
    }
}
.comments-card__right-item li {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .comments-card__right-item li {
        font-size: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-card__right-item li {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .comments-card__right-item li {
        font-size: 16px;
    }
}
.comments-content {
    margin-top: 100px;
    background: #465068;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 440px;
    position: relative;
    z-index: 1;
    gap: 24px;
}
@media screen and (max-width: 1500px) {
    .comments-content {
        min-height: 336px;
        padding: 31px;
        margin-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-content {
        margin-top: 96px;
        min-height: 432px;
        padding: 36px;
    }
}
@media screen and (max-width: 700px) {
    .comments-content {
        margin-top: 60px;
        padding: 20px;
        min-height: 342px;
    }
}
.comments-content p {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #fff;
    max-width: 838px;
}
@media screen and (max-width: 1500px) {
    .comments-content p {
        max-width: 640px;
        font-size: 36px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-content p {
        font-size: 40px;
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .comments-content p {
        font-size: 24px;
    }
}
.comments-content .btn-red {
    width: 520px;
}
@media screen and (max-width: 1500px) {
    .comments-content .btn-red {
        width: 397px;
        height: 46px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .comments-content .btn-red {
        width: 520px;
        height: 60px;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .comments-content .btn-red {
        width: 100%;
        font-size: 16px;
    }
}
.comments-content .bg-img {
    position: absolute;
    z-index: -1;
    right: 44px;
    top: 40px;
    height: calc(100% - 80px);
}
@media screen and (max-width: 1500px) {
    .comments-content .bg-img {
        top: 31px;
        right: 33px;
        height: calc(100% - 62px);
    }
}
@media screen and (max-width: 1100px) {
    .comments-content .bg-img {
        display: none;
    }
}

.contact {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .contact {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .contact {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .contact {
        padding-top: 60px;
    }
}
.contact-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}
@media screen and (max-width: 1100px) {
    .contact-container {
        gap: 30px;
        flex-direction: column;
    }
}
@media screen and (max-width: 700px) {
    .contact-container {
        gap: 25px;
    }
}
.contact-card {
    width: 365px;
    height: 266px;
    background: #eceff6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
}
@media screen and (max-width: 1500px) {
    .contact-card {
        width: 279px;
        height: 203px;
        padding: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .contact-card {
        width: 100%;
        height: 218px;
        padding: 20px;
    }
}
@media screen and (max-width: 700px) {
    .contact-card {
        height: 180px;
    }
}
.contact-card__wrap {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
@media screen and (max-width: 1500px) {
    .contact-card__wrap {
        gap: 14px;
    }
}
@media screen and (max-width: 1100px) {
    .contact-card__wrap {
        width: 100%;
        gap: 20px;
    }
}
@media screen and (max-width: 700px) {
    .contact-card__wrap {
        flex-direction: column;
        gap: 10px;
    }
}
.contact-card p {
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .contact-card p {
        font-size: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .contact-card p {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .contact-card p {
        font-size: 20px;
    }
}
.contact-card .btn-red {
    gap: 12px;
}
@media screen and (max-width: 1500px) {
    .contact-card .btn-red {
        height: 46px;
        width: 100%;
        font-size: 18px;
        gap: 9px;
    }
}
@media screen and (max-width: 1100px) {
    .contact-card .btn-red {
        height: 60px;
        font-size: 20px;
        gap: 12px;
    }
}
@media screen and (max-width: 700px) {
    .contact-card .btn-red {
        height: 46px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1500px) {
    .contact-card .btn-red img {
        width: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .contact-card .btn-red img {
        width: 29px;
    }
}
@media screen and (max-width: 700px) {
    .contact-card .btn-red img {
        width: 25px;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
}
.modal.active {
    display: flex;
}
.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
}
@media screen and (max-width: 700px) {
    .modal-close {
        right: 20px;
        top: 20px;
    }
    .modal-close img {
        width: 14px;
    }
}
.modal-content {
    background: #eceff6;
    width: 794px;
    padding: 60px 40px 0;
    position: relative;
}
@media screen and (max-width: 1100px) {
    .modal-content {
        max-width: 750px;
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 700px) {
    .modal-content {
        width: calc(100% - 40px);
        padding: 40px 20px 0;
    }
}
.modal-content__text {
    padding: 0 15px 60px 0;
    max-height: 80vh;
    overflow-y: auto;
}
@media screen and (max-width: 700px) {
    .modal-content__text {
        padding: 0 15px 40px 0;
    }
}
.modal-content__text::-webkit-scrollbar {
    width: 6px;
}
.modal-content__text::-webkit-scrollbar-track {
    background: #FFF;
}
.modal-content__text::-webkit-scrollbar-thumb {
    background: #F92F43;
}
.modal h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #465068;
    margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .modal h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 700px) {
    .modal h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }
}

.competence-modal__text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
    max-width: 611px;
    margin: 0 0 20px;
}
@media screen and (max-width: 700px) {
    .competence-modal__text h3 {
        font-size: 16px;
        max-width: 100%;
        margin: 0 0 8px;
    }
}
.competence-modal__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
    max-width: 434px;
    margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
    .competence-modal__text p {
        font-size: 14px;
        max-width: 100%;
    }
}
.competence-modal__text li {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .competence-modal__text li {
        font-size: 16px;
    }
}

.btn-dark {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #465068;
    gap: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #fff;
}
@media screen and (max-width: 700px) {
    .btn-dark {
        height: 50px;
        font-size: 16px;
        gap: 9px;
    }
}
.btn-dark img {
    width: 29px;
}
@media screen and (max-width: 700px) {
    .btn-dark img {
        width: 18px;
    }
}

.association-modal__text {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (max-width: 700px) {
    .association-modal__text {
        gap: 30px;
    }
}
.association-modal__text p {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .association-modal__text p {
        font-size: 16px;
    }
}
.association-modal__text ul {
    margin-top: 20px;
    list-style-type: disc;
    padding-left: 40px;
}
@media screen and (max-width: 700px) {
    .association-modal__text ul {
        padding-left: 24px;
        margin-top: 12px;
    }
}
.association-modal__text li {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .association-modal__text li {
        font-size: 16px;
    }
}
.association-modal__text li::marker {
    font-size: 18px;
}
@media screen and (max-width: 700px) {
    .association-modal__text li::marker {
        font-size: 12px;
    }
}
.association-modal__text h3 {
    display: flex;
    gap: 11px;
    max-width: 479px;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .association-modal__text h3 {
        font-size: 16px;
        gap: 10px;
    }
}
.association-modal__text h3 span {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: #f92f43;
}
@media screen and (max-width: 700px) {
    .association-modal__text h3 span {
        width: 16px;
        height: 16px;
    }
}
.association-modal .btns {
    display: flex;
    align-items: center;
    gap: 18px;
}
@media screen and (max-width: 700px) {
    .association-modal .btns {
        flex-direction: column;
        gap: 12px;
    }
}

.vacancy-modal .modal-content__text {
    max-height: 68vh;
}
.vacancy-modal .text {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
    margin: 0 0 60px;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .text {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 13px;
        margin-bottom: 40px;
    }
}
.vacancy-modal .text-item {
    display: flex;
    align-items: center;
    gap: 13px;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .text-item {
        gap: 12px;
    }
}
.vacancy-modal .text-item img {
    flex-shrink: 0;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .text-item img {
        width: 20px;
    }
}
.vacancy-modal .text-item p {
    font-weight: 700;
    font-size: 18px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .text-item p {
        font-size: 16px;
    }
}
.vacancy-modal .text-2 {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 535px;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .text-2 {
        gap: 10px;
        margin-bottom: 28px;
    }
}
.vacancy-modal .text-2 h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .text-2 h4 {
        font-size: 16px;
    }
}
.vacancy-modal .text-2 ul {
    list-style-type: disc;
    padding-left: 24px;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .text-2 ul {
        padding-left: 20px;
    }
}
.vacancy-modal .text-2 li {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .text-2 li {
        font-size: 16px;
    }
}
.vacancy-modal .text-2 li::marker {
    font-size: 16px;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .text-2 li::marker {
        font-size: 12px;
    }
}
.vacancy-modal h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
    max-width: 506px;
    margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
    .vacancy-modal h3 {
        font-size: 16px;
    }
}
.vacancy-modal .btn-red {
    width: 317px;
    font-size: 20px;
    gap: 12px;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .btn-red {
        width: 100%;
        height: 50px;
        font-size: 16px;
        gap: 10px;
    }
}
.vacancy-modal .btn-red img {
    width: 29px;
}
@media screen and (max-width: 700px) {
    .vacancy-modal .btn-red img {
        width: 25px;
    }
}

.internship-modal .modal-content__text {
    max-height: 75vh;
}
.internship-modal h2 {
    max-width: 627px;
}
.internship-modal .text {
    max-width: 600px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
}
@media screen and (max-width: 700px) {
    .internship-modal .text {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 36px;
        padding-top: 14px;
    }
}
.internship-modal .text-item {
    display: flex;
    align-items: center;
    gap: 13px;
}
.internship-modal .text-item img {
    width: 24px;
    flex-shrink: 0;
}
@media screen and (max-width: 700px) {
    .internship-modal .text-item img {
        width: 20px;
    }
}
.internship-modal .text-item p {
    font-weight: 700;
    font-size: 18px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .internship-modal .text-item p {
        font-size: 16px;
    }
}
.internship-modal .text ul {
    list-style-type: disc;
    padding-left: 24px;
}
.internship-modal .text li {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .internship-modal .text li {
        font-size: 16px;
    }
}
.internship-modal .text li::marker {
    font-size: 14px;
}
@media screen and (max-width: 700px) {
    .internship-modal .text li::marker {
        font-size: 12px;
    }
}
.internship-modal .text-content {
    margin-bottom: 40px;
    max-width: 535px;
}
@media screen and (max-width: 700px) {
    .internship-modal .text-content {
        margin-bottom: 36px;
    }
}
.internship-modal .text-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
    margin-bottom: 16px;
}
@media screen and (max-width: 700px) {
    .internship-modal .text-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.internship-modal .text-content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.internship-modal .text-content li {
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 142%;
    color: #474a4d;
}
.internship-modal h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
    max-width: 506px;
    margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
    .internship-modal h3 {
        font-size: 16px;
    }
}
.internship-modal .btn-red {
    width: 317px;
    font-size: 20px;
    gap: 12px;
}
@media screen and (max-width: 700px) {
    .internship-modal .btn-red {
        width: 100%;
        height: 50px;
        font-size: 16px;
        gap: 10px;
    }
}
.internship-modal .btn-red img {
    width: 29px;
}
@media screen and (max-width: 700px) {
    .internship-modal .btn-red img {
        width: 25px;
    }
}/*# sourceMappingURL=style.css.map */
/* dialogue 03.09.2025 */
.dialogue-home .swiper {
    margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .dialogue-home .swiper {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-home .swiper {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}
.dialogue-home .swiper-slide {
    height: 580px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
}
@media screen and (max-width: 1500px) {
    .dialogue-home .swiper-slide {
        height: 442px;
        padding: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-home .swiper-slide {
        padding: 36px;
        height: 800px;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-home .swiper-slide {
        padding: 40px 20px 20px;
    }
}
.dialogue-home .bg-img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.dialogue-home .breadcrumb li {
    display: flex;
    align-items: center;
}
.dialogue-home .breadcrumb a {
    color: #ECEFF6;
    line-height: 110%;
}
.dialogue-home__alert {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: #eceff6;
    padding: 12px 20px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #465068;
    margin: 20px 0 60px;
}
@media screen and (max-width: 1500px) {
    .dialogue-home__alert {
        font-size: 16px;
        margin: 20px 0 56px;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-home__alert {
        font-size: 18px;
        margin: 24px 0;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-home__alert {
        font-size: 14px;
        padding: 10px 12px 12px;
        margin: 16px 0 40px;
    }
}
.dialogue-home__alert span {
    width: 12px;
    height: 12px;
    background: #f92f43;
}
@media screen and (max-width: 700px) {
    .dialogue-home__alert span {
        width: 8px;
        height: 8px;
    }
}
.dialogue-home h2 {
    font-weight: 700;
    font-size: 80px;
    line-height: 80%;
    letter-spacing: -0.01em;
    color: #eceff6;
    margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
    .dialogue-home h2 {
        max-width: 318px;
        font-size: 60px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-home h2 {
        font-size: 66px;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-home h2 {
        font-size: 32px;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.dialogue-home p {
    font-weight: 400;
    font-size: 20px;
    line-height: 80%;
    letter-spacing: -0.01em;
    color: #eceff6;
}
@media screen and (max-width: 1500px) {
    .dialogue-home p {
        font-size: 15px;
        line-height: 120%;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-home p {
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-home p {
        font-size: 18px;
        line-height: 110%;
        max-width: 222px;
    }
}
.dialogue-home .btn-red {
    padding: 0;
    width: 394px;
    height: 60px;
}
@media screen and (max-width: 1500px) {
    .dialogue-home .btn-red {
        width: 300px;
        height: 46px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-home .btn-red {
        width: 100%;
        height: 60px;
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-home .btn-red {
        height: 50px;
        font-size: 16px;
    }
}

.about-project .container {
    align-items: stretch;
}
.about-project .about_text {
    height: auto;
}
.about-project .about_content {
    overflow-y: auto;
}
.about-project .about_content::-webkit-scrollbar {
    display: none;
}
.about-project .about_img img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.new-education {
    padding: 0 !important;
}
.new-education .tab-body__swp {
    padding: 0 !important;
}
.new-education .tab-body .swiper-slide {
    width: 548px;
}
@media screen and (max-width: 700px) {
    .new-education .tab-body .swiper-slide {
        width: 320px;
    }
}
.new-education .tab-body .swiper-slide .education-card {
    width: 100%;
    border-width: 24px;
}
.new-education .tab-body .swiper-slide .education-card:first-child {
    border-bottom: 0;
}
@media screen and (max-width: 700px) {
    .new-education .tab-body .swiper-slide .education-card:first-child {
        border-bottom: 12px solid #ECEFF6;
    }
}
.new-education .tab-body .swiper-slide .education-card:not(:first-child) {
    border-left-width: 24px;
}
@media screen and (max-width: 700px) {
    .new-education .tab-body .swiper-slide .education-card:not(:first-child) {
        border-left-width: 12px;
    }
}
.new-education .tab-body .swiper-slide .education-card:last-child {
    border-right: 0;
}
@media screen and (max-width: 1100px) {
    .new-education .tab-body .swiper-slide .education-card:last-child {
        border-right-width: 24px;
    }
}
@media screen and (max-width: 700px) {
    .new-education .tab-body .swiper-slide .education-card:last-child {
        border-right-width: 12px;
    }
}
.new-education .tab-body .swiper-slide .education-card:not(:last-child) {
    border-right: 0 !important;
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .new-education .tab-body .swiper-slide .education-card:not(:last-child) {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .new-education .tab-body .swiper-slide .education-card:not(:last-child) {
        width: 100%;
    }
}
.new-education .tab-body .swiper-slide:last-child .education-card {
    border-right: 24px solid #ECEFF6 !important;
}

.dialogue-diploma {
    padding: 0;
}
.dialogue-diploma .treaning-body {
    margin: 0;
}

.education .tab-body__swp {
    padding-bottom: 0;
}
@media screen and (max-width: 700px) {
    .education .main-select.new-select {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .education .tab-head.new-tab__head {
        display: flex;
        padding: 20px 20px 0 20px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .education .tab-head.new-tab__head li {
        background: #FFF;
        padding: 19px 24px 21px 24px;
        font-size: 20px;
    }
    .education .tab-head.new-tab__head li:not(:first-child) {
        border-left: 2px solid #ECEFF6;
    }
    .education .tab-head.new-tab__head li:not(.active) {
        opacity: 0.5;
    }
}

.educational-programs {
    padding-bottom: 0;
}
.educational-programs .section_title {
    margin-bottom: 80px;
}
@media screen and (max-width: 1500px) {
    .educational-programs .section_title {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 1100px) {
    .educational-programs .section_title {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 700px) {
    .educational-programs .section_title {
        margin-bottom: 20px;
    }
}

.diploma-dialogue {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .diploma-dialogue {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .diploma-dialogue {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .diploma-dialogue {
        padding-top: 60px;
    }
}
.diploma-dialogue .diploma-swp {
    padding-bottom: 0;
    margin-bottom: 0;
}

.partnership-project {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .partnership-project {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .partnership-project {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .partnership-project {
        padding-top: 60px;
    }
}
.partnership-project__content {
    background: #eceff6;
    padding: 40px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (max-width: 1500px) {
    .partnership-project__content {
        padding: 30px;
        margin-top: 45px;
        gap: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .partnership-project__content {
        margin-top: 40px;
        padding: 36px;
        gap: 36px;
    }
}
@media screen and (max-width: 700px) {
    .partnership-project__content {
        margin-top: 20px;
        padding: 20px;
        gap: 20px;
    }
}
.partnership-project h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .partnership-project h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1100px) {
    .partnership-project h3 {
        font-size: 40px;
    }
}
@media screen and (max-width: 700px) {
    .partnership-project h3 {
        font-size: 24px;
    }
}
.partnership-project .card {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
@media screen and (max-width: 1100px) {
    .partnership-project .card {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }
}
@media screen and (max-width: 700px) {
    .partnership-project .card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }
}
.partnership-project .card li {
    height: 150px;
    background: #ffffff;
    position: relative;
}
@media screen and (max-width: 1500px) {
    .partnership-project .card li {
        height: 115px;
    }
}
@media screen and (max-width: 700px) {
    .partnership-project .card li {
        height: 60px;
    }
}
.partnership-project .card img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
@media screen and (max-width: 1500px) {
    .partnership-project .card img {
        transform: translate(-50%, -50%) scale(0.75);
    }
}
@media screen and (max-width: 700px) {
    .partnership-project .card img {
        transform: translate(-50%, -50%) scale(0.4);
    }
}
@media screen and (max-width: 500px) {
    .partnership-project .card img {
        transform: translate(-50%, -50%) scale(0.5);
    }
}
@media screen and (max-width: 380px) {
    .partnership-project .card img {
        transform: translate(-50%, -50%) scale(0.6);
    }
}
.partnership-project .text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
}
@media screen and (max-width: 1500px) {
    .partnership-project .text {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .partnership-project .text {
        gap: 16px;
        margin-top: 24px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media screen and (max-width: 700px) {
    .partnership-project .text {
        margin-top: 16px;
    }
}
.partnership-project .text li {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #465068;
}
@media screen and (max-width: 1500px) {
    .partnership-project .text li {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .partnership-project .text li {
        font-size: 16px;
    }
}

.dialogue-leader .swp-pagination {
    position: relative;
    top: auto !important;
    bottom: auto;
    height: 6px;
    width: 100%;
    background: #ECEFF6;
    border-radius: 0 !important;
    margin-top: 40px;
}
@media screen and (max-width: 1500px) {
    .dialogue-leader .swp-pagination {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-leader .swp-pagination {
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-leader .swp-pagination {
        margin-top: 20px;
    }
}
.dialogue-leader .swp-pagination div {
    height: 100%;
    background: #F92F43;
    border-radius: 0 !important;
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    .dialogue-figures .figures-foot {
        flex-direction: column;
        gap: 0;
    }
}
.dialogue-figures .figures-text {
    padding: 47px 0 0;
}
@media screen and (max-width: 1500px) {
    .dialogue-figures .figures-text {
        padding: 0 0 0 30px;
    }
    .dialogue-figures .figures-text div {
        padding: 0;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-figures .figures-text {
        padding: 0 36px 36px;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-figures .figures-text {
        padding: 0;
    }
}
.dialogue-figures .figures-text h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #465068;
    position: relative;
    margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
    .dialogue-figures .figures-text h2 {
        font-size: 36px;
        margin-bottom: 33px;
        max-width: 370px;
    }
}
@media screen and (max-width: 1350px) {
    .dialogue-figures .figures-text h2 {
        max-width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-figures .figures-text h2 {
        max-width: 100%;
        padding-top: 32px;
        font-size: 32px;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-figures .figures-text h2 {
        font-size: 24px;
        margin-bottom: 16px;
        padding-top: 44px;
    }
}
.dialogue-figures .figures-text h2::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #F92F43;
    top: 15px;
    left: -46px;
}
@media screen and (max-width: 1500px) {
    .dialogue-figures .figures-text h2::before {
        top: 5px;
        left: -22px;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-figures .figures-text h2::before {
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 700px) {
    .dialogue-figures .figures-text h2::before {
        top: 6px;
    }
}
.dialogue-figures .figures-text ul {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 24px;
}
@media screen and (max-width: 1500px) {
    .dialogue-figures .figures-text ul {
        gap: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-figures .figures-text ul {
        display: block;
    }
}
.dialogue-figures .figures-text li {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #465068;
    text-align: left;
}
@media screen and (max-width: 1500px) {
    .dialogue-figures .figures-text li {
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .dialogue-figures .figures-text li {
        font-size: 16px;
        display: inline;
    }
}
.dialogue-figures .figures-form p {
    margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
    .dialogue-figures .figures-form p {
        margin-bottom: 40px;
    }
}
.dialogue-figures .figures-form .form-group {
    margin-bottom: 20px;
}
.dialogue-figures .figures-form textarea.form-inp {
    height: 157px;
    resize: none;
    padding-top: 19px;
    padding-bottom: 19px;
}
@media screen and (max-width: 1100px) {
    .dialogue-figures .figures-form textarea.form-inp {
        height: 120px;
    }
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 1500px) {
    .container {
        width: calc(100% - 40px);
    }
}
.projects-home {
    margin-top: 40px;
}
.projects-home .swiper {
    overflow: visible;
}
.projects-home .swiper-wrapper {
    align-items: stretch;
}
.projects-home .swiper-slide {
    opacity: 0.5;
    transition: 0.3s ease-in-out all;
    height: auto;
}
@media screen and (max-width: 800px) {
    .projects-home .swiper-slide {
        opacity: 1;
    }
}
.projects-home .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.projects-home__card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background-color: #eceff6;
    padding: 40px;
}
@media screen and (max-width: 1100px) {
    .projects-home__card {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}
@media screen and (max-width: 800px) {
    .projects-home__card {
        padding: 20px;
        gap: 20px;
    }
}
.projects-home__card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
@media screen and (max-width: 1100px) {
    .projects-home__card-content {
        order: 2;
    }
}
@media screen and (max-width: 800px) {
    .projects-home__card-content {
        min-height: 303px;
        gap: 30px;
    }
}
.projects-home__card h2 {
    font-weight: 700;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #465068;
    margin-bottom: 22px;
}
@media screen and (max-width: 1100px) {
    .projects-home__card h2 {
        font-size: 44px;
        line-height: 90%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 800px) {
    .projects-home__card h2 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 10px;
    }
}
.projects-home__card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #465068;
}
.projects-home__card img {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #465068;
}
.projects-home__card .btn-red {
    padding: 18px 24px;
    width: auto;
    line-height: 110%;
}
@media screen and (max-width: 1100px) {
    .projects-home__card .btn-red {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .projects-home__card .btn-red {
        padding: 12px;
        font-size: 18px;
        line-height: 120%;
    }
}
.projects-home__card .main-img {
    position: relative;
    min-height: 440px;
}
@media screen and (max-width: 1500px) {
    .projects-home__card .main-img {
        min-height: 403px;
    }
}
@media screen and (max-width: 1100px) {
    .projects-home__card .main-img {
        order: 1;
        min-height: 405px;
    }
}
@media screen and (max-width: 800px) {
    .projects-home__card .main-img {
        min-height: 175px;
    }
}
.projects-home__card .main-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.swp-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}
.swp-navigation button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #465068;
}
.swp-navigation button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.help.projects-help .help-card__wrap {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 1500px) {
    .help.projects-help .help-card p br {
        display: none;
    }
}

.projects-about .about-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background: #eceff6;
    padding: 40px;
}
@media screen and (max-width: 1100px) {
    .projects-about .about-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .projects-about .about-container {
        padding: 20px;
    }
}
.projects-about .about_text {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    padding: 0;
}
@media screen and (max-width: 1100px) {
    .projects-about .about_text {
        height: auto;
    }
}
.projects-about .about_content {
    max-height: inherit;
    overflow-y: visible;
}
@media screen and (max-width: 1500px) {
    .projects-about .about_content {
        display: block;
    }
}
.projects-about .about_content p {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1500px) {
    .projects-about .about_content p {
        display: inline;
    }
}
.projects-about .about_main_text {
    width: 100%;
}
.projects-about .about_img {
    width: auto;
    height: 424px;
}
@media screen and (max-width: 1500px) {
    .projects-about .about_img {
        height: 390px;
    }
}
@media screen and (max-width: 800px) {
    .projects-about .about_img {
        height: 200px;
    }
}
@media screen and (max-width: 1100px) {
    .projects-about .about_play {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 800px) {
    .projects-about .about_play {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 1100px) {
    .projects-about .about_play svg {
        width: 35px;
        height: auto;
    }
}
@media screen and (max-width: 800px) {
    .projects-about .about_play svg {
        width: 12px;
        transform: translateX(1px);
    }
}

.direction.projects-direction {
    padding-top: 100px;
}
@media screen and (max-width: 800px) {
    .direction.projects-direction {
        padding-top: 60px;
    }
}
.direction.projects-direction .tab-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}
@media screen and (max-width: 800px) {
    .direction.projects-direction .tab-head {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        overflow-x: scroll;
        margin-top: 20px;
    }
    .direction.projects-direction .tab-head::-webkit-scrollbar {
        display: none;
    }
}
.direction.projects-direction .tab-head a {
    height: 62px;
    padding: 0 22px;
    border: 2px solid #ededed;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out all;
    flex-shrink: 0;
}
@media screen and (max-width: 800px) {
    .direction.projects-direction .tab-head a {
        height: 46px;
        border-width: 1px;
        padding: 0 23px;
        font-size: 18px;
        line-height: 120%;
    }
}
.direction.projects-direction .tab-head a.active, .direction.projects-direction .tab-head a:hover {
    background: #eceff6;
    border-color: #eceff6;
}
.direction.projects-direction .direction-card__wrap {
    margin-top: 60px;
    gap: 30px;
}
@media screen and (max-width: 800px) {
    .direction.projects-direction .direction-card__wrap {
        margin-top: 20px;
        gap: 20px;
    }
}
.direction.projects-direction .direction-card__bottom p {
    max-width: 379px;
}

.leader.projects-leader .projects-leader__swp {
    margin-top: 60px;
}
@media screen and (max-width: 800px) {
    .leader.projects-leader .projects-leader__swp {
        margin-top: 20px;
    }
}
.leader.projects-leader .projects-leader__swp .swiper {
    padding: 0;
    overflow: visible;
}
.leader.projects-leader .projects-leader__swp .swiper-slide {
    width: 980px;
}
@media screen and (max-width: 1100px) {
    .leader.projects-leader .projects-leader__swp .swiper-slide {
        width: 320px;
    }
}
.leader.projects-leader .leader-card {
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .leader.projects-leader .leader-card__left {
        width: 100%;
    }
}
.leader.projects-leader .leader-card__left .main-img {
    height: auto;
    aspect-ratio: 1/1;
}
@media screen and (max-width: 1100px) {
    .leader.projects-leader .leader-card__left .main-img {
        height: 340px;
    }
}
.leader.projects-leader .leader-card__left-text {
    padding: 32px 40px;
}
@media screen and (max-width: 1100px) {
    .leader.projects-leader .leader-card__left-text {
        gap: 20px;
        padding: 16px 20px;
    }
}
.leader.projects-leader .leader-card__left-text h3 {
    font-size: 24px;
}
.leader.projects-leader .leader-card__left .btn-white {
    display: none;
    background: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 1100px) {
    .leader.projects-leader .leader-card__left .btn-white {
        display: flex;
    }
}
@media screen and (max-width: 800px) {
    .leader.projects-leader .leader-card__left .btn-white {
        margin-top: -4px;
    }
}
.leader.projects-leader .leader-card__right {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 560px;
}
@media screen and (max-width: 1100px) {
    .leader.projects-leader .leader-card__right {
        display: none;
    }
}
.leader.projects-leader .leader-card__right::before {
    display: none;
}
.leader.projects-leader .leader-card__right-list {
    height: 414px;
    max-height: inherit;
    overflow: hidden;
    position: relative;
}
.leader.projects-leader .leader-card__right-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background: linear-gradient(180deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
}
.leader.projects-leader .leader-card__right button {
    width: 100%;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #465068;
    flex-shrink: 0;
}

.partnership-project.projects-partnership {
    margin-bottom: 100px;
}
.partnership-project.projects-partnership .card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 60px;
}
@media screen and (max-width: 1500px) {
    .partnership-project.projects-partnership .card {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 1100px) {
    .partnership-project.projects-partnership .card {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 850px) {
    .partnership-project.projects-partnership .card {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 700px) {
    .partnership-project.projects-partnership .card {
        margin-top: 20px;
    }
}
.partnership-project.projects-partnership .card li {
    background: #eceff6;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
@media screen and (max-width: 700px) {
    .partnership-project.projects-partnership .card li {
        height: 70px;
    }
}
.partnership-project.projects-partnership .card li img {
    width: 200px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    position: static;
    transform: translate(0);
}
@media screen and (max-width: 700px) {
    .partnership-project.projects-partnership .card li img {
        width: 100px;
        height: 30px;
    }
}

.projects-feedback__swp {
    margin-top: 60px;
}
@media screen and (max-width: 700px) {
    .projects-feedback__swp {
        margin-top: 20px;
    }
}
.projects-feedback .swiper {
    overflow: visible;
}
.projects-feedback .swiper-wrapper {
    align-items: stretch;
}
.projects-feedback .swiper-slide {
    height: auto;
    width: 745px;
}
.projects-feedback .feedback-card {
    background: #eceff6;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (max-width: 700px) {
    .projects-feedback .feedback-card {
        padding: 20px;
        gap: 20px;
    }
}
.projects-feedback .feedback-card__head {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 700px) {
    .projects-feedback .feedback-card__head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.projects-feedback .feedback-card__head .main-img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}
.projects-feedback .feedback-card__head h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
    margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
    .projects-feedback .feedback-card__head h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.projects-feedback .feedback-card__head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #757575;
}
.projects-feedback .feedback-card__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 274px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 700px) {
    .projects-feedback .feedback-card__text {
        gap: 16px;
        height: 256px;
    }
}
.projects-feedback .feedback-card__text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    background: linear-gradient(180deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
}
.projects-feedback .feedback-card__text-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.projects-feedback .feedback-card__text-item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .projects-feedback .feedback-card__text-item h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.projects-feedback .feedback-card__text-item ul {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.projects-feedback .feedback-card__text-item li {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #465068;
}
.projects-feedback .feedback-card .btn-white {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #465068;
    padding: 12px;
    background: #fff;
}

@media screen and (max-width: 1100px) {
    .projects-figures .container {
        width: 100%;
    }
}
.projects-figures .figures-foot {
    border: 2px solid #ededed;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background: #eceff6;
}
@media screen and (max-width: 1100px) {
    .projects-figures .figures-foot {
        grid-template-columns: repeat(1, 1fr);
        gap: 110px;
    }
}
@media screen and (max-width: 800px) {
    .projects-figures .figures-foot {
        padding: 20px;
        gap: 60px;
    }
}
.projects-figures .figures-text {
    width: auto;
    padding: 0;
    justify-content: flex-start;
    gap: 40px;
}
.projects-figures .figures-text .main-img {
    height: 390px;
}
@media screen and (max-width: 1500px) {
    .projects-figures .figures-text .main-img {
        height: 357px;
    }
}
@media screen and (max-width: 1100px) {
    .projects-figures .figures-text .main-img {
        height: 387px;
    }
}
@media screen and (max-width: 800px) {
    .projects-figures .figures-text .main-img {
        height: 180px;
    }
}
.projects-figures .figures-text .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.projects-figures .figures-text h3 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 10px;
    min-height: inherit;
}
.projects-figures .figures-text div {
    padding: 0;
}
.projects-figures .figures-text ul {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.projects-figures .figures-text ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
}
.projects-figures .figures-form {
    width: auto;
    padding: 0;
    margin: 0;
}
.projects-figures .figures-form h3 {
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 90%;
}
@media screen and (max-width: 800px) {
    .projects-figures .figures-form h3 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 10px;
    }
}
.projects-figures .figures-form p {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 40px;
}
.projects-figures .figures-form .form-group {
    margin-bottom: 40px;
}
.projects-figures .figures-form .form-checkbox__wrap {
    margin-bottom: 40px;
}
.projects-figures .figures-form .form-checkbox__wrap p {
    margin: 0;
}
.projects-figures .figures-form textarea {
    height: 120px;
    resize: none;
    padding-top: 18px;
}

.text-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 700px) {
    .text-modal {
        align-items: flex-end;
    }
}
.text-modal.active {
    display: flex;
}
.text-modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
@media screen and (max-width: 700px) {
    .text-modal .container {
        width: 100%;
    }
}
.text-modal__content {
    position: relative;
    z-index: 2;
    background: #eceff6;
    max-width: 745px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (max-width: 700px) {
    .text-modal__content {
        height: calc(100svh - 96px);
        padding: 20px;
    }
}
.text-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.text-modal__head h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #757575;
}
.text-modal__head button {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-modal .demo-text {
    height: 418px;
    overflow-y: auto;
    width: 100%;
    padding-right: 20px;
}
@media screen and (max-width: 700px) {
    .text-modal .demo-text {
        height: 100%;
        padding-right: 10px;
    }
}
.text-modal .demo-text::-webkit-scrollbar {
    display: block;
    width: 2px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
}
.text-modal .demo-text::-webkit-scrollbar-track {
    display: block;
    width: 2px;
    border-radius: 0;
}
.text-modal .demo-text::-webkit-scrollbar-thumb {
    background: #F92F43;
    width: 100%;
}
.text-modal .leader-card__right-list {
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.text-modal .leader-card__right-list h3 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
    .text-modal .leader-card__right-list h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.text-modal .leader-card__right-list p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
@media screen and (max-width: 700px) {
    .text-modal .leader-card__right-list p {
        font-size: 16px;
    }
}
.text-modal .leader-card__right-list ul {
    list-style-type: disc;
    padding-left: 20px;
}
.text-modal .leader-card__right-list ul li {
    font-size: 20px;
    line-height: 110%;
    font-weight: 400;
}
@media screen and (max-width: 700px) {
    .text-modal .leader-card__right-list ul li {
        font-size: 16px;
    }
}
.text-modal .leader-card__right-list ul li::marker {
    font-size: 16px;
}
@media screen and (max-width: 700px) {
    .text-modal .leader-card__right-list ul li::marker {
        font-size: 12px;
    }
}
.text-modal .feedback-card {
    width: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.text-modal .feedback-card__head {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 700px) {
    .text-modal .feedback-card__head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.text-modal .feedback-card__head .main-img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}
.text-modal .feedback-card__head h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
    margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
    .text-modal .feedback-card__head h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.text-modal .feedback-card__head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #757575;
}
.text-modal .feedback-card__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 700px) {
    .text-modal .feedback-card__text {
        gap: 16px;
    }
}
.text-modal .feedback-card__text-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.text-modal .feedback-card__text-item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
}
@media screen and (max-width: 700px) {
    .text-modal .feedback-card__text-item h3 {
        font-size: 20px;
    }
}
.text-modal .feedback-card__text-item ul {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.text-modal .feedback-card__text-item li {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #465068;
}
.text-modal .feedback-card .btn-white {
    display: none;
}/*# sourceMappingURL=style.css.map */

/* College start*/
.btn-outline {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #f92f43;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #f92f43;
    padding: 0 22px;
}
@media screen and (max-width: 700px) {
    .btn-outline {
        height: 46px;
        font-size: 18px;
        line-height: 120%;
    }
}

.college-home {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.college-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 100%;
    z-index: -1;
    background: #f3f3f3;
}
@media screen and (max-width: 1280px) {
    .college-home::before {
        width: 100%;
        left: 0;
    }
}
.college-home__container {
    padding: 0 40px;
}
@media screen and (max-width: 1280px) {
    .college-home__container {
        padding: 0;
    }
}
.college-home__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1280px) {
    .college-home__content {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
}
.college-home__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
}
@media screen and (max-width: 1280px) {
    .college-home__left {
        order: 2;
    }
}
@media screen and (max-width: 700px) {
    .college-home__left {
        gap: 24px;
    }
}
.college-home__left h1 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 80px;
    line-height: 80%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
@media screen and (max-width: 1280px) {
    .college-home__left h1 {
        font-size: 62px;
        line-height: 100%;
        letter-spacing: -0.03em;
    }
}
@media screen and (max-width: 700px) {
    .college-home__left h1 {
        font-size: 44px;
        line-height: 90%;
    }
}
.college-home__left p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    width: 100%;
    max-width: 700px;
}
.college-home__left .btns {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media screen and (max-width: 1280px) {
    .college-home__left .btns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .college-home__left .btns {
        grid-template-columns: repeat(1, 1fr);
    }
}
.college-home__left .btns a {
    text-align: center;
}
@media screen and (max-width: 1280px) {
    .college-home__left .btns a {
        width: 100%;
    }
}
.college-home__left .btn-red {
    font-family: "Rubik", sans-serif;
    padding: 0 24px;
    height: 62px;
    font-size: 24px;
    width: auto;
    font-weight: 500;
}
@media screen and (max-width: 700px) {
    .college-home__left .btn-red {
        height: 46px;
        font-size: 18px;
        line-height: 120%;
    }
}
.college-home__right {
    height: 642px;
    position: relative;
}
@media screen and (max-width: 1500px) {
    .college-home__right {
        height: 561px;
    }
}
@media screen and (max-width: 1280px) {
    .college-home__right {
        order: 1;
        height: auto;
    }
}
.college-home__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1280px) {
    .college-home__right img {
        height: auto;
        position: static;
    }
}
.college-home ul {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1280px) {
    .college-home ul {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .college-home ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}
.college-home ul li {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    gap: 20px;
}
.college-home ul img {
    flex-shrink: 0;
}
@media screen and (max-width: 700px) {
    .college-home ul img {
        width: 48px;
    }
}
.college-home ul p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}

.college-education {
    padding: 100px 0;
}
.college-education .section_title {
    font-family: "Rubik", sans-serif;
    margin-bottom: 60px;
    color: #2A2A2A;
    font-weight: 500;
}
@media screen and (max-width: 1280px) {
    .college-education .section_title span {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .college-education .section_title {
        margin-bottom: 20px;
    }
}
.college-education .swiper {
    overflow: visible;
}
.college-education .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1280px) {
    .college-education .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 700px) {
    .college-education .swiper-wrapper {
        display: flex;
        gap: 0;
        align-items: stretch;
    }
}
.college-education__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    background: #f3f3f3;
    padding: 40px;
}
@media screen and (max-width: 1280px) {
    .college-education__card {
        order: 2;
    }
}
@media screen and (max-width: 700px) {
    .college-education__card {
        width: 320px;
        height: auto;
        padding: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .college-education__card:first-child h3 {
        font-size: 44px;
        line-height: 90%;
    }
}
.college-education__card .number {
    background: #d0f657;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
@media screen and (max-width: 700px) {
    .college-education__card .number {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}
.college-education__card h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
    .college-education__card h3 {
        font-size: 20px;
        font-weight: 700;
        font-family: "Noah", sans-serif;
    }
}
.college-education__card p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}
.college-education .main-img {
    position: relative;
    min-height: 422px;
}
@media screen and (max-width: 1500px) {
    .college-education .main-img {
        min-height: 389px;
    }
}
@media screen and (max-width: 1280px) {
    .college-education .main-img {
        min-height: inherit;
        max-height: 410px;
        order: 1;
    }
}
@media screen and (max-width: 700px) {
    .college-education .main-img {
        display: none;
    }
}
.college-education .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.college-education .swp-btns {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}
@media screen and (max-width: 700px) {
    .college-education .swp-btns {
        display: flex;
    }
}
.college-education .swp-btns button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f92f43;
    flex-shrink: 0;
}
.college-education .swp-btns button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.college-life {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media screen and (max-width: 1500px) {
    .college-life {
        width: 100%;
    }
}
.college-life__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.college-life__container {
    padding: 100px 0;
}
@media screen and (max-width: 700px) {
    .college-life__container {
        padding: 60px 0;
    }
}
.college-life h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
    .college-life h2 {
        font-size: 44px;
        line-height: 90%;
        text-align: left;
    }
}
@media screen and (max-width: 700px) {
    .college-life h2 {
        font-size: 24px;
        line-height: 110%;
    }
}
.college-life .subtitle {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
    .college-life .subtitle {
        text-align: left;
    }
}
@media screen and (max-width: 700px) {
    .college-life .subtitle {
        margin-bottom: 20px;
    }
}
.college-life__container .college-life__swp {
    overflow: visible;
    width: 50%;
    margin: 0 0 0 auto;
}
@media screen and (max-width: 1280px) {
    .college-life__container .college-life__swp {
        display: none;
    }
}
.college-life .mb-swiper {
    overflow: visible;
    display: none;
}
@media screen and (max-width: 1280px) {
    .college-life .mb-swiper {
        display: block;
    }
}
.college-life .mb-swiper .swiper-wrapper {
    align-items: stretch;
}
.college-life__card {
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    opacity: 0;
    transition: 0.2s ease-in-out all;
}
@media screen and (max-width: 1280px) {
    .college-life__card {
        opacity: 1;
        gap: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .college-life__card {
        padding: 20px;
        height: auto;
    }
}
@media screen and (max-width: 700px) {
    .college-life__card {
        min-height: 540px;
    }
}
.college-life__card.swiper-slide-active {
    opacity: 1;
}
.college-life__card h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
@media screen and (max-width: 1280px) {
    .college-life__card h3 {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: -10px;
    }
}
.college-life__card ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.college-life__card li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.college-life__card .icon {
    width: 64px;
    flex-shrink: 0;
}
.college-life__card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.college-life__card-text h4 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
.college-life__card-text p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}
@media screen and (max-width: 1280px) {
    .college-life__card p {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        color: #2a2a2a;
    }
}
.college-life .swp-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 40px;
}
@media screen and (max-width: 1280px) {
    .college-life .swp-btns {
        padding-top: 20px;
    }
}
.college-life .swp-btns button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f92f43;
    flex-shrink: 0;
}
.college-life .swp-btns button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.college-direction {
    padding: 100px 0;
}
@media screen and (max-width: 700px) {
    .college-direction {
        padding: 60px 0;
    }
}
.college-direction h2 {
    font-family: "Rubik", sans-serif;
    color: #2A2A2A;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
    .college-direction h2 span {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .college-direction h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.college-direction__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
    .college-direction__list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.college-direction__card {
    background: #f3f3f3;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 493px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media screen and (max-width: 1500px) {
    .college-direction__card {
        height: 426px;
    }
}
@media screen and (max-width: 700px) {
    .college-direction__card {
        padding: 20px;
        min-height: 540px;
    }
}
.college-direction__card-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.college-direction__card-head h4 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
    opacity: 0.5;
}
.college-direction__card-head h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
@media screen and (max-width: 1280px) {
    .college-direction__card-head h3 {
        font-size: 24px;
        line-height: 110%;
        max-width: 382px;
    }
    .college-direction__card-head h3 br {
        display: none;
    }
}
.college-direction__card-head p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}
@media screen and (max-width: 700px) {
    .college-direction__card-head p {
        width: 100%;
    }
    .college-direction__card-head p br {
        display: none;
    }
}
.college-direction__card-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 1280px) {
    .college-direction__card-btns {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .college-direction__card-btns {
        flex-direction: column;
    }
}
.college-direction__card-btns a {
    width: auto;
    padding: 0 24px;
    height: 46px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1280px) {
    .college-direction__card-btns a {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .college-direction__card-btns a {
        width: 100%;
        font-weight: 500;
    }
}
.college-direction__card-btns .btn-white {
    background: #fff;
    color: #465068;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.college-direction__card .main-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 399px;
    z-index: -1;
}
@media screen and (max-width: 1500px) {
    .college-direction__card .main-img {
        width: 279px;
    }
}
@media screen and (max-width: 1280px) {
    .college-direction__card .main-img {
        width: 321px;
    }
}
@media screen and (max-width: 700px) {
    .college-direction__card .main-img {
        display: none;
        right: 50%;
        bottom: 121px;
        width: 279px;
        transform: translateX(50%);
    }
}
.college-direction__card .main-img.sm {
    display: none;
}
@media screen and (max-width: 700px) {
    .college-direction__card .main-img.sm {
        display: block;
    }
}
.college-direction__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    background: #f3f3f3;
}
@media screen and (max-width: 700px) {
    .college-direction__content {
        padding: 20px;
    }
}
.college-direction__content h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 90%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #2a2a2a;
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
    .college-direction__content h3 {
        font-size: 24px;
        line-height: 110%;
    }
}
@media screen and (max-width: 700px) {
    .college-direction__content h3 {
        font-size: 20px;
        line-height: 120%;
        font-weight: 600;
    }
}
.college-direction__content p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
    .college-direction__content p {
        font-size: 18px;
    }
}
.college-direction__content a {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 24px;
    background: #d0f657;
}
@media screen and (max-width: 1280px) {
    .college-direction__content a {
        width: 100%;
    }
}

.college-treaning {
    background: #f3f3f3;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 100px 0;
}
@media screen and (max-width: 1280px) {
    .college-treaning {
        max-width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .college-treaning {
        padding: 60px 0;
    }
}
.college-treaning h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #2a2a2a;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
    .college-treaning h2 {
        font-size: 44px;
        line-height: 90%;
        text-align: left;
    }
}
@media screen and (max-width: 700px) {
    .college-treaning h2 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 20px;
    }
}
.college-treaning__content {
    overflow: hidden;
    background: #fff;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1280px) {
    .college-treaning__content {
        grid-column: span 1;
        grid-template-columns: repeat(1, 1fr);
        padding: 40px;
    }
}
@media screen and (max-width: 700px) {
    .college-treaning__content {
        width: 320px;
        height: auto;
        min-height: 540px;
        padding: 20px;
    }
}
.college-treaning__content-text {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
@media screen and (max-width: 1280px) {
    .college-treaning__content-text {
        order: 2;
        min-height: 0;
        height: inherit;
    }
}
.college-treaning__content-text h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 95%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    margin-bottom: 20px;
    max-width: 554px;
}
@media screen and (max-width: 1280px) {
    .college-treaning__content-text h3 {
        max-width: 630px;
        font-size: 24px;
        line-height: 110%;
    }
}
@media screen and (max-width: 700px) {
    .college-treaning__content-text h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.college-treaning__content-text p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}
@media screen and (max-width: 1280px) {
    .college-treaning__content-text p {
        max-width: 630px;
    }
}
.college-treaning__content .main-img {
    display: flex;
    padding-top: 40px;
}
@media screen and (max-width: 1280px) {
    .college-treaning__content .main-img {
        order: 1;
        padding: 0;
        justify-content: center;
    }
}
.college-treaning__content .main-img img {
    width: 100%;
}
@media screen and (max-width: 1280px) {
    .college-treaning__content .main-img img {
        max-width: 680px;
        height: auto;
    }
}
.college-treaning .swiper {
    overflow: visible;
}
.college-treaning .swiper-wrapper {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1280px) {
    .college-treaning .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 700px) {
    .college-treaning .swiper-wrapper {
        display: flex;
        gap: 0;
        width: 320px;
        height: auto;
        min-height: 540px;
    }
}
.college-treaning__list-item {
    background: #fff;
    padding: 40px;
}
@media screen and (max-width: 700px) {
    .college-treaning__list-item {
        min-height: 540px;
        height: auto;
    }
}
@media screen and (max-width: 700px) {
    .college-treaning__list-item img {
        width: 48px;
    }
}
.college-treaning__list-item h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    margin: 40px 0 20px;
}
.college-treaning__list-item p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}
.college-treaning .swp-btns {
    display: none;
    margin-top: 20px;
}
@media screen and (max-width: 700px) {
    .college-treaning .swp-btns {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.college-treaning .swp-btns button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f92f43;
}
.college-treaning .swp-btns button.swiper-button-disabled {
    opacity: 0.5;
}

.college-teacher {
    padding-top: 100px;
}
@media screen and (max-width: 700px) {
    .college-teacher {
        padding: 60px 0;
    }
}
.college-teacher__container {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 700px) {
    .college-teacher__container {
        padding-bottom: 66px;
    }
}
.college-teacher__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
    .college-teacher__head {
        margin-bottom: 20px;
    }
}
.college-teacher h2 {
    color: #2A2A2A;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 1280px) {
    .college-teacher h2 span {
        display: none;
    }
}
.college-teacher .swp-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 700px) {
    .college-teacher .swp-btns {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        justify-content: center;
    }
}
.college-teacher .swp-btns button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f92f43;
}
.college-teacher .swp-btns button.swiper-button-disabled {
    opacity: 0.5;
}
.college-teacher .swiper {
    overflow: visible;
}
.college-teacher .swiper-wrapper {
    align-items: stretch;
}
.college-teacher__card {
    background: #f3f3f3;
    height: auto;
    opacity: 0.5;
    transition: 0.2s ease-in-out all;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1500px) {
    .college-teacher__card {
        width: 493px;
        opacity: 1;
    }
}
@media screen and (max-width: 700px) {
    .college-teacher__card {
        width: 320px;
    }
}
.college-teacher__card.swiper-slide-visible {
    opacity: 1;
}
.college-teacher__card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.college-teacher__card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
    padding: 40px;
}
@media screen and (max-width: 700px) {
    .college-teacher__card-body {
        padding: 20px;
        min-height: 266px;
    }
}
.college-teacher__card-body h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    margin-bottom: 10px;
}
.college-teacher__card-body p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}
.college-teacher__card-body a {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #465068;
    flex-shrink: 0;
}

.college-way {
    padding: 100px 0;
}
@media screen and (max-width: 700px) {
    .college-way {
        padding: 0 0 60px;
    }
}
.college-way h2 {
    max-width: 1130px;
    color: #2A2A2A;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
    .college-way h2 span {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .college-way h2 {
        margin-bottom: 20px;
    }
}
.college-way__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
    .college-way__list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.college-way__card {
    background: #f3f3f3;
    padding: 40px;
}
@media screen and (max-width: 700px) {
    .college-way__card {
        padding: 20px;
    }
}
.college-way__card .main-img {
    width: 100%;
    height: 418px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1500px) {
    .college-way__card .main-img {
        height: 381px;
    }
}
@media screen and (max-width: 1280px) {
    .college-way__card .main-img {
        height: 405px;
    }
}
@media screen and (max-width: 700px) {
    .college-way__card .main-img {
        height: 175px;
    }
}
.college-way__card h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    margin: 40px 0 20px;
}
@media screen and (max-width: 700px) {
    .college-way__card h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.college-way__card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.college-way__card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.college-way__card .icon {
    flex-shrink: 0;
}
.college-way__card p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
.college-way__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    background: #f3f3f3;
}
@media screen and (max-width: 700px) {
    .college-way__content {
        padding: 20px;
    }
}
.college-way__content h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 90%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
    .college-way__content h3 {
        font-size: 24px;
        line-height: 110%;
    }
}
@media screen and (max-width: 700px) {
    .college-way__content h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.college-way__content p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    margin-bottom: 40px;
}
.college-way__content a {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 24px;
    background: #d0f657;
}
@media screen and (max-width: 1280px) {
    .college-way__content a {
        width: 100%;
    }
}

.college-career {
    width: calc(100% - 40px);
    margin: 0 auto;
    background: #f3f3f3;
    padding: 100px 0;
    overflow: hidden;
}
@media screen and (max-width: 1500px) {
    .college-career {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .college-career {
        padding: 60px 0;
    }
}
.college-career * {
    font-family: "Rubik", sans-serif;
}
.college-career h2 {
    font-weight: 500;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #2a2a2a;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
    .college-career h2 {
        font-size: 44px;
        line-height: 90%;
        text-align: left;
    }
}
@media screen and (max-width: 700px) {
    .college-career h2 {
        font-size: 24px;
        line-height: 110%;
    }
}
.college-career .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
    .college-career .description {
        text-align: left;
    }
}
@media screen and (max-width: 700px) {
    .college-career .description {
        margin-bottom: 20px;
    }
}
.college-career__content {
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
@media screen and (max-width: 700px) {
    .college-career__content {
        padding: 20px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}
.college-career__content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
@media screen and (max-width: 1280px) {
    .college-career__content ul {
        justify-content: flex-start;
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .college-career__content ul {
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        padding: 0 20px;
        overflow-x: scroll;
        flex-shrink: 0;
    }
    .college-career__content ul::-webkit-scrollbar {
        display: none;
    }
}
.college-career__content ul a {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    padding: 12px 24px;
    background: #f3f3f3;
    flex-shrink: 0;
}
.college-career__content ul a.active {
    background: #f92f43;
    color: #fff;
}
.college-career__content .content-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1280px) {
    .college-career__content .content-block {
        grid-template-columns: repeat(1, 1fr);
    }
}
.college-career__content .content-block:not(.active) {
    display: none !important;
}
.college-career__content .content-block__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 40px;
}
@media screen and (max-width: 1280px) {
    .college-career__content .content-block__text {
        width: 100%;
        padding: 0;
    }
}
.college-career__content .content-block__text h3 {
    font-weight: 500;
    font-size: 44px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
@media screen and (max-width: 1280px) {
    .college-career__content .content-block__text h3 {
        font-size: 24px;
        line-height: 110%;
    }
}
@media screen and (max-width: 700px) {
    .college-career__content .content-block__text h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.college-career__content .content-block__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}
.college-career__content .content-block .main-img {
    width: 100%;
    min-height: 399px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1280px) {
    .college-career__content .content-block .main-img {
        height: 342px;
        min-height: inherit;
    }
}
@media screen and (max-width: 700px) {
    .college-career__content .content-block .main-img {
        height: 180px;
    }
}
.college-career__swp {
    overflow: visible;
    margin-top: 20px;
}
.college-career__swp .swiper-wrapper {
    transition-timing-function: linear !important;
}
.college-career__logo {
    width: 237px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.college-appeal {
    padding-top: 100px;
}
@media screen and (max-width: 700px) {
    .college-appeal {
        padding-top: 60px;
    }
}
.college-appeal * {
    font-family: "Rubik", sans-serif;
}
.college-appeal__container {
    position: relative;
}
@media screen and (max-width: 700px) {
    .college-appeal__container {
        padding-bottom: 66px;
    }
}
.college-appeal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
    .college-appeal__head {
        margin-bottom: 20px;
    }
}
.college-appeal h2 {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #2a2a2a;
}
.college-appeal .swp-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 700px) {
    .college-appeal .swp-btns {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        justify-content: center;
    }
}
.college-appeal .swp-btns button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f92f43;
}
.college-appeal .swp-btns button.swiper-button-disabled {
    opacity: 0.5;
}
.college-appeal__swp {
    overflow: visible;
}
.college-appeal__swp .swiper-wrapper {
    align-items: stretch;
}
.college-appeal__card {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 493px;
    gap: 40px;
    background: #f3f3f3;
    padding: 40px;
}
@media screen and (max-width: 1500px) {
    .college-appeal__card {
        width: 493px;
    }
}
@media screen and (max-width: 700px) {
    .college-appeal__card {
        width: 320px;
        padding: 20px;
        min-height: 540px;
    }
}
.college-appeal__card h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
    .college-appeal__card h3 {
        font-size: 20px;
        line-height: 120%;
    }
}
.college-appeal__card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}
.college-appeal__card p a {
    display: inline;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #f92f43;
}
.college-appeal__card .main-img {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .college-appeal__card .main-img {
        min-height: 233px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.college-appeal__card h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    opacity: 0.5;
}

.college-faq {
    padding-top: 100px;
}
@media screen and (max-width: 700px) {
    .college-faq {
        padding-top: 60px;
    }
}
.college-faq * {
    font-family: "Rubik", sans-serif;
}
.college-faq h2 {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #2a2a2a;
}
@media screen and (max-width: 1280px) {
    .college-faq h2 span {
        display: none;
    }
}
.college-faq__accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
}
@media screen and (max-width: 700px) {
    .college-faq__accordion {
        margin-top: 20px;
    }
}
.college-faq__accordion .faq-accordion {
    border-left: 8px solid rgba(42, 42, 42, 0.5);
    background: #F3F3F3;
    transition: 0.3s ease-in-out all;
}
.college-faq__accordion .faq-accordion__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 40px 32px;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
@media screen and (max-width: 700px) {
    .college-faq__accordion .faq-accordion__btn {
        font-size: 18px;
        padding: 20px 12px;
    }
}
.college-faq__accordion .faq-accordion__btn svg {
    flex-shrink: 0;
    transition: 0.3s ease-in-out all;
}
.college-faq__accordion .faq-accordion__body {
    background: #eceff7;
    padding: 40px 40px 40px 32px;
}
@media screen and (max-width: 700px) {
    .college-faq__accordion .faq-accordion__body {
        padding: 20px 12px;
    }
}
.college-faq__accordion .faq-accordion__body-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.college-faq__accordion .faq-accordion__body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #2a2a2a;
}
.college-faq__accordion .faq-accordion.active {
    border-color: #f92f43;
}
.college-faq__accordion .faq-accordion.active .faq-accordion__btn svg {
    transform: rotateZ(180deg);
}

.college-contact {
    padding: 100px 0;
}
.college-contact * {
    font-family: "Rubik", sans-serif;
}
.college-contact__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #f3f3f3;
    padding: 40px;
}
@media screen and (max-width: 1500px) {
    .college-contact__container {
        gap: 30px;
    }
}
@media screen and (max-width: 1280px) {
    .college-contact__container {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        padding: 20px;
    }
}
.college-contact__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    padding-right: 30px;
}
@media screen and (max-width: 1500px) {
    .college-contact__left {
        padding-right: 0;
    }
}
.college-contact__left-head h3 {
    font-weight: 500;
    font-size: 44px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
    margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
    .college-contact__left-head h3 {
        font-size: 24px;
        line-height: 110%;
    }
}
.college-contact__left-head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
.college-contact__left ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.college-contact__left li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.college-contact__left li img {
    flex-shrink: 0;
}
.college-contact__left li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #2a2a2a;
}
.college-contact__form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
    background: #fff;
}
@media screen and (max-width: 700px) {
    .college-contact__form {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}
.college-contact__form .form-group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 100%;
}
.college-contact__form .form-inp {
    background: #f3f3f3;
}
@media screen and (max-width: 700px) {
    .college-contact__form .form-inp {
        height: 60px;
        font-size: 20px;
    }
}
.college-contact__form .form-checkbox .icon {
    border: 1px solid #CACACE;
}
@media screen and (max-width: 700px) {
    .college-contact__form .form-checkbox .icon {
        width: 30px;
        height: 30px;
    }
    .college-contact__form .form-checkbox .icon svg {
        width: 20px;
    }
}
.college-contact__form .form-checkbox__wrap {
    display: flex;
    align-items: flex-start;
    gap: 23px;
}
@media screen and (max-width: 700px) {
    .college-contact__form .form-checkbox__wrap {
        gap: 12px;
    }
}
.college-contact__form .form-checkbox__wrap p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 700px) {
    .college-contact__form .form-checkbox__wrap p {
        font-size: 14px;
        padding: 0;
    }
}
.college-contact__form .form-checkbox__wrap p a {
    display: inline;
    text-decoration: underline;
}
.college-contact__form .btn-red {
    font-weight: 500;
    letter-spacing: -0.01em;
}

.work-container {
    max-width: 1720px;
    width: calc(100% - 160px);
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .work-container {
        width: calc(100% - 64px);
    }
}
@media screen and (max-width: 700px) {
    .work-container {
        width: calc(100% - 40px);
    }
}

.work-home {
    overflow: hidden;
}
.work-home * {
    font-family: "Rubik", sans-serif;
}
.work-home__container {
    height: 1080px;
    position: relative;
    z-index: 1;
    padding-top: 190px;
}
@media screen and (max-width: 1500px) {
    .work-home__container {
        height: 810px;
        padding-top: 143px;
    }
}
@media screen and (max-width: 1200px) {
    .work-home__container {
        height: 432px;
        padding-top: 78px;
    }
}
@media screen and (max-width: 700px) {
    .work-home__container {
        height: auto;
        padding: 0;
    }
}
.work-home .main-img {
    position: absolute;
    bottom: 0;
    right: -100px;
    z-index: -1;
}
@media screen and (max-width: 1500px) {
    .work-home .main-img {
        display: none;
        right: -80px;
    }
}
@media screen and (max-width: 1200px) {
    .work-home .main-img {
        right: -32px;
    }
}
@media screen and (max-width: 700px) {
    .work-home .main-img {
        position: static;
        width: 353px;
        min-width: 353px;
    }
}
@media screen and (max-width: 700px) {
    .work-home .main-img__wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 17px;
    }
}
.work-home .main-img.xl {
    display: none;
}
@media screen and (max-width: 1500px) {
    .work-home .main-img.xl {
        display: block;
    }
}
@media screen and (max-width: 1200px) {
    .work-home .main-img.xl {
        display: none;
    }
}
.work-home .main-img.md {
    display: none;
}
@media screen and (max-width: 1200px) {
    .work-home .main-img.md {
        display: block;
    }
}
@media screen and (max-width: 700px) {
    .work-home .main-img.md {
        display: none;
    }
}
.work-home .main-img.sm {
    display: none;
}
@media screen and (max-width: 700px) {
    .work-home .main-img.sm {
        display: block;
    }
}
.work-home h1 {
    font-weight: 400;
    font-size: 78px;
    line-height: 95%;
    letter-spacing: -0.01em;
    color: #000;
    max-width: 750px;
    margin-bottom: 38px;
}
@media screen and (max-width: 1500px) {
    .work-home h1 {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 1200px) {
    .work-home h1 {
        font-size: 42px;
        max-width: 276px;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 700px) {
    .work-home h1 {
        font-size: 44px;
        line-height: 90%;
        max-width: 320px;
        margin-bottom: 24px;
    }
}
.work-home h1 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    background: #f92f43;
}
@media screen and (max-width: 1500px) {
    .work-home h1 span {
        width: 15px;
        height: 15px;
        margin-bottom: 13px;
    }
}
@media screen and (max-width: 1200px) {
    .work-home h1 span {
        width: 9px;
        height: 9px;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 700px) {
    .work-home h1 span {
        width: 6px;
        height: 6px;
        margin-bottom: 8px;
    }
}
.work-home .text {
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    margin-bottom: 34px;
    max-width: 702px;
}
@media screen and (max-width: 1500px) {
    .work-home .text {
        font-size: 18px;
        max-width: 526px;
    }
}
@media screen and (max-width: 1200px) {
    .work-home .text {
        font-size: 12px;
        line-height: 105%;
        margin-bottom: 13.6px;
        max-width: 281px;
    }
}
@media screen and (max-width: 700px) {
    .work-home .text {
        font-size: 16px;
        line-height: 120%;
        max-width: 100%;
    }
}
.work-home ul {
    display: flex;
    flex-direction: column;
    gap: 11.8px;
    max-width: 560px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
    .work-home ul {
        margin-bottom: 26px;
        max-width: 420px;
    }
}
@media screen and (max-width: 1200px) {
    .work-home ul {
        gap: 5px;
        max-width: 281px;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 700px) {
    .work-home ul {
        gap: 12px;
        max-width: 276px;
    }
}
.work-home li {
    display: flex;
    align-items: center;
    gap: 11.8px;
}
@media screen and (max-width: 1500px) {
    .work-home li {
        gap: 8.5px;
    }
}
@media screen and (max-width: 1200px) {
    .work-home li {
        gap: 5px;
    }
}
.work-home li span {
    width: 7.59px;
    height: 7.59px;
    background: #f92f43;
    flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
    .work-home li span {
        width: 6px;
        height: 6px;
    }
}
@media screen and (max-width: 1200px) {
    .work-home li span {
        width: 3px;
        height: 3px;
    }
}
.work-home p {
    font-weight: 400;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: -0.03em;
    color: #1f1f1f;
}
@media screen and (max-width: 1500px) {
    .work-home p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-home p {
        font-size: 12px;
        line-height: 105%;
    }
}
@media screen and (max-width: 700px) {
    .work-home p {
        font-size: 16px;
        line-height: 120%;
    }
}
.work-home .btn-red {
    width: auto;
    font-weight: 400;
}
@media screen and (max-width: 1200px) {
    .work-home .btn-red {
        padding: 11.5px 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 110%;
        letter-spacing: -0.01em;
    }
}
@media screen and (max-width: 1200px) {
    .work-home .btn-red {
        font-size: 12px;
        padding: 5px 8px;
    }
}
@media screen and (max-width: 700px) {
    .work-home .btn-red {
        font-size: 18px;
        line-height: 120%;
        padding: 12px 24px;
        width: 100%;
    }
}

.work-title {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #000;
    position: relative;
}
@media screen and (max-width: 1500px) {
    .work-title {
        font-size: 63px;
    }
}
@media screen and (max-width: 1200px) {
    .work-title {
        font-size: 33px;
    }
}
@media screen and (max-width: 700px) {
    .work-title {
        font-size: 32px;
        line-height: 90%;
    }
}
.work-title::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #f92f43;
    left: -20px;
    top: 26px;
    transform: translateX(-100%);
}
@media screen and (max-width: 1500px) {
    .work-title::before {
        left: -19px;
        top: 15px;
        width: 17px;
        height: 17px;
    }
}
@media screen and (max-width: 1200px) {
    .work-title::before {
        left: -7px;
        top: 10px;
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 700px) {
    .work-title::before {
        top: 12px;
        left: -6px;
        width: 6px;
        height: 6px;
    }
}

.work-about {
    padding: 150px 0;
}
@media screen and (max-width: 1500px) {
    .work-about {
        padding: 112px 0;
    }
}
@media screen and (max-width: 1200px) {
    .work-about {
        padding: 60px 0;
    }
}
.work-about * {
    font-family: "Rubik", sans-serif;
}
.work-about__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 108px;
}
@media screen and (max-width: 1500px) {
    .work-about__container {
        gap: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .work-about__container {
        gap: 48px;
    }
}
@media screen and (max-width: 700px) {
    .work-about__container {
        flex-direction: column;
        gap: 9px;
    }
}
.work-about__left {
    width: 100%;
}
.work-about .btn-red {
    padding: 18px 24px;
    width: auto;
    margin-top: 6px;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1500px) {
    .work-about .btn-red {
        padding: 13.5px 18px;
        font-size: 18px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 1200px) {
    .work-about .btn-red {
        padding: 7px 9.5px;
        font-size: 12px;
        margin-top: 8px;
    }
}
@media screen and (max-width: 700px) {
    .work-about .btn-red {
        display: none;
    }
}
.work-about__accordion:not(:first-child) .work-about__accordion-btn {
    border-top: 1px solid rgba(31, 31, 31, 0.2);
}
@media screen and (max-width: 1500px) {
    .work-about__accordion:not(:first-child) .work-about__accordion-btn {
        border-bottom-width: 0.75px;
    }
}
@media screen and (max-width: 1200px) {
    .work-about__accordion:not(:first-child) .work-about__accordion-btn {
        border-bottom-width: 0.5px;
    }
}
@media screen and (max-width: 700px) {
    .work-about__accordion:not(:first-child) .work-about__accordion-btn {
        border-bottom-width: 0.75px;
    }
}
.work-about__accordion-wrap {
    margin-top: 60px;
}
@media screen and (max-width: 1500px) {
    .work-about__accordion-wrap {
        margin-top: 45px;
    }
}
@media screen and (max-width: 1200px) {
    .work-about__accordion-wrap {
        margin-top: 24px;
    }
}
.work-about__accordion-btn {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    padding: 34px 14px 34px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 1500px) {
    .work-about__accordion-btn {
        font-size: 18px;
        padding: 25px 14px;
    }
}
@media screen and (max-width: 1200px) {
    .work-about__accordion-btn {
        font-size: 14px;
        padding: 14px;
    }
}
@media screen and (max-width: 700px) {
    .work-about__accordion-btn {
        font-size: 16px;
        padding: 13px 0;
    }
}
.work-about__accordion-btn:hover {
    background: #f92f43;
    transform: translateX(-14px);
    padding: 34px 14px;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .work-about__accordion-btn:hover {
        padding: 25px 14px;
    }
}
@media screen and (max-width: 1200px) {
    .work-about__accordion-btn:hover {
        padding: 14px;
    }
}
@media screen and (max-width: 700px) {
    .work-about__accordion-btn:hover {
        transform: translate(0);
        position: relative;
        z-index: 1;
        border-top: 0;
        padding: 7px 0;
    }
    .work-about__accordion-btn:hover::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 100vw;
        min-width: 100vw;
        height: 100%;
        background: #f92f43;
        z-index: -1;
    }
    .work-about__accordion-btn:hover svg path {
        stroke: white;
    }
}
.work-about__accordion-btn svg {
    transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 1200px) {
    .work-about__accordion-btn svg {
        width: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-about__accordion-btn svg {
        width: 10px;
    }
    .work-about__accordion-btn svg path {
        stroke: rgba(31, 31, 31, 0.6);
    }
}
.work-about__accordion.active .work-about__accordion-btn {
    background: #f92f43;
    transform: translateX(-14px);
    padding: 34px 14px;
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .work-about__accordion.active .work-about__accordion-btn {
        padding: 25px 14px;
    }
}
@media screen and (max-width: 1200px) {
    .work-about__accordion.active .work-about__accordion-btn {
        padding: 14px;
    }
}
@media screen and (max-width: 700px) {
    .work-about__accordion.active .work-about__accordion-btn {
        transform: translate(0);
        position: relative;
        z-index: 1;
        border-top: 0;
        padding: 7px 0;
    }
    .work-about__accordion.active .work-about__accordion-btn::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 100vw;
        min-width: 100vw;
        height: 100%;
        background: #f92f43;
        z-index: -1;
    }
}
.work-about__accordion.active .work-about__accordion-btn svg {
    transform: rotateZ(180deg);
}
@media screen and (max-width: 700px) {
    .work-about__accordion.active .work-about__accordion-btn svg path {
        stroke: white;
    }
}
.work-about__accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.work-about__accordion-body p {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    opacity: 0.6;
    padding: 16px 0;
    max-width: 798px;
}
@media screen and (max-width: 1500px) {
    .work-about__accordion-body p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-about__accordion-body p {
        font-size: 14px;
        padding: 14px 0;
    }
}
@media screen and (max-width: 700px) {
    .work-about__accordion-body p {
        font-size: 14px;
        line-height: 120%;
    }
}
.work-about .main-img {
    width: 762px;
    height: 760px;
    flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
    .work-about .main-img {
        width: 572px;
        height: 570px;
    }
}
@media screen and (max-width: 1200px) {
    .work-about .main-img {
        width: 305px;
        height: 304px;
    }
}
@media screen and (max-width: 700px) {
    .work-about .main-img {
        width: 100%;
        min-height: 360px;
        height: auto;
        aspect-ratio: 1/1;
        max-height: 500px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}
.work-about .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-us * {
    font-family: "Rubik", sans-serif;
}
.work-us .work-title {
    margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
    .work-us .work-title {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 1200px) {
    .work-us .work-title {
        margin-bottom: 24px;
    }
}
.work-us .content-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1500px) {
    .work-us .content-block {
        gap: 10px;
    }
}
@media screen and (max-width: 1200px) {
    .work-us .content-block {
        gap: 15px;
    }
}
@media screen and (max-width: 700px) {
    .work-us .content-block {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}
.work-us .content-block__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (max-width: 1500px) {
    .work-us .content-block__left {
        gap: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .work-us .content-block__left {
        gap: 19px;
    }
}
@media screen and (max-width: 700px) {
    .work-us .content-block__left {
        gap: 24px;
    }
}
.work-us .content-block__left .content-block__body {
    display: none;
}
@media screen and (max-width: 700px) {
    .work-us .content-block__left .content-block__body {
        display: block;
    }
}
@media screen and (min-width: 700px) {
    .work-us .content-block__left-item.active .content-block__btn {
        color: #F92F43;
    }
}
.work-us .content-block__btn {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    padding-right: 75px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1500px) {
    .work-us .content-block__btn {
        font-size: 36px;
        padding-right: 85px;
        gap: 9px;
    }
}
@media screen and (max-width: 1200px) {
    .work-us .content-block__btn {
        padding-right: 0;
        gap: 4px;
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
    .work-us .content-block__btn {
        flex-direction: column;
        gap: 14px;
        font-size: 18px;
    }
}
.work-us .content-block__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #1f1f1f;
    opacity: 0.6;
    flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
    .work-us .content-block__btn span {
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {
    .work-us .content-block__btn span {
        font-size: 8px;
    }
}
@media screen and (max-width: 700px) {
    .work-us .content-block__btn span {
        font-size: 10px;
    }
}
.work-us .content-block__body {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
}
@media screen and (max-width: 1500px) {
    .work-us .content-block__body {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-us .content-block__body {
        font-size: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-us .content-block__body {
        padding-top: 14px;
        font-size: 14px;
    }
}
.work-us .content-block__body:not(.active) {
    display: none;
}
@media screen and (max-width: 700px) {
    .work-us .content-block__body:not(.active) {
        display: block;
    }
}
.work-us .content-block__body span {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #1f1f1f;
    opacity: 0.6;
    margin-bottom: 12px;
    display: block;
}
@media screen and (max-width: 1500px) {
    .work-us .content-block__body span {
        font-size: 12px;
        margin-bottom: 9px;
    }
}
@media screen and (max-width: 1200px) {
    .work-us .content-block__body span {
        font-size: 8px;
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 700px) {
    .work-us .content-block__body span {
        display: none;
    }
}
.work-us .content-block__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
}
@media screen and (max-width: 1500px) {
    .work-us .content-block__right {
        gap: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .work-us .content-block__right {
        gap: 9px;
    }
}
.work-us .content-block__right:not(.active) {
    display: none !important;
}
@media screen and (max-width: 700px) {
    .work-us .content-block__right-head {
        display: none;
    }
}
.work-us .content-block__right .main-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 700px) {
    .work-us .content-block__right .main-img {
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.work-life {
    padding: 150px 0;
}
@media screen and (max-width: 1500px) {
    .work-life {
        padding: 112px 0;
    }
}
@media screen and (max-width: 1280px) {
    .work-life {
        padding: 60px 0;
    }
}
.work-life * {
    font-family: "Rubik", sans-serif;
}
.work-life .content-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
}
@media screen and (max-width: 1500px) {
    .work-life .content-block {
        gap: 29px;
    }
}
@media screen and (max-width: 1200px) {
    .work-life .content-block {
        gap: 16px;
    }
}
@media screen and (max-width: 700px) {
    .work-life .content-block {
        gap: 14px;
    }
}
.work-life .content-block:not(.active) {
    display: none;
}
@media screen and (max-width: 700px) {
    .work-life .content-block:nth-child(2) {
        flex-direction: column;
    }
    .work-life .content-block:nth-child(2) .work-life__left {
        gap: 12px;
    }
    .work-life .content-block:nth-child(2) .work-life__left img {
        display: none;
    }
    .work-life .content-block:nth-child(2) .work-life__right {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }
    .work-life .content-block:nth-child(2) .work-life__right .btn-red {
        position: static;
        width: 100%;
        padding: 12px 24px;
        font-size: 18px;
    }
}
.work-life__left {
    width: 690px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
}
@media screen and (max-width: 1500px) {
    .work-life__left {
        width: 516px;
        gap: 45px;
    }
}
@media screen and (max-width: 1200px) {
    .work-life__left {
        width: 276px;
        gap: 24px;
    }
}
@media screen and (max-width: 700px) {
    .work-life__left {
        width: 214px;
    }
}
.work-life__left img {
    width: 100%;
}
.work-life__right {
    position: relative;
    padding-bottom: 25px;
}
@media screen and (max-width: 1500px) {
    .work-life__right {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .work-life__right {
        gap: 106px;
        padding-bottom: 9px;
    }
}
.work-life__right img {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .work-life__right img {
        display: none;
    }
}
.work-life__right img.sm {
    display: none;
}
@media screen and (max-width: 700px) {
    .work-life__right img.sm {
        display: block;
    }
}
.work-life__right .img-block__2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 48px 14px;
}
@media screen and (max-width: 700px) {
    .work-life__right .img-block__2 {
        gap: 12px 14px;
        grid-template-columns: repeat(4, 1fr);
    }
}
.work-life__right .img-block__2 img {
    display: block;
}
@media screen and (max-width: 700px) {
    .work-life__right .img-block__2 .empty-block:not(.sm) {
        display: none;
    }
}
.work-life__right .img-block__2 .empty-block.xl {
    display: none;
}
@media screen and (max-width: 700px) {
    .work-life__right .img-block__2 .empty-block.xl {
        display: block;
    }
}
.work-life__right .btn-red {
    position: absolute;
    bottom: 25px;
    right: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    padding: 18px 31.5px;
    width: auto;
}
@media screen and (max-width: 1500px) {
    .work-life__right .btn-red {
        padding: 13.5px 23.5px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-life__right .btn-red {
        padding: 7px 9.5px;
        font-size: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-life__right .btn-red {
        font-size: 14px;
    }
}

.work-document {
    padding: 193px 0 207px;
}
@media screen and (max-width: 1500px) {
    .work-document {
        padding: 144px 0 165px;
    }
}
@media screen and (max-width: 1200px) {
    .work-document {
        padding: 77px 0 76px;
    }
}
@media screen and (max-width: 700px) {
    .work-document {
        padding: 60px 0;
    }
}
.work-document * {
    font-family: "Rubik", sans-serif;
}
.work-document__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.work-document .main-img {
    position: absolute;
    z-index: -1;
    top: -77px;
    right: 0;
    width: 907px;
}
@media screen and (max-width: 1500px) {
    .work-document .main-img {
        width: 679px;
        top: -57px;
    }
}
@media screen and (max-width: 1200px) {
    .work-document .main-img {
        width: 363px;
        top: -30px;
    }
}
@media screen and (max-width: 700px) {
    .work-document .main-img {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 24px;
    }
}
.work-document .main-img img {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .work-document .main-img img {
        display: none;
        width: 100%;
        height: 304px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.work-document .main-img img.sm {
    display: none;
}
@media screen and (max-width: 700px) {
    .work-document .main-img img.sm {
        display: block;
    }
}
.work-document h3 {
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    margin: 60px 0 16px;
}
@media screen and (max-width: 1500px) {
    .work-document h3 {
        margin: 45px 0 12px;
        font-size: 34px;
    }
}
@media screen and (max-width: 1200px) {
    .work-document h3 {
        margin: 24px 0 6.4px;
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .work-document h3 {
        margin: 24px 0 16px;
    }
}
.work-document ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
    .work-document ul {
        gap: 10.5px;
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 1200px) {
    .work-document ul {
        gap: 5.6px;
        margin-bottom: 16.4px;
    }
}
.work-document li {
    display: flex;
    align-items: center;
    gap: 14px;
}
@media screen and (max-width: 1500px) {
    .work-document li {
        gap: 10.5px;
    }
}
@media screen and (max-width: 1200px) {
    .work-document li {
        gap: 5.6px;
    }
}
.work-document li span {
    width: 9px;
    height: 9px;
    background: #f92f43;
    flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
    .work-document li span {
        width: 7px;
        height: 7px;
    }
}
@media screen and (max-width: 1200px) {
    .work-document li span {
        width: 4px;
        height: 4px;
    }
}
.work-document p {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
}
@media screen and (max-width: 1500px) {
    .work-document p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-document p {
        font-size: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-document p {
        font-size: 16px;
    }
}
.work-document .btn-red {
    width: auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    padding: 18px 24px;
}
@media screen and (max-width: 1500px) {
    .work-document .btn-red {
        padding: 13.5px 18px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-document .btn-red {
        padding: 6px 9.5px;
        font-size: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-document .btn-red {
        width: 100%;
        padding: 12px 24px;
        font-size: 18px;
        line-height: 120%;
    }
}

.work-diploma * {
    font-family: "Rubik", sans-serif;
}
.work-diploma .work-title {
    margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
    .work-diploma .work-title {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 1200px) {
    .work-diploma .work-title {
        margin-bottom: 24px;
    }
}
.work-diploma .content-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 60px;
}
@media screen and (max-width: 1200px) {
    .work-diploma .content-block {
        gap: 76px;
    }
}
@media screen and (max-width: 700px) {
    .work-diploma .content-block {
        flex-direction: column-reverse;
        gap: 24px;
    }
}
.work-diploma .content-left {
    width: 705px;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1500px) {
    .work-diploma .content-left {
        width: 529px;
    }
}
@media screen and (max-width: 1200px) {
    .work-diploma .content-left {
        width: 284px;
    }
}
@media screen and (max-width: 700px) {
    .work-diploma .content-left {
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        margin-left: -20px;
        height: auto;
        aspect-ratio: 1/0.5;
        -o-object-position: center 70%;
        object-position: center 70%;
    }
}
.work-diploma .content-right {
    max-width: 822px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}
@media screen and (max-width: 1500px) {
    .work-diploma .content-right {
        max-width: 617px;
        gap: 45px;
    }
}
@media screen and (max-width: 1200px) {
    .work-diploma .content-right {
        gap: 15px;
        max-width: 100%;
    }
}
.work-diploma .content-item h4 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    opacity: 0.6;
    margin-bottom: 34px;
}
@media screen and (max-width: 1500px) {
    .work-diploma .content-item h4 {
        font-size: 14px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1200px) {
    .work-diploma .content-item h4 {
        font-size: 8px;
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 700px) {
    .work-diploma .content-item h4 {
        font-size: 10px;
        margin-bottom: 14px;
    }
}
.work-diploma .content-item h3 {
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    margin-bottom: 24px;
    max-width: 530px;
}
@media screen and (max-width: 1500px) {
    .work-diploma .content-item h3 {
        font-size: 34px;
        max-width: 395px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .work-diploma .content-item h3 {
        font-size: 18px;
        max-width: 211px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-diploma .content-item h3 {
        margin-bottom: 14px;
    }
}
.work-diploma .content-item p {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    opacity: 0.6;
}
@media screen and (max-width: 1500px) {
    .work-diploma .content-item p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-diploma .content-item p {
        font-size: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-diploma .content-item p {
        font-size: 14px;
    }
}

.work-after {
    padding: 130px 0 135px;
}
@media screen and (max-width: 1500px) {
    .work-after {
        paddign: 98px 0 110px;
    }
}
@media screen and (max-width: 1200px) {
    .work-after {
        padding: 60px 0;
    }
}
.work-after * {
    font-family: "Rubik", sans-serif;
}
.work-after__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 65px;
}
@media screen and (max-width: 1500px) {
    .work-after__list {
        gap: 15px;
        margin-top: 45px;
    }
}
@media screen and (max-width: 1200px) {
    .work-after__list {
        gap: 16px;
        margin-top: 24px;
    }
}
@media screen and (max-width: 700px) {
    .work-after__list {
        gap: 20px;
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}
.work-after__card {
    padding: 40px 40px 24px 40px;
    background: #f3f3f3;
}
@media screen and (max-width: 1500px) {
    .work-after__card {
        padding: 30px 30px 20px 30px;
    }
}
@media screen and (max-width: 1200px) {
    .work-after__card {
        padding: 16px;
    }
}
@media screen and (max-width: 700px) {
    .work-after__card {
        padding: 20px;
    }
}
.work-after__card .main-img {
    height: 481px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1500px) {
    .work-after__card .main-img {
        height: 357px;
    }
}
@media screen and (max-width: 1200px) {
    .work-after__card .main-img {
        height: 194px;
    }
}
@media screen and (max-width: 700px) {
    .work-after__card .main-img {
        height: 175px;
    }
}
.work-after__card h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #1f1f1f;
    margin: 40px 0 20px;
}
@media screen and (max-width: 1500px) {
    .work-after__card h3 {
        margin: 30px 0 15px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-after__card h3 {
        margin: 16px 0 8px;
        font-size: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-after__card h3 {
        margin: 40px 0 20px;
        font-size: 20px;
        line-height: 120%;
    }
}
.work-after__card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media screen and (max-width: 1500px) {
    .work-after__card ul {
        gap: 7.5px;
    }
}
@media screen and (max-width: 1200px) {
    .work-after__card ul {
        gap: 4px;
    }
}
@media screen and (max-width: 700px) {
    .work-after__card ul {
        gap: 10px;
    }
}
.work-after__card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
@media screen and (max-width: 1500px) {
    .work-after__card li {
        gap: 7.5px;
    }
}
@media screen and (max-width: 1200px) {
    .work-after__card li {
        gap: 4px;
    }
}
@media screen and (max-width: 700px) {
    .work-after__card li {
        gap: 10px;
    }
}
.work-after__card li img {
    flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
    .work-after__card li img {
        width: 17px;
    }
}
@media screen and (max-width: 1200px) {
    .work-after__card li img {
        width: 9px;
    }
}
@media screen and (max-width: 700px) {
    .work-after__card li img {
        width: 22px;
    }
}
.work-after__card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #1f1f1f;
}
@media screen and (max-width: 1500px) {
    .work-after__card p {
        font-size: 13px;
    }
}
@media screen and (max-width: 1200px) {
    .work-after__card p {
        font-size: 8px;
    }
}
@media screen and (max-width: 700px) {
    .work-after__card p {
        font-size: 18px;
    }
}

.work-treaning * {
    font-family: "Rubik", sans-serif;
}
.work-treaning .content-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}
@media screen and (max-width: 1500px) {
    .work-treaning .content-block {
        gap: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-block {
        margin-top: 24px;
        gap: 20px;
    }
}
.work-treaning .content-left {
    width: calc(50% - 10px);
    padding-right: 30px;
}
@media screen and (max-width: 1500px) {
    .work-treaning .content-left {
        padding-right: 16px;
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-left {
        width: calc(50% - 10px);
        padding-right: 9px;
    }
}
@media screen and (max-width: 700px) {
    .work-treaning .content-left {
        width: 100%;
        padding: 0;
    }
}
.work-treaning .content-left h3 {
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    margin-bottom: 12px;
}
@media screen and (max-width: 1500px) {
    .work-treaning .content-left h3 {
        font-size: 34px;
        margin-bottom: 9px;
    }
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-left h3 {
        font-size: 18px;
        margin-bottom: 4.8px;
        max-width: 288px;
    }
}
@media screen and (max-width: 700px) {
    .work-treaning .content-left h3 {
        max-width: 312px;
        margin-bottom: 15px;
    }
}
.work-treaning .content-left .description {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    margin-bottom: 26px;
}
@media screen and (max-width: 1500px) {
    .work-treaning .content-left .description {
        font-size: 18px;
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-left .description {
        font-size: 12px;
        margin-bottom: 10.2px;
        max-width: 288px;
    }
}
@media screen and (max-width: 700px) {
    .work-treaning .content-left .description {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 16px;
    }
}
.work-treaning .content-left ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 58px;
}
@media screen and (max-width: 1500px) {
    .work-treaning .content-left ul {
        gap: 21px 48px;
    }
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-left ul {
        gap: 11px 29px;
    }
}
@media screen and (max-width: 700px) {
    .work-treaning .content-left ul {
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
        border-left: 0.5px solid rgba(0, 0, 0, 0.2);
        padding-left: 12px;
        margin-top: 16px;
    }
}
.work-treaning .content-left li {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 12px;
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-left li {
        padding-left: 4px;
    }
}
@media screen and (max-width: 700px) {
    .work-treaning .content-left li {
        padding: 0;
        border: 0;
    }
}
.work-treaning .content-left li:nth-child(3), .work-treaning .content-left li:nth-child(4) {
    padding-top: 28px;
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-left li:nth-child(3), .work-treaning .content-left li:nth-child(4) {
        padding-top: 11px;
    }
}
@media screen and (max-width: 700px) {
    .work-treaning .content-left li:nth-child(3), .work-treaning .content-left li:nth-child(4) {
        padding: 0;
    }
}
.work-treaning .content-left span {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    opacity: 0.6;
}
@media screen and (max-width: 1500px) {
    .work-treaning .content-left span {
        font-size: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-left span {
        font-size: 8px;
    }
}
.work-treaning .content-left h4 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    margin: 20px 0 24px;
    min-height: 56px;
}
@media screen and (max-width: 1500px) {
    .work-treaning .content-left h4 {
        font-size: 18px;
        min-height: 42px;
        margin: 15px 0 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-left h4 {
        margin: 8px 0 9.6px;
        min-height: 28px;
        font-size: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-treaning .content-left h4 {
        font-size: 14px;
        min-height: inherit;
    }
}
.work-treaning .content-left p {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    opacity: 0.6;
}
@media screen and (max-width: 1500px) {
    .work-treaning .content-left p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-left p {
        font-size: 10px;
    }
}
@media screen and (max-width: 700px) {
    .work-treaning .content-left p {
        font-size: 14px;
    }
}
.work-treaning .content-img {
    width: calc(50% - 10px);
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1500px) {
    .work-treaning .content-img {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 1200px) {
    .work-treaning .content-img {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 700px) {
    .work-treaning .content-img {
        display: none;
    }
}
.work-treaning .content-img.sm {
    display: none;
}
@media screen and (max-width: 700px) {
    .work-treaning .content-img.sm {
        display: block;
        text-align: center;
        width: 100%;
    }
}
.work-treaning .content-img.sm img {
    width: 100%;
    height: 246px;
    -o-object-fit: contain;
    object-fit: contain;
}

.work-consultation {
    padding: 142px 0 150px;
}
@media screen and (max-width: 1500px) {
    .work-consultation {
        padding: 112px 0;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation {
        padding: 60px 0;
    }
}
.work-consultation * {
    font-family: "Rubik", sans-serif;
}
.work-consultation__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 700px) {
    .work-consultation__container {
        grid-template-columns: repeat(1, 1fr);
    }
}
.work-consultation__left {
    height: 1080px;
    position: relative;
}
@media screen and (max-width: 1500px) {
    .work-consultation__left {
        height: 810px;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__left {
        height: 432px;
    }
}
@media screen and (max-width: 700px) {
    .work-consultation__left {
        display: none;
    }
}
.work-consultation__left img {
    position: absolute;
    top: 0;
    right: 0;
    width: 960px;
    min-width: 960px;
}
@media screen and (max-width: 1500px) {
    .work-consultation__left img {
        width: 713px;
        min-width: 713px;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__left img {
        width: 380px;
        min-width: 380px;
    }
}
.work-consultation__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
}
@media screen and (max-width: 1500px) {
    .work-consultation__content {
        padding-left: 75px;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__content {
        padding-left: 40px;
    }
}
@media screen and (max-width: 700px) {
    .work-consultation__content {
        padding: 0;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__content .work-title {
        max-width: 296px;
    }
}
.work-consultation__content .description {
    margin: 14px 0 24px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    opacity: 0.6;
}
@media screen and (max-width: 1500px) {
    .work-consultation__content .description {
        margin: 25px 0 40px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__content .description {
        font-size: 9px;
        margin: 14px 0 22px;
        max-width: 296px;
    }
}
@media screen and (max-width: 700px) {
    .work-consultation__content .description {
        font-size: 18px;
        line-height: 120%;
        max-width: 100%;
        margin: 10px 0 40px;
    }
}
.work-consultation__content .form-group {
    max-width: 705px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
@media screen and (max-width: 1500px) {
    .work-consultation__content .form-group {
        gap: 10px;
        max-width: 529px;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__content .form-group {
        max-width: 282px;
        gap: 6px;
    }
}
@media screen and (max-width: 700px) {
    .work-consultation__content .form-group {
        max-width: 100%;
        gap: 10px;
    }
}
.work-consultation__content .form-group input {
    width: 100%;
    height: 69px;
    border: 1px solid rgba(31, 31, 31, 0.2);
    padding: 0 24px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #1f1f1f;
}
@media screen and (max-width: 1500px) {
    .work-consultation__content .form-group input {
        height: 52px;
        font-size: 18px;
        padding: 0 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__content .form-group input {
        height: 28px;
        font-size: 10px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 700px) {
    .work-consultation__content .form-group input {
        height: 60px;
        font-size: 20px;
        line-height: 120%;
        padding: 0 24px;
    }
}
.work-consultation__content .form-group input::-moz-placeholder {
    color: #1f1f1f;
}
.work-consultation__content .form-group input::placeholder {
    color: #1f1f1f;
}
.work-consultation__content .form-checkbox .icon {
    border: 1px solid #CACACE;
}
@media screen and (max-width: 1200px) {
    .work-consultation__content .form-checkbox .icon {
        width: 12px;
        height: 12px;
    }
    .work-consultation__content .form-checkbox .icon svg {
        width: 8px;
    }
}
@media screen and (max-width: 700px) {
    .work-consultation__content .form-checkbox .icon {
        width: 30px;
        height: 30px;
    }
    .work-consultation__content .form-checkbox .icon svg {
        width: 20px;
    }
}
.work-consultation__content .form-checkbox__wrap {
    display: flex;
    align-items: flex-start;
    gap: 23px;
    max-width: 650px;
    margin: 34px 0 40px;
}
@media screen and (max-width: 1500px) {
    .work-consultation__content .form-checkbox__wrap {
        margin: 24px 0 26px;
        max-width: 485px;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__content .form-checkbox__wrap {
        gap: 9.2px;
        max-width: 252px;
        margin: 11px 0 14px;
    }
}
@media screen and (max-width: 700px) {
    .work-consultation__content .form-checkbox__wrap {
        gap: 12px;
        margin: 40px 0;
        max-width: 100%;
    }
}
.work-consultation__content .form-checkbox__wrap p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1500px) {
    .work-consultation__content .form-checkbox__wrap p {
        font-size: 13px;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__content .form-checkbox__wrap p {
        font-size: 7px;
    }
}
@media screen and (max-width: 700px) {
    .work-consultation__content .form-checkbox__wrap p {
        font-size: 18px;
        padding: 0;
    }
}
.work-consultation__content .form-checkbox__wrap p a {
    display: inline;
    text-decoration: underline;
}
.work-consultation__content .btn-red {
    width: auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    padding: 18px 24px;
}
@media screen and (max-width: 1500px) {
    .work-consultation__content .btn-red {
        font-size: 18px;
        padding: 13.5px 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-consultation__content .btn-red {
        padding: 7px 9.5px;
        font-size: 12px;
    }
}
@media screen and (max-width: 700px) {
    .work-consultation__content .btn-red {
        width: 100%;
        padding: 12px 24px;
        font-size: 18px;
    }
}

.work-faq * {
    font-family: "Rubik", sans-serif;
}
.work-faq__list {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    gap: 34px;
}
@media screen and (max-width: 1500px) {
    .work-faq__list {
        margin-top: 32px;
        gap: 25.5px;
    }
}
@media screen and (max-width: 1200px) {
    .work-faq__list {
        margin-top: 24px;
        gap: 13.6px;
    }
}
@media screen and (max-width: 700px) {
    .work-faq__list {
        gap: 13px;
    }
}
.work-faq__card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 34px;
}
@media screen and (max-width: 1500px) {
    .work-faq__card {
        padding-right: 29px;
    }
}
@media screen and (max-width: 1200px) {
    .work-faq__card {
        padding-right: 0;
    }
}
.work-faq__card-btn {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding-bottom: 24px;
    gap: 24px;
}
@media screen and (max-width: 1500px) {
    .work-faq__card-btn {
        font-size: 18px;
        padding-bottom: 20px;
        gap: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .work-faq__card-btn {
        font-size: 8px;
        padding-bottom: 10.6px;
    }
}
@media screen and (max-width: 700px) {
    .work-faq__card-btn {
        font-size: 16px;
        line-height: 120%;
        padding-bottom: 14px;
    }
}
.work-faq__card-btn svg {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 1500px) {
    .work-faq__card-btn svg {
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .work-faq__card-btn svg {
        width: 14px;
        height: 14px;
    }
}
@media screen and (max-width: 700px) {
    .work-faq__card-btn svg {
        width: 10px;
        height: 10px;
    }
}
.work-faq__card-btn svg:last-child {
    display: none;
}
.work-faq__card.active svg {
    display: none;
}
.work-faq__card.active svg:last-child {
    display: block;
}
.work-faq__card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.work-faq__card-body p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #000;
    opacity: 0.6;
    padding-bottom: 20px;
}
@media screen and (max-width: 1500px) {
    .work-faq__card-body p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .work-faq__card-body p {
        font-size: 12px;
        padding-bottom: 11px;
    }
}
@media screen and (max-width: 700px) {
    .work-faq__card-body p {
        font-size: 14px;
    }
}

.work-program {
    padding: 150px 0;
}
@media screen and (max-width: 1500px) {
    .work-program {
        padding: 112px 0;
    }
}
@media screen and (max-width: 1200px) {
    .work-program {
        padding: 60px 0;
    }
}
.work-program * {
    font-family: "Rubik", sans-serif;
}
.work-program__swp {
    width: 850px;
    margin: 60px auto;
    overflow: visible;
}
@media screen and (max-width: 1500px) {
    .work-program__swp {
        width: 638px;
        margin: 67px auto 27px;
    }
}
@media screen and (max-width: 1200px) {
    .work-program__swp {
        width: 340px;
        margin: 35px auto 14px;
    }
}
@media screen and (max-width: 700px) {
    .work-program__swp {
        width: 100%;
        margin: 24px 0 0;
    }
}
@media screen and (max-width: 700px) {
    .work-program__swp .swiper-wrapper {
        align-items: stretch;
    }
}
.work-program__card {
    background: #f3f3f3;
    padding: 24px;
    position: relative;
    z-index: 1;
    height: 495px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    opacity: 0.5;
    transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 1500px) {
    .work-program__card {
        height: 371px;
        padding: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .work-program__card {
        height: 198px;
        padding: 10px;
    }
}
@media screen and (max-width: 700px) {
    .work-program__card {
        width: 300px;
        opacity: 1;
        padding: 18.74px;
        min-height: 506px;
        height: auto;
        gap: 18px;
    }
}
.work-program__card.swiper-slide-active {
    opacity: 1;
}
.work-program__card span {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #1f1f1f;
    opacity: 0.5;
}
@media screen and (max-width: 1500px) {
    .work-program__card span {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .work-program__card span {
        font-size: 8px;
    }
}
@media screen and (max-width: 700px) {
    .work-program__card span {
        font-size: 15px;
    }
}
.work-program__card h3 {
    font-weight: 400;
    font-size: 45px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #1f1f1f;
    margin: 11.6px 0;
}
@media screen and (max-width: 1500px) {
    .work-program__card h3 {
        margin: 8.45px 0;
        font-size: 34px;
    }
}
@media screen and (max-width: 1200px) {
    .work-program__card h3 {
        font-size: 18px;
        margin: 4.51px 0;
    }
}
@media screen and (max-width: 700px) {
    .work-program__card h3 {
        font-size: 19px;
        line-height: 110%;
        margin: 9.37px 0;
    }
}
.work-program__card p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #1f1f1f;
    opacity: 0.6;
}
@media screen and (max-width: 1500px) {
    .work-program__card p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .work-program__card p {
        font-size: 8px;
    }
}
@media screen and (max-width: 700px) {
    .work-program__card p {
        font-size: 15px;
        opacity: 1;
    }
}
@media screen and (max-width: 700px) {
    .work-program__card-bottom {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .work-program__card .btns {
        display: flex;
        flex-direction: column;
        gap: 9.37px;
        width: 100%;
    }
}
.work-program__card a {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    padding: 12px 24px;
    width: auto;
}
@media screen and (max-width: 1500px) {
    .work-program__card a {
        padding: 8px 18px 9px;
        font-size: 13px;
    }
}
@media screen and (max-width: 1200px) {
    .work-program__card a {
        padding: 5px 9.5px;
        font-size: 10px;
    }
}
@media screen and (max-width: 700px) {
    .work-program__card a {
        font-size: 18px;
        padding: 11.24px 24px;
    }
}
.work-program__card .btn-white {
    display: none;
    font-family: "Noah", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #1f1f1f;
    padding: 11.24px 24px;
    background: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width: 700px) {
    .work-program__card .btn-white {
        display: flex;
    }
}
.work-program__card .main-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: flex;
    height: 100%;
}
@media screen and (max-width: 700px) {
    .work-program__card .main-img {
        position: relative;
        height: 208px;
        margin-bottom: -3px;
    }
}
.work-program__card .main-img img {
    height: 100%;
}
@media screen and (max-width: 700px) {
    .work-program__card .main-img img {
        display: none;
        width: 262px;
        min-width: 262px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.work-program__card .main-img img.sm {
    display: none;
}
@media screen and (max-width: 700px) {
    .work-program__card .main-img img.sm {
        display: block;
    }
}
.work-program .swp-pagination {
    position: static;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}
@media screen and (max-width: 1500px) {
    .work-program .swp-pagination {
        gap: 15.75px;
    }
}
@media screen and (max-width: 1200px) {
    .work-program .swp-pagination {
        gap: 8.4px;
    }
}
@media screen and (max-width: 700px) {
    .work-program .swp-pagination {
        display: none;
    }
}
.work-program .swp-pagination span {
    margin: 0 !important;
    padding: 0;
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 0;
    background: #d9d9d9;
}
@media screen and (max-width: 1500px) {
    .work-program .swp-pagination span {
        width: 19px;
        height: 19px;
    }
}
@media screen and (max-width: 1200px) {
    .work-program .swp-pagination span {
        width: 10px;
        height: 10px;
    }
}
.work-program .swp-pagination span.swiper-pagination-bullet-active {
    background: #F92F43;
}
/* College end */

/* Academic start */
.sec-pb {
    padding-bottom: 100px;
}
@media screen and (max-width: 1500px) {
    .sec-pb {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .sec-pb {
        padding-bottom: 96px;
    }
}
@media screen and (max-width: 700px) {
    .sec-pb {
        padding-bottom: 60px;
    }
}

.sec-pt {
    padding-top: 100px;
}
@media screen and (max-width: 1500px) {
    .sec-pt {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1100px) {
    .sec-pt {
        padding-top: 96px;
    }
}
@media screen and (max-width: 700px) {
    .sec-pt {
        padding-top: 60px;
    }
}

.new-wrapper .container {
    max-width: 1520px;
    width: calc(100% - 40px);
}

@media screen and (max-width: 993px) {
    .faculties-home.academic-home .faculties-home_in {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 993px) {
    .faculties-home.academic-home .faculties-home_text p {
        margin: 30px 0 40px 0;
    }
}
@media screen and (max-width: 480px) {
    .faculties-home.academic-home .faculties-home_text p {
        margin: 10px 0 150px 0;
    }
}
@media screen and (max-width: 993px) {
    .faculties-home.academic-home .btn-red {
        position: static;
        width: 100%;
    }
}
.faculties-home_breadcrumb {
    margin: 40px auto;
}
@media screen and (max-width: 480px) {
    .faculties-home_breadcrumb {
        gap: 0 5px;
    }
}
.faculties-home_breadcrumb li {
    display: flex;
    align-items: center;
}
.faculties-home_breadcrumb a {
    font-size: 16px;
}
@media screen and (max-width: 480px) {
    .faculties-home_breadcrumb a {
        font-size: 14px;
    }
}
.faculties-home_in {
    background: #ECEFF6;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
@media screen and (max-width: 768px) {
    .faculties-home_in {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .faculties-home_in {
        padding: 20px;
    }
}
.faculties-home_text {
    position: relative;
}
.faculties-home_text h1 {
    font-size: 62px;
    line-height: 100%;
}
@media screen and (max-width: 768px) {
    .faculties-home_text h1 {
        font-size: 44px;
    }
}
@media screen and (max-width: 768px) {
    .faculties-home_text h1 br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .faculties-home_text h1 {
        font-size: 24px;
    }
}
.faculties-home_text p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 22px;
}
@media screen and (max-width: 768px) {
    .faculties-home_text p {
        margin: 30px 0 40px 0;
    }
}
@media screen and (max-width: 480px) {
    .faculties-home_text p {
        margin: 10px 0 150px 0;
    }
}
.faculties-home_text .btn-red {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: auto;
    width: -moz-max-content;
    width: max-content;
    padding: 18px 24px;
}
@media screen and (max-width: 768px) {
    .faculties-home_text .btn-red {
        position: static;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .faculties-home_text .btn-red {
        height: 46px;
    }
}
.faculties-home img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 480px) {
    .faculties-home img {
        height: 175px;
    }
}

.faculties-divisions {
    margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
    .faculties-divisions {
        margin-bottom: 60px;
    }
}
.faculties-divisions.faculties-divisions-two {
    margin-bottom: 0;
}
.faculties-divisions_head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .faculties-divisions_head {
        margin-top: 20px;
    }
}
.faculties-divisions_head button {
    padding: 18px 24px;
    border: 2px solid #EDEDED;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -1%;
    color: #465068;
    transition: 0.3s ease;
}
.faculties-divisions_head button.active {
    border: 2px solid transparent;
    background: #ECEFF6;
}
@media screen and (max-width: 768px) {
    .faculties-divisions_head button {
        padding: 12px 24px;
        font-size: 18px;
    }
}
.faculties-divisions_in {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media screen and (max-width: 993px) {
    .faculties-divisions_in {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .faculties-divisions_in {
        margin-top: 20px;
    }
}
@media screen and (max-width: 620px) {
    .faculties-divisions_in {
        grid-template-columns: repeat(1, 1fr);
    }
}
.faculties-divisions_block {
    background: #ECEFF6;
}
.faculties-divisions_block img {
    width: 100%;
    height: 394px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1440px) {
    .faculties-divisions_block img {
        height: 350px;
    }
}
@media screen and (max-width: 993px) {
    .faculties-divisions_block img {
        height: 235px;
    }
}
@media screen and (max-width: 480px) {
    .faculties-divisions_block img {
        height: 213px;
    }
}
.faculties-divisions_block-text {
    padding: 40px;
    min-height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 993px) {
    .faculties-divisions_block-text {
        padding: 16px 20px;
        min-height: 200px;
    }
}
.faculties-divisions_block-text h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    letter-spacing: -1%;
    color: #465068;
}
@media screen and (max-width: 993px) {
    .faculties-divisions_block-text h3 {
        font-size: 20px;
    }
}
.faculties-divisions_block-text .btn-white {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    background: #ffffff;
    color: #465068;
}
.faculties-divisions_block .text_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faculties-divisions_block .text_block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    color: #465068;
}
.faculties-divisions-btns {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
@media screen and (max-width: 993px) {
    .faculties-divisions-btns {
        display: flex;
    }
}
.faculties-divisions-btns .btn {
    width: 46px;
    height: 46px;
    background: #465068;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.faculties-divisions-btns .swiper-button-disabled {
    opacity: 50%;
}

.faculties-top {
    margin-top: 100px;
}
@media screen and (max-width: 480px) {
    .faculties-top {
        margin-top: 60px;
    }
}
.faculties-top__swp .swiper-wrapper {
    align-items: stretch;
}
.faculties-top__swp .swiper-slide {
    height: auto;
}
@media screen and (max-width: 1024px) {
    .faculties-top__swp .swiper-slide {
        width: 320px;
    }
}
.faculties-top__swp .swiper-slide .management_card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.faculties-top__swp .swiper-slide .management_card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}
.faculties-top__swp .swiper-slide .management_card-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.faculties-top__swp .swiper-slide .management_card-text h3 {
    margin-bottom: 20px;
}
.faculties-top__swp .swiper-slide .management_card-text p {
    min-height: inherit;
}
.faculties-top__swp .management_swiper-btns {
    display: none;
}
@media screen and (max-width: 1024px) {
    .faculties-top__swp .management_swiper-btns {
        display: flex;
    }
}

.faculties-direction {
    padding-top: 0;
    margin-top: 100px;
}
@media screen and (max-width: 480px) {
    .faculties-direction {
        margin-top: 60px;
    }
}
.faculties-direction .section_title {
    margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
    .faculties-direction .section_title {
        margin-bottom: 20px;
    }
}
.faculties-direction .end_btn {
    display: flex;
    justify-content: center;
    width: 154px;
    height: 46px;
    font-size: 18px;
    margin: 30px auto 0 auto;
}

@media (max-width: 993px) {
    .faculties_slider .faculties-divisions_in {
        overflow: hidden;
        display: block;
    }
}
@media screen and (max-width: 993px) {
    .faculties_slider .faculties-divisions_in.swiper {
        overflow: visible;
    }
    .faculties_slider .swiper-wrapper {
        display: flex;
    }
    .faculties_slider .swiper-slide {
        width: 80%;
    }
    .faculties_slider .swiper-slide img {
        height: 213px;
    }
    .faculties_slider .faculties-divisions_block {
        width: 100%;
    }
}
.faculties_slider .swiper-slide {
    width: auto;
}

.faculties-partnership {
    margin-bottom: 0 !important;
}

.management .section_title {
    margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
    .management .section_title {
        margin-bottom: 20px;
    }
}
.management .management_swiper {
    overflow: visible;
}
.management_card {
    background: #465068;
}
.management_card img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 500px;
}
@media screen and (max-width: 1200px) {
    .management_card img {
        height: 320px;
    }
}
.management_card-text {
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1200px) {
    .management_card-text {
        padding: 16px 20px;
    }
}
.management_card h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -1%;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .management_card h3 {
        font-size: 20px;
    }
}
.management_card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1%;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .management_card p {
        min-height: 58px;
    }
}
.management_card a {
    width: 100%;
    height: 46px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    color: #465068;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.management_swiper-btns {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
@media screen and (max-width: 1200px) {
    .management_swiper-btns {
        display: flex;
    }
}
.management_swiper-btns .btn {
    width: 46px;
    height: 46px;
    background: #465068;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.management_swiper-btns .swiper-button-disabled {
    opacity: 50%;
}

.academic_council .section_title {
    margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
    .academic_council .section_title {
        margin-bottom: 20px;
    }
}
.academic_council .academic_council_swiper {
    overflow: visible;
}
.academic_council .swiper-slide {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.academic_council .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0.5;
}
.academic_council_card {
    background: #ECEFF6;
}
.academic_council_card img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 500px;
}
@media screen and (max-width: 1200px) {
    .academic_council_card img {
        height: 320px;
    }
}
.academic_council_card-text {
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1200px) {
    .academic_council_card-text {
        padding: 16px 20px;
    }
}
.academic_council_card h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -1%;
    color: #465068;
}
@media screen and (max-width: 1200px) {
    .academic_council_card h3 {
        font-size: 20px;
    }
}
.academic_council_card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    color: #465068;
    min-height: 58px;
}
@media screen and (max-width: 1200px) {
    .academic_council_card p {
        min-height: 58px;
    }
}
.academic_council_card a {
    width: 100%;
    height: 46px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    color: #465068;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.academic_council-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
.academic_council-btns .btn {
    width: 46px;
    height: 46px;
    background: #465068;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.academic_council-btns .swiper-button-disabled {
    opacity: 50%;
}

@media screen and (max-width: 993px) {
    .about_faculty {
        background: #ECEFF6;
    }
}
.about_faculty_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background: #ECEFF6;
    padding: 40px;
    align-items: center;
}
@media screen and (max-width: 993px) {
    .about_faculty_in {
        padding: 20px 0;
        display: flex;
        flex-direction: column-reverse;
    }
}
.about_faculty_in h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 90%;
    letter-spacing: -1%;
    color: #465068;
}
@media screen and (max-width: 480px) {
    .about_faculty_in h2 {
        font-size: 24px;
    }
}
.about_faculty_in p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    color: #465068;
}
.about_faculty_in h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -1%;
    color: #465068;
    margin-bottom: 10px;
}
.about_faculty_in ul {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.about_faculty_in ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    color: #465068;
}
.about_faculty_in ul li::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #465068;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}
@media screen and (max-width: 1200px) {
    .about_faculty_in ul li::after {
        margin: 0;
        top: 8px;
    }
}
.about_faculty_in a {
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -1%;
    color: #465068;
    padding: 18px 24px;
    background: #fff;
}
@media screen and (max-width: 480px) {
    .about_faculty_in a {
        width: 100%;
        text-align: center;
    }
}
.about_faculty-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 480px) {
    .about_faculty-text {
        gap: 20px;
    }
}
.about_faculty img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 993px) {
    .about_faculty img {
        height: 546px;
        -o-object-position: top;
        object-position: top;
    }
}
@media screen and (max-width: 480px) {
    .about_faculty img {
        height: 240px;
    }
}

@media screen and (max-width: 650px) {
    .faculties_figures .figures-card ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-left: 0;
        min-width: 100%;
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 650px) {
    .faculties_figures .figures-card li {
        width: 100%;
        height: 240px;
    }
}
@media screen and (max-width: 650px) {
    .faculties_figures .figures-card:first-child .bg-dark {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .faculties-leader .leader-card__left-text {
        min-height: 200px;
    }
}

.faculties_contact {
    margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
    .faculties_contact {
        margin-bottom: 60px;
        background: #465068;
        position: relative;
    }
}
.faculties_contact_in {
    padding: 40px;
    background: #465068;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 993px) {
    .faculties_contact_in {
        padding: 20px;
    }
}
@media screen and (max-width: 480px) {
    .faculties_contact_in {
        padding: 20px 0;
        position: static;
    }
}
.faculties_contact_in img {
    position: absolute;
    top: 40px;
    right: 0;
    height: calc(100% - 40px);
}
@media screen and (max-width: 993px) {
    .faculties_contact_in img {
        min-width: 1033px;
        margin: auto;
        height: 678px;
        right: 0;
        left: 0;
    }
}
@media screen and (max-width: 680px) {
    .faculties_contact_in img {
        left: auto;
        right: -166px;
    }
}
.faculties_contact_in h2 {
    font-weight: 700;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: -3%;
    color: #fff;
}
@media screen and (max-width: 993px) {
    .faculties_contact_in h2 {
        font-size: 44px;
    }
}
@media screen and (max-width: 480px) {
    .faculties_contact_in h2 {
        font-size: 24px;
    }
}
.faculties_contact-blocks {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 40px;
    max-width: 720px;
}
@media screen and (max-width: 993px) {
    .faculties_contact-blocks {
        max-width: 100%;
        gap: 40px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 650px) {
    .faculties_contact-blocks {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
.faculties_contact-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 480px) {
    .faculties_contact-block {
        gap: 10px;
    }
}
.faculties_contact-block h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -1%;
    color: #fff;
}
@media screen and (max-width: 480px) {
    .faculties_contact-block h3 {
        font-size: 20px;
    }
}
.faculties_contact-block ul {
    display: flex;
    flex-direction: column;
}
.faculties_contact-block ul li {
    display: flex;
    align-items: center;
}
.faculties_contact-block ul a {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -1%;
    color: #fff;
}

.department-program * {
    font-family: "Noah", sans-serif;
}
@media screen and (max-width: 1100px) {
    .department-program .program-card {
        width: 100%;
        order: 1;
    }
}

.faculty-news * {
    font-family: "Noah", sans-serif;
}
.faculty-news__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 60px 0;
}
@media screen and (max-width: 1800px) {
    .faculty-news__head {
        width: calc(100% + 280px);
        margin-left: -140px;
        padding: 0 140px;
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .faculty-news__head::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (max-width: 1500px) {
    .faculty-news__head {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
    }
}
.faculty-news__head a {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #465068;
    padding: 16px 22px;
    border: 2px solid #ededed;
    flex-shrink: 0;
    white-space: nowrap;
}
.faculty-news__head a.active {
    background: #eceff6;
    border-color: #eceff6;
}
.faculty-news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
@media screen and (max-width: 1600px) {
    .faculty-news__list {
        gap: 40px 20px;
    }
}
@media screen and (max-width: 1300px) {
    .faculty-news__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1024px) {
    .faculty-news__list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.faculty-news__card {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #eceff6;
}
.faculty-news__card.bg-dark {
    background: #465068;
    justify-content: flex-end;
}
.faculty-news__card.bg-dark .hashtag {
    background: #fff;
    color: #465068;
}
.faculty-news__card.bg-dark .title, .faculty-news__card.bg-dark .description {
    color: #fff;
}
.faculty-news__card.bg-dark .date {
    color: #eceff6;
}
.faculty-news__card.bg-red {
    background: #f92f43;
    justify-content: flex-end;
    grid-column: span 2;
}
@media screen and (max-width: 1300px) {
    .faculty-news__card.bg-red {
        grid-column: span 1;
    }
}
.faculty-news__card.bg-red .hashtag {
    background: #fff;
    color: #f92f43;
}
.faculty-news__card.bg-red .title, .faculty-news__card.bg-red .description {
    color: #fff;
}
.faculty-news__card.bg-red .date {
    color: #eceff6;
}
.faculty-news__card .main-img {
    margin-top: -40px;
    flex-shrink: 0;
    width: 100%;
    height: 218px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
    .faculty-news__card .main-img {
        height: 260px;
    }
}
.faculty-news__card .hashtag {
    position: absolute;
    background: #f92f43;
    top: 28px;
    left: 0;
    z-index: 2;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
}
.faculty-news__card-body {
    padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
    .faculty-news__card-body {
        padding: 40px 20px 0;
    }
}
.faculty-news__card-body .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #272737;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.faculty-news__card-body .title.text-3 {
    -webkit-line-clamp: 3;
}
.faculty-news__card-body .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #272737;
}
.faculty-news__card-body .description:not(.text-overflow-none) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.faculty-news__card-body .description {
    margin-bottom: 22px;
}
.faculty-news__card-body .date {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #465068;
}
.faculty-news .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
@media screen and (max-width: 1024px) {
    .faculty-news .more-btn {
        padding-top: 60px;
    }
}
@media screen and (max-width: 700px) {
    .faculty-news .more-btn {
        padding-top: 20px;
    }
}
.faculty-news .btn-dark {
    width: auto;
    display: flex;
    padding: 0 24px;
}
@media screen and (max-width: 1024px) {
    .faculty-news .btn-dark {
        width: 100%;
        height: 62px;
    }
}

.academic-rector__list {
    margin-top: 60px;
}
.academic-rector .swiper {
    overflow: visible;
}
.academic-rector .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media screen and (max-width: 1500px) {
    .academic-rector .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1400px) {
    .academic-rector .swiper-wrapper {
        display: flex;
        gap: 0;
    }
}
@media screen and (max-width: 1440px) {
    .academic-rector .swiper-slide {
        width: 320px;
    }
}
@media screen and (max-width: 1400px) {
    .academic-rector .swiper-slide .leader-card {
        width: 320px;
    }
}
@media screen and (max-width: 1400px) {
    .academic-rector .swiper-slide .leader-card__left {
        width: 100%;
    }
}
@media screen and (max-width: 1400px) {
    .academic-rector .swiper-slide .leader-card__left-text {
        padding: 16px 20px;
    }
}
@media screen and (max-width: 1400px) {
    .academic-rector .swiper-slide .leader-card__left .btn-white {
        display: flex;
    }
}
@media screen and (max-width: 1400px) {
    .academic-rector .swiper-slide .leader-card__right {
        display: none;
    }
}
@media screen and (min-width: 1400px) {
    .academic-rector .swp-navigation {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .faculties-help .help-card {
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .faculties-help .help-card h3, .faculties-help .help-card p {
        max-width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .faculties_figures .figures-card ul {
        overflow: visible;
    }
}
.faculties_figures .figures-card .last-card {
    box-shadow: 0 4px 21px 0 rgba(9, 12, 31, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 650px) {
    .faculties_figures .figures-card .last-card .main-img {
        height: 117px;
    }
}
/* Academic end */
