@charset "UTF-8";
.lpc-site-footer-2 .lp-header-title-1, .lpc-site-footer-2 .lp-header-title-2, .lpc-site-footer-2 .lp-header-title-3, .lpc-site-footer-2 .lp-header-title-4, .lpc-site-footer-2 .lp-header-title-5, .lpc-site-footer-2 .lp-header-title-6 {
  color: var(--text-color-base-header);
}
.lpc-site-up-btn .splide__arrow__bg {
  background: var(--lpc_site_bg);
}
.lpc-wrap .lp-header-title-1 {
  font-size: clamp(40px, 5.5vw, 72px);
}
.lpc-wrap .lp-header-title-2 {
  font-size: clamp(30px, 4vw, 48px);
}
.lpc-wrap .lp-header-title-3 {
  font-size: clamp(23px, 3vw, 36px);
}
.lpc-wrap .lp-header-title-4 {
  font-size: clamp(18px, 2.4vw, 24px);
}
.lpc-wrap .lp-header-title-5 {
  font-size: clamp(16px, 2.1vw, 22px);
}
.lpc-wrap .lp-header-title-6 {
  font-size: clamp(16px, 1.9vw, 18px);
}
/*.lpc-wrap  .menu-top > li a {
	font-size: clamp(16px, 2.1vw, 22px);
}
*/
.lpc-site-header .menu-top li a {
  padding: 0.5em 1em;
}
.lpc-promotions-new__characteristics {
  max-width: 800px;
}
.lpc-site-footer-2__main-inner {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .lpc-site-footer-2__main-inner {
    padding: 40px 0;
  }
}
/*аНИМАЦИЯ*/
.js-anim-ready {
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease-out;
  will-change: transform, opacity;
}
/* Специфичные трансформации для каждого эффекта */
.fx-up {
  transform: translateY(50px);
}
.fx-right {
  transform: translateX(-50px);
}
.fx-left {
  transform: translateX(50px);
}
.fx-zoom {
  transform: scale(0.7);
}
/* Класс, который активирует появление */
.js-anim-ready.fx-active {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1) !important;
}
/*аНИМАЦИЯ*/
.lpc-features-4__wrap-box {
  overflow: hidden;
}
body .g-form-field__title {
  color: inherit;
}
body .g-form-field__title label {
  color: inherit;
}
@media (min-width: 1261px) {
  .lpc-site-header__center {
    display: flex;
    align-items: center;
  }
  .lpc-site-header__nav {
    flex: 1 0 1%;
    margin-right: 24px;
  }
}
@media (min-width: 640px) and (max-width: 1200px) {
  .lpc-site-header__center {
    display: flex;
  }
  .lpc-site-header__nav {
    display: none;
  }
}
.lpc-site-header__search {
  flex: none;
  margin-left: auto;
  width: 200px;
  position: relative;
}
.lpc-burger .lpc-site-header__search {
  width: auto;
  margin: 16px 16px 0;
}
.lpc-site-header__search-button {
  position: absolute;
  top: 12px;
  right: 8px;
  bottom: 12px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2300a0fa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m21 21-4.343-4.343m0 0A8 8 0 1 0 5.345 5.344a8 8 0 0 0 11.312 11.313'/%3E%3C/svg%3E");
  background-size: cover;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
