.new-reviews {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  /* background: var(--light-color); */
  background: #fff;
  margin-top: -1px;
  padding-bottom: 120px;
}
.new-reviews.lp {
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 1;
}
.new-reviews.main {
  background: var(--light-color);
}
.new-turnkey-reviews {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  z-index: 1;
}
.new-reviews-container {
  position: relative;
  padding: 120px 0px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.nrcvw {
  justify-content: center;
}
.new-reviews-decor-1,
.new-reviews-decor-2,
.new-reviews-decor-3 {
  position: absolute;
}
.new-reviews-decor-1 {
  top: -90px;
  right: -410px;
}

.new-reviews-decor-2 {
  top: 90px;
  left: 170px;
}

.new-reviews-decor-3 {
  top: 160px;
  right: 80px;
}
.new-reviews-title {
  color: #0e1020;
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.new-reviews-subtitle {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  color: #131417;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: 50px;
}
.new-reviews-title strong {
  font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
  font-style: italic;
  font-weight: 700;
}
.new-reviews-partners-review {
  display: block !important;
}
.new-reviews-partners {
  position: relative;
  display: flex;
  gap: 13px;
  transition: all 1s linear;
  max-width: 1920px;
}
.new-reviews-partners::before,
.new-reviews-partners::after {
  position: absolute;
  content: '';
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 5;
}
.main.new-reviews-partners::before {
  left: -2px;
  background: linear-gradient(to right, var(--light-color), transparent);
}
.new-reviews-partners::before {
  left: -2px;
  background: linear-gradient(to right, #fff, transparent);
}
.main.new-reviews-partners::after {
  background: linear-gradient(to right, transparent, var(--light-color));
  right: -2px;
}
.new-reviews-partners::after {
  background: linear-gradient(to right, transparent, #fff);
  right: -2px;
}
.new-reviews-partners-mob {
  display: none !important;
}
.new-reviews-partner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 200px !important;
  height: 110px !important;
  border-radius: 16px;
  border: 1px solid rgba(43, 73, 226, 0.3);
  background: transparent;
  transition: all 1s linear;
  /* cursor: pointer; */
  filter: grayscale(1);
}

.new-reviews-partner img {
  transition: all 1s linear;
}

.new-reviews-partners-wrapper {
  transition-timing-function: linear !important;
}

.new-reviews-partner-last-left {
  color: #0e1020;
  font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-style: italic;
  line-height: 107%;
  letter-spacing: -0.102px;
  margin-right: 12px;
}
.new-reviews-partner-last-right {
  color: #0e1020;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.036px;
}
.new-reviews-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}
.new-reviews-btn-left,
.new-reviews-btn-right {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1.5px solid #c0e449;
  padding: 14px 28px;
  background: transparent;
  color: #46570f;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: all 0.2s linear;
}

.new-reviews-btn-left:hover,
.new-reviews-btn-right:hover {
  background: rgba(192, 228, 73, 0.4);
  color: #0e1020;
}
.new-reviews-btn-left:hover span,
.new-reviews-btn-right:hover span {
  background: #0e1020;
  color: #c0e449;
}

.new-reviews-btn-left span,
.new-reviews-btn-right span {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #c0e449;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Gilroy', 'Gilroy-Semibold', sans-serif;
  transition: background 0.2s linear, color 0.2s linear;
}
.new-reviews-btn-left.active,
.new-reviews-btn-right.active {
  background: #c0e449;
  color: #0e1020;
}
.new-reviews-btn-left.active span,
.new-reviews-btn-right.active span {
  background: #0e1020;
  color: #c0e449;
}
.new-reviews-content {
  margin-bottom: 30px;
  height: 411px;
  overflow: hidden;
}
.new-reviews-content-video,
.new-reviews-content-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 411px;
  color: #0e1020;
  transition: all 0.2s linear;
}
.new-reviews-content-video-wrapper {
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
}
.new-reviews-content-video-wrapper.active {
  transform: translateY(-100%);
  opacity: 1;
  visibility: visible;
}
.new-reviews-content-text {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.new-reviews-content-text.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.new-reviews-content-video .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 230px;
  height: 411px;
  object-fit: contain;
  overflow: hidden;
  border-radius: 16px;
}
.new-reviews-content-video .swiper-slide .player-blur {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
  cursor: pointer;
}
.player-blur-mob {
  background-color: transparent !important;
  backdrop-filter: blur(0) !important;
}
.player-blur.play {
  opacity: 0 !important;
  visibility: hidden !important;
}
.play-btn-reviews {
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 30px);
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s linear;
}
.new-reviews-content-video .swiper-slide img:hover {
  transform: scale(1.1);
}

