.home-new-solutions-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-new-solutions-section .section-title {
  font-family: Satoshi, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 72px; /* 112.5% */
  color: #F5F7FC;
}

.home-new-solutions-section .solutions-mvp-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  background-color: var(--e-global-color-bg);
  border-radius: 12px;
}

.home-new-solutions-section .solutions-mvp-wrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: '';
  background: linear-gradient(var(--bgColor), var(--bgColor)) padding-box, var(--borderGradient) border-box;
  border: 2px solid transparent;
  border-radius: 12px;
  transition-duration: 0.4s;
  transform: translate(-50%, -50%);
  animation: none;

  --bgColor: rgb(14 16 21 / 40%);
  --borderGradient: linear-gradient(180deg, rgb(43 77 253 / 40%) 0%, rgb(240 243 250 / 40%) 100%);
}

.home-new-solutions-section .mvp-content-wrapper {
  display: flex;
  flex: 0 1 512px;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  background-color: var(--e-global-color-bg);
  border-radius: 0 12px 12px 0;
}

.home-new-solutions-section .mvp-video-wrapper {
  flex: 1 1 auto;
  margin-left: -248px;
  transform: translateX(250px);
}

.home-new-solutions-section .video-bg {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}

.home-new-solutions-section .video-bg__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Контент поверх видео */
.home-new-solutions-section .mvp-video-content-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}

.home-new-solutions-section .mvp-video-content-subtitle {
  margin: 0 0 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-white-064);
}

.home-new-solutions-section .mvp-video-content-title,
.home-new-solutions-section .ai-content-title {
  margin: 0 0 8px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  color: var(--e-global-brand-white);
}

.home-new-solutions-section .mvp-video-content-text,
.home-new-solutions-section .ai-content-text {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-white-080);
}

/* По умолчанию — desktop */
.home-new-solutions-section .video-bg__video--mobile {
  display: none;
}

.home-new-solutions-section .mvp-content-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  min-height: 324px;
  padding: 32px;
  background: var(--e-global-opacity-black-080);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.home-new-solutions-section .mvp-card-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 10px;
  background: rgb(240 243 250 / 8%);
  backdrop-filter: blur(60px);
  border-radius: 40px;
}

.home-new-solutions-section .mvp-card-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-new-solutions-section .mvp-card-title {
  margin: 0 0 8px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  color: var(--e-global-brand-white);
}

.home-new-solutions-section .mvp-card-text {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  color: var(--e-global-opacity-white-080);
}

.home-new-solutions-section .mvp-card-link-first,
.home-new-solutions-section .mvp-card-link-second  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--e-global-brand-white);
  text-decoration: none;
  border-radius: 80px;
}

.home-new-solutions-section .mvp-card-link-first {
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 100.82%);
}

.home-new-solutions-section .mvp-card-link-second {
  background: transparent;
  border: 2px solid #2B4DFD;
}

.home-new-solutions-section .solutions-ai-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: clamp(350px, -118.674px + 46.9613vw, 520px);
  margin-top: 24px;
  cursor: pointer;
  background: var(--e-global-opacity-black-064);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.home-new-solutions-section .solutions-mvp-wrapper::after,
.home-new-solutions-section .solutions-ai-wrapper::after {
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-024);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}

.home-new-solutions-section .solutions-mvp-wrapper::after {
  content: '01';
}

.home-new-solutions-section .solutions-ai-wrapper::after {
  content: '02';
}

.home-new-solutions-section .ai-content-wrapper {
  flex: 0 1 668px;
  padding: 32px;
}

.home-new-solutions-section .ai-content-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding: 14px 24px;
  margin-top: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--e-global-brand-white);
  text-decoration: none;
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 100.82%);
  border-radius: 80px;
}

.home-new-solutions-section .ai-img-wrapper {
  position: relative;
  flex: 0 1 40%;

   /* height: 85%; */

   height: 100%;
}

.home-new-solutions-section .ai-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.home-new-solutions-section .ai-video-bg {
  position: absolute;
  right: 50%;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  transform: translateX(50%);
}

@media (prefers-reduced-motion: reduce) {
  .home-new-solutions-section .video-bg__video {
    display: none;
  }
}


@media screen and (min-width:1420px) {
  .home-new-solutions-section .ai-video-bg {
    width: 90%;
  }
}

@media screen and (min-width:1560px) {
  .home-new-solutions-section .ai-video-bg {
    width: 80%;
  }
}

