@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", "MontserratRegular", sans-serif;
}
.desk_none {
  display: none;
}
.remove_scrolling {
  height: 100%;
  overflow: hidden;
}
.container {
  max-width: 1048px;
  padding-inline: 10px;
  margin: 0px auto;
}

@media (max-width: 1000px) {
  .mb_none {
    display: none !important;
  }
  .desk_none {
    display: inherit;
  }
}

.rating .star,
.rating .star::before {
  content: " ";
  min-height: 18px;
  min-width: 16px;
  max-width: 100px;
  background-size: 20px;
  background-position-x: left;
  background-position-y: top;
  display: block;
  color: transparent;
}
.rating .star {
  width: 100px;
  background-image: url("../images/icons/star2.svg");
}

.rating .star::before {
  margin: 0;
  padding: 0;
  background-image: url("../images/icons/star.svg%3Fv=1.0.0");
}

.rating .star[data-rating="1"]::before {
  width: 20px;
}

.rating .star[data-rating="1.5"]::before {
  width: 30px;
}

.rating .star[data-rating="2"]::before {
  width: 40px;
}

.rating .star[data-rating="2.5"]::before {
  width: 50px;
}

.rating .star[data-rating="3"]::before {
  width: 60px;
}

.rating .star[data-rating="3.5"]::before {
  width: 70px;
}

.rating .star[data-rating="4"]::before {
  width: 80px;
}

.rating .star[data-rating="4.5"]::before {
  width: 90px;
}

.rating .star[data-rating="5"]::before {
  width: 100px;
}

.note-blue{background: #2E40DB}
.note-red{background: #EB1111}
.note-pink{background: #F62364}
.note-purple{background: #9F0C9F}
.note-indigo{background: #4B0082}
.note-cyan{background: #23B6B6}
.note-teal{background: #0A9B9B}
.note-green{background: #0B9A0B}
.note-lime{background: #13D913}
.note-yellow{background: #D3C62B}
.note-orange{background: #FF8500}
.note-brown{background: #891D1D}
.note-grey{background: #525252}