/**
 * Theme Name:  Buro
 */
.Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.block {
  display: block;
  float: left;
}
.block100 {
  display: block;
  float: left;
  width: 100%;
}
.transition {
  transition: all 0.2s linear;
}
.rating-results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 1px solid #DCDEE1;
  border-radius: 8px;
  padding: 50px 42px;
  margin: 30px 0;
}
.rating-results-total {
  width: 160px;
  text-align: right;
}
.rating-results-total .total-value {
  font-size: 49px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.rating-results-list {
  max-width: 468px;
}
.rating-results-item {
  display: block;
  float: left;
  margin-bottom: 32px;
}
.rating-results-item:last-child {
  margin-bottom: 0;
}
.rating-results-item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.rating-results-item-info ._title {
  width: auto;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.rating-results-item-info ._value {
  width: auto;
  font-size: 16px;
  color: #8E8E8E;
}
.rating-results-item-progress {
  height: 8px;
  background: #EBEBEB;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.rating-results-item-progress .line {
  height: 8px;
  border-radius: 4px;
  background: #0D84FB;
  position: absolute;
  left: 0;
  top: 0;
}
.set-rating-block {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.set-rating-block .set-rating-item {
  display: block;
  float: left;
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
.set-rating-block .set-rating-item:last-child {
  margin-bottom: 0;
}
.set-rating-block .set-rating-item ._title {
  display: block;
  float: left;
  width: 227px;
}
.set-rating-block .rating-value {
  width: auto;
  float: right;
}
.rating-stars {
  width: 160px;
  display: block;
  float: left;
  display: -ms-flexbox;
  display: flex;
}
.rating-stars .star {
  width: 32px;
  height: 22px;
  position: relative;
}
.rating-stars .star:hover {
  cursor: pointer;
}
.rating-stars .star:hover * {
  cursor: pointer;
}
.rating-stars .star:before,
.rating-stars .star:after {
  position: absolute;
  content: '';
  left: 5px;
  top: 0;
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rating-stars .star:before {
  background-image: url(../img/rating-star.svg);
}
.rating-stars .star:after {
  background-image: url(../img/rating-star-active.svg);
  display: none;
}
.rating-stars .star.filled:after,
.rating-stars .star.selected:after {
  display: block;
}
.dark .features-item,
.dark .rating-results,
.dark .set-rating-block .set-rating-item {
  border-color: #3C3C3C;
}
.dark .rating-stars .star:before {
  background-image: url(../img/rating-star-dark.svg);
}
@media screen and (max-width: 1230px) and (min-width: 1001px) {
  .with-sidebar .rating-results {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 760px) {
  .rating-results {
    padding: 35px 28px;
  }
}
@media screen and (max-width: 590px) {
  .set-rating-block .set-rating-item ._title {
    width: 185px;
  }
}
@media screen and (max-width: 480px) {
  .rating-results {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .rating-results-total {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  .rating-results-total .subtitle {
    margin-bottom: 0;
  }
  .set-rating-block .rating-value {
    display: none;
  }
  .set-rating-block .set-rating-item ._title {
    padding-right: 20px;
    width: auto;
  }
  .rating-results {
    padding: 35px 20px;
  }
  .rating-results-item {
    margin-bottom: 25px;
  }
  .set-rating-block .set-rating-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
