.technologies-hero {
  position: relative;
  padding-top: 80px;
  margin-top: -80px;
  overflow: hidden;
  background-color: #001518;
}
.technologies-hero-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.technologies-hero-content::before, .technologies-hero-content::after {
  position: absolute;
  content: "";
  width: 600px;
  height: 600px;
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, rgba(66, 226, 164, 0.5) 0%, rgba(66, 226, 164, 0) 100%);
  bottom: -250px;
  left: -250px;
}
.technologies-hero-content::after {
  top: -250px;
  left: auto;
  right: -250px;
}
.technologies-hero-content-left {
  width: 40%;
  flex-grow: 1;
}
.technologies-hero-left {
  width: 40%;
}
.technologies-hero-left h1 {
  margin-bottom: 53px;
}
.technologies-hero-left button {
  margin-bottom: 40px;
}
.technologies-hero-left button img {
  margin-left: 8px;
}
.technologies-hero-bg {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0.3;
  top: 0;
}
.technologies-hero-space {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.technologies-hero-img {
  width: 65%;
  height: auto;
  text-align: right;
  margin-right: -100px;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .technologies-hero-bg {
    height: 100%;
  }
  .technologies-hero-img {
    margin-right: -20px;
  }
}
.tech-title {
  width: 600px;
}

@media screen and (max-width: 992px) {
  .tech-title {
    width: auto;
    font-size: 45px;
    line-height: 50px;
  }
  .technologies-hero {
    margin-top: -50px;
    padding-top: 50px;
  }
  .technologies-hero-content {
    padding: 40px 0 60px;
    justify-content: center;
  }
  .technologies-hero-content::before, .technologies-hero-content::after {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -150px;
  }
  .technologies-hero-content::after {
    top: -150px;
    left: auto;
    right: -150px;
  }
  .technologies-hero-bg {
    display: none;
  }
  .technologies-hero-space {
    width: 100%;
    height: 100%;
  }
  .technologies-hero-img {
    display: none;
    margin-right: 0;
    position: absolute;
    opacity: 0.2;
  }
  .technologies-hero-left {
    width: 100%;
    text-align: center;
  }
  .technologies-hero-left h1 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .technologies-hero-left button {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .tech-title {
    font-size: 36px;
    line-height: 45px;
  }
  .technologies-hero-img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .technologies-hero-bg {
    display: none;
  }
}
.technologies-man {
  padding: 100px 100px 0;
}
.technologies-man-title {
  display: flex;
  align-items: center;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 60px;
  font-style: italic;
}
.technologies-man-title-2 {
  justify-content: center;
}
.technologies-man-title span {
  display: flex;
  align-items: center;
  padding-right: 50px;
  border-right: 1px solid rgba(66, 226, 164, 0.8);
  margin-right: 50px;
  height: 70px;
}
.technologies-man-play {
  position: absolute;
  width: 56px;
  height: 56px;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
}
.technologies-man-content {
  display: flex;
  align-items: center;
  gap: 50px;
}
.technologies-man-content-left {
  max-width: 820px;
  position: relative;
}
.technologies-man-content-left img {
  width: 100%;
  height: 100%;
  margin-bottom: -6px;
}
.technologies-man-content-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.technologies-man-content-right li {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 30px;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .technologies-man-content-right li {
    margin-bottom: 16px;
  }
}
.technologies-man-content-right li img {
  margin-right: 26px;
}
@media screen and (max-width: 1024px) {
  .technologies-man-content-right li img {
    width: 50px;
    height: 56px;
  }
}

.tech-card {
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .tech-card {
    height: auto;
  }
}
.tech-card-wrapper {
  display: flex;
  gap: 20px;
  margin: 80px 0 40px;
}
@media screen and (max-width: 1024px) {
  .tech-card-wrapper {
    margin: 60px 0;
  }
}
.tech-card-title-icon {
  transform: translateX(-4px);
}

.smart {
  justify-content: center;
}

.technologies-item {
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .technologies-item {
    height: auto;
  }
}

@media screen and (max-width: 1280px) {
  .technologies-man {
    padding: 100px 10px 0;
  }
  .technologies-man-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .technologies-man-title span {
    height: 50px;
    padding-right: 20px;
    margin-right: 20px;
  }
  .technologies-man-title img {
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .technologies-man {
    padding: 100px 10px 0;
  }
  .technologies-man-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .technologies-man-title span {
    height: 50px;
    padding-right: 20px;
    margin-right: 20px;
  }
  .technologies-man-title img {
    height: 30px;
  }
  .tech-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 60px 0 0;
  }
  .tech-card-title-icon {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 992px) {
  .technologies-man {
    padding: 60px 10px 0;
  }
  .technologies-man-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .technologies-man-title span {
    height: 50px;
    padding-right: 20px;
    margin-right: 20px;
  }
  .technologies-man-title img {
    height: 30px;
  }
  .technologies-man-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .technologies-man-content-right li {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .tech-card-wrapper {
    margin: 40px 0;
  }
  .tech-card-title-icon {
    transform: translateX(0);
    margin-bottom: 6px;
    width: auto;
    height: 14px;
  }
  .technologies-man {
    padding: 60px 0 0;
  }
  .technologies-man-content {
    gap: 30px;
  }
  .technologies-man-title {
    flex-direction: column;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .technologies-man-title span {
    display: inline-block;
    height: auto;
    padding-right: 0;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(66, 226, 164, 0.8);
  }
  .technologies-man-title span img {
    transform: translateX(8px);
  }
  .technologies-man-title img {
    height: 25px;
  }
}
.up-100 {
  transform: translateY(-100px);
}

.down-100 {
  transform: translateY(100px);
}

.up-200 {
  transform: translateY(-200px);
}

.scale-down img {
  transform: scale(0.6) !important;
}

.top-page {
  position: relative;
  overflow: hidden;
  padding: 64px 0 100px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .top-page {
    margin-top: 0;
  }
}
.top-page-title {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .top-page-title {
    margin-top: 40px;
  }
}
.top-page-slide-border-top {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #42E2A4;
  top: 0;
  left: 0;
}
.top-page-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top-page-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000B0D;
}
.top-page-bg img {
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .technologies-top {
    padding-bottom: 0;
  }
  .technologies-top .swiper {
    margin: 0 -15px;
    padding-left: 15px;
    padding-bottom: 30px;
  }
  .technologies-top .swiper-slide {
    height: auto;
    display: flex;
  }
}
@media screen and (min-width: 767px) {
  .technologies-top .swiper .swiper-slide {
    width: auto;
    flex-shrink: 1;
  }
  .technologies-top .swiper .swiper-wrapper {
    width: auto;
  }
}
.technologies-top .technologies-item {
  max-width: 397px;
  width: 100%;
  flex-shrink: 0;
}
.technologies-top .where-f1 {
  top: -50px;
  width: 111px;
  left: 0;
}
.technologies-top .where-f2 {
  width: 106px;
  left: 50px;
  top: 10px;
}
.technologies-top .where-f3 {
  width: 68px;
  left: 10px;
  top: 140px;
}
.technologies-top .where-f4 {
  width: 47px;
  left: -30px;
  top: 170px;
}
.technologies-top .where-f5 {
  width: 136px;
  right: 0;
  top: 60px;
}
.technologies-top .where-f6 {
  width: 82px;
  right: 110px;
  top: -30px;
}
.technologies-top .where-f8 {
  width: 37px;
  right: 190px;
  top: 90px;
}

.technologies-block {
  margin-top: 56px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .technologies-block {
    margin-top: 24px;
    gap: 0;
    align-items: stretch;
  }
}

@media screen and (min-width: 767px) {
  .mobile-swiper-tech .swiper-slide {
    max-width: 397px;
    width: 100% !important;
  }
}

.mobile-swiper-tech .technologies-item {
  height: 212px;
  gap: 20px;
  background: none;
  border-radius: 2px;
  box-shadow: none;
  backdrop-filter: none;
  padding: 48px 24px 28px;
}
@media screen and (max-width: 1100px) {
  .mobile-swiper-tech .technologies-item {
    height: 230px;
    padding: 16px 10px 10px 28px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 860px) {
  .mobile-swiper-tech .technologies-item {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}

.technologies-item::before {
  display: none;
}

.mobile-swiper-tech .technologies-item1 {
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  background: linear-gradient(249deg, rgba(255, 255, 255, 0.05) 6.42%, rgba(255, 255, 255, 0) 93.34%);
  backdrop-filter: blur(17px);
}

.mobile-swiper-tech .technologies-item2 {
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  background: linear-gradient(249deg, rgba(255, 255, 255, 0.05) 6.42%, rgba(255, 255, 255, 0) 93.34%);
  backdrop-filter: blur(17px);
}

.mobile-swiper-tech .technologies-item3 {
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  background: linear-gradient(249deg, rgba(255, 255, 255, 0.05) 6.42%, rgba(255, 255, 255, 0) 93.34%);
  backdrop-filter: blur(17px);
}

.mobile-swiper-tech .technologies-info {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mobile-swiper-tech .technologies-info img {
    margin-left: -4px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-swiper-tech .technologies-info img {
    width: auto;
    max-width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .mobile-swiper-tech .technologies-info {
    text-align: left;
    align-items: flex-start;
  }
}
.mobile-swiper-tech .technologies-info h3 {
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  .mobile-swiper-tech .technologies-info h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
  }
}
.mobile-swiper-tech .technologies-info .technologies-info-text {
  text-align: left;
  font-weight: 300;
  margin-top: 16px;
  font-style: italic;
  flex: 1 1 auto;
}
@media screen and (max-width: 1100px) {
  .mobile-swiper-tech .technologies-info .technologies-info-text {
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
  }
}

.mobile-swiper-tech .technologies-img {
  margin-right: 0;
}

.technologies-video-modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 1000;
}
.technologies-video-modal-player {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .technologies-video-modal-player {
    width: 98%;
  }
}
@media screen and (max-height: 700px) {
  .technologies-video-modal {
    padding: 20px;
    overflow: auto;
  }
  .technologies-video-modal-player {
    width: 60%;
  }
}

.tech-btn-play {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.close-btn-tech {
  position: absolute;
  top: 0;
  right: -28px;
  font-size: 38px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.close-btn-tech:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .close-btn-tech {
    top: -32px;
    right: 10px;
  }
}