.rating {
  padding-bottom: 100px;
}
.rating__head {
  margin-bottom: 31px;
}
.rating__form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.rating__form-wrap {
  margin-right: 24px;
}
.rating__form-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  display: block;
  margin-bottom: 5px;
}
.rating__form-select {
  width: 270px;
  height: 49px;
  background: #F0F0F0;
  border-radius: 3px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #282828;
  padding-left: 15px;
  border: none;
  outline: none;
  appearance: none;
  background-image: url(../img/icons/ico-select-arrow.svg);
  background-size: 12px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.rating-table {
  display: block;
  border: 1px solid #DADADA;
  border-radius: 3px;
  margin-bottom: 37px;
	min-height: 891px;
}
.rating-table__row {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #DADADA;
  padding: 15px 28px;
}
.rating-table__row:last-child {
  border-bottom: none;
}
.rating-table__info {
  margin-right: 20px;
}
.rating-table__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #282828;
}
.rating-table__attr {
  font-size: 17px;
  line-height: 26px;
}
.rating-table__rate {
  font-family: 'Square721 BT';
  font-size: 22px;
  line-height: 32px;
  text-align: right;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #282828;
}
.rating__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.rating__bottom-show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating__bottom-show-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: inline-block;
}
.rating__bottom-show-select {
  width: 60px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  border-radius: 4px;
  margin: 0 12px;
  font-size: 14px;
  /* text-align: center; */
  padding-left: 16px;
  appearance: none;
  background-image: url(../img/icons/ico-select-triangle.svg);
  background-size: 9px;
  background-position: right 9px center;
  background-repeat: no-repeat;
}
.rating__pagination {
  display: block;
  margin-left: 101px;
  /* height: 26px; */
  display: flex;
  align-items: center;
}
.rating__pagination-prev {
  display: inline-block;
}
a.rating__pagination-num, span.rating__pagination-num {
  padding: 7px 10px;
  height: 31px;
  background-color: #1A8AF1;
  border-radius: 3px;
  margin-left: 10px;
  color: #fff;
  /* cursor: pointer; */
  border: 1px solid #CACACA;
  border: 1px solid transparent;
}
a.rating__pagination-num {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border: 1px solid #cacaca;
}
a.rating__pagination-num:hover {
  background-color: #0A3365;
  color: #fff;
}
.rating__pagination-prev svg {
  display: inline-block;
}
.rating__pagination-next svg {
  display: inline-block;
  transform: rotate(180deg);
}
.rating__pagination-prev {
  margin-right: 7px;
  height: 12px;
}
.rating__pagination-next {
  margin-left: 15px;
  margin-right: 0px;
  height: 12px;
}
@media screen and (max-width:768px) {
  .rating-table__name {
    font-size: 16px;
    line-height: 21px;
  }
  .rating-table__attr {
    font-size: 14px;
    line-height: 18px;
  }
  .rating-table__rate {
    font-size: 18px;
  }
  .rating-table__row {
    padding: 8px 10px;
  }
  .rating__form-wrap {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .rating__form-select {
    height: 36px;
    width: 100%;
  }
  .rating__head {
    margin-bottom: 15px;
  }
  .rating {
    padding-bottom: 40px;
  }
  .rating__bottom {
    justify-content: center;
  }
  .rating__bottom-show {
    width: 100%;
    margin-bottom: 25px;
  }
  .rating__pagination {
    margin-left: auto;
    margin-right: auto;
  }	
}
@media only screen and (max-width:350px) {
  .rating__bottom-show-label {
    font-size: 12px;
	}
}