@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --main-font: "Playfair Display", serif;
}
body * {
  font-family: var(--main-font) !important;
}
@media (min-width: 992px) {
  body .lpc-block .lp-header-title-5 {
    font-size: 22px;
  }
}
body [data-media-source="media-xl"] .lpc-shop-lot__item.four_columns .lpc-shop-lot__product-anonce {
  display: none;
}
body .block-folders li a .img-folder span img {
  object-fit: contain;
}
body .tpl-field.type-checkbox div .checkbox {
  position: relative;
  min-height: 22px;
  max-width: calc(100% - 22px - 8px);
}
body .tpl-field.type-checkbox div .checkbox:before {
  position: absolute;
  top: 0;
  left: -34px;
  width: 22px;
  height: 22px;
  content: "";
  margin: 0 8px 0 0;
  border: 1px solid var(--text-color-a-03);
  transition: all 0.15s;
  border-radius: 4px;
  box-sizing: border-box;
}
body .tpl-field.type-checkbox div input[type=checkbox] {
  width: 22px;
  height: 22px;
  padding: 0;
  opacity: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
}
body .tpl-field.type-checkbox div label:hover .checkbox:before {
  border-color: var(--primary-color-base);
  background: var(--primary-color-a-01);
}
body .tpl-field .type-checkbox label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}
body .tpl-field.type-checkbox div label:hover input[type=checkbox]:checked + .checkbox:before {
  content: "";
  text-align: center;
  line-height: 22px;
  font-size: 8px;
  font-family: icomoon;
  text-align: center;
  color: var(--on_gr_primary_icon);
  background: var(--primary-color-base);
  border-color: var(--primary-color-base);
}
body .tpl-field.type-checkbox div input[type=checkbox]:checked + .checkbox:before {
  content: "";
  text-align: center;
  line-height: 22px;
  font-size: 8px;
  font-family: icomoon;
  text-align: center;
  color: var(--on_gr_primary_icon);
  background: var(--primary-color-base);
  border-color: var(--primary-color-base);
}
body .form-item__personal_data {
  margin-top: -20px !important;
}
body #_lp_block_326539509[data-block-layout="348906"] .lpc-features-2__item-subtitle {
  font-size: 18px;
  line-height: normal;
}
