@import "header_appearance.css";
@import "catalog_appearance.css";
@import "search_appearance.css";
@import "info_appearance.css";
@import "howto_appearance.css";
@import "reviews_appearance.css";
@import "quick_appearance.css";
@import "tags_appearance.css";
@import "prices_appearance.css";
@import "faq_appearance.css";
@import "blog_appearance.css";
@import "footer_appearance.css";
@import "popup_appearance.css";
@import "kindergarten_appearance.css";
@import "404_appearance.css";
@import "admin_appearance.css";

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;

  line-height: normal;
}

h2 {
  font-size: 20px;
  font-weight: 600;

  line-height: 24px;

  text-align: center;
}

.bg-main-green {
  background-color: #39a784;
}

.full-star {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6587 2.67866C11.2118 1.57412 12.7882 1.57412 13.3413 2.67866L15.708 7.40536L20.9584 8.16189C22.1949 8.34006 22.6845 9.86327 21.7833 10.7285L18 14.3612L18.8972 19.5182C19.1099 20.7408 17.8307 21.6782 16.729 21.107L12 18.6554L7.27095 21.107C6.16927 21.6782 4.89007 20.7408 5.10277 19.5182L6 14.3612L2.21667 10.7285C1.31551 9.86328 1.8051 8.34006 3.04164 8.16189L8.292 7.40536L10.6587 2.67866Z' fill='%23FFCD0F'/%3E%3C/svg%3E") no-repeat;
}

.empty-star {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6587 2.67866C11.2118 1.57412 12.7882 1.57412 13.3413 2.67866L15.708 7.40536L20.9584 8.16189C22.1949 8.34006 22.6845 9.86327 21.7833 10.7285L18 14.3612L18.8972 19.5182C19.1099 20.7408 17.8307 21.6782 16.729 21.107L12 18.6554L7.27095 21.107C6.16927 21.6782 4.89007 20.7408 5.10277 19.5182L6 14.3612L2.21667 10.7285C1.31551 9.86328 1.8051 8.34006 3.04164 8.16189L8.292 7.40536L10.6587 2.67866Z' fill='%23E9E9E9'/%3E%3C/svg%3E") no-repeat;
}
