.header {
  transition:
    background-color 0.3s ease,
    backdrop-filter 0.3s ease;
  backdrop-filter: blur(0);
}

.header .menu-item {
  transition: color 0.3s ease;
}

.header--blur {
  background: #2562e3 !important;
  box-shadow: var(--baseBoxShadow) !important;
}

.header .sub-menu li a {
  color: var(--base35) !important;
}

.hero__container {
  display: flex;
  gap: 30px;
}

.hero__container-wrap {
  position: relative;
}

.section-hero {
  position: relative;
  background-color: #2764e5;
  background-image: url(https://dev.videnglobe.com/wp-content/uploads/2024/10/bg-hero-v3.jpg);
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 70px;
  text-align: center;
  overflow: hidden;
}

.hero__content {
  flex-shrink: 0;
  max-width: 420px;
  text-align: left;
  margin-right: 50px;
}
.hero__title {
  font-family: "MBold";
  font-size: 38px;
  font-weight: 100;
  line-height: 47.5px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.hero__subtitle {
  font-family: "MRegular";
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  text-align: left;
  color: #fff;
  margin-bottom: 70px;
}
.hero__success-text {
  font-family: "MRegular";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}
.hero__cta {
  display: flex;
  gap: 20px;
}
.hero__button {
  width: 100%;
  max-width: 200px;
  height: 46px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-family: "MRegular";
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.hero__button:hover {
  transform: translateY(-5px);
}
.hero__button--primary {
  background-color: #fff;
  color: #124dd9;
}
.hero__button--secondary {
  border: solid 1px #fff;
  color: #fff;
}

.hero .hero__images {
  display: flex;
}

.hero .hero__image {
  width: 160px;
}

.hero__slider .hero__video {
  width: 100%;
}

.hero .swiper-slide {
  width: 175px;
  height: 360px;
  overflow: hidden;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.hero .swiper-wrapper {
  padding: 0;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.hero .swiper-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  overflow: hidden;
  max-width: 50%;
}

@media (max-width: 991px) {
  .hero .swiper-slide {
    width: 150px;
    height: 305px;
  }
  .hero .swiper-container {
    max-width: 40%;
  }
}

@media (max-width: 768px) {
  .hero .swiper-container {
    position: relative;
    top: auto;
    transform: none;
    right: 0;
    padding: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 50px 0;
  }
}

.hero .hero__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.hero .hero__image video {
  border-radius: 10px;
}

.hero .swiper-slide-duplicate {
  display: block !important;
}

.hero .clients {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin-top: 40px;
  border-radius: 8px;
}

.hero .clients__photos {
  display: flex;
  transform: translateX(35px);
}

.hero .clients__photo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}

.hero .clients__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .clients__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
}

.hero .clients__stars {
  display: flex;
  gap: 5px;
}

.hero .clients__star {
  font-size: 13px;
  color: #fff;
}

.hero .clients__text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  font-family: "MRegular";
}

/* Второе фото сдвигается на -10px */
.hero .clients__photo:nth-child(2) {
  transform: translateX(-10px);
}

/* Третье фото сдвигается на -20px */
.hero .clients__photo:nth-child(3) {
  transform: translateX(-20px);
}

/* Четвертое фото сдвигается на -30px */
.hero .clients__photo:nth-child(4) {
  transform: translateX(-30px);
}

/* Пятое фото сдвигается на -40px */
.hero .clients__photo:nth-child(5) {
  transform: translateX(-40px);
}

@media (max-width: 1100px) {
  .section-hero {
    padding-top: 200px;
  }
  .hero .clients {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .section-hero {
    padding-top: 170px;
  }
  .hero__subtitle {
    margin-bottom: 50px;
  }
  .hero__title {
    font-size: 35px;
    line-height: 1.2;
  }
  .hero__content {
    max-width: 400px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .section-hero {
    padding-top: 190px;
  }
  .hero__cta {
    width: 100%;
  }
  .hero__button {
    height: 55px;
  }
  .hero__content {
    max-width: 100%;
    margin: 0;
  }
  .hero__container {
    flex-direction: column;
  }
  .hero .hero__images {
    position: relative;
    top: auto;
    transform: none;
    margin-top: 30px;
  }
  .hero .clients {
    margin-top: 20px;
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .hero__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .hero__success-text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .hero__button {
    height: 47px;
    font-size: 16px;
  }
  .hero .swiper-container {
    margin-top: 90px;
  }
  .hero .swiper-slide {
    width: 130px;
    height: 270px;
  }
  .hero .clients__info {
    margin-left: 5px;
  }
  .hero .clients__photo {
    width: 33px;
    height: 33px;
  }
  .hero .clients__text {
    font-size: 13px;
  }
  .section-hero {
    padding-top: 190px;
    padding-bottom: 80px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
