*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Geist", sans-serif;
  color: #4e5c71;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 20px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1408px;
}

.toggle-btn {
  display: none;
}

.btn-wrap.mobile {
  display: none;
}

.header .menu {
  display: flex;
  gap: 56px;
}

.header .menu a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  transition: all 0.2s ease;
}

.header .menu a:hover {
  color: #f6e304;
}

.btn-contacts {
  border-radius: 35px;
  background: #fff;
  padding: 10px 32px;
  color: #081d3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease;
}

.btn-contacts:hover {
  background: #f6e304;
}

section {
  padding: 100px 0;
}

.container {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px;
}

h1 {
  color: #fff;
  text-align: center;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px; /* 93.75% */
  letter-spacing: -4px;
}

h2 {
  color: #081d3a;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px; /* 116.667% */
  letter-spacing: -3.2px;
  /* margin-bottom: 16px; */
}

.hero {
  padding: 160px 0 120px 0;
  position: relative;
  background: linear-gradient(180deg, #061627 0%, #081d3a 100%);
}

.hero .container {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
}

.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url("./img/Background-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.hero .wrapper {
  max-width: 648px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.hero .partner {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hero .partner p {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero .subscription {
  color: #f3f3f3;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero .btn-wrapper {
  display: flex;
  gap: 28px;
}

.btn-arrow {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 12px 12px 40px;
  border-radius: 35px;
  background: #f6e304;
  box-shadow: 0 8px 25px 0 rgba(246, 227, 4, 0.32);
}

.btn-arrow span {
  color: #081d3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-arrow:hover {
  background: #fff;
  box-shadow: 0 8px 25px 0 rgba(8, 29, 58, 0.32);
}

.btn-primary {
  padding: 24px 40px;
  border-radius: 35px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 25px 0 rgba(8, 29, 58, 0.32);
  transition: all 0.2s ease;
}

.btn-primary span {
  color: #081d3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-primary:hover {
  background: #f6e304;
  box-shadow: 0 8px 25px 0 rgba(246, 227, 4, 0.32);
}

.stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding-top: 26px;
}

.stats__line {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
}

.stats__number {
  text-align: center;
  width: 170px;
}

.stats__number span {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.stats__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero .lead {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #081d3a;
  box-shadow: 0 6.469px 20.214px 0 rgba(8, 29, 58, 0.32);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: absolute;
}

.hero .lead .name {
  color: #fff;
  font-size: 16.171px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.406px; /* 120% */
  letter-spacing: -0.647px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.hero .lead .company {
  color: #f6e304;
  font-size: 12.937px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.789px; /* 137.5% */
  letter-spacing: -0.517px;
  margin-bottom: 8px;
}

.hero .lead span {
  display: flex;
  padding: 3.234px 8.086px;
  flex-direction: column;
  align-items: flex-start;

  border-radius: 8084.905px;
  background: rgba(255, 255, 255, 0.2);

  color: #fff;
  text-align: center;
  font-size: 12.937px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.517px;
  text-transform: uppercase;
  width: fit-content;
}

.lead-1 {
  left: 40px;
  top: 80px;
}

.lead-2 {
  left: 0px;
  bottom: 80px;
}

.lead-3 {
  right: 40px;
  top: 40px;
}

.lead-4 {
  right: 0px;
  bottom: 20px;
}

.about {
  background: #f3f3f3;
}

.about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about .wrapper .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}

.bage {
  color: #647082;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  position: relative;
}

.bage::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 33px;
  height: 3px;
  background: #f6e304;
}

.about p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 12px;
}

.about-list li {
  position: relative;
  color: #4e5c71;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 50px;
  min-height: 36px;
  display: flex;
  align-items: center;
}

.about-list li::before {
  content: url("./img/arrow-blue.svg");
  position: absolute;
  left: 0;
  top: 0;
}

.about .img-wrapper {
  position: relative;
}

.img-wrapper .label {
  position: absolute;
  right: 0;
  top: 60px;

  display: flex;
  padding: 14px;
  align-items: flex-start;
  gap: 3.412px;

  border-radius: 14px 0 0 14px;
  background: #081d3a;

  color: #f6e304;
  font-size: 27.435px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.097px;
}

.advantages__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.advantages__heading {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.advantages__subtitle {
  font-size: 18px;
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.advantage-card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;

  border-radius: 16px;
  background: #f3f3f3;
}

.advantage-card h3 {
  color: #081d3a;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.team {
  padding: 80px 0;
}

.team__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.team .bage {
  display: block;
  margin-bottom: 20px;
}

.team .bage::before {
  left: 50%;
  transform: translateX(-50%);
}

.team__title {
  margin-bottom: 16px;
}

.team__subtitle {
  font-size: 18px;
}

/* ==============================

   TEAM GRID

============================== */

.team-slider {
  overflow: visible;
}

.team__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.team-card {
  width: calc(25% - 18px) !important;
  height: auto;
  padding: 32px 24px;
  border-radius: 16px;
  background: #f3f3f3;
}

.team-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 24px;
  object-fit: cover;
  border-radius: 14px;
}

.team-card__name {
  color: #081d3a;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.team-card__position {
  color: #4e5c71;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* ==============================

   TABLET

============================== */

@media (max-width: 991px) and (min-width: 768px) {
  .team-card {
    width: calc(33.333% - 16px) !important;
  }

  .team__title {
    font-size: 40px;
  }
}

/* ==============================

   MOBILE SLIDER

============================== */

@media (max-width: 767px) {
  .team {
    padding: 50px 0;
    overflow: hidden;
  }

  .team__header {
    margin-bottom: 35px;
  }

  .team__title {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .team-slider {
    width: 100%;
    overflow: hidden;
  }

  .team__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
  }

  .team-card {
    width: 100% !important;
    padding: 24px;
  }

  .team-card__image {
    aspect-ratio: 1 / 1;
  }
}

.services {
  background: #081d3a;
  color: #fff;
}

.services__header {
  margin-bottom: 60px;
  text-align: center;
}

.services .bage {
  color: #fff;
  margin-bottom: 16px;
}

.services .bage::before {
  left: 50%;
  transform: translateX(-50%);
}

.services__title {
  color: #fff;
  margin-bottom: 16px;
}

.services__subtitle {
  font-size: 18px;
}

/* ==============================

   SERVICES BOX

============================== */

.services__box {
  overflow: hidden;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 60px;
}

/* ==============================

   MAIN SERVICE

============================== */

.services__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 155px;
  padding: 32px 40px;
  background: #f6e304;
}

.services__main-content {
  display: flex;
  align-items: center;
  gap: 44px;
}

.services__main-icon {
  flex-shrink: 0;
  object-fit: contain;
}

.services__main-title {
  color: #081d3a;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
  letter-spacing: -1.6px;
  margin-bottom: 12px;
}

.services__main-text {
  color: #4e5c71;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 800px;
}

/* ==============================

   DIRECTIONS BUTTON

============================== */

.services__directions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  padding: 12px 12px 12px 24px;
  color: #ffe000;
  background-color: #0b2345;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(11, 35, 69, 0.3);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.services__directions:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(11, 35, 69, 0.4);
}

.services__directions-text {
  color: #f6e304;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.64px;
}

.services__directions-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #0b2345;
  background-color: #ffe000;
  border-radius: 50%;
  font-size: 22px;
}

