.baner {
  display: flex;
  gap: 30px;
  padding-top: 70px;
}
.baner .right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.baner .right h2 {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.baner .right p {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.baner .right button.blue {
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 99.926%; /* 17.987px */
  padding: 19px 0px;
  width: 100%;
  border-radius: 8px;
  background: #2B19FF;
  box-shadow: 2px 2px 15.4px 0 rgba(43, 25, 255, 0.25);
}
.baner .right .reviewBar {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 20px 28px 30px 28px;
  border-radius: 20px;
  border: 4px solid #F3FCFF;
  background: #FF8C19;
}
.baner .right .reviewBar .title {
  display: flex;
  gap: 28px;
  align-items: center;
}
.baner .right .reviewBar .title span {
  color: #F3FCFF;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.baner .right .reviewBar .title .stars {
  display: flex;
  gap: 8.75px;
}
.baner .right .reviewBar .bottom {
  display: flex;
  gap: 19px;
}
.baner .right .reviewBar .bottom img {
  height: 65px;
}
.baner .right .reviewBar .bottom p {
  color: #FFF;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.videoReviews {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 120px;
}
.videoReviews .title p {
  color: #170C2C;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 23px 74px;
  border-radius: 10px;
  border: 2px solid #D7D4FF;
}
.videoReviews .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 32px;
}
.videoReviews .list .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.videoReviews .list .item .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.videoReviews .list .item .head p {
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%; /* 19.04px */
  letter-spacing: -0.16px;
}
.videoReviews .list .item .head .stars {
  display: flex;
  align-items: center;
  gap: 6px;
}
.videoReviews .list .item .reviewItem {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 85px 0px;
  width: 100%;
  background-image: url("../images/blurvideo.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  border: 1px solid #D7D4FF;
  cursor: pointer;
}
.videoReviews .list .item .reviewItem h4 {
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.videoReviews .showmore {
  color: #000;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: center;
}

.textReviews {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 120px;
}
.textReviews .showmore {
  color: #000;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: center;
}
.textReviews .title {
  width: -moz-fit-content;
  width: fit-content;
}
.textReviews .title p {
  color: #170C2C;
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 23px 106px;
  border-radius: 10px;
  border: 2px solid #D7D4FF;
}
.textReviews .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 22px;
}
.textReviews .list .item {
  display: flex;
  border-radius: 15px;
  border: 1px solid #D7D4FF;
  background: #FFF;
}
.textReviews .list .item .image {
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 2px;
}
.textReviews .list .item .image img {
  border-radius: 15px 0px 0px 15px;
}
.textReviews .list .item .image .stars {
  display: flex;
  gap: 6px;
  padding: 10px 25px;
  border-radius: 29.5px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  bottom: 19px;
  position: absolute;
}
.textReviews .list .item .image .stars img {
  width: 24px;
}
.textReviews .list .item .content {
  display: flex;
  gap: 43px;
  padding: 37px 19px 38px 22px;
  flex-direction: column;
}
.textReviews .list .item .content .head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.textReviews .list .item .content .head h4 {
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%; /* 19.04px */
  letter-spacing: -0.16px;
}
.textReviews .list .item .content .head span {
  color: #2B19FF;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%; /* 19.04px */
  letter-spacing: -0.16px;
}
.textReviews .list .item .content p {
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%; /* 19.04px */
  letter-spacing: -0.16px;
}

@media screen and (max-width: 1200px) {
  #wrapper .baner .right {
    gap: 0;
  }
  #wrapper .baner .right * {
    text-align: center;
  }
  #wrapper .baner .right h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  #wrapper .baner .right p {
    font-size: 18px;
    padding-bottom: 25px;
  }
  #wrapper .baner .right button {
    font-size: 18px;
    padding: 19px 0px;
  }
  #wrapper .baner .right img#hiddenDesc {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #wrapper .baner .right .reviewBar {
    padding: 19px 22px 29px 22px;
    gap: 13px;
  }
  #wrapper .baner .right .reviewBar .title {
    gap: 20px;
  }
  #wrapper .baner .right .reviewBar .title span {
    font-size: 32px;
  }
  #wrapper .baner .right .reviewBar .title .stars {
    gap: 7px;
  }
  #wrapper .baner .right .reviewBar .title .stars svg {
    width: 28px;
    height: 28px;
  }
  #wrapper .baner .right .reviewBar .bottom {
    gap: 0px;
  }
  #wrapper .baner .right .reviewBar .bottom img {
    width: 185px;
    height: 44px;
  }
  #wrapper .baner .right .reviewBar .bottom p {
    font-size: 17px;
    padding-bottom: 0;
  }
  .videoReviews {
    padding-top: 80px;
    gap: 30px;
  }
  .videoReviews .title {
    justify-content: center;
    display: flex;
    width: 100% !important;
  }
  .videoReviews .title p {
    padding: 23px 74px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
  }
  .videoReviews .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .videoReviews .list .item {
    gap: 10px;
  }
  .videoReviews .list .item .head p {
    font-size: 12px;
  }
  .videoReviews .list .item .head .stars {
    gap: 4px;
  }
  .videoReviews .list .item .head .stars img {
    width: 16px;
    height: 16px;
  }
  .videoReviews .list .item .reviewItem {
    padding: 60px 0px;
    gap: 5px;
  }
  .videoReviews .list .item .reviewItem button svg {
    width: 19px;
    height: 19px;
  }
  .videoReviews .list .item .reviewItem h4 {
    font-size: 16px;
  }
  .videoReviews .showmore {
    font-size: 18px;
    margin-top: -15px;
  }
  .videoReviews .showmore svg {
    width: 20px;
    height: 20px;
  }
  .textReviews {
    padding-top: 80px;
    gap: 30px;
    padding-bottom: 80px;
  }
  .textReviews .title {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .textReviews .title p {
    font-size: 20px;
  }
  .textReviews .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .textReviews .list .item .image {
    min-width: 175px;
    padding-left: 0;
  }
  .textReviews .list .item .image img:first-child {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 13px 0px 0px 13px;
  }
  .textReviews .list .item .image .stars {
    gap: 4px;
    padding: 6px 16px;
  }
  .textReviews .list .item .image .stars img {
    width: 15px;
    height: 15px;
  }
  .textReviews .list .item .content {
    gap: 19px;
    padding: 23px 12px 24px 17px;
  }
  .textReviews .list .item .content .head {
    gap: 3px;
  }
  .textReviews .list .item .content .head h4 {
    font-size: 14px;
  }
  .textReviews .list .item .content .head span {
    font-size: 14px;
  }
  .textReviews .list .item .content p {
    font-size: 14px;
  }
  .textReviews .showmore {
    font-size: 18px;
    margin-top: -15px;
  }
  .textReviews .showmore svg {
    width: 20px;
    height: 20px;
  }
}
.showMoreWrapper .extend {
  display: none !important;
}
.showMoreWrapper .extend.show {
  display: grid !important;
}

@media screen and (max-width: 1200px) {
  .showMoreWrapper .extend {
    display: none !important;
  }
  .showMoreWrapper .extend.show {
    display: flex !important;
  }
}/*# sourceMappingURL=reviews.css.map */