html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: "face";
  src: url(../fonts/AvenirNextCyr-Bold.ttf);
}

body {
  font-family: "face";
  font-size: 18px;
  font-weight: 450;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}

h2 {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

p {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  position: relative;
  background-image: url(../images/fone.png.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /* Розтягує фон на всю секцію */
  box-shadow: 0px 0px 110px 14px rgba(0, 0, 0, 1) inset;

}

.header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  /* Позиція між секціями */
  width: 100%;
  height: 2px;
  /* Товщина лінії */
  background: rgb(100, 247, 247);
  /* Колір неону */
  transform: translateX(-50%);
  box-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 40px cyan;
  /* Ефект світіння */
}

.icon__content {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 18px;
}

.strong {
  font-family: Avenir Next Cyr;
  font-weight: 750;
  font-size: 18px;
}

.header-top {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}

.header-content__tex {
  font-family: Avenir Next Cyr;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(116, 125, 129, 1);
  display: inline-block;
  margin-top: 155px;
  margin-bottom: 18px;
}


.header__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header__title {
  font-family: Avenir Next Cyr;
  font-weight: 600;
  font-size: 108px;
  background: linear-gradient(180deg, #FFFFFF 31.75%, #1A3031 100%);
  background-clip: text;
  color: transparent;
  margin-bottom: 18px;
}

.header-content__tex {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;

}

.header-content__txt {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 18px;
}

.imag-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Відступ між іконкою та текстом */
  color: #00CFFF;
  /* Неоновий колір */
  margin-top: 80px;
  margin-bottom: 100px;
}

.header-content-img {
  width: 70px 70px;
  /* Або інший розмір */

}

.icon__content {
  font-size: 16px;
  line-height: 1.4;
  max-width: 500px;
  /* Обмеження ширини тексту */
}

.icon-con {
  font-family: Avenir Next Cyr;
  font-weight: 750;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.icon__content strong {
  color: white;
  /* Колір заголовка */
  font-size: 18px;
}


.headset-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  /* Відстань між іконкою і текстом */
}

.circle {
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, #00d9ff, #0088cc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 217, 255, 0.8);
}

.circle img {
  width: 40px;
  /* Розмір іконки */
  height: auto;
}

.text {
  writing-mode: vertical-rl;
  /* Повертає текст вертикально */
  text-transform: uppercase;
  font-size: 10px;
  color: #00d9ff;
  font-weight: bold;
  letter-spacing: 2px;
}

.headset-button {
  position: absolute;
  top: 130px;
  /* Відступ від верху */
  left: 20px;
  /* Відступ від лівого краю */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-left: 117px;
}

.menu__list {
  display: flex;
  gap: 0 30px;
}

.menu__item {
  text-transform: uppercase;
}

.menu__link,
.phone {
  font-family: Avenir Next Cyr;
  color: #06f9e9;
  text-decoration: none;
}



span {
  color: rgba(0, 224, 255, 1);
}

.button__btn:focus {
  outline: none;
}

.button__btn {
  border: none;
  margin-bottom: 100px;
  width: 479px;
  height: 60px;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(3, 225, 255, 0.66) 0%, #13CDC2 100%);
}

.header-content__btn {
  font-family: Avenir Next Cyr;
  font-weight: 750;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 25%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
}

.rectangle__box,
.headset {
  display: flex;
  align-items: center;
}

.rectangle__box {
  display: flex;
  flex-direction: column;
  /* Розташовує елементи вертикально */
  align-items: center;
  /* Вирівнює по центру */
  text-align: center;
}

.rectangle {
  margin-top: 300px;
}

.rectangle__text,
.info {
  transform: rotate(90deg);
  transform-origin: left bottom;
  font-size: 20px;
  margin-left: 10px;
  position: centr;
}



.why {
  position: relative;
  background: linear-gradient(286.41deg, #022335 3.63%, #043A41 90.98%);
  /* Розтягує фон на всю секцію */
  box-shadow: 0px 0px 110px 14px rgba(0, 0, 0, 1) inset;

}

.why::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  /* Позиція між секціями */
  width: 100%;
  height: 2px;
  /* Товщина лінії */
  background: rgb(100, 247, 247);
  /* Колір неону */
  transform: translateX(-50%);
  box-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 40px cyan;
  /* Ефект світіння */
}

.why__inner-item {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
  transition: 0.5s;

  /* Додаємо початкову прозорість для анімації */
  opacity: 0;
  transform: scale(0.8);
  animation: fadeIn 0.8s forwards ease-out;
}

.why__inner-item:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}


