.case-description {
  background: #001c36;
}
.case-description__content {
  display: flex;
  justify-content: space-between;
  padding: 48px 0px 64px 0px;
  gap: 32px;
}
.case-description__right {
  max-width: 61%;
  font-family: Geist;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2.8%;
  color: #f0f2f5;
}
.case-description__right strong {
  font-weight: 300;
  color: #94a9b5;
}
.case-description__left {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  max-width: 337px;
  width: 100%;
}
.case-description__info {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-top: 140px;
}
.case-description__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding: 8px 0;
}
.case-description__item-label {
  font-family: Geist Mono;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -1%;
  vertical-align: middle;
  color: #94a9b5;
}
.case-description__item-value {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #f0f2f5;
}

.technologies {
  background: #f0f2f5;
}
.technologies__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.technologies__mini-title {
  max-width: 337px;
  width: 100%;
}
.technologies__title {
  max-width: 61%;
  width: 100%;
  font-family: Geist;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -2.8%;
  color: #001c36;
}
.technologies__title strong {
  font-weight: 400;
  color: #94a9b5;
}
.technologies__content {
  display: flex;
  flex-flow: column;
  gap: 64px;
  padding: 48px 0px 148px 0px;
}
.technologies__body {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 98px;
}
.technologies__body img {
  max-width: 460px;
  width: 100%;
  height: 520px;
}
.technologies__body-accordion-item-top {
  display: flex;
  flex-flow: row;
  gap: 32px;
  width: 100%;
}
.technologies__body-accordion-label-button {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
}
.technologies__body-accordion-counter {
  display: flex;
  align-items: center;
  font-family: Geist Mono;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #607d8b;
}
.technologies__body-accordion-label {
  font-family: Geist;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4%;
  vertical-align: middle;
  color: #001c36;
}
.technologies__body-accordion-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 18px;
  border-radius: 30px;
  border: 1px solid #94a9b5;
}
.technologies__body-accordion {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.technologies__body-accordion:last-child {
  border-bottom: 1px dashed rgba(84, 110, 122, 0.2392156863);
}
.technologies__body-accordion-item {
  display: flex;
  flex-flow: column;
  border-top: 1px dashed rgba(84, 110, 122, 0.2392156863);
}
.technologies__body-accordion-item-panel {
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s ease;
}
.technologies__body-accordion-item-panel-text {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #607d8b;
}

.project-gallery {
  background: #001c36;
}
.project-gallery__content {
  padding: 48px 0px 148px 0px;
  display: flex;
  flex-flow: column;
  gap: 64px;
}
.project-gallery__head {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
.project-gallery__mini-title {
  max-width: 337px;
  width: 100%;
}
.project-gallery__body img {
  height: 306px;
}
.project-gallery__body img.high-image {
  height: 520px;
}
.project-gallery__title {
  max-width: 66.5%;
  width: 100%;
  font-family: Geist;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2.8%;
  color: #f0f2f5;
}
.project-gallery__title strong {
  color: #94a9b5;
  font-weight: 300;
}
.project-gallery__pagination-container {
  display: flex;
  flex-flow: column;
  gap: 38px;
  margin-top: 96px;
}
.project-gallery__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 18px;
  border-radius: 30px;
  border: 1px solid rgba(144, 164, 174, 0.6509803922);
  width: -moz-fit-content;
  width: fit-content;
}
.project-gallery__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.project-gallery__pagination {
  display: flex;
  position: relative;
  width: 100%;
  gap: 4px;
  width: 100%;
}
.project-gallery__pagination.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.project-gallery__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 100%;
  border-radius: 0;
}
.project-gallery__pagination .swiper-pagination-bullet {
  width: 100%;
  border-radius: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.1215686275);
  transition: 0.3s ease;
}
.project-gallery__pagination .swiper-pagination-bullet-active {
  background: #94a9b5;
}
.project-gallery__footer {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.project-gallery__prev-proj {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
}
.project-gallery__prev-proj img {
  border-radius: 100px;
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
}
.project-gallery__prev-proj-container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Geist;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}
.project-gallery__next-proj {
  display: flex;
  align-items: center;
  gap: 36px;
  text-decoration: none;
}
.project-gallery__next-proj img {
  border-radius: 100px;
  width: 150px;
  height: 150px;
  aspect-ratio: 1;
}
.project-gallery__next-proj-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 12px;
}
.project-gallery__next-proj-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Geist;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.8%;
  text-align: center;
  color: #fff;
}
.project-gallery__next-proj-bot {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #94a9b5;
}

@media (max-width: 1024px) {
  .case-description__content {
    flex-flow: column;
    align-items: center;
    padding: 16px 0 48px 0;
  }
	
	.case-description__info {
		padding-top: 28px;
	}
  .case-description__right {
    max-width: 100%;
    text-align: center;
    font-family: Geist;
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2.8%;
    text-align: left;
	padding-top: 58px;
  }
  .case-description__left {
    max-width: 100%;
    width: 100%;
    gap: 24px;
  }
  .technologies__content {
    padding: 48px 0;
    gap: 32px;
  }
	.technologies__head {
	justify-content: space-between;
	flex-flow: column;
	}
  .technologies__body img {
    max-width: 100%;
    height: auto;
  }
  .technologies__title {
    max-width: 100%;
    width: 100%;
	padding-top: 52px;
  }
  .technologies__body {
    flex-flow: column;
    gap: 32px;
  }
  .technologies__body-accordion-item-panel-text {
    font-size: 14px;
  }
  .project-gallery__content {
    padding: 48px 0;
    gap: 32px;
  }
  .project-gallery__head {
    flex-flow: column;
	 justify-content: space-between;
  }
  .project-gallery__body img {
    max-width: 100%;
    height: auto;
  }
  .project-gallery__title {
    max-width: 100%;
    width: 100%;
	padding-top: 52px;
	font-family: Geist;
	font-weight: 300;
	font-style: Light;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: -2.8%;

  }
	.project-gallery__body img {
		height: 195px;
	}
	
	.project-gallery__body img.high-image {
		height: 330px;
	}
  .project-gallery__footer {
    flex-flow: column-reverse;
    align-items: center;
    gap: 32px;
  }
  .project-gallery__prev-proj, .project-gallery__next-proj {
    gap: 16px;
  }
	.project-gallery__pagination-container {
		margin-top: 36px;
	}
	
	.project-gallery__next-proj-top {
		font-family: Geist;
		font-weight: 400;
		font-style: Regular;
		font-size: 22px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: -0.8%;
		text-align: center;
	}
	
	.project-gallery__prev-proj-container {
		font-family: Geist;
font-weight: 300;
font-style: Light;
font-size: 22px;
leading-trim: NONE;
line-height: 110.00000000000001%;
letter-spacing: 0px;
text-align: center;

	}
	
  .project-gallery__next-proj img {
    width: 77px;
    height: 77px;
  }
}/*# sourceMappingURL=case.css.map */