@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato Regular") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato Medium") format("truetype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato Semibold") format("truetype");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato Bold") format("truetype");
  font-display: swap;
  font-weight: 700;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus {
  color: #DFB557;
}

.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-item .rating {
  margin-right: 0;
  position: relative;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 220, 115, 0.6705882353);
}

.rating-item .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  color: #efc529;
  margin-right: 20px;
}

.rating-item .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  width: 80%;
  color: #efc529;
}

.rating-item p {
  font-size: 14px;
}

.img_full img {
  width: 100%;
  height: auto;
}

.img-center img {
  margin-left: auto;
  margin-right: auto;
}

.h-logo {
  height: calc(100% + 45px);
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 15px 15px;
  padding: 12px;
}
.h-logo img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-width: 767px) {
  .h-logo {
    height: calc(100% + 10px);
  }
}