.vi-ratings {
  padding: 2rem 0rem 0;
  flex-direction: column;
  column-gap: 0.8333333333rem;
}
.vi-ratings__item--left {
  width: 100%;
  /*row-gap: 1.3333333333rem;*/
}
.vi-ratings__item--left > :not(:first-child){
  margin-top:1.3333333333rem;
}

.vi-ratings__item--right {
  width: 100%;
  row-gap: 1.3333333333rem;
  padding-bottom: 2.5rem;
}

.vi-comments {
  padding: 0.6666666667rem 0.6666666667rem;
  /*column-gap: 1.3333333333rem;*/
}
.vi-comments > :not(:first-child){
  /*margin-left:1.3333333333rem ;*/
}


.vi-comments__item--img img {
  width: 60px;
  height: 60px;
}
.vi-comments__item--text {
  /*row-gap: 1rem;*/
  position: relative;
}
.vi-comments__item--text > :not(:first-child){
margin-top: 1rem;
}

.vi-comments__element--hight > :not(:first-child) {
  margin-top: 0.3333333333rem;
}
.vi-comments__element--low > :not(:first-child){
  margin-top: 1rem;
}
.vi-comments__label {
  justify-content: space-between;
}
.vi-comments__author {
  font-size: 1.3333333333rem;
  line-height: 2rem;
  letter-spacing: 0.0533333333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.vi-comments__location {
  font-size: 1.1666666667rem;
  line-height: 1.8333333333rem;
}
.vi-comments__text {
  font-size: 1.3333333333rem;
  line-height: 1.6666666667rem;
}


.vi-creation > :not(:first-child) {
  margin-left: 0.4166666667rem;
}
.vi-creation__date {
  font-size: 1.1666666667rem;
  line-height: 1.8333333333rem;
}
.vi-creation__time {
  font-size: 1.1666666667rem;
  line-height: 1.8333333333rem;
}

.vi-pagination {
  padding: 2.6666666667rem 0 2.5rem 0;
  /*gap: 2.6666666667rem;*/
}
.vi-pagination > :not(:first-child){
  margin-top:2.6666666667rem ;
}


.vi-pagination__item--button {
  font-size: 1.1666666667rem;
  line-height: 2rem;
}
.vi-pagination__item--list-page {
  font-size: 1.3333333333rem;
  line-height: 1.3333333333rem;
}
.vi-pagination__button {
  padding: 0.6666666667rem 0;
}
.vi-pagination__page-control > :not(:first-child) {
  margin-left: 1rem;
}
.vi-pagination__element {
  padding: 0.6666666667rem 1rem;
}

.vi-ratings-data {
  padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  /*row-gap: 2rem;*/
}
.vi-ratings-data > :not(:first-child){
  margin-top: 2rem;
}
.vi-ratings-data__title {
  font-size: 2rem;
  line-height: 2.4166666667rem;
  letter-spacing: 0.08rem;
}
.vi-ratings-data__item > :not(:first-child){
  margin-top: 1.3333333333rem;
}
.vi-ratings-data__container > :not(:first-child) {
  margin-top: 1.3333333333rem;
}

.vi-button {
  padding: 1.625rem 0;
  font-size: 1.3333333333rem;
  line-height: 1.6666666667rem;
}

.vi-checkbox-agreement > :not(:first-child) {
  margin-left: 1.3333333333rem;
}
.vi-checkbox-agreement__label {
  font-size: 1.3333333333rem;
  line-height: 2rem;

}



@media (min-width: 500px) and (max-width: 769px) {
  .vi-checkbox-agreement {
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .vi-comments__author {
    max-width: 100px;
  }
}