@media screen and (min-width:1720px) {
  .home-new-solutions-section .ai-video-bg {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .home-new-solutions-section .ai-video-bg {
    display: block;
  }

  .home-new-solutions-section .ai-img-wrapper .ai-video-bg ~ .ai-image {
    opacity: 0;
  }

  .home-new-solutions-section .ai-image {
    display: none;
    opacity: 0;
  }
}

@media screen and (max-width:1800px) {
  .home-new-solutions-section .video-bg__video {
    object-position: -250px;
  }
}

@media screen and (max-width:1440px) {
  .home-new-solutions-section .video-bg__video {
    object-position: -290px;
  }
}

@media screen and (max-width:1320px) {
  .home-new-solutions-section .video-bg__video--desktop {
    display: none;
  }

  .home-new-solutions-section .video-bg__video--mobile {
    display: block;
  }

  .home-new-solutions-section .video-bg__video {
    object-position: -180px;
  }
}

@media screen and (max-width: 1360px) {
  .home-new-solutions-section {
    padding-top: var(--fluid-40-120);
    padding-bottom: var(--fluid-40-120);
  }

  .home-new-solutions-section .section-title {
    font-size: var(--fluid-40-64);
    line-height: 1.125;
  }

  .home-new-solutions-section .mvp-video-content-wrapper {
    padding: var(--fluid-28-32);
  }

  .home-new-solutions-section .mvp-video-content-subtitle {
    font-size: var(--fluid-16-18);
    line-height: 156%;
  }

  .home-new-solutions-section .mvp-video-content-title,
  .home-new-solutions-section .ai-content-title {
    font-size: var(--fluid-32-48);
    line-height: 1.2;
  }

  .home-new-solutions-section .mvp-video-content-text,
  .home-new-solutions-section .ai-content-text {
    max-width: 76%;
    font-size: var(--fluid-16-18);
    line-height: 1.55;
  }

  .home-new-solutions-section .mvp-card-title {
    font-size: var(--fluid-28-32);
    line-height: 125%;
  }

  .home-new-solutions-section .mvp-card-text {
    font-size: var(--fluid-16-18);
    line-height: 156%;
  }
}

@media screen and (max-width:1124px) {
  .home-new-solutions-section .solutions-mvp-wrapper {
    flex-direction: column;
  }

  .home-new-solutions-section .mvp-video-wrapper {
    margin-left: 0;
    transform: translateX(0);
  }

  .home-new-solutions-section .mvp-video-content-text,
  .home-new-solutions-section .ai-content-text {
    max-width: 100%;
  }

  .home-new-solutions-section .video-bg {
    min-height: 530px;
    border-radius: 12px 12px 0 0;
  }

  .home-new-solutions-section .mvp-content-wrapper {
    flex: 1 1 auto;
    flex-direction: row;
    border-radius: 0 0 12px 12px;
  }

  .home-new-solutions-section .video-bg__video {
    object-position: 0;
  }
}

@media screen and (max-width:998px) {
  .home-new-solutions-section .solutions-ai-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .home-new-solutions-section .ai-content-wrapper,
  .home-new-solutions-section .ai-img-wrapper {
    flex: 1 1 auto;
  }

  .home-new-solutions-section .ai-img-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: auto;
    min-height: 425px;
    max-height: 560px;
    aspect-ratio: 1 / 1;
  }

  .home-new-solutions-section .ai-image {
    width: 95%;
    height: 90%;
    object-position: center;
  }
}

@media (max-width: 768px) {
  .home-new-solutions-section .video-bg__video--desktop {
    display: none;
  }

  .home-new-solutions-section .video-bg__video--mobile {
    display: block;
  }

  .home-new-solutions-section .mvp-content-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 560px) {
  .home-new-solutions-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-new-solutions-section .section-title {
    font-size: 40px;
  }

  .home-new-solutions-section .mvp-video-content-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .home-new-solutions-section .mvp-video-content-title,
  .home-new-solutions-section .ai-content-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .home-new-solutions-section .mvp-video-content-wrapper {
    padding: 16px;
  }

  .home-new-solutions-section .mvp-content-wrapper {
    padding: 4px;
  }

  .home-new-solutions-section .mvp-content-card {
    padding: 12px;
  }

  .home-new-solutions-section .mvp-video-content-text,
  .home-new-solutions-section .ai-content-text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1.55;
  }

  .home-new-solutions-section .solutions-ai-wrapper {
    background: var(--e-global-opacity-black-080);
    backdrop-filter: blur(60px);
  }

  .home-new-solutions-section .ai-content-wrapper {
    position: relative;
  }

  .home-new-solutions-section .ai-content-wrapper::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 120px;
    content: '';
    background: linear-gradient(180deg, rgb(1 4 10 / 0%) 0%, #01040A 100%);
    transform: translateX(-50%);
  }

  .home-new-solutions-section .ai-content-link {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .home-new-solutions-section .mvp-card-title {
    font-size: 28px;
  }

  .home-new-solutions-section .mvp-card-text {
    font-size: 16px;
  }

  .home-new-solutions-section .ai-image {
    object-fit: cover;
  }

  .home-new-solutions-section .solutions-mvp-wrapper::after,
  .home-new-solutions-section .solutions-ai-wrapper::after {
    top: 20px;
    left: 24px;
  }
}

@media screen and (max-width:470px) {
  .home-new-solutions-section .video-bg {
    min-height: 440px;
  }

  .home-new-solutions-section .video-bg__video--mobile {
    height: auto;
  }

  .home-new-solutions-section .video-bg__video {
    object-position: 0 -220px;
  }

  .home-new-solutions-section .mvp-video-content-wrapper {
    background-color: var(--e-global-color-bg);
  }

  .home-new-solutions-section .ai-content-wrapper {
    padding: 0 24px 24px;
  }

  .home-new-solutions-section .ai-img-wrapper {
    min-height: 500px;
  }

  .home-new-solutions-section .ai-image {
    width: 80%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media screen and (max-width:420px) {
  .home-new-solutions-section .ai-img-wrapper {
    height: 420px;
    min-height: unset;
    max-height: 450px;
  }

  .home-new-solutions-section .video-bg__video {
    object-position: 0 -140px;
  }
}
