@charset "UTF-8";
/* 
   THEME.SCSS | ANTIQUARIAN EDITION "У ДЯДИ ГИЛЯЯ"
   Style Foundation: PT Serif & Montserrat
   Rules: No Border-Radius, No Shadows, 12px Letter-Spacing
*/
/* line 24, theme.scss */
* {
  border-radius: 0 !important;
  box-shadow: none !important; }

/* line 29, theme.scss */
body {
  background-color: #F4F1EA;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

/* line 38, theme.scss */
h1, h2, .section-title, .reviews__title, .reviews .heading {
  font-family: "PT Serif", serif;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-weight: normal;
  text-align: center;
  display: block;
  margin: 60px auto 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 800px; }

/* line 59, theme.scss */
.masonry-reviews-list {
  display: flex !important;
  flex-wrap: wrap !important;
  height: auto !important;
  position: relative !important;
  justify-content: center !important;
  gap: 20px !important;
  max-width: 1000px !important;
  margin: 0 auto !important; }

/* line 70, theme.scss */
.masonry-reviews-item {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: calc(50% - 15px) !important;
  transform: none !important;
  margin: 0 !important; }
  /* line 78, theme.scss */
  .masonry-reviews-item__content, .masonry-reviews-item .reviews-mobile-item {
    background: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid rgba(181, 161, 107, 0.4) !important;
    padding: 20px 25px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important; }

/* line 89, theme.scss */
.reviews__text {
  font-family: "PT Serif", serif !important;
  font-style: italic !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #222 !important;
  margin-bottom: 15px !important;
  text-align: justify !important; }
/* line 99, theme.scss */
.reviews__rating {
  margin-bottom: 10px !important; }
  /* line 101, theme.scss */
  .reviews__rating .reviews__rating-star.is-active {
    color: #B5A16B !important; }
/* line 104, theme.scss */
.reviews__name {
  font-family: "PT Serif", serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 12px !important;
  color: #333333 !important; }

/* line 116, theme.scss */
.description-content, .expert-description-style {
  font-family: "PT Serif", serif;
  line-height: 1.8;
  text-align: justify; }
  /* line 121, theme.scss */
  .description-content strong, .description-content b, .expert-description-style strong, .expert-description-style b {
    color: #B5A16B;
    font-weight: bold; }
  /* line 123, theme.scss */
  .description-content h4, .expert-description-style h4 {
    color: #B5A16B;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-left: 3px solid #B5A16B;
    padding-left: 20px;
    margin: 40px 0 20px; }

/* line 137, theme.scss */
.product-card__title {
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  text-align: center; }
/* line 144, theme.scss */
.product-card__price {
  color: #B5A16B;
  font-family: "PT Serif", serif; }

/* line 147, theme.scss */
.footer {
  background-color: #621D0E !important;
  color: #F4F1EA !important;
  border-top: 1px solid rgba(181, 161, 107, 0.3); }
  /* line 152, theme.scss */
  .footer .footer-block__title, .footer h4 {
    color: #B5A16B;
    text-transform: uppercase;
    letter-spacing: 4px; }
  /* line 158, theme.scss */
  .footer a {
    color: #F4F1EA; }
    /* line 158, theme.scss */
    .footer a:hover {
      color: #B5A16B; }

@media screen and (max-width: 767px) {
  /* line 165, theme.scss */
  h1, h2, .section-title, .reviews__title, .reviews .heading {
    letter-spacing: 6px;
    font-size: 18px; }

  /* line 166, theme.scss */
  .masonry-reviews-item {
    width: 100% !important; }

  /* line 167, theme.scss */
  .description-content {
    text-align: left; } }
