.reviews {
  padding-top: 30px;
}

.reviews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 46px;
}

.reviews__title {
  margin-bottom: 44px;
}

.reviews__bottom {
  text-align: center;
}

.reviews__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.7%;
          flex: 0 1 31.7%;
}

.reviews__big {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 30px;
}

.reviews__big .reviews__video {
  min-height: 527px;
}

.reviews__big .reviews__name {
  max-width: 281px;
  z-index: 2;
  position: absolute;
  bottom: 35px;
  left: 45px;
  color: #ffffff;
  margin-top: 0;
}

.reviews__big .reviews__play {
  width: 100px;
  height: 100px;
}

.reviews__big .reviews__play svg {
  width: unset;
  height: unset;
}

.reviews__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 224px;
}

.reviews__video::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.reviews__mobile .mobile-img {
  display: none;
}

.reviews__play {
  width: 68px;
  height: 68px;
}

.reviews__play svg {
  width: 20px;
  height: 23px;
}

.reviews__name {
  margin-top: 37px;
}


.video {
  cursor: pointer;
}

.video iframe,
.video img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video img {
  z-index: 1;
}

.video-play {
  overflow: unset;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: #FFFFFF;
}

.video-play::after {
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #0057ff;
}

.video-play svg {
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
}


@media (max-width: 1430px) {
  .reviews__body {
    gap: 28px;
  }
}

@media (max-width: 1366px) {

  .reviews {
    padding-bottom: 60px;
  }

  .reviews__body {
    gap: 26px;
  }
}

@media (max-width: 1250px) {
  .reviews__body {
    gap: 23px;
  }

  .reviews__play svg {
    min-width: 16px;
    height: 20px;
  }

  .reviews__play {
    width: 60px;
    height: 60px;
  }

  .reviews__name {
    margin-top: 25px;
  }
}

@media (max-width: 1050px) {
  .reviews__body {
    margin-bottom: 35px;
    gap: 20px;
  }

  .reviews__big {
    margin-bottom: 25px;
  }

  .reviews__big .reviews__video {
    min-height: 450px;
  }

  .reviews__big .reviews__play {
    width: 80px;
    height: 80px;
  }

  .reviews__play svg {
    min-width: 13px;
    height: 16px;
  }

  .reviews__play {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 950px) {

  .reviews__body {
    gap: 16px;
    margin-bottom: 30px;
  }

  .reviews__title {
    margin-bottom: 30px;
  }

  .reviews__big {
    margin-bottom: 23px;
  }

  .reviews__big .reviews__video {
    min-height: 400px;
  }

  .reviews__big .reviews__name {
    bottom: 30px;
    left: 30px;
  }

  .reviews__video {
    min-height: 180px;
  }
}

@media (max-width: 750px) {
  .reviews {
    padding-bottom: 40px;
  }

  .reviews__body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 30px;
  }

  .reviews__body::-webkit-scrollbar {
    height: 12px;
    border-radius: 6px;
  }

  .reviews__body::-webkit-scrollbar-track {
    background: rgba(238, 240, 241, 0.5);
    border-radius: 6px;
  }

  .reviews__body::-webkit-scrollbar-thumb {
    background: #0057FF;
    border: 3.5px solid #eef0f1;
    border-radius: 6px;
  }

  .reviews__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 45%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .reviews__big {
    width: 100%;
  }

  .reviews__big .reviews__video {
    min-height: 330px;
  }

  .reviews__name {
    margin-top: 20px;
  }
}

@media (max-width: 550px) {

  .reviews__body {
    gap: 8px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .reviews__title {
    margin-bottom: 15px;
  }

  .reviews__item {
    width: 80%;
  }

  .reviews__big {
    width: 100%;
  }

  .reviews__big .reviews__video {
    min-height: unset;
    padding: 40% 50%;
  }

  .reviews__big .reviews__name {
    margin-top: 8px;
    display: block;
    position: static;
    color: #000000;
  }

  .reviews__big .reviews__play {
    width: 55px;
    height: 55px;
  }

  .reviews__big .reviews__play svg {
    min-width: 15px;
    height: 16px;
  }

  .reviews__video {
    min-height: unset;
    padding: 34% 50%;
  }

  .reviews__mobile img {
    display: none;
  }

  .reviews__mobile .mobile-img {
    display: block;
  }

  .reviews__play svg {
    min-width: 10px;
    height: 13px;
  }

  .reviews__play {
    width: 31px;
    height: 31px;
  }

  .reviews__name {
    display: none;
  }
}