/* ==============================

   SERVICES GRID

============================== */

.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 120px;
  padding: 28px 40px;
  color: #0b2345;
  text-decoration: none;
  border-bottom: 1px solid rgba(8, 29, 58, 0.08);
  transition: background-color 0.3s ease;
}

.service-item:nth-child(odd) {
  border-right: 1px solid rgba(8, 29, 58, 0.08);
}

.service-item:nth-last-child(-n + 2) {
  border-bottom: none;
}

.service-item__title {
  color: #4e5c71;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.service-item__text {
  color: #4e5c71;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.service-item__arrow {
  flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.service-item:hover .service-item__arrow {
  transform: translate(4px, -4px);
}

.mb-0 {
  margin-bottom: 0;
}

.niches__head {
  text-align: center;
  margin-bottom: 60px;
}

.niches .bage::before {
  left: 50%;
  transform: translateX(-50%);
}

.niches__title {
  margin-bottom: 16px;
}

.niches__description {
  color: #4e5c71;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.niches__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: 62px 121px 121px 62px; */
  gap: 20px;
}

.niche-card {
  position: relative;
  overflow: hidden;
  padding: 32px;

  border-radius: 16px;
}

.niche-card--yellow {
  background: #ffe000;
}

.niche-card--gray {
  background: #f2f2f2;
}

.niche-card__title {
  color: #081d3a;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
}

.niche-card__icon {
  width: 80px;
  object-fit: contain;
}

.niche-card__image {
  display: block;
  width: 100%;
  height: 252px;
  margin-top: 24px;
  object-fit: cover;
  border-radius: 16px;
}

.niche-card--real-estate {
  grid-column: 1;
  grid-row: 1;

  display: flex;
  align-items: center;
}

.niche-card--auto {
  grid-column: 2;
  grid-row: 1 / 3;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.niche-card--production {
  grid-column: 3;
  grid-row: 1;

  display: flex;
  align-items: center;
}

.niche-card--ecommerce {
  grid-column: 1;
  grid-row: 2 / 4;

  display: flex;
  align-items: flex-end;
  min-height: 364px;
}

.niche-card--ecommerce .niche-card__image {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
  margin: 0;

  border-radius: 0;
}

.niche-card--it {
  grid-column: 3;
  grid-row: 2 / 4;
}

.niche-card--education {
  grid-column: 1;
  grid-row: 4;

  display: flex;
  align-items: center;
}

.niche-card--medicine {
  grid-column: 2;
  grid-row: 3 / 5;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.niche-card--finance {
  grid-column: 3;
  grid-row: 4;

  display: flex;
  align-items: center;
}

.process {
  background: #f3f3f3;
}

.process__head {
  margin-bottom: 60px;
  text-align: center;
}

.process .bage {
  display: block;
  margin-bottom: 20px;
}

.process .bage::before {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.process__list {
  padding: 0 40px;
  display: flex;
  gap: 24px;
}

.process-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;

  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #fff;
  position: relative;
}

.process-card__number {
  color: #4e5c71;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px; /* 120% */
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.process-card__title {
  color: #081d3a;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.process-card__text {
  color: #4e5c71;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.process-card__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
}

.certificates {
  overflow: hidden;
}

.certificates .container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.certificates__head {
  text-align: center;
  margin-bottom: 60px;
}

.certificates__subtitle {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  color: #768399;
}

.certificates .bage {
  display: block;
  margin-bottom: 20px;
}

.certificates .bage::before {
  left: 50%;
  transform: translateX(-50%);
}

.certificates__title {
  margin-bottom: 16px;
}

.certificates__text {
  max-width: 600px;
  color: #4e5c71;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
}

/* ---------- Slider ---------- */

.certificatesSwiper {
  overflow: visible;
}

/* головне правило */

.certificatesSwiper .swiper-wrapper {
  align-items: stretch;
}

.certificatesSwiper .swiper-slide {
  border-radius: 16px;
  background: #f3f3f3;

  display: flex;
  height: 338px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: auto;
}

.certificatesSwiper .swiper-slide img {
  display: block;
  width: auto;
  height: -webkit-fill-available;
}

@media (max-width: 767px) {
  .certificates {
    padding: 60px 0;
  }

  .certificates__title {
    font-size: 34px;
  }
}
.cases {
  background: #081d3a;
}

.cases .bage {
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.cases h2 {
  color: #fff;
}

.cases__header {
  margin-bottom: 60px;
}

.case-card {
  display: flex;
  border-radius: 24px;
  background: #f3f3f3;
  margin-bottom: 30px;
}

.case-card__image {
  position: relative;
  width: 520px;
}

.case-card__image img {
  max-width: none;
  border-radius: 24px 0 0 24px;
}

.case-card__category {
  position: absolute;

  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 1.99px;
  border-radius: 24px 0 8px 0;
  background: #f6e304;

  color: #081d3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.64px;
}

.case-card__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case-card__title {
  color: #081d3a;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.case-card__description {
  min-height: 107px;
}

.cases .container div:nth-child(5) {
  margin-bottom: 0;
}

.cases .container div:nth-child(5) .case-card__description {
  min-height: 89px;
}

.case-line {
  width: 1px;
  height: 40px;
  background: rgba(8, 29, 58, 0.08);
}

.case-card__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-stat {
  width: 190px;
}

.case-stat__value {
  color: #081d3a;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.case-stat__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feedback__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}

.feedback__content {
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feedback__text {
  font-size: 18px;
}

.feedback__contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feedback__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feedback__contact strong {
  color: #4e5c71;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.feedback__form-wrapper {
  max-width: 608px;
  width: 100%;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #081d3a;
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feedback-form input,
.feedback-form textarea {
  width: 100%;
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #f3f3f3;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}

.feedback-form input:focus,
.feedback-form textarea:focus {
  border: 1px solid #f6e304;
}

.feedback-form input::placeholder,
.feedback-form textarea::placeholder {
  color: #6b6b7b;
}

.feedback-form textarea {
  height: 200px;
}

.feedback-form__policy {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 16px;

  color: #a0a0b0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px; /* 160% */
}

.feedback-form__policy input {
  width: auto;
}

.feedback-form__submit {
  display: flex;
  height: 70px;
  padding: 24px 40px;
  justify-content: center;
  align-items: center;
  align-self: stretch;

  color: #081d3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  cursor: pointer;
  border-radius: 35px;
  background: #f6e304;
  box-shadow: 0 8px 25px 0 rgba(8, 29, 58, 0.32);
  transition: all 0.2s ease;
}

.feedback-form__submit:hover {
  background: #fff;
}

.footer__main {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #061627 0%, #081d3a 100%), #081d3a;
  color: #fff;
}

.footer__main .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.footer__navigation {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer__nav {
  width: 100%;
}

.footer__nav-title {
  color: #f6e304;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 12px;
  width: 100%;
}

.footer__nav-grid a {
  width: 100%;
  transition: all 0.2s ease;
}

.footer__nav-grid a:hover {
  color: #f6e304;
}

.footer__bottom {
  padding: 20px 0;
  background: #f6e304;
  color: #081d3a;
}

.footer__bottom-wrapper {
  display: flex;
  justify-content: space-between;
}

/* =========================

   BURGER

========================= */

.toggle-btn {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1100;
}

.toggle-btn span {
  position: absolute;
  left: 8px;
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
  transition: 0.35s ease;
}

.toggle-btn span:nth-child(1) {
  top: 12px;
}

.toggle-btn span:nth-child(2) {
  top: 20px;
}

.toggle-btn span:nth-child(3) {
  top: 28px;
}

/* animation */

.toggle-btn.active span:nth-child(1) {
  transform: rotate(45deg);

  top: 20px;
}

.toggle-btn.active span:nth-child(2) {
  opacity: 0;
}

.toggle-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
}

/* =========================

   MOBILE

========================= */

.mobile {
  display: none;
}

.logo-link {
  position: relative;
  z-index: 9999;
}

@media (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .toggle-btn {
    display: block;
  }

  .header .menu {
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, #061627 0%, #081d3a 100%);
    display: flex;
    flex-direction: column;
    padding-top: 180px;
    /* justify-content: center; */
    align-items: center;
    gap: 32px;
    transform: translateX(100%);
    transition: 0.45s ease;
    z-index: 1050;
  }

  .menu.active {
    transform: translateX(0);
  }

  .menu a {
    font-size: 24px;
  }

  .btn-wrap.mobile {
    display: flex;
    margin-top: 0px;

    border-radius: 35px;
    background: #fff;
    padding: 10px 32px;
  }

  .btn-wrap.mobile a {
    color: #081d3a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    padding: 120px 0 60px 0;
  }

  .hero .lead {
    display: none;
  }

  .hero .partner img {
    display: none;
  }

  h1 {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -1px;
  }

  .hero .subscription {
    font-size: 18px;
  }

  .hero .subscription br {
    display: none;
  }

  .hero .btn-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .btn-arrow img {
    width: 30px;
  }

  .btn-primary {
    padding: 16px 40px;
    height: 54px;
  }

  .stats__line {
    display: none;
  }

  .stats {
    flex-direction: column;
    gap: 20px;
    padding-top: 12px;
  }
}

@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .about .wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .about p {
    font-size: 16px;
  }

  .about-list li {
    font-size: 16px;
  }

  .img-wrapper .label {
    top: 40px;
    font-size: 20px;
  }

  .advantages__logo {
    display: none;
  }

  .advantages__header {
    margin-bottom: 40px;
  }

  .advantages__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .advantage-card {
    width: auto;
    padding: 20px;
    gap: 20px;
  }

  .services__main {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 20px;
  }

  .services__main-icon {
    display: none;
  }

  .services__grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-item {
    gap: 20px;
    min-height: auto;
    padding: 20px;
  }

  .services__main-title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .services__main-text {
    font-size: 16px;
  }

  .niches__head {
    margin-bottom: 40px;
  }

  .niches__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .niche-card {
    padding: 20px;
  }

  .process__head {
    margin-bottom: 40px;
  }

  .process__list {
    padding: 0;
    flex-direction: column;
    gap: 24px;
  }

  .process-card {
    gap: 12px;
  }

  .process-card__arrow {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -33px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .process-card__arrow img {
    transform: rotate(90deg);
  }

  .certificatesSwiper .swiper-slide {
    height: auto;
  }

  .certificatesSwiper .swiper-slide img {
    height: auto;
  }

  .bage {
    letter-spacing: 0;
  }

  .cases__header {
    margin-bottom: 40px;
  }

  .case-card {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .case-card__image {
    width: auto;
  }

  .case-card__image img {
    max-width: 100%;
    border-radius: 24px 24px 0 0;
  }

  .case-card__content {
    padding: 20px;
  }

  .case-line {
    display: none;
  }

  .case-card__stats {
    align-items: flex-start;
    text-align: center;
  }

  .feedback__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .feedback__text {
    font-size: 16px;
  }

  .feedback__form-wrapper {
    padding: 20px;
  }

  .feedback-form__policy {
    padding-left: 0px;
  }

  .feedback-form__submit {
    padding: 10px;
    height: 54px;
  }

  .footer__main {
    padding: 40px 0;
  }

  .footer__main .container {
    gap: 40px;
  }

  .footer__navigation {
    flex-direction: column;
    gap: 40px;
  }

  .footer__nav-grid {
    gap: 24px 12px;
  }

  .footer__bottom-wrapper {
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
  }

  .footer__logo img {
    height: 40px;
  }
}

.feedback-form__message {
  text-align: center;
}

.feedback-form__message.success {
  color: #28a745;
}

.feedback-form__message.error {
  color: #dc3545;
}

.lead {
  position: absolute;
  will-change: transform;
}

/* 1 */
.lead-1 {
  animation: float-1 5s ease-in-out infinite;
}

@keyframes float-1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

/* 2 */
.lead-2 {
  animation: float-2 6.3s ease-in-out infinite;
  animation-delay: 1.2s;
}

@keyframes float-2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
}

/* 3 */
.lead-3 {
  animation: float-3 4.7s ease-in-out infinite;
  animation-delay: 0.6s;
}

@keyframes float-3 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* 4 */
.lead-4 {
  animation: float-4 7.1s ease-in-out infinite;
  animation-delay: 1.8s;
}

@keyframes float-4 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
