

/* Start:/local/templates/.default/static/css/home.css?167947090243494*/
:root {
  --lg_black: #000;
  --lg_red: #b12535;
  --lg_white: #fff;
  --lg_red--bright: #d72e4a;
  --lg_gray--dark: #7d858c;
  --lg_gray--light: #cfd2d3;

  --old-black: #000;
  --old-brown: #817554;
  --old-brown--bright: #b76f44;
  --font-druk: "DrukHalvar", sans-serif;
  --font-halvar-reg: "Halvar Breit Rg", sans-serif;
  --font-halvar-thin: "Halvar Breit Th", sans-serif;
  --font-helvetica: "Helvetica", sans-serif;
  --old-light: #f7f1ed;

  --old-red--dark: #b12535;
  --old-red--light: #d8afb8;
  --old-white: #fff;
}

body {
  background-color: var(--lg_black);
}

a {
  color: var(--lg_red);
}

a:hover {
  color: var(--lg_black);
  text-decoration: none;
}

header {
  width: 100%;
}

footer, main {
  position: relative;
  width: 100%;
}

main {
  background: #fff;
}

.lg_home .wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 40px;
  width: 100%;
}

.lg_values .wrapper, .lg_numbers .wrapper {
  max-width: 100%;
}

.lg_home {
  align-content: center;
  align-items: center;
  color: var(--lg_black);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.lg_home > .wrapper > h2 {
  color: var(--lg_gray--dark);
  display: inline-block;
  font-family: var(--font-druk);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.lg_home > .wrapper > h2:after {
  background-color: var(--lg_red);
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 500vw;
}

.lg_values .wrapper, .lg_numbers .wrapper {
  padding: 0;
}

.lg_values > .wrapper > h2, .lg_numbers > .wrapper > h2 {
  padding-left: 40px;
  padding-right: 0;
}

body.lg_menu__mobile--show .lg_main {
  margin-top: 54px;
  padding-top: 0;
}

.lg_home__half {
  flex-basis: 50%;
}

.lg_home__full {
  flex-basis: 100%;
}

.lg_home .btn-br {
  background-color: var(--lg_black);
  border: 2px solid var(--lg_black);
  border-radius: 0;
  color: var(--lg_white);
  font-family: var(--font-druk);
  font-weight: 600;
  height: auto;
  line-height: 1;
  min-width: 300px;
  padding: 20px 60px;
  width: auto;
}

.lg_home .btn-br:hover,
.lg_home .collection-categories .btn-br:hover {
  background-color: transparent;
  border: 2px solid var(--lg_white);
  color: var(--lg_white);
}

/* Brand */
.lg_home__brand {
  background-image: linear-gradient(90deg, var(--lg_red) 50%, var(--lg_white) 50%);
}

.lg_home__brand > .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  transform: translateZ(0);
}

.lg_home__heading {
  margin-left: auto;
}

.header-authorization .header-authorization__pannel {
  border: 2px solid var(--lg_black);
  box-shadow: none;
}

.lg_home__brand .lg_home__full {
  background-color: var(--lg_red);
  width: 100%;
}

.lg_home__logo {
  background-image: url("/local/templates/.default/static/css/../img/logo-luding_group.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(0);
  height: 48px;
  margin-right: 20px;
  transform-origin: left;
  transition: 0.15s;
  width: 132px;
}

body .lg_home__header .lg_home__logo {
  filter: invert(1) blur(10px);
  margin-right: 0;
  transform: scaleX(0) translateY(80px);
  width: 0;
}

body.lg_home--sticky .lg_home__brand .lg_home__logo {
  filter: blur(10px);
  transform: scaleX(0) translateY(-80px);
}

body.lg_home--sticky .lg_home__header .lg_home__logo {
  filter: invert(1) blur(0);
  margin-right: 20px;
  transform: scaleX(1);
  width: 90px;
}

body .lg_home__header .head-pannel-right {
  order: 2;
  pointer-events: none;
  position: fixed;
  right: 50px;
  top: 10px;
  z-index: 12;
}

body.lg_home--sticky .lg_home__header .head-pannel-right {
  pointer-events: initial;
}

.lg_home--sticky .lg_home__menu .main-menu__item:last-child {
  margin-right: 145px;
  transition: 0.2s ease-in-out;
}

@media (min-width: 1211px) {

  body:not(.lg_home--sticky) .lg_home__header .head-pannel-right .wish-big,
  body:not(.lg_home--sticky) .lg_home__header .head-pannel-right .basket-min,
  body:not(.lg_home--sticky) .lg_home__header .head-pannel-right .header-authorization {
    transform: translateX(300px);
    transition: 0.3s ease-out;
  }

  body:not(.lg_home--sticky) .lg_home__header .head-pannel-right .wish-big {
    transition-delay: 0.1s;
  }

  body:not(.lg_home--sticky) .lg_home__header .head-pannel-right .basket-min {
    transition-delay: 0.05s;
  }

  body:not(.lg_home--sticky) .lg_home__header .head-pannel-right .header-authorization {
    transition-delay: 0.0s;
  }

  body.lg_home--sticky .lg_home__header .head-pannel-right .wish-big,
  body.lg_home--sticky .lg_home__header .head-pannel-right .basket-min,
  body.lg_home--sticky .lg_home__header .head-pannel-right .header-authorization {
    transform: translateX(0px);
    transition: 0.3s cubic-bezier(0, 0.25, 0, 1);
  }

  body.lg_home--sticky .lg_home__header .head-pannel-right .wish-big {
    transition-delay: 0.1s;
  }

  body.lg_home--sticky .lg_home__header .head-pannel-right .basket-min {
    transition-delay: 0.15s;
  }

  body.lg_home--sticky .lg_home__header .head-pannel-right .header-authorization {
    transition-delay: 0.2s;
  }

}

.lg_home__brand .lg_home__half {
  align-items: flex-end;
  background: var(--lg_red);
  color: var(--lg_black);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 576px;
  padding: 28px 64px 48px 0;
  word-spacing: 9999999px;
}

.lg_home__brand .lg_home__half:first-child {
  flex-basis: 45%;
}

.lg_home__brand .lg_home__half:last-child {
  align-items: flex-start;
  background: var(--lg_white);
  flex-basis: calc(100% - 45%);
  padding: 28px 0 48px 64px;
}

.lg_home__brand .lg_home__logo {
  height: 60px;
  margin-right: auto;
}

.lg_home__brand .lg_home__logo, .lg_home__heading {
  margin-bottom: -32px;
}

html body:not(.lg_home--sticky) .lg_home_page .sub-ul {
  left: 580px;
}

html body.lg_home--sticky .lg_home_page .sub-ul {
  left: 480px;
}

@media (max-width: 1210px) {
  .lg_values .wrapper, .lg_numbers .wrapper {
    padding: 0 20px;
  }
}

.lg_home__slogan,
.lg_home__brand .lg_home__half:last-child .lg_home__slogan {
  font-family: var(--font-druk);
  font-size: 180px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700;
  line-height: 0.85;
  margin-top: 0;
  text-align: right;
  text-transform: uppercase;
  transform: translateZ(0);
}

.lg_home__sub-slogan {
  font-family: var(--font-druk);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 92px;
  text-align: right;
}

.lg_home__brand .lg_home__half:last-child .lg_home__slogan {
  line-height: 0.89;
  margin-bottom: -8px;
  text-align: left;
}

.lg_brand__image {
  background-image: url("/local/templates/.default/static/css/../img/home/brand-image.png");
  background-position-x: center;
  background-position-y: 33%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  width: 100%;
}

.lg_home__facts {
  padding: 20px 0;
}

.lg_home__facts ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
}

.lg_home__facts ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 200px;
}

