.review-main__title-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px; }
  @media screen and (max-width: 991px) {
    .review-main__title-wr {
      margin-bottom: 20px;
      padding: 0 30px; } }

.review-main__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px; }

.review-main__list {
  display: flex; }

.review-main__item-wr {
  padding: 10px 8px; }

.review-main__item {
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px; }
  @media screen and (max-width: 991px) {
    .review-main__item {
      height: 180px; overflow: hidden } }

.review-main__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.review-main__icon {
  width: 24px;
  margin-right: 10px; }

.review-main__city {
  margin-top: 0; }

.review-main__btn-all {
  font-size: 16px; }
  @media screen and (max-width: 640px) {
    .review-main__btn-all {
      display: none; } }

@media screen and (max-width: 991px) {
  .text-on-main {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 991px) {
  .text-on-main .text-cols {
    display: block !important; }
    .text-on-main .text-cols .col {
      width: 100% !important; } }

.review-main {
  background: #F9F9F9;
  padding-top: 46px;
  padding-bottom: 54px;
  font-size: 12px;
  line-height: 19px; }
  @media screen and (max-width: 640px) {
    .review-main {
      padding-top: 0; } }
  .review-main__wrap {
    max-width: 1244px; }
  .review-main__list {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto; }
  .review-main.slider-custom .slick-prev.slick-arrow {
    left: -70px; }
    @media screen and (max-width: 991px) {
      .review-main.slider-custom .slick-prev.slick-arrow {
        left: calc(50% - 140px); } }
  .review-main.slider-custom .slick-next.slick-arrow {
    right: -70px; }
    @media screen and (max-width: 991px) {
      .review-main.slider-custom .slick-next.slick-arrow {
        left: calc(50% + 92px); } }
  .review-main.slider-custom .slick-arrow {
    margin-top: -50px; }
    @media screen and (max-width: 991px) {
      .review-main.slider-custom .slick-arrow {
        top: 100%;
        margin-top: -34px; } }
    @media screen and (max-width: 640px) {
      .review-main.slider-custom .slick-arrow {
        margin-top: -26px; } }

.news-list {
  display: flex; }
  .news-list .item-news {
    width: 100%;
    min-width: 100%; }

@media screen and (max-width: 640px) {
  .popular-list .slick-slide {
    text-align: center; } }

.constructors-list .item {
  max-width: calc(100% / 3 - 16px);
  height: 220px; }
  @media screen and (max-width: 991px) {
    .constructors-list .item {
      max-width: calc(100% /2  - 8px);
      margin-bottom: 16px; } }
  @media screen and (max-width: 640px) {
    .constructors-list .item {
      max-width: 100%;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; } }