/* Анімація появи для блоків */
.why__inner-item:nth-child(1) {
  animation-delay: 0.2s;
}

.why__inner-item:nth-child(2) {
  animation-delay: 0.4s;
}

.why__inner-item:nth-child(3) {
  animation-delay: 0.6s;
}

.why__inner-item:nth-child(4) {
  animation-delay: 0.8s;
}

.why__inner-item:nth-child(5) {
  animation-delay: 1.8s;
}

.why__inner:nth-child(6) {
  animation-delay: 2s;
}

.why__inner-item:nth-child(7) {
  animation-delay: 2.4s;
}

/* Світіння при наведенні */
.why__inner-item:hover {
  background: rgba(1, 0, 0, 0.2);
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.top-why__inner {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.why__inner-item {
  flex: 1;
  /* Всі блоки рівні */
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
}

.bottom-why__inner {
  display: flex;
  gap: 20px;
  padding-bottom: 120px;
}


.title__container {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-top: 125px;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeIn 1s forwards ease-out;
}

span {
  color: aqua;
}


p {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 15px;
  line-height: 100%;
}

.why__img {
  width: 50px;
  height: auto;
  margin-bottom: 15px;
  /* Відступ від тексту */
  margin-right: 195px;
}

.why__inner-text {
  color: white;
  font-size: 14px;

}

.artificial__intelligence {
  position: relative;
  background: linear-gradient(286.41deg, #022335 3.63%, #043A41 90.98%);
  box-shadow: 0px 0px 110px 14px rgba(0, 0, 0, 1) inset;
}

.artificial__intelligence::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  /* Позиція між секціями */
  width: 100%;
  height: 2px;
  /* Товщина лінії */
  background: rgb(100, 247, 247);
  /* Колір неону */
  transform: translateX(-50%);
  box-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 40px cyan;
  /* Ефект світіння */
}



.intelect__text {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-top: 120px;
  margin-bottom: 65px;
}

.intelect__inform-bottom {
  margin-bottom: 70px;
}

.intelect__inform,
.intelect__inform-bottom {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(31, 63, 77, 0.53) 52.08%, rgba(31, 75, 94, 0) 100%);
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  max-width: 650px;
  /* або інша ширина */
  margin-top: 5px;
}

.inform__title {
  margin-left: 20px;
}

.button__btn-info {
  margin-bottom: 100px;
  width: 479px;
  height: 60px;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(3, 225, 255, 0.66) 0%, #13CDC2 100%);
}

.member {
  position: relative;
  background: linear-gradient(286.41deg, #022335 3.63%, #043A41 90.98%);
  box-shadow: 0px 0px 110px 14px rgba(0, 0, 0, 1) inset;
}

.member::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  /* Позиція між секціями */
  width: 100%;
  height: 2px;
  /* Товщина лінії */
  background: rgb(100, 247, 247);
  /* Колір неону */
  transform: translateX(-50%);
  box-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 40px cyan;
  /* Ефект світіння */
}

.member__text {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 54px;
  padding-top: 100px;
  padding-bottom: 70px;
}


.member__info-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
  justify-content: center;
  align-items: center;
  padding-bottom: 130px;
}

.membe {
  display: flex;
  align-items: center;
  width: 70%;
  /* Ширина блоку */
  gap: 20px;
  /* Відступ між картинкою та текстом */
}

.member__img {
  width: 150px;

}

.member__text-1 {
  color: white;
  font-size: 16px;
  max-width: 500px;
}

.inner-top {
  flex-direction: row;
}

.inner-button {
  flex-direction: row-reverse;
}


.member__img {
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 170, 255, 0.6);
  /* Світіння під фото */
}

.course-section {
  position: relative;
  background: linear-gradient(286.41deg, #022335 3.63%, #043A41 90.98%);
  box-shadow: 0px 0px 110px 14px rgba(0, 0, 0, 1) inset;
  padding: 80px 0;
  /* Щоб фон не виходив за межі */
}

.course-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(100, 247, 247);
  transform: translateX(-50%);
  box-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 40px cyan;
}

/* ---- Вирівнювання контенту ---- */
.cours__inner {
  display: flex;
  justify-content: space-between;
}

/* Права частина (Малюнок мозку) */
.course-section__images {
  width: 50%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;

}

/* ---- Ліва частина (Текст) ---- */
.course__text {
  max-width: 50%;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeIn 1s ease-out forwards;
}

/* ---- Анімація появи тексту ---- */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Заголовок ---- */
h2 {
  font-family: "Avenir Next Cyr", sans-serif;
  font-weight: 450;
  font-size: 54px;
  padding-bottom: 40px;
  animation: glow 2s infinite alternate;
}