.lg_home__facts ul li p:first-child {
  color: var(--lg_black);
  font-family: var(--font-druk);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 81px;
}

.lg_home__facts ul li p {
  color: var(--lg_gray--black);
  font-family: var(--font-druk);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.lg_home__facts + div {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}

.lg_home .header-authorization .header-authorization__icon {
  background: rgba(0 0 0 / 6%);
  color: var(--lg_red);
  font-family: var(--font-halvar-thin);
  font-weight: 100;
}

.lg_home .lg_home__menu .header-authorization .header-authorization__icon {
  background-color: #fff;
}

/* Catalog */
.lg_catalog .collection-categories__item {
  background: #fff;
  border-radius: 0;
}

.lg_home.lg_catalog .collection-categories__list div:first-child div:first-child {
  border-radius: 10px 0 0 0;
}

.lg_home.lg_catalog .collection-categories__list div:first-child div:last-child {
  border-radius: 0 0 0 10px;
}

.lg_home.lg_catalog .collection-categories__list div:last-child div:first-child {
  border-radius: 0 10px 0 0;
}

.lg_home.lg_catalog .collection-categories__list div:last-child div:last-child {
  border-radius: 0 0 10px 0;
}

.lg_catalog .collection-categories__list-wrapper .collection-categories__item {
  margin-bottom: 20px;
}

.lg_catalog .collection-categories__list-wrapper,
.lg_catalog .collection-categories__item--middle {
  margin-right: 20px;
}

.lg_catalog .collection-categories__item--middle {
  height: 540px;
  justify-content: center;
}

.lg_catalog .collection-categories__img-frame {
  max-width: 180px;
}

.lg_catalog .collection-categories__title {
  color: var(--lg_red);
  font-family: var(--font-druk);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
}

.lg_catalog .collection-categories__title:hover {
  color: var(--lg_black);
}

.lg_catalog .collection-categories__link {
  color: var(--lg_gray--dark);
  font-family: var(--font-helvetica);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.lg_catalog .collection-categories__slider .slick-arrow {
  filter: brightness(0);
}

/* Mission */
.lg_mission > .wrapper {
  align-content: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-bottom: 120px;
  padding-top: 40px;
}
.lg_mission__logo {
  background-image: url("/local/templates/.default/static/css/../img/logo-luding_group--narrow.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 430px;
  margin-left: 8%;
  margin-right: 8%;
  padding: 20px;
  width: 777px;
}

.lg_mission__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 750px;
  width: 100%;
}

.lg_mission__list li {
  display: block;
  margin-bottom: 20px;
}

.lg_mission__list li h2 {
  font-family: var(--font-druk);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 83.4%;
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
}

.lg_mission__list li h2:before {
  background: var(--lg_red);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.lg_mission__list li p {
  font-family: var(--font-druk);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-left: auto;
  max-width: 540px;
}

/* Values */
section.lg_home.lg_values section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
}

section.lg_home.lg_values section article {
  align-content: space-between;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: sticky;
  top: 0;
}

section.lg_home.lg_values section article div {
  display: flex;
  flex-basis: 50%;
}

section.lg_home.lg_values section article div img {
  height: 100%;
  max-height: 680px;
  object-fit: cover;
  width: 100%;
}

section.lg_home.lg_values section article div:first-child {
  align-items: center;
  background-color: var(--lg_white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

section.lg_home.lg_values section article div:first-child p {
  display: block;
  margin-left: 20%;
  margin-right: auto;
  max-width: 440px;
  text-align: left;
  width: 100%;
}

section.lg_home.lg_values section article div:first-child p:nth-child(1) {
  color: var(--lg_red);
  font-family: var(--font-druk);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 81px;
}

section.lg_home.lg_values section article div:first-child p:nth-child(2) {
  font-family: var(--font-druk);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

section.lg_home.lg_values section article div:first-child p:nth-child(3) {
  font-family: var(--font-druk);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}

section.lg_home.lg_values section article div:first-child p:nth-child(2):after {
  background: var(--lg_black);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

section.lg_home.lg_values section article:nth-child(2n) div:first-child {
  order: 1;
}

section.lg_home.lg_values section article:nth-child(2n) div:first-child p {
  margin-left: auto;
  margin-right: 20%;
}

/* Numbers */
.lg_numbers__map {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 700px;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.lg_numbers__map img {
  display: block;
  left: 50%;
  margin: 0 auto;
  max-height: 630px;
  max-width: 1140px;
  object-fit: contain;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}

.lg_numbers__map p {
  z-index: 1;
}

.lg_numbers__map p:nth-child(2) {
  font-family: var(--font-druk);
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 0.8;
  margin-left: auto;
  max-width: 600px;
}

.lg_numbers__map p:nth-child(3) {
  font-family: var(--font-druk);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px;
  margin-top: auto;
}

.lg_numbers__map p:nth-child(4) {
  font-family: var(--font-druk);
  font-size: 140px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.8;
  max-width: 610px;
}

.lg_numbers__map p:nth-child(4) span {
  font-size: 160px;
}

.lg_numbers__facts {
  align-content: space-between;
  display: grid;
  grid-template-columns: 480px auto;
  height: 640px;
  justify-content: space-between;
  margin: 160px auto 100px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.lg_numbers__facts:before {
  background-image: url("/local/templates/.default/static/css/../img/home/numbers_cross.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 500px;
  content: "";
  height: 100px;
  left: 50%;
  position: absolute;
  top: calc(50% + 20px);
  transform: translate(-50%, -50%);
  width: 110px;
}

.lg_numbers__facts > div > i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100px;
  margin-bottom: 8px;
  width: 100px;
}

.lg_numbers__facts > div:nth-child(1) i {
  background-image: url("/local/templates/.default/static/css/../img/home/numbers_icon_1.svg")
}

.lg_numbers__facts > div:nth-child(2) i {
  background-image: url("/local/templates/.default/static/css/../img/home/numbers_icon_2.svg")
}

.lg_numbers__facts > div:nth-child(3) i {
  background-image: url("/local/templates/.default/static/css/../img/home/numbers_icon_3.svg")
}

.lg_numbers__facts > div:nth-child(4) i {
  background-image: url("/local/templates/.default/static/css/../img/home/numbers_icon_4.svg")
}

.lg_numbers__facts > div > p:nth-child(2) {
  color: var(--lg_red);
  font-family: var(--font-druk);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8;
  min-height: 82px;
}

.lg_numbers__facts > div > p:nth-child(3) {
  font-family: var(--font-druk);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  max-width: 450px;
}

.lg_numbers__slider {
  height: 880px;
  margin-bottom: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.lg_numbers__slider .lg_numbers__slide {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 880px;
  justify-content: space-between;
  position: relative;
}

.lg_numbers__slider .lg_numbers__slide img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.lg_numbers__slider .lg_numbers__slide p:nth-child(2) {
  align-items: flex-end;
  color: var(--lg_white);
  display: flex;
  font-family: var(--font-druk);
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 46px;
  margin-left: auto;
  margin-right: 60px;
  margin-top: 60px;
  max-width: 420px;
}

.lg_numbers__slider .lg_numbers__slide p:nth-child(3) {
  align-items: center;
  color: var(--lg_white);
  display: flex;
  font-family: var(--font-druk);
  font-size: 140px;
  font-style: normal;
  font-weight: 600;
  line-height: 112px;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: auto;
  max-width: 340px;
}

/* Shine */
.lg_shine__content {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  padding: 80px 0;
}

.lg_shine__content article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 570px;
}

.lg_shine__content article i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 65px;
  width: 65px;
}

.lg_shine__content article:nth-child(1) i {
  background-image: url("/local/templates/.default/static/css/../img/home/shine_icon_1.svg");
}

.lg_shine__content article:nth-child(2) i {
  background-image: url("/local/templates/.default/static/css/../img/home/shine_icon_2.svg");
}

.lg_shine__content article:nth-child(3) i {
  background-image: url("/local/templates/.default/static/css/../img/home/shine_icon_3.svg");
}

.lg_shine__content article h3 {
  color: var(--lg_red);
  font-family: var(--font-druk);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.lg_shine__content article p {
  font-family: var(--font-druk);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 20px;
}

/* Recommend */
.lg_recommend section {
  background: #b12535;
  margin-bottom: 60px;
  margin-top: 10px;
  padding-bottom: 60px;
  width: 100%;
}

.lg_recommend {
  max-width: 100vw;
  overflow: hidden;
}

.lg_recommend section .product-new-slider {
  margin: 0 auto;
  max-width: 1215px;
}

.lg_recommend section .product-new-slider .slick-arrow {
  filter: brightness(0);
  height: 55px;
  width: 27px;
}

.lg_recommend .product-new-slider .slick-arrow.slick-prev {
  left: -90px;
}

.lg_recommend .product-new-slider .slick-arrow.slick-next {
  right: -90px;
}

.lg_recommend section .product-new-slider .slick-dots button {
  aspect-ratio: 1;
  background-color: #cfd2d3;
  height: 12px;
  width: 12px;
}

.lg_recommend section .product-new-slider .slick-dots li {
  margin-right: 12px;
}

.lg_recommend section .product-new-slider .slick-dots li.slick-active button {
  background-color: black;
}

.lg_recommend section .s-product-new__bottom {
  display: none;
}

.lg_recommend section .product-term {
  border-radius: 0;
}

.lg_recommend section .btn-add_cart {
  border-radius: 20px;
}

.lg_recommend section .product-term .product-term__price, .lg_recommend section .product-term .product-term__feature {
  color: var(--lg_black);
  font-family: var(--font-druk);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.lg_recommend section .product-term .product-term__tlink, .lg_recommend section .product-quant .product-quant__input, .lg_recommend section .product-term__reservation {
  color: var(--lg_red);
  font-family: var(--font-druk);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
}

.lg_recommend section .product-term__reservation {
  font-size: 20px;
}

.lg_recommend section .product-term .product-term__tlink {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

.lg_recommend section .additional {
  background: var(--lg_black);
  color: var(--lg_white);
}

.lg_recommend section .additional__text, .lg_recommend section .additional__text > a {
  color: var(--lg_white);
}

.lg_recommend section .product-new-slider .slick-slide {
  min-width: 305px;
}

.lg_recommend .label-new {
  border-color: var(--lg_red);
  color: var(--lg_red);
}

.lg_recommend .product-code {
  color: var(--lg_red);
}

.lg_recommend .product-term:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 970px) {
  .lg_recommend .additional__item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
  }
  .lg_recommend .additional__item span {
    display: block;
    font-size: 12px;
    width: 100%;
  }
  .lg_recommend .additional__item span:nth-child(1) {
    font-weight: 500;
  }
  .lg_recommend .additional__item span:nth-child(2) {
    font-weight: 100;
  }
  .lg_recommend section .additional {
    background: transparent;
    color: var(--lg_black);
    margin-top: 10px;
    padding: 0;
  }
  .lg_recommend section .additional__text, .lg_recommend section .additional__text > a {
    color: var(--lg_black);
    font-size: 11px;
  }
  .lg_recommend .additional__text > a {
    max-width: initial;
  }
}

/* Events  */
section.lg_home.lg_events {
  overflow: hidden;
}
.lg_events__slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.lg_events__slider .lg_events__slide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: initial;
  padding-right: 40px;
}

.lg_events__image {
  background-size: cover;
  height: 500px;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}

.lg_events__title {
  color: #b12636;
  display: block;
  font-family: var(--font-druk);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  min-height: 52px;
}

.lg_events__description {
  color: var(--lg_gray--dark);
  font-family: var(--font-druk);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
  margin-top: 25px;
  max-height: 210px;
  overflow: hidden;
}

.lg_events__slider + a {
  color: var(--lg_gray--dark);
  display: block;
  font-family: var(--font-druk);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0 50px;
  text-align: center;
  width: 100%;
}

.lg_events__slider + a:hover {
  color: var(--lg_black);
}

/* Brands  */
section.lg_brands__slogans {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 145px;
  overflow: hidden;
  width: 100%;
}

section.lg_brands__slogans > div {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

section.lg_brands__slogans > div:first-child {
  margin-bottom: -20px;
}

section.lg_brands__slogans > div:last-child {
  background: var(--lg_red);
  margin-top: 0;
  z-index: 1;
}

section.lg_brands__slogans > div p {
  font-family: var(--font-druk);
  font-size: 130px;
  font-style: normal;
  font-weight: 600;
  line-height: 140px;
  text-align: center;
  transform: translateX(0);
  white-space: nowrap;
}

section.lg_brands__slogans > div:nth-child(1) p {
  animation: 38s linear 0s infinite normal brandsTicker;
}

section.lg_brands__slogans > div:nth-child(2) p {
  animation: 20s linear 0s infinite reverse brandsTicker;
}

section.lg_brands__slogans > div:nth-child(3) p {
  animation: 28s linear 0s infinite normal brandsTicker;
  font-size: 120px;
  line-height: 110px;
}

@keyframes brandsTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

section.lg_brands__slogans > div p span {
  font-family: var(--font-druk);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0 40px 0 50px;
}

.lg_brands .slick-dots {
  display: none !important;
}

.our-brands__item {
  position: relative;
}

.our-brands__img {
  position: relative;
}

.our-brands__img, .our-brands__img-back {
  max-height: 350px;
  object-fit: contain;
  width: 100%;
}

.our-brands__img-back {
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.4s ease-in-out;
}

.our-brands__item:hover .our-brands__img-back {
  opacity: 0;
}

.our-brands__slider {
  margin: 0 -20px;
}

.our-brands__slider .slick-arrow {
  background-color: transparent;
  background-image: url("/local/templates/.default/static/css/../img/home/icon-arrow--left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 3;
}

.our-brands__slider.slick-initialized.slick-slider {
  position: relative;
}

.our-brands__slider .slick-prev {
  left: 0;
  right: auto;
}

.our-brands__slider .slick-next {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

.our-brands__slider .slick-slide > div {
  display: flex;
  justify-content: center;
}

/* History */
.lg_history__group {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 120px;
  padding-top: 0;
  position: relative;
  width: 100%;
  zoom: 90%;
}
.lg_history__group-mobile {
  display: none;
}
.lg_history__group:before {
  background: linear-gradient(0deg, transparent, white 200px);
  content: "";
  display: block;
  height: 300px;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
}
.lg_history section {
  margin: 0;
}
.lg_history__rail {
  height: 1240px;
  margin-bottom: 0;
  padding-top: 162px;
}

.lg_history__rail--second {
  height: 6051px;
}

.lg_history__number {
  font-family: var(--font-druk);
  font-size: 500px;
  font-style: normal;
  font-weight: 600;
  height: 328px;
  line-height: 328px;
  position: sticky;
  top: calc(50% + 40px);
  transform: translateY(-50%);
}

.lg_history__numbers {
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.lg_history__facts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.lg_history__images {
  display: none;
  position: absolute;
  right: 0;
  top: 200px;
}

/* Partners */
.lg_partners {
  margin-bottom: 80px;
  overflow: hidden;
  padding-top: 120px;
}

section.lg_partners__tabs {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0 10px;
}

a.lg_partners__tab {
  border: 0;
  border-bottom: 1px solid #adadad;
  color: #adadad;
  flex-grow: 1;
  font-family: var(--font-druk);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 100px;
  max-width: 33.3%;
  min-width: 320px;
  padding: 10px 10px 30px;
  text-align: center;
  text-transform: uppercase;
}

a.lg_partners__tab[data-tab-active="true"] {
  border-color: #7d858c;
  color: #7d858c;
}

a.lg_partners__tab:hover {
  border-color: var(--lg_red);
  color: var(--lg_red);
}

.lg_partners .slick-dots {
  display: none !important;
}

.lg_partners__slider {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: 0s;
}
.lg_partners__slider[data-tab-active="true"] {
  display: block;
  opacity: 1;
  pointer-events: initial;
  position: relative;
  transition: 0.25s;
}

.lg_home.lg_brands > .wrapper > h2 {
  margin-bottom: 90px;
}

.our-brands__slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
  max-height: 350px;
  max-width: 100vw;
  overflow: hidden;
}

.our-brands__slider .our-brands__item {
  display: block;
}

.our-brands__slider .slick-list.draggable {
  max-width: calc(100% - 120px);
  width: 100%;
}

.our-brands__slider .slick-track {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  min-width: 100%;
}

/* Contacts */
.lg_contacts {
  background-color: var(--lg_red);
}

.lg_home.lg_contacts > .wrapper > h2 {
  color: var(--lg_black);
  font-weight: 700;
}

.lg_contacts .wrapper {
  padding-bottom: 50px;
  padding-top: 40px;
}

.lg_contacts > .wrapper > section {
  display: flex;
}

.lg_contacts > .wrapper > section > div:first-child {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-right: 80px;
}

@media (min-width: 1100px) {
  .lg_contacts > .wrapper > section > div:last-child {
    margin-left: auto;
    margin-top: -90px;
  }
}

.lg_contacts > .wrapper > section > div p {
  font-family: var(--font-druk);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  margin-top: 30px;
}

.lg_contacts > .wrapper > section > div p b {
  font-weight: 500;
}

.lg_contacts > .wrapper > section > div a {
  color: var(--lg_black)
}

@media (min-width: 1211px) and (max-width: 1440px) {
  body header .lg_home__menu .lg_home__logo,
  body.lg_home--sticky .lg_home__header .lg_home__logo {
    margin-right: 10px;
    width: 80px;
  }
  .lg_home__menu a.main-menu__link {
    padding: 0 12px;
  }
  body:not(.lg_home--sticky) .lg_home__header .lg_home__logo {
    width: 0;
  }
}

@media (max-width: 1460px) {
  .lg_home__brand .lg_home__half:last-child .lg_home__slogan, .lg_home__brand .lg_home__logo, .lg_home__heading {
    margin-bottom: 0;
  }
  .lg_mission__logo {
    margin-left: 0;
    margin-right: auto;
  }
  .lg_numbers__facts {
    height: 540px;
    margin: 120px auto 60px;
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg_numbers__facts:before {
    left: calc(50% - 30px);
  }
  .lg_numbers__facts > div > p:nth-child(2) {
    font-size: 56px;
    min-height: 70px;
  }
  .lg_numbers__facts > div > p:nth-child(3) {
    font-size: 19px;
  }
  section.lg_brands__slogans > div:last-child {
    margin-top: 0;
  }
  a.lg_partners__tab {
    font-size: 16px;
    margin-top: 60px;
    max-width: 100%;
    padding: 10px 10px 20px;
  }
  .lg_events__title {
    font-size: 32px;
  }
  .lg_events__description {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .lg_events__slider + a {
    font-size: 18px;
  }
  .lg_events__image {
    height: 330px;
  }
  .lg_home__brand .lg_home__half:first-child {
    flex-basis: 45%;
  }

  .lg_home__brand .lg_home__half:last-child {
    flex-basis: 55%;
  }

  .lg_history__group {
    zoom: 70%;
  }

  .lg_history__group:before {
    background: linear-gradient(0deg, transparent, white 300px);
    height: 400px;
  }
}

@media (max-width: 1280px) {
  body .lg_catalog .collection-categories__title {
    font-size: 21px;
    line-height: 1;
  }
}

@media (max-width: 1210px) {
  body .lg_catalog .collection-categories__title {
    font-size: 18px;
  }
  body.lg_home--sticky .lg_home__header .lg_home__logo {
    width: 85px;
  }

  .lg_home__brand > .wrapper {
    justify-content: center;
  }

  .lg_home__brand .lg_home__half {
    flex-basis: calc(100% + 40px);
    margin: 0 -20px;
    min-height: 320px;
    padding: 20px 20px 20px 0;
    width: calc(100% + 40px);
  }

  .lg_home__brand .lg_home__half:last-child {
    padding: 20px 0 20px 20px;
  }

  .lg_home__slogan, .lg_home__brand .lg_home__half:last-child .lg_home__slogan {
    font-size: 80px;
  }

  .lg_home__brand .lg_home__half {
    margin: 0;
    min-width: auto;
  }

  .lg_home__sub-slogan {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 9px;
  }

  .lg_brand__image {
    height: 300px;
  }

  .lg_home__facts ul {
    flex-direction: column;
  }

  .lg_home__facts ul li {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .lg_mission > .wrapper {
    flex-direction: column;
    max-width: 100vw;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .lg_mission__logo {
    margin-bottom: 40px;
    max-height: 200px;
  }

  .lg_mission__list li h2 {
    font-size: 42px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .lg_mission__list li p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  section.lg_home.lg_values section article {
    background: var(--lg_white);
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 -20px 40px -20px;
    padding: 40px 20px 0;
  }

  section.lg_home.lg_values section article div:first-child p:nth-child(3) {
    font-size: 16px;
    margin-bottom: 20px;
  }

  section.lg_home.lg_values section article:nth-child(2n) div:first-child {
    order: initial;
  }

  section.lg_home.lg_values section article div:first-child p {
    margin: auto;
    max-width: 100%;
  }

  section.lg_home.lg_values section article div:first-child p:nth-child(2) {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .lg_numbers__map p:nth-child(2) {
    font-size: 20px;
    line-height: 1;
  }

  .lg_numbers__map p:nth-child(3) {
    font-size: 18px;
  }

  .lg_numbers__map p:nth-child(4) {
    font-size: 42px;
  }

  .lg_numbers__map p:nth-child(4) span {
    font-size: 60px;
  }

  .lg_numbers__facts > div > p:nth-child(3) {
    max-width: initial;
  }

  .lg_numbers__map {
    height: 60vw;
  }

  .lg_numbers__facts:before {
    display: none;
  }

  .lg_numbers__facts {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    margin-top: 60px;
  }

  .lg_numbers__facts > div {
    max-width: 100%;
  }

  .lg_numbers__facts > div > p:nth-child(2) {
    font-size: 24px;
  }

  .lg_home * {
    hyphens: auto;
    word-break: break-word;
  }

  .lg_numbers__facts > div > p:nth-child(3) {
    font-size: 16px;
  }

  .lg_numbers__slider div p:nth-child(2) {
    font-size: 24px;
    line-height: 1.2;
    margin-right: 20px;
  }

  .lg_numbers__slider div p:nth-child(3) {
    font-size: 36px;
    margin-left: 20px;
  }

  .lg_numbers__slider div {
    height: 240px;
  }

  .lg_numbers__slider {
    height: 240px;
    margin: 0 -20px 40px;
  }

  .lg_numbers__slider .lg_numbers__slide {
    display: flex !important;
    height: 240px;
  }

  .lg_numbers__slider .lg_numbers__slide p:nth-child(2) {
    font-size: 21px;
    line-height: 1.2;
    margin-right: 20px;
    margin-top: 20px;
    max-width: 80%;
  }

  .lg_numbers__slider .lg_numbers__slide p:nth-child(3) {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 20px;
    max-width: 40%;
  }

  section.lg_brands__slogans > div p {
    font-size: 50px;
    line-height: 1;
  }

  section.lg_brands__slogans > div {
    padding: 8px;
  }

  .lg_home > .wrapper > h2 {
    font-size: 36px;
    margin-top: 60px;
  }

  .lg_history__images {
    display: none;
  }

  .lg_history__number {
    font-size: 100px;
  }

  .lg_history__group {
    display: none;
  }

  .lg_history__group-mobile {
    display: block;
    height: 4000px;
    margin-top: 200px;
  }

  .lg_history__group-mobile > div {
    background-position-x: 0;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    position: sticky;
    top: calc(50% + 40px);
    transform: translateY(-50%);
    width: 100%;
  }

  .lg_history__years img {
    max-width: 200px;
  }

  .lg_history__group:before {
    display: none;
  }

  .lg_shine__content {
    align-items: center;
    flex-direction: column;
    padding-bottom: 0;
  }

  .lg_shine__content article h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .lg_shine__content article {
    margin-bottom: 40px;
  }

  .lg_shine__content article i {
    margin-bottom: 10px;
  }

  .lg_shine__content article p {
    font-size: 16px;
  }

  .lg_contacts .wrapper {
    padding-top: 0;
  }

  .lg_home.lg_contacts > .wrapper > h2 {
    margin-top: 40px;
  }

  .lg_contacts > .wrapper > div p {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 40px;
  }

  .lg_contacts img {
    margin-left: auto;
    max-width: 100%;
  }

  .footer-contacts {
    border: 0;
  }

  ul.footer-contacts .footer-contacts__item,
  ul.footer-contacts .footer-contacts__item a {
    color: var(--lg_white);
  }

  .lg_events__image {
    height: 220px;
    width: calc(100vw - 60px);
  }

  .lg_events__slider + a {
    font-size: 18px;
    margin-top: 0;
  }

  section.lg_partners__tabs {
    align-items: stretch;
    flex-direction: column;
  }

  a.lg_partners__tab {
    font-size: 15px;
    min-width: 64px;
    padding: 12px 4px;
  }

  .lg_contacts > .wrapper > section {
    flex-direction: column;
  }

  .lg_contacts > .wrapper > section > div p {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .lg_contacts > .wrapper > section > div:last-child {
    margin-left: auto;
  }
}

@media (max-width: 576px) {
  .lg_home .wrapper {
    padding: 0 20px 20px;
  }
  .lg_home__slogan {
    font-size: 105px;
    margin-top: auto;
    text-align: left;
    width: 100%;
    word-spacing: initial;
  }
  .lg_home__brand .lg_home__half:last-child {
    margin-bottom: -20px;
    margin-left: -20px;
  }
  .lg_home__brand .lg_home__half:last-child .lg_home__slogan {
    font-size: 105px;
    margin-bottom: 90px;
    word-spacing: 300px;
  }

  .lg_home__sub-slogan {
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: auto;
    text-align: left;
  }

  .lg_home__brand > .wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .lg_home__brand .lg_home__half:first-child {
    flex-basis: 100%;
    width: calc(100% + 20px);
  }

  .lg_home__brand .lg_home__half:last-child {
    flex-basis: 100%;
  }

  .lg_recommend section .product-term .product-term__feature {
    font-size: 12px;
  }

  .lg_recommend section .product-term .product-term__price {
    font-size: 14px;
  }

  .lg_recommend section .product-term .product-term__tlink, .lg_recommend section .product-quant .product-quant__input, .lg_recommend section .product-term__reservation {
    font-size: 14px;
  }

  .lg_recommend section .product-term__reservation {
    font-size: 18px;
    line-height: 1;
  }

  .lg_recommend section .product-quant .product-quant__input {
    max-width: 45px;
  }

  .lg_recommend section .product-term .product-term__tlink {
    font-size: 24px;
    max-height: 132px;
    text-align: left;
  }

  .lg_recommend .btn-add_cart {
    height: 30px;
    margin-left: auto;
    width: 60px;
  }

  .lg_recommend section .product-term .product-term__price {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
  }

  .lg_recommend .product-term .product-term__car {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lg_recommend .product-labels.product-labels__term .label-new {
    font-size: 11px;
    line-height: 1;
    padding: 6px;
  }

  .lg_recommend .product-quant {
    border: 0px solid var(--lg_red);
    border-radius: 50px;
    margin: 0 2px 0 0;
    max-width: 100px;
    padding: 0;
  }

  .lg_mission__logo {
    background-image: url("/local/templates/.default/static/css/../img/logo-luding_group.svg");
    height: 150px;
    margin-top: 60px;
    max-width: 100%;
  }

  .lg_home__facts ul li p:first-child {
    font-size: 32px;
    line-height: 1;
  }

  .lg_home__facts ul li {
    max-width: calc(50% - 10px);
  }

  .lg_home__facts ul li p {
    font-size: 14px;
    line-height: 1;
  }

  .lg_home__facts ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }

  .lg_home__facts + div {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .lg_catalog .collection-categories__title {
    font-size: 26px;
  }

  .lg_catalog .collection-categories__link {
    font-size: 16px;
    line-height: 1.7;
  }

  .lg_home .btn-br {
    font-size: 20px;
    font-weight: 700;
  }

  .lg_mission__list li p {
    font-size: 18px;
  }

  .lg_mission__list li h2 {
    font-size: 50px;
  }

  .lg_home > .wrapper > h2 {
    font-size: 58px;
    margin-top: 30px;
    padding-left: 0;
  }

  section.lg_home.lg_values section article div:first-child p:nth-child(2) {
    font-size: 42px;
    margin-bottom: 30px;
    padding-bottom: 40px;
  }

  section.lg_home.lg_values section article div:first-child p:nth-child(3) {
    font-size: 19px;
  }

  section.lg_home.lg_values section article div:last-child {
    margin: 0 -20px;
  }

  .lg_numbers__map p:nth-child(2) {
    bottom: 0;
    font-size: 48px;
    hyphens: none;
    left: 0;
    max-width: 270px;
    position: absolute;
    word-break: break-word;
  }

  .lg_numbers__map {
    height: 620px;
    margin-bottom: 60px;
    padding: 0;
  }

  .lg_numbers__map img {
    top: 180px;
  }

  .lg_numbers__map p:nth-child(3) {
    font-size: 26px;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }

  .lg_numbers__map p:nth-child(4) {
    font-size: 90px;
    margin-bottom: auto;
    margin-top: 10px;
  }

  .lg_numbers__map p:nth-child(4) span {
    font-size: 100px;
  }

  .lg_numbers__facts > div > p:nth-child(2) {
    font-size: 38px;
    min-height: 50px;
  }

  .lg_numbers__facts > div > p:nth-child(3) {
    font-size: 18px;
    hyphens: none;
    line-height: 1;
    margin-bottom: 20px;
  }

  .lg_numbers__facts {
    margin-bottom: 20px;
    padding: 0;
  }

  .lg_numbers__slider .lg_numbers__slide p:nth-child(2) {
    font-size: 48px;
    hyphens: none;
    line-height: 1;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: auto;
    max-width: 300px;
    order: 2;
    text-align: left;
  }

  .lg_numbers__slider .lg_numbers__slide p:nth-child(3) {
    font-size: 90px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 70px;
    max-width: 100%;
    text-align: center;
  }

  .lg_numbers__slider .lg_numbers__slide {
    height: 760px;
  }

  .lg_numbers__slider {
    height: 760px;
  }

  .lg_numbers__slider div {
    height: 760px;
  }

  .lg_home.lg_brands h2 {
    margin-bottom: 80px;
  }

  .our-brands__slider {
    max-height: 600px;
  }

  .our-brands__slider {
    max-height: 600px;
  }

  .our-brands__img, .our-brands__img-back {
    max-height: 600px;
  }

  section.lg_brands__slogans > div:nth-child(3) p {
    font-size: 24px;
    line-height: 10px;
    margin-bottom: 0;
  }

  .lg_partners {
    padding-top: 60px;
  }

  section.lg_brands__slogans > div p {
    font-size: 24px;
    margin-bottom: 8px;
  }

  section.lg_brands__slogans > div:first-child {
    margin-bottom: -14px;
  }

  section.lg_brands__slogans > div p span {
    font-size: 12px;
    margin: 0 20px 0 24px;
  }

  a.lg_partners__tab {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    padding: 16px 4px;
  }

  .our-brands__slider .slick-track {
    gap: 4px;
  }

  .our-brands__slider .slick-list.draggable {
    max-width: calc(100% - 40px);
  }

  .lg_home.lg_brands > .wrapper > h2 {
    margin-bottom: 70px;
  }

  section.lg_brands__slogans {
    margin-top: 70px;
  }

  .lg_shine__content article, .lg_shine__content article h3 {
    margin-bottom: 0;
  }

  .lg_shine__content article p {
    font-size: 15px;
    line-height: 1.3;
  }

  .lg_shine__content {
    margin-bottom: 20px;
  }

  .lg_shine__content {
    gap: 30px;
    padding-top: 40px;
  }

  body .collection-categories {
    padding-top: 0;
  }

  section.lg_home.lg_shine {
    margin-top: -80px;
  }

  .lg_history__group-mobile {
    margin: 200px -20px 0;
  }

  .lg_contacts > .wrapper > section > div p {
    font-size: 18px;
    line-height: 1;
  }

  .lg_contacts > .wrapper > section > div p b {
    display: block;
    margin-bottom: -15px;
  }
}
/* End */
/* /local/templates/.default/static/css/home.css?167947090243494 */
