.reviews {
  background: #191b21;
  background-image: url("../img/reviews/rew_bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 192px;
}

.reviews .content {
  padding-bottom: 82px;
}

.reviews .content .pre_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.reviews .content .reviews__dis_wrap .reviews__dis .item span::after {
  content: "";
  background-image: url(../img/reviews/star.svg);
  display: inline-block;
  width: 21px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  margin-top: -5px;
}

.reviews .content .reviews__dis_wrap .reviews__dis .item.active span::after {
  content: "";
  background-image: url(../img/reviews/star_active.svg);
}

.reviews .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
}

.reviews .content .subtitle {
  margin: 0 auto 163px auto;
  padding: 0 20px;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  max-width: 677px;
}

.reviews .content .reviews__dis_wrap {
  border-bottom: 1px solid #292b32;
}

.reviews .content .reviews__dis_wrap .reviews__dis {
  display: flex;
  align-items: center;
}

.reviews .content .reviews__dis_wrap .reviews__dis .item {
  cursor: pointer;
  padding: 17px 40px;
  border: 1px solid #292b32;
  border-bottom: none;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews .content .reviews__dis_wrap .reviews__dis .item span {
  color: #ed3132;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.reviews .content .reviews__dis_wrap .reviews__dis .active {
  background-color: #ed3132;
  border-color: #ed3132;
}

.reviews .content .reviews__dis_wrap .reviews__dis .active span {
  color: #fff;
}

.reviews .content .reviews__wrap .reviews_block {
  padding-top: 45px;
}

.reviews .content .reviews__wrap .reviews_block .review {
  padding-top: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #292b32;
}

.reviews .content .reviews__wrap .reviews_block .review .name {
  color: #ed3132;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.reviews .content .reviews__wrap .reviews_block .review .star {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}

.reviews .content .reviews__wrap .reviews_block .review .star span {
  display: flex;
  width: 14px;
  height: 13px;
  background-image: url("../img/reviews/rew.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
}

.reviews .content .reviews__wrap .reviews_block .review .star .i {
  background-image: url("../img/reviews/rew_a.svg");
}

.reviews .content .reviews__wrap .reviews_block .review .content_r {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.384px;
}

.reviews .content .reviews__wrap .reviews_pagination {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
}

.reviews .content .reviews__wrap .reviews_pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.reviews .content .reviews__wrap .reviews_pagination ul .cur {
  background-color: #ed3132;
}

.reviews .content .reviews__wrap .reviews_pagination ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 28px 33px 28px 32px;
  border: 2px solid #ed3132;
  cursor: pointer;
}
.reviews .content .reviews__wrap .reviews_pagination ul .active{
	  background: #ed3132;
	color: #fff;
}
.reviews .content .reviews__wrap .reviews_pagination ul li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 9px;
}

.reviews .content .reviews__wrap .reviews_pagination ul li::before {
  display: none;
}

.reviews .content .reviews__wrap .reviews_pagination ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 33px 28px 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 9px;
}