/* ---- Список ---- */
.course__content {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ---- Вирівнювання іконок ---- */
.course__content-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

/* ---- Неонові іконки ---- */
.neon-check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: drop-shadow(0px 0px 5px #00AEEF);
  transition: filter 0.3s ease-in-out;
}

.neon-check:hover {
  filter: drop-shadow(0px 0px 15px #00AEEF);
}

/* ---- Кнопка ---- */
.button__btn {
  display: inline-block;
  background: linear-gradient(90deg, #00AEEF, #008CBA);
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 174, 239, 0.5);
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}

.button__btn:hover {
  box-shadow: 0px 0px 20px rgba(0, 174, 239, 1);
  transform: scale(1.05);
}



.inform-section {
  position: relative;
  background: linear-gradient(286.41deg, #022335 3.63%, #043A41 90.98%);
  box-shadow: 0px 0px 110px 14px rgba(0, 0, 0, 1) inset;
  padding: 80px 0;
  /* Щоб фон не виходив за межі */
}

.inform-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(100, 247, 247);
  transform: translateX(-50%);
  box-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 40px cyan;
}


.gradient__tex {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 18px;

}

.inform__level {
  margin-top: 30px;
}

.course__list-strong {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
}

.cours__strong {
  font-family: Avenir Next Cyr;
  font-weight: 750;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #4ABCEC;
  margin-bottom: 15px;
}


/* Кнопки-акордеони */
.accordion {
  background-color: rgba(0, 174, 239, 0.1);
  color: white;
  cursor: pointer;
  padding: 15px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 18px;
  transition: background 0.3s ease;
  margin-bottom: 10px;
  border-radius: 8px;
  position: relative;
}

/* Додамо іконку-стрілку */
.accordion__icon {
  width: 24px;
  height: 24px;
  background: url(../images/icons8-стрелка-вверх-100.png) no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
  position: absolute;
  right: 15px;
}

/* Зміна іконки при відкритті */
.accordion.active .accordion__icon {
  transform: rotate(180deg);
}

.accordion:hover {
  background: rgba(0, 174, 239, 0.2);
}



.accordion:hover {
  background: rgba(0, 174, 239, 0.2);
}

.accordion span {
  font-size: 18px;
  color: #00AEEF;
}

.duration {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 15px;
  line-height: 21px;
}

/* Вміст випадаючих блоків */
.panel {
  max-height: 0;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 15px;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease;
}

.course__item {
  display: flex;
  align-items: flex-start;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.course__namber {
  background-color: #00AEEF;
  color: #08262B;
  ;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* Забороняє змінювати розмір */
  text-align: center;
  white-space: nowrap;
  /* Запобігає переносу тексту */
}

.h3,
.cours__title {
  font-family: Avenir Next Cyr;
  font-weight: 750;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #00AEEF;
  margin-bottom: 5px;
}

.course-description {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #fff;
  line-height: 1.5;
}

/* Активний стан */
.active+.panel {
  max-height: 1600px;
  padding: 15px;
}

/* Список курсів */
.course__list {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
}

.section__avtor {
  position: relative;
  background: linear-gradient(286.41deg, #022335 3.63%, #043A41 90.98%);
  box-shadow: 0px 0px 110px 14px rgba(0, 0, 0, 1) inset;
  padding: 80px 0;
  /* Щоб фон не виходив за межі */
}

/* Підсвічування між секціями */
.section__avtor::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(100, 247, 247);
  transform: translateX(-50%);
  box-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 40px cyan;
}

.avtor__info-inner {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
}

.avtor__info-inner {
  width: 50%;
}

.info__inner {
  margin-top: 40px;
}

.container-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Права частина (Малюнок мозку) */
.avtor__images {
  width: 50%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  position: relative;
}

.announcements {
  position: relative;
  background: linear-gradient(286.41deg, #022335 3.63%, #043A41 90.98%);
  box-shadow: 0px 0px 110px 14px rgba(0, 0, 0, 1) inset;
  padding: 80px 0;
}

.announcements::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(100, 247, 247);
  transform: translateX(-50%);
  box-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 40px cyan;
}

.announcements__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.all-announcements {
  color: #00ffff;
  text-decoration: none;
  border: 1px solid #00ffff;
  padding: 5px 10px;
  border-radius: 9px;
  transition: 0.3s;
}

.all-announcements:hover {
  background: #00ffff;
  color: #002b36;
}

.mySwiper {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  width: 350px !important;
}

h3 {
  margin-bottom: 18px;
}

p {
  margin-bottom: 9px;
}

.swiper {
  align-items: center;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  transition-timing-function: ease-in-out;
}

.announcement-card {
  position: relative;
  padding: 15px;
  border-radius: 15px;
  width: 150px;
  text-align: left;
  color: white;
  transition: 0.3s;
}

.announcement-card:hover {
  box-shadow: 0px 0px 20px cyan;
}

.announcement-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.announcement-card:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

/* 🔹 Робимо стрілки ідеальними колами */
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  /* Фіксований розмір */
  height: 50px !important;
  background: rgba(0, 255, 255, 0.8);
  /* Бірюзовий колір */
  border-radius: 50%;
  /* Робимо стрілки ідеальними колами */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
  overflow: hidden;
  /* Виправляє вихід стрілки за межі */
}

/* 🔹 Додаємо білу стрілку */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  color: #001a22;
}

/* 🔹 Ефект при наведенні */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: white;
  transform: scale(1.1);
}