.swiper-wrapper.nrcvw {
  justify-content: center;
  width: auto;
}
@media screen and (max-width: 1440px) {
  .swiper-wrapper.nrcvw {
    justify-content: flex-start;
  }
  .swiper-wrapper.nrcvw:first-child {
    /* margin-left: 100px; */
  }
  .new-reviews-content-video {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 1200px) {
  .new-reviews-content-video {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 1200px) {
  .new-reviews-content-video {
    padding-left: 0px !important;
  }
}

.new-reviews-content-video video {
  border-radius: 16px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.blur-content-wrapper {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 18px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.blur-title {
  position: relative;
  padding-left: 14px;
  margin-bottom: 14px;
}
.blur-title::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(50% - 5px);
  width: 8px;
  height: 8px;
  background-color: #2b49e2;
  border-radius: 2px;
}
.blur-name {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
}
.blur-desc {
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  margin-top: auto;
  font-weight: 500;
}
.reviews-video-mob {
  display: none !important;
}

.new-reviews-content-text .reviews-item {
  min-height: 380px;
  padding: 20px 20px;
}
.new-reviews-content-text.main .swiper-reviews:before {
  background: linear-gradient(
    270deg,
    rgba(241, 243, 255, 0) 0%,
    rgba(241, 243, 255, 0.6) 48.44%,
    #f1f3ff 100%
  );
}
.new-reviews-content-text .swiper-reviews:before {
  background: linear-gradient(
    270deg,
    rgba(241, 243, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 48.44%,
    #fff 100%
  );
}
.new-reviews-content-text.main .swiper-reviews:after {
  background: linear-gradient(
    90deg,
    rgba(241, 243, 255, 0) 0%,
    rgba(241, 243, 255, 0.6) 48.44%,
    #f1f3ff 100%
  );
}
.new-reviews-content-text .swiper-reviews:after {
  background: linear-gradient(
    90deg,
    rgba(241, 243, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 48.44%,
    #fff 100%
  );
}

@media (max-width: 1024px) {
  .new-reviews {
    padding-bottom: 70px;
  }
  .swiper-reviews {
    margin-top: 20px;
    overflow: visible !important;
  }

  .new-reviews-container {
    padding: 50px 20px 0;
  }
  .new-reviews-decor-2 {
    display: none;
  }

  .new-reviews-decor-3 {
    display: none;
  }
  .new-reviews-decor-1 {
    top: 5px;
    right: -160px;
    width: 400px;
    height: 110px;
  }
  .new-reviews-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .new-reviews-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .new-reviews-partners {
    /* margin-right: -20px !important;
    margin-left: -20px !important; */
  }

  .new-reviews-partner {
    width: 108px !important;
    height: 59px !important;
    border-radius: 8px;
  }
  .new-reviews-partner img {
    transform: scale(0.5);
  }

  .new-reviews-partner-last-left {
    font-size: 18px;
    margin-right: 5px;
  }
  .new-reviews-partner-last-right {
    font-size: 8px;
  }
  .reviews-video-desk {
    overflow: visible !important;
    display: none !important;
  }
  .new-reviews-content {
    overflow: visible;
  }
  .new-reviews-content-video,
  .new-reviews-content-text {
    transition: none;
  }
  .reviews-video-mob {
    display: block !important;
    overflow: visible !important;
  }
  .reviews-video-mob .play-btn-reviews {
    display: none;
  }
  .reviews-video-mob .player-blur {
    top: 56% !important;
  }
  .player-blur-mob2 {
    position: absolute;
    width: 100%;
    height: 44%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 1;
  }
}

@media screen and (max-width: 430px) {
  .new-reviews-container {
    padding: 50px 10px 0;
  }
}