.reviews .content .reviews__wrap .video__reviews_block {
  margin-top: 68px;
  width: 100%;
  width: 1920px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.reviews .content .reviews__wrap .video__reviews_block .slider {
  width: 1920px;
  height: 424px;
}

.reviews .content .reviews__wrap .video__reviews_block .slider .slick-track {
  display: flex;
}

.reviews .content .reviews__wrap .video__reviews_block .slider .slick-slide {
  width: 1169px !important;
}

.reviews .content .reviews__wrap .video__reviews_block .slider .video_slide {
  background-color: red;
  height: 424px;
  width: 1169px;
  -webkit-clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.reviews
  .content
  .reviews__wrap
  .video__reviews_block
  .slider
  .video_slide
  .play_btn {
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  width: 141px;
  height: 141px;
  background-image: url("../img/reviews/play.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.reviews
  .content
  .reviews__wrap
  .video__reviews_block
  .slider
  .video_slide
  .no_video {
  width: 100%;
  height: 100%;
  background-image: url("../img/reviews/no_video.jfif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reviews .content .reviews__wrap .video__reviews_block .pagination {
  margin-top: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.reviews .content .reviews__wrap .video__reviews_block .pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.reviews .content .reviews__wrap .video__reviews_block .pagination ul li {
  width: 6.3px;
  height: 6.3px;
  border-radius: 50%;
  background: #292b32;
  overflow: hidden;
  margin-bottom: 0;
}

.reviews
  .content
  .reviews__wrap
  .video__reviews_block
  .pagination
  ul
  li
  button {
  background-color: transparent;
  border: none;
  color: transparent;
}

.reviews
  .content
  .reviews__wrap
  .video__reviews_block
  .pagination
  ul
  li::before {
  display: none;
}

.reviews
  .content
  .reviews__wrap
  .video__reviews_block
  .pagination
  ul
  li:not(:last-child) {
  margin-right: 5.7px;
}

.reviews .content .reviews__wrap .video__reviews_block .pagination ul li a {
  color: transparent;
}

.reviews
  .content
  .reviews__wrap
  .video__reviews_block
  .pagination
  ul
  .slick-active {
  background: #ed3132;
}

.reviews .content .reviews__wrap .add_reviews__title {
  margin-top: 84px;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 93px;
}

.reviews .content .reviews__wrap .add_reviews {
  display: flex;
  align-items: flex-start;
}

.reviews .content .reviews__wrap .add_reviews .block_form {
  width: 470px;
}

.reviews .content .reviews__wrap .add_reviews .block_form form {
  display: flex;
  flex-direction: column;
}

.reviews .content .reviews__wrap .add_reviews .block_form input,
.reviews .content .reviews__wrap .add_reviews .block_form textarea {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid #fff;
  background-color: transparent;
  margin-bottom: 8px;
  padding: 28px 0 30px 21px;
  resize: none;
}

.reviews
  .content
  .reviews__wrap
  .add_reviews
  .block_form
  input:-moz-placeholder-shown,
.reviews
  .content
  .reviews__wrap
  .add_reviews
  .block_form
  textarea:-moz-placeholder-shown {
  color: #fff;
}

.reviews
  .content
  .reviews__wrap
  .add_reviews
  .block_form
  input:placeholder-shown,
.reviews
  .content
  .reviews__wrap
  .add_reviews
  .block_form
  textarea:placeholder-shown {
  color: #fff;
}

.reviews .content .reviews__wrap .add_reviews .block_form textarea {
  height: 128px;
}

.reviews .content .reviews__wrap .add_reviews .block_form .submit {
  margin-top: 8px;
  width: 193px;
  height: 66px;
  background-color: #ed3132;
  padding: 0 33px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  margin-bottom: 0;
}

.reviews .content .reviews__wrap .add_reviews .block_img {
  width: 802px;
  height: 424px;
  display: flex;
  position: relative;
  right: -98px;
}

.reviews .content .reviews__wrap .add_reviews .block_img::after {
  position: absolute;
  right: 65px;
  bottom: -47px;
  content: "";
  width: 253px;
  height: 259px;
  background-image: url("../img/reviews/v_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9999;
  transform: rotate(-1deg);
}

.reviews .content .reviews__wrap .add_reviews .block_img::before {
  position: absolute;
  left: 12px;
  top: 0;
  content: "";
  width: 206px;
  height: 352px;
  background-image: url("../img/reviews/v_before.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9999;
}

.reviews .content .reviews__wrap .add_reviews .block_img .img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
  clip-path: polygon(33% 0, 100% 0, 67% 100%, 0 100%);
}

.reviews .content .reviews__wrap .add_reviews .block_img .img img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=reviews.css.map */

.section__reviews_page .reviews__slider_wrap .reviews__slider .slide {
  background-color: transparent;
}

.section__reviews_page iframe {
  -webkit-clip-path: polygon(28% 0, 100% 0, 77% 100%, 0 100%);
  clip-path: polygon(28% 0, 100% 0, 77% 100%, 0 100%);
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .reviews .content .reviews__wrap .add_reviews .block_img {
    width: 700px;
    min-width: 700px;
    height: 424px;
    display: flex;
    position: relative;
    right: 0;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    transform: rotate(-2.5deg);
    right: 60px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    transform: rotate(-2.5deg);
    left: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .reviews .content .page_title {
    text-align: center;
  }

  .reviews .content .reviews__dis_wrap .reviews__dis .item {
    flex: 1 1 auto;
  }

  .reviews .content .reviews__dis_wrap .reviews__dis .item span {
    font-size: 14px;
  }

  .reviews .content .reviews__dis_wrap .reviews__dis,
  .reviews__wrap {
    padding: 0 20px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    position: absolute;
    left: 12px;
    top: 0;
    content: "";
    width: 150px;
    height: 280px;
    background-image: url(../img/reviews/v_before.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 200px;
    height: 250px;
    background-image: url(../img/reviews/v_after.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
  }

  .reviews .content .reviews__wrap .add_reviews__title {
    margin-top: 84px;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 55px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_form input,
  .reviews .content .reviews__wrap .add_reviews .block_form textarea {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #fff;
    background-color: transparent;
    margin-bottom: 8px;
    padding: 28px 0 30px 21px;
    resize: none;
    max-width: 100%;
  }
}

@media (max-width: 1150px) {
  .reviews .content .reviews__wrap .add_reviews {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .reviews .content .reviews__wrap .add_reviews .block_form {
    width: 100%;
    text-align: center;
    order: 2;
    margin-top: 30px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    right: 0;
    min-width: auto;
    max-width: 670px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    left: 60px;
    transform: rotate(-5deg);
    top: -28px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    right: 40px;
    transform: rotate(-4.5deg);
  }
}

@media only screen and (max-width: 768px) {
  .reviews {
    padding-top: 0;
    background-image: none;
    position: relative;
  }
  .reviews::before {
    content: "";
    display: block;
    width: 100%;
    height: 520px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url("../img/reviews/tab_bg.svg") no-repeat left 14px;
  }
  .reviews .content {
    padding-bottom: 0;
  }
  .reviews .content .reviews__wrap .add_reviews {
    padding-bottom: 113px;
  }
  .reviews .content:first-child {
    background-color: rgba(31, 33, 40, 0.54);
  }
  .reviews .content .pre_title {
    font-size: 27px;
    margin-bottom: 25px;
    padding-top: 150px;
  }
  .reviews .content .page_title {
    font-size: 55px;
    max-width: 500px;
    margin: 0 auto 14px auto;
    line-height: 70px;
  }
  .reviews .content .subtitle {
    font-size: 20px;
    max-width: 398px;
    line-height: 38px;
    margin-bottom: 38px;
  }

  .reviews .content .reviews__dis_wrap {
    padding-top: 20px;
    background-color: #191b21;
  }
  .reviews .content .reviews__wrap .reviews_block {
    padding: 30px 20px 0 20px;
  }
  .reviews .content .reviews__dis_wrap .reviews__dis,
  .reviews__wrap {
    background-color: #191b21;
    padding: 0;
  }
  .reviews .content .reviews__dis_wrap .reviews__dis {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }

  .reviews .content .reviews__wrap .reviews_block .review .content_r {
    max-width: 615px;
  }

  .reviews .content .reviews__dis_wrap .reviews__dis .item {
    border-bottom: none;
    flex: 0 1;
    padding: 15px 23px;
  }

  .reviews .content .reviews__dis_wrap .reviews__dis .item span {
    font-size: 12px;
  }

  .reviews .content .reviews__dis_wrap .reviews__dis .item span::after {
    width: 15px;
    height: 15px;
  }
  .slick-initialized .slick-slide {
    /* padding: 0 40px; */
  }
  .section__reviews .reviews__slider_wrap .next_btn,
  .section__reviews .reviews__slider_wrap .prev_btn {
    top: auto;
    bottom: 48.7px;
  }
  .section__reviews .reviews__slider_wrap .next_btn {
    right: calc(50% - 60px);
  }

  .section__reviews .reviews__slider_wrap .prev_btn {
    left: calc(50% - 60px);
  }

  .page-numbers {
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #ed3132;
    text-decoration: none;
  }

  .page-numbers.current {
    background: #ed3132;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #ed3132;
  }

  .section__reviews .title {
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    max-width: 590px;
    margin: 0 auto 60px auto;
  }

  .section__reviews .reviews__slider_wrap::before,
  .section__reviews .reviews__slider_wrap::after {
    /* content: none; */
  }

  .reviews .content .reviews__wrap .reviews_pagination {
    margin-bottom: 90px;
  }

  .reviews .section__reviews .reviews__slider_wrap::before,
  .reviews .section__reviews .reviews__slider_wrap::after {
    content: none;
  }

  .section__reviews .reviews__slider_wrap::before {
    width: 275px;
    height: 220px;
    left: -15px;
  }

  .section__reviews .reviews__slider_wrap::after {
    width: 186px;
    height: 205px;
    right: 5px;
    top: 92px;
  }

  .section__reviews .reviews__slider_wrap .reviews__slider {
    height: 296px;
  }

  .section__reviews .reviews__slider_wrap .reviews__slider .slide {
    -webkit-clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    max-width: 623px !important;
    height: 296px !important;
    margin: 0 auto;
  }

  .reviews .section__reviews .reviews__slider_wrap .reviews__slider .slide {
    width: 813px !important;
    height: 296px !important;
    max-width: 813px !important;
    margin-left: -40px;
    -webkit-clip-path: polygon(168px 0, 100% 0, 647px 100%, 0 100%);
    clip-path: polygon(168px 0, 100% 0, 647px 100%, 0 100%);
  }

  .reviews .section__reviews {
    margin-bottom: 60px;
  }

  .section__reviews .reviews__slider_wrap .reviews__slider .slide .play {
    width: 98px;
    height: 98px;
  }

  .reviews .content .reviews__wrap .add_reviews {
    position: relative;
  }

  .reviews .content .reviews__wrap .add_reviews__title {
    margin-top: 0px;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 84px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img {
    width: 780px;
    height: 412px;
    max-width: none;
    margin-left: 40px;
    z-index: 1;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img .img {
    -webkit-clip-path: polygon(237px 0, 100% 0, 548px 100%, 0 100%);
    clip-path: polygon(237px 0, 100% 0, 548px 100%, 0 100%);
    position: relative;
  }

  .reviews .content .reviews__wrap .add_reviews::after {
    content: "";
    display: block;
    width: 455px;
    height: 508px;
    position: absolute;
    top: -33px;
    right: 0;
    background: url("../img/reviews/Vector.svg") no-repeat center;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    width: 200px;
    height: 342px;
    top: 0;
    left: 0;
    transform: rotate(-1deg);
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    width: 246px;
    height: 252px;
    right: 60px;
    top: 206px;
    transform: rotate(-1deg);
  }

  .reviews .content .reviews__wrap .add_reviews .block_form {
    margin-top: 115px;
  }
}

@media only screen and (max-width: 660px) {
  .reviews .content .reviews__wrap .add_reviews .block_img {
    width: 530px;
    margin-bottom: 50px;
    height: 400px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    left: 5%;
    transform: rotate(-7deg);
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    right: 8%;
    bottom: -12%;
    transform: rotate(-7.5deg);
  }

  .reviews .content .reviews__dis_wrap .reviews__dis .item {
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 500px) {
  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    width: 110px;
    left: 60px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    right: 70px;
    width: 140px;
  }
}

@media only screen and (max-width: 435px) {
  .reviews {
    background: url("../img/reviews/mob_bg.svg") #191b21 no-repeat left top;
  }
  .reviews::before {
    content: none;
  }
  .reviews .content .pre_title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 138px;
  }
  .reviews .content:first-child {
    background-color: transparent;
  }

  .reviews .content .page_title {
    font-size: 35px;
    margin-bottom: 20px;
    max-width: 300px;
    line-height: 50px;
  }

  .reviews .content .subtitle {
    font-size: 16px;
    max-width: 310px;
    line-height: 30px;
    margin-bottom: 86px;
  }

  .section__reviews .title {
    max-width: 500px;
  }

  .reviews .content .reviews__dis_wrap {
    padding-top: 0;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img {
    height: 280px;
    margin-bottom: 68px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_form {
    padding: 0 20px;
  }

  .reviews .content .reviews__wrap .add_reviews {
    padding-bottom: 70px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    width: 110px;
    left: 50px;
    transform: rotate(0.5deg);
    top: -50px;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    right: 73px;
    transform: rotate(0.5deg);
    bottom: -28%;
  }

  .section__reviews .reviews__slider_wrap .reviews__slider {
    height: 212px !important;
    margin-bottom: 30px;
  }
  .reviews .content .reviews__wrap .reviews_pagination {
    margin-bottom: 60px;
  }
  .section__reviews .reviews__slider_wrap .reviews__slider .slide {
    width: 400px !important;
    height: 190px !important;
  }

  .section__reviews .reviews__slider_wrap::before {
    width: 159px;
    height: 131px;
  }

  .section__reviews .reviews__slider_wrap::after {
    width: 120px;
    height: 131px;
    top: 62px;
    right: -20px;
  }

  .section__reviews .title {
    margin-bottom: 34px;
    font-size: 35px;
  }

  .reviews .slick-initialized .slick-slide {
    padding: 0;
    overflow: hidden;
  }

  .reviews .section__reviews .reviews__slider_wrap .reviews__slider .slide {
    width: 586px !important;
    height: 212px !important;
    max-width: 586px !important;
    margin-left: -65px;
    -webkit-clip-path: polygon(122px 0, 100% 0, 466px 100%, 0 100%);
    clip-path: polygon(122px 0, 100% 0, 466px 100%, 0 100%);
  }

  .section__reviews .reviews__slider_wrap .reviews__slider .slide .play {
    width: 63px;
    height: 63px;
  }
  .slick-initialized .slick-slide {
    padding: 0 20px;
  }

  .reviews .section__reviews {
    margin-bottom: 0;
  }

  .reviews .section__reviews .reviews__slider_wrap .slider_nav {
    margin-bottom: 61px;
  }

  .section__reviews .reviews__slider_wrap .next_btn,
  .section__reviews .reviews__slider_wrap .prev_btn {
    bottom: 43.7px;
  }

  .reviews .section__reviews .reviews__slider_wrap .next_btn,
  .reviews .section__reviews .reviews__slider_wrap .prev_btn {
    top: 236px;
  }

  .reviews .content .reviews__wrap .add_reviews__title {
    font-size: 35px;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 48px;
  }

  .reviews .content .reviews__wrap .add_reviews::after {
    content: none;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img .img {
    -webkit-clip-path: polygon(162px 0, 100% 0, 375px 100%, 0 100%);
    clip-path: polygon(162px 0, 100% 0, 375px 100%, 0 100%);
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    width: 138px;
    height: 236px;
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    width: 169px;
    height: 173px;
    bottom: -31px;
    right: 42px;
    top: auto;
    transform: rotate(-2deg);
  }
}

@media only screen and (max-width: 400px) {
  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    position: absolute;
    left: 12px;
    top: 0;
    content: "";
    width: 85px;
    height: 170px;
    background-image: url(../img/reviews/v_before.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    position: absolute;
    right: 25px;
    bottom: 0;
    content: "";
    width: 85px;
    height: 160px;
    background-image: url(../img/reviews/v_after.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    right: 0;
  }

  .section__reviews .reviews__slider_wrap .prev_btn {
    left: 20%;
  }

  .section__reviews .title {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    max-width: 621px;
    margin: 0 auto 30px auto;
  }

  .reviews .content .subtitle {
    margin: 0 auto 163px auto;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 677px;
    padding: 0 20px;
  }

  .reviews .content .page_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 52px;
    text-align: center;
  }

  .reviews .content .reviews__dis_wrap .reviews__dis .item {
    padding: 26px 10px 25px 5px;
    border: 1px solid #292b32;
    border-bottom: none;
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
  }

  .section__reviews .reviews__slider_wrap .reviews__slider .slide,
  .section__reviews_page iframe {
    -webkit-clip-path: polygon(22% 0, 100% 0, 84% 100%, 0 100%);
    clip-path: polygon(23% 0, 100% 0, 84% 100%, 0 100%);
    height: 186px;
  }
}

@media (max-width: 370px) {
  .reviews .content .reviews__wrap .add_reviews .block_img::after {
    right: -10px !important;
  }

  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    left: -20px !important;
  }
}

@media (max-width: 340px) {
  .reviews .content .reviews__wrap .add_reviews .block_img::before {
    left: -40px !important;
  }
}

.reviews input,
.reviews textarea {
  width: 100%;
}

@media (max-width: 1150px) {
  .add_reviews .block_form {
    max-width: 550px;
    margin: 0 auto;
  }

  .add_reviews .wpcf7-submit {
    width: 100% !important;
  }
}
.average_1::after,.average_2::after,.average_3::after,.average_4::after,.average_5::after{
	display: none !important;
}