/* 🔹 Коригуємо розташування стрілок */
.swiper-button-prev {
  left: -50px;
  /* Зсуваємо ближче до карток */
}

.swiper-button-next {
  right: -50px;
  /* Зсуваємо ближче до карток */
}

/* 🔹 Збільшуємо розмір карток */
.swiper-slide {
  width: 390px !important;
  height: auto;
}

.announcement-card {
  width: 390px;
  padding: 15px;
}

.read-more {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #4ABCEC;
}

.vacancies {
  position: relative;
  background: linear-gradient(286.41deg, #022335 3.63%, #043A41 90.98%);
  box-shadow: 0px 0px 110px 14px rgba(0, 0, 0, 1) inset;
  padding: 80px 0;
}

.vacancies::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(100, 247, 247);
  transform: translateX(-50%);
  box-shadow: 0 0 10px cyan, 0 0 20px cyan, 0 0 40px cyan;
}

.vacancies__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.vacancies__ol {
  color: #00ffff;
  text-decoration: none;
  border: 1px solid #00ffff;
  padding: 5px 10px;
  border-radius: 9px;
  transition: 0.3s;
}

.vacancies__ol:hover {
  background: #00ffff;
  color: #002b36;
}

.img__vacancies {
  margin-bottom: 30px;
}

h3 {
  font-family: Avenir Next Cyr;
  font-weight: 750;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  margin-top: 30px;
}

p {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0%;
}

a {
  font-family: Avenir Next Cyr;
  font-weight: 450;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #4ABCEC;
}

.vacancies__card {
  position: relative;
  padding: 15px;
  border-radius: 15px;
  width: 150px;
  text-align: left;
  color: white;
  transition: 0.3s;
}

.vacancies__card:hover {
  box-shadow: 0px 0px 20px cyan;
}

.vacancies__card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.vacancies__card:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

.vacancies-card {
  width: 390px;
  padding: 15px;
}

.swiper-slide {
  width: 390px !important;
  height: auto;
}


/* 🔹 Основний стиль футера */
.footer {
  background: linear-gradient(286.41deg, #022335 3.63%, #043A41 90.98%);
  box-shadow: 0px 0px 20px cyan inset;
  color: white;
  padding: 50px 0;
  text-align: center;
  position: relative;
}

/* 🔹 Верхній блок з кнопкою "Піднятися вверх" */
.footer-top {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: cyan;
}

.arrow-up {
  width: 60px;
  height: 60px;
  background: rgba(0, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: #001a22;
  box-shadow: 0 0 10px cyan, 0 0 20px cyan;
  transition: transform 0.3s;
}

.arrow-up:hover {
  transform: scale(1.1);
}

/* 🔹 Контент футера */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 30px;
  border-top: 2px solid cyan;
}

/* 🔹 Ліва частина */
.footer-left img {
  width: 120px;
  margin-bottom: 10px;
}

/* 🔹 Права частина (контакти + соцмережі) */
.footer-right {
  text-align: right;
}

.contact-info a {
  display: block;
  color: cyan;
  text-decoration: none;
  margin-bottom: 5px;
  transition: color 0.3s;
}

.contact-info a:hover {
  color: white;
}

/* 🔹 Соцмережі */
.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.social-icons img {
  width: 30px;
  transition: transform 0.3s;
}

.social-icons img:hover {
  transform: scale(1.2);
}

/* 🔹 Нижній текст */
.footer-bottom {
  margin-top: 20px;
  border-top: 1px solid cyan;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px auto 0;
  font-size: 14px;
  color: cyan;
}

.footer-bottom a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: cyan;
}

/* 🔹 Адаптація */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    text-align: center;
    margin-top: 20px;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}