@charset "UTF-8";
body .lpc-container-type-2 {
  background-color: #f3f5f5;
}
body .lpc-container-type-2 .lp-block-bg_item {
  border-radius: inherit;
}
body .lpc-container-type-2 .lp-header-title-1, body .lpc-container-type-2 .lp-header-title-2, body .lpc-container-type-2 .lp-header-title-3, body .lpc-container-type-2 .lp-header-title-4, body .lpc-container-type-2 .lp-header-title-5, body .lpc-container-type-2 .lp-header-title-6, body .lpc-container-type-2 .lp-header-text-1, body .lpc-container-type-2 .lp-header-text-2, body .lpc-container-type-2 .lp-header-text-3, body .lpc-container-type-2 .lp-header-text-4 {
  color: #222222;
}
body .lpc-container-type-2 .lpc-card--type-1 .lp-header-title-1, body .lpc-container-type-2 .lpc-card--type-1 .lp-header-title-2, body .lpc-container-type-2 .lpc-card--type-1 .lp-header-title-3, body .lpc-container-type-2 .lpc-card--type-1 .lp-header-title-4, body .lpc-container-type-2 .lpc-card--type-1 .lp-header-title-5, body .lpc-container-type-2 .lpc-card--type-1 .lp-header-title-6, body .lpc-container-type-2 .lpc-card--type-1 .lp-header-text-1, body .lpc-container-type-2 .lpc-card--type-1 .lp-header-text-2, body .lpc-container-type-2 .lpc-card--type-1 .lp-header-text-3, body .lpc-container-type-2 .lpc-card--type-1 .lp-header-text-4 {
  color: inherit;
}
/*body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-title-1,
body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-title-2,
body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-title-3,
body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-title-4,
body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-title-5,
body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-title-6,
body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-text-1,
body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-text-2,
body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-text-3,
body .lpc-container-type-2:not(:has(.lpc-card--type-1)) .lp-header-text-4 {
	color: #222222;
}

body .lp-header-title-1:not(.lpc-card--type-1 *),
body .lp-header-title-2:not(.lpc-card--type-1 *),
body .lp-header-title-3:not(.lpc-card--type-1 *),
body .lp-header-title-4:not(.lpc-card--type-1 *),
body .lp-header-title-5:not(.lpc-card--type-1 *),
body .lp-header-title-6:not(.lpc-card--type-1 *),
body .lp-header-text-1:not(.lpc-card--type-1 *),
body .lp-header-text-2:not(.lpc-card--type-1 *),
body .lp-header-text-3:not(.lpc-card--type-1 *),
body .lp-header-text-4:not(.lpc-card--type-1 *) {
	color: #222222;
}*/
body .lpc-block .lpc-card--type-1 .lpc-image-type-1 {
  border-radius: 24px;
}
body .lpc-block .lpc-container-type-2 .lpc-image-type-1 {
  border-radius: 24px;
}
/* Стилизация основного скроллбара */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Стилизация трека (фон скроллбара) */
::-webkit-scrollbar-track {
  background: rgba(var(--color-ircpqu9s7), 0.8);
  border-radius: 0;
}
/* Стилизация ползунка (бегунка) */
::-webkit-scrollbar-thumb {
  background: rgba(var(--color-iz04esqew), 1);
  border-radius: 0;
}
/* Стилизация ползунка при наведении */
::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--color-iz04esqew), 1);
}
body .lpc-button--type-1 {
  transition-property: all;
  transition-duration: 900ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  transition-behavior: normal;
}
body .lpc-button--type-1:hover {
  transform: scale3d(0.98, 0.98, 1);
}
