._mob {
    display: none;
}

@media (max-width: 768px) {
    ._mob {
        display: block;
    }
}

@media (max-width: 768px) {
    ._desktop {
        display: none;
    }
}

.reviews-page__partners {
    margin-bottom: 20px;
}

.reviews-page__feedbacks {
    margin-bottom: 20px;
}

@media (max-width: 475px) {
    .reviews-page__feedbacks {
        margin-bottom: 10px;
    }
}

.reviews-page__feedbacks:last-of-type {
    margin-bottom: 45px;
}

@media (max-width: 475px) {
    .reviews-page__feedbacks:last-of-type {
        margin-bottom: 22px;
    }
}

.reviews-page__banner-place {
    margin-bottom: 20px;
}

@media (max-width: 475px) {
    .reviews-page__banner-place {
        margin-bottom: 10px;
    }
}
.reviews-page__show-more-button {
    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;
    width: calc(100% - 30px);
    max-width: 408px;
    margin: 0px auto 45px;
    padding: 12px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #000;
    background-color: #f7f5f6;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: border-color 0.5s ease 0s, -webkit-transform .5s ease;
    transition: border-color 0.5s ease 0s, -webkit-transform .5s ease;
    transition: border-color 0.5s ease 0s, transform .5s ease;
    transition: border-color 0.5s ease 0s, transform .5s ease, -webkit-transform .5s ease;
  }
  
  @media (any-hover: hover) {
    .reviews-page__show-more-button:hover {
      border-color: #000;
    }
    .reviews-page__show-more-button:hover img {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
    }
  }
  
  .reviews-page__show-more-button:active {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  
  @media (max-width: 475px) {
    .reviews-page__show-more-button {
      padding: 10px;
      font-size: 12px;
      line-height: 14px;
    }
  }
  
  .reviews-page__show-more-button img {
    width: 16px;
    margin-right: 10px;
    -webkit-transition: -webkit-transform 0.8s ease 0s;
    transition: -webkit-transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  }
  
  .reviews-page__show-more-button span {
    font-size: 13px;
    line-height: 16px;
    color: #898989;
  }
  /* Partners block*/
@media (min-width: 860px) {
    .partners-page-reviews__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  
  @media (max-width: 1100px) and (min-width: 860px) {
    .partners-page-reviews__body {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  
  .partners-page-reviews__item {
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-transition: border-color 0.3s ease 0s, 
   -webkit-box-shadow 0.3s ease 0s;
    transition: border-color 0.3s ease 0s, 
   -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, 
   border-color 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, 
   border-color 0.3s ease 0s, 
   -webkit-box-shadow 0.3s ease 0s;
    text-decoration: none;
    color: inherit;
  }
  
  @media (any-hover: hover) {
    .partners-page-reviews__item:hover {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
  }
  
  @media (min-width: 1100px) {
    .partners-page-reviews__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(100% - 20px);
              flex: 0 1 calc(100% - 20px);
    }
  }
  
  @media (max-width: 1100px) and (min-width: 860px) {
    .partners-page-reviews__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
    }
  }
  
  @media (max-width: 860px) {
    .partners-page-reviews__item {
      width: 100%;
      max-width: 600px;
      margin: 0px auto;
    }
  }
  
  .partners-page-reviews__item:not(:last-child) {
    margin-right: 20px;
  }
  
  @media (max-width: 1100px) {
    .partners-page-reviews__item:not(:last-child) {
      margin-right: 0;
    }
  }
  
  @media (max-width: 860px) {
    .partners-page-reviews__item:not(:last-child) {
      margin-right: auto;
    }
  }
  
  .item-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .item-partners--yandex {
    padding: 23px 46px;
  }
  
  @media (max-width: 1100px) {
    .item-partners--yandex {
      margin-right: 20px;
    }
  }
  
  .item-partners--google {
    padding: 23px 59px;
  }
  
  .item-partners--2gis {
    padding: 24px 88px 24px 24px;
  }
  
  @media (max-width: 1200px) {
    .item-partners {
      padding: 25px;
    }
  }
  
  @media (max-width: 475px) {
    .item-partners {
      padding: 15px 27px;
    }
  }
  
  .item-partners__logo {
    margin-right: 20px;
  }
  
  .item-partners__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .item-partners__logo--yandex {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 128px;
            flex: 0 0 128px;
  }
  
  .item-partners__logo--google {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  
  @media (max-width: 475px) {
    .item-partners__logo--google img {
      width: 81px;
    }
  }
  
  .item-partners__logo--2gis {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  
  @media (max-width: 475px) {
    .item-partners__logo--2gis img {
      width: 57px;
    }
  }
  
  @media (max-width: 475px) {
    .item-partners__logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 104px;
              flex: 0 1 104px;
      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;
    }
  }
  
  .item-partners__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 140px;
            flex: 0 1 140px;
  }
  
  .item-partners__top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  
  @media (max-width: 475px) {
    .item-partners__top-row {
      margin-bottom: 5px;
    }
  }
  
  .item-partners__digits {
    margin-right: 8px;
    font-size: 16px;
    line-height: 0.8;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  
  @media (max-width: 475px) {
    .item-partners__digits {
      margin-right: 6px;
      font-size: 13px;
    }
  }
  
  .item-partners__stars {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 104px;
            flex: 0 0 104px;
  }
  
  @media (max-width: 475px) {
    .item-partners__stars {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 84px;
              flex: 0 0 84px;
    }
  }
  
  .item-partners__stars img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .item-partners__descr {
    font-family: Montserrat;
    font-size: 10px;
    line-height: 12px;
    color: #656565;
  }
  
  @media (max-width: 475px) {
    .item-partners__descr {
      font-size: 8px;
      line-height: 10px;
    }
  }
  
  /* Descr-item block */
  @media (min-width: 1100px) {
    .descr-item__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  
  .descr-item__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 23px 36px 23px 45px;
    background-color: #fff;
  }
  
  @media (min-width: 1100px) {
    .descr-item__content {
      margin-right: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 65.89%;
              flex: 0 1 65.89%;
    }
  }
  
  @media (max-width: 650px) {
    .descr-item__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 23px 25px;
    }
  }
  
  .descr-item__about {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43.02%;
            flex: 0 1 43.02%;
    padding-right: 20px;
    border-right: 1px solid #f3f0f2;
  }
  
  @media (max-width: 650px) {
    .descr-item__about {
      padding-right: 0;
      border-right: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
    }
  }
  
  .descr-item__overview {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 52.15%;
            flex: 0 1 52.15%;
  }
  
  @media (max-width: 650px) {
    .descr-item__overview {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 400px;
    }
  }
  
  @media (max-width: 475px) {
    .descr-item__overview {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 20px;
    }
  }
  
  .descr-item__banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.62%;
            flex: 0 1 31.62%;
  }
  
  .about-descr-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 23px;
    border-bottom: 1px solid #f3f0f2;
  }
  
  @media (max-width: 768px) {
    .about-descr-item__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
  }
  
  @media (max-width: 475px) {
    .about-descr-item__top {
      margin-bottom: 8px;
      padding-bottom: 12px;
    }
  }
  
  @media (max-width: 475px) {
    .about-descr-item__top--desktop {
      display: none;
    }
  }
  
  .about-descr-item__top--mobile {
    display: none;
  }
  
  @media (max-width: 475px) {
    .about-descr-item__top--mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .about-descr-item__person {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 141px;
            flex: 0 1 141px;
    margin-right: 20px;
  }
  
  @media (max-width: 768px) {
    .about-descr-item__person {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin-right: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  
  .about-descr-item__name {
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
  }
  
  @media (max-width: 475px) {
    .about-descr-item__name {
      margin-bottom: 3px;
    }
  }
  
  .about-descr-item__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media (max-width: 768px) {
    .about-descr-item__rating {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }
  
  .about-descr-item__stars {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79px;
            flex: 0 0 79px;
    margin-right: 12px;
  }
  
  .about-descr-item__stars img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .about-descr-item__caption {
    font-family: Montserrat;
    font-size: 10px;
    line-height: 12px;
    color: #898989;
  }
  
  @media (max-width: 650px) {
    .about-descr-item__caption {
      display: none;
    }
  }
  
  .about-descr-item__purchase-way {
    padding-top: 5px;
    font-family: Montserrat;
    font-size: 10px;
    line-height: 12px;
    color: #898989;
  }
  
  @media (max-width: 991px) and (min-width: 768px) {
    .about-descr-item__purchase-way {
      text-align: center;
    }
  }
  
  .about-descr-item__product {
    max-width: 283px;
  }
  
  @media (max-width: 475px) {
    .about-descr-item__product {
      margin-bottom: 13px;
    }
  }
  
  .about-descr-item__tag {
    position: absolute;
    top: 0;
    right: 0;
    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;
    width: 90.03px;
    height: 16px;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: -0.01em;
    color: #fff;
    background: #E30613;
  }
  
  .product-page-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .product-page-reviews__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
            flex: 0 0 62px;
    margin-right: 15px;
  }
  
  @media (max-width: 475px) {
    .product-page-reviews__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      margin-right: 19px;
    }
  }
  
  .product-page-reviews__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .product-page-reviews__descr {
    padding-top: 12px;
  }
  
  .product-page-reviews__date {
    margin-bottom: 5px;
    font-family: Montserrat;
    font-size: 10px;
    line-height: 12px;
    color: #898989;
  }
  
  .product-page-reviews__info {
    position: relative;
    padding-bottom: 3px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
  }
  
  .product-page-reviews__info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100.94px;
    height: 1px;
    background: #e9e9e9;
  }
  
  .product-page-reviews__model {
    font-weight: 400;
    color: inherit;
    text-decoration: none;
  }
  
  @media (any-hover: hover) {
    .product-page-reviews__model:hover {
      color: #656565;
    }
  }
  
  .agree-page-reviews {
    max-width: 204px;
    margin-left: auto;
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #f3f0f2;
  }
  
  @media (max-width: 475px) {
    .agree-page-reviews {
      max-width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      padding-top: 12px;
    }
  }
  
  .agree-page-reviews__caption {
    margin-right: 17px;
    font-family: Montserrat;
    font-size: 10px;
    line-height: 12px;
    color: #898989;
  }
  
  .agree-page-reviews__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .agree-page-reviews__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 6px;
    cursor: pointer;
  }
  
  .agree-page-reviews__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .agree-page-reviews__quantity {
    font-family: Montserrat;
    font-size: 10px;
    color: #000000;
  }
  
  .agree-page-reviews__quantity:not(:last-child) {
    margin-right: 12px;
  }
  
  .overview-descr__item:not(:last-child) {
    margin-bottom: 13px;
  }
  
  @media (max-width: 475px) {
    .overview-descr__item:not(:last-child) {
      margin-bottom: 8px;
    }
  }
  
  .overview-descr__label {
    margin-bottom: 3px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
  }
  
  @media (max-width: 475px) {
    .overview-descr__label {
      font-size: 11px;
      line-height: 13px;
    }
  }
  
  .overview-descr__text {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #000;
  }
  
  @media (max-width: 475px) {
    .overview-descr__text {
      font-size: 13px;
      line-height: 110%;
    }
  }
  
  .overview-descr__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  
  @media (max-width: 475px) {
    .overview-descr__text p:not(:last-child) {
      margin-bottom: 12px;
    }
  }
  
  .overview-descr__text span {
    white-space: nowrap;
  }
  
  .banner-page-review {
    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;
    max-height: 290px;
    padding-left: 45px;
    overflow: hidden;
    background: url("../img/banner.jpg") 0 0/cover no-repeat;
  }
  
  @media (any-hover: hover) {
    .banner-page-review:hover .banner-page-review__image img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }
  
  @media (max-width: 475px) {
    .banner-page-review {
      padding-left: 40px;
    }
  }
  
  .banner-page-review__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    margin-right: 20px;
  }
  
  @media (max-width: 475px) {
    .banner-page-review__info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 90px;
              flex: 0 0 90px;
    }
  }
  
  .banner-page-review__icon {
    padding-left: 10px;
    margin-bottom: 5px;
  }
  
  .banner-page-review__icon img {
    width: 31px;
    height: auto;
  }
  
  @media (max-width: 475px) {
    .banner-page-review__icon img {
      width: 25px;
    }
  }
  
  .banner-page-review__label {
    margin-bottom: 8px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.22;
    color: #fff;
  }
  
  @media (max-width: 475px) {
    .banner-page-review__label {
      margin-bottom: 3px;
      font-size: 24px;
    }
  }
  
  .banner-page-review__descr {
    max-width: 112px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23;
    color: #96949a;
  }
  
  @media (max-width: 475px) {
    .banner-page-review__descr {
      max-width: 95px;
      font-size: 11px;
    }
  }
  
  .banner-page-review__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: -33px;
  }
  
  @media (max-width: 1100px) {
    .banner-page-review__image {
      margin-right: 0;
      max-width: 300px;
    }
  }
  
  @media (max-width: 475px) {
    .banner-page-review__image {
      max-width: 150px;
    }
  }
  
  .banner-page-review__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  }
  
  /* Buyers block */
  .buyers-review__content {
    position: relative;
    padding: 29px 0;
  }
  
  @media (min-width: 475px) {
    .buyers-review__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 0;
    }
  }
  
  .buyers-review__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 135px;
            flex: 0 1 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 25px;
  }
  
  @media (max-width: 475px) {
    .buyers-review__right {
      margin-right: 0;
      margin-bottom: 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
    }
  }
  
  .buyers-review__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    margin-right: 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    color: #232323;
  }
  
  @media (max-width: 475px) {
    .buyers-review__title {
      font-size: 16px;
      line-height: 120%;
    }
  }
  
  .buyers-review__decor-arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  
  @media (max-width: 475px) {
    .buyers-review__decor-arrow {
      display: none;
    }
  }
  
  .buyers-review__slider {
    max-width: 87.59%;
    overflow: hidden;
  }
  
  @media (max-width: 475px) {
    .buyers-review__slider {
      max-width: 100%;
    }
  }
  
  .buyers-review__slide {
    max-width: 100px;
    width: 80px;
  }
  
  .buyers-review__slide img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .buyers-review__arrow {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    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;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    background: url(../img/arrow.svg) center/24px no-repeat, #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease 0s, -webkit-box-shadow .3s ease;
    transition: background-color 0.3s ease 0s, -webkit-box-shadow .3s ease;
    transition: background-color 0.3s ease 0s, box-shadow .3s ease;
    transition: background-color 0.3s ease 0s, box-shadow .3s ease, -webkit-box-shadow .3s ease;
  }
  
  @media (any-hover: hover) {
    .buyers-review__arrow:hover {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
  }
  
  .buyers-review__arrow img {
    width: 24px;
  }
  
  @media (max-width: 475px) {
    .buyers-review__arrow--next {
      display: none;
    }
  }
  
  .buyers-review__arrow--prev {
    display: none;
  }
  
  /* Feedback Block */
  .feedbacks-review-page__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0px 75px 20px 50px;
  }
  
  .feedbacks-review-page__content:not(:last-child) {
    margin-bottom: 20px;
  }
  
  @media (max-width: 475px) {
    .feedbacks-review-page__content:not(:last-child) {
      margin-bottom: 10px;
    }
  }
  
  @media (max-width: 768px) {
    .feedbacks-review-page__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  
  @media (max-width: 600px) {
    .feedbacks-review-page__content {
      padding: 23px 18px;
    }
  }
  
  .feedbacks-review-page__about {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 435px;
            flex: 0 0 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 40px;
    padding: 25px 20px 0px 0px;
    border-right: 1px solid #f3f0f2;
  }
  
  @media (max-width: 991px) {
    .feedbacks-review-page__about {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 355px;
              flex: 0 0 355px;
    }
  }
  
  @media (max-width: 768px) {
    .feedbacks-review-page__about {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      max-width: 500px;
      margin: 0;
      padding: 0;
      border-right: none;
    }
  }
  
  .feedbacks-review-page__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 133px;
            flex: 0 1 133px;
    margin-right: 20px;
  }
  
  @media (max-width: 475px) {
    .feedbacks-review-page__image {
      margin-right: 13px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%;
    }
  }
  
  .feedbacks-review-page__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .feedbacks-review-page__descr {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 240px;
            flex: 0 1 240px;
  }
  
  @media (max-width: 768px) {
    .feedbacks-review-page__agree {
      margin-left: 0;
    }
  }
  
  @media (max-width: 475px) {
    .feedbacks-review-page__agree {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 15px;
    }
  }
  
  .feedbacks-review-page__rating {
    max-width: 140px;
    margin-bottom: 11px;
  }
  
  .feedbacks-review-page__date {
    margin-bottom: 72px;
  }
  
  @media (max-width: 768px) {
    .feedbacks-review-page__date {
      margin-bottom: 0;
    }
  }
  
  .feedbacks-review-page__description {
    padding-top: 0;
    margin-bottom: 21px;
  }
  
  @media (max-width: 475px) {
    .feedbacks-review-page__description {
      margin-bottom: 10px;
    }
  }
  
  .feedbacks-review-page__purchase-way {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 22px;
  }
  
  @media (max-width: 475px) {
    .feedbacks-review-page__purchase-way {
      margin-bottom: 15px;
    }
  }
  
  .feedbacks-review-page__purchase-way img {
    margin-right: 15px;
  }
  
  .feedbacks-review-page__purchase-way span {
    display: block;
    max-width: 95px;
  }
  
  @media (max-width: 475px) {
    .feedbacks-review-page__purchase-way span {
      max-width: 100%;
    }
  }
  
  .feedbacks-review-page__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .feedbacks-review-page__person {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 0;
  }
  
  @media (max-width: 768px) {
    .feedbacks-review-page__person {
      display: block;
      margin-bottom: 13px;
      padding-bottom: 13px;
      border-bottom: 1px solid #f3f0f2;
    }
    .feedbacks-review-page__person._desktop {
      display: none;
    }
  }
  
  .feedbacks-review-page__overview {
    padding-top: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  
  @media (max-width: 768px) {
    .feedbacks-review-page__overview {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 25px;
      padding-top: 0;
    }
  }
  
  /* Banner Place Block */
  .banner-place-review__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 112px;
    padding: 0px 145px 0px 126px;
    overflow: hidden;
    background: url("../img/banner2.jpg") 0 0/cover no-repeat;
  }
  
  @media (max-width: 1050px) {
    .banner-place-review__content {
      padding: 0 20px;
    }
  }
  
  @media (max-width: 600px) {
    .banner-place-review__content {
      padding-right: 0;
      height: 99px;
    }
  }
  
  .banner-place-review__kronostime {
    width: 162px;
  }
  
  @media (max-width: 600px) {
    .banner-place-review__kronostime {
      display: none;
    }
  }
  
  .banner-place-review__kronostime img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .banner-place-review__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-family: Montserrat;
  }
  
  @media (max-width: 600px) {
    .banner-place-review__text {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
    }
  }
  
  .banner-place-review__quantity {
    margin-right: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    white-space: nowrap;
  }
  
  @media (max-width: 475px) {
    .banner-place-review__quantity {
      margin-right: 14px;
      font-size: 22px;
      line-height: 27px;
    }
  }
  
  .banner-place-review__descr {
    max-width: 125px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #f0eff2;
  }
  
  @media (max-width: 475px) {
    .banner-place-review__descr {
      max-width: 95px;
      font-size: 11px;
      line-height: 13px;
    }
  }
  
  .banner-place-review__item {
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 42.56%;
            flex: 0 1 42.56%;
  }
  
  @media (max-width: 600px) {
    .banner-place-review__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 155px;
              flex: 0 1 155px;
      -webkit-transform: translate(27px, 0px);
              transform: translate(27px, 0px);
    }
  }
  
  .banner-place-review__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }