* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

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

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

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%;
  overflow: hidden;
  min-height: 100svh;
}

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

p, 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-weight: 700;
  font-family: "Noah", sans-serif;
}

button, select, input, textarea, li, div, p, 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(6, 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 */
