

/* Start:/local/templates/2023/assets/styles/bootstrap/bootstrap.css?175431860255927*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 540px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 540px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 540px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 540px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 540px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 85%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@media (max-width: 539px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 540px) {
  .container {
    max-width: 564px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 744px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1384px;
  }
}
.container__fixed {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 898px;
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 540px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* End */


/* Start:/local/templates/2023/assets/icons/icons.css?1754318602164352*/
.icon--lestate {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: no-repeat center / 100%;
  mask: no-repeat center / 100%;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
}

.icon--lestate--about1 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M15.567 3.703c-.429.042-.98.216-1.315.417-.124.073-.43.29-.68.481l-.455.348-.707-.075c-.55-.057-.803-.06-1.136-.01a3.554 3.554 0 00-1.993 1.024c-.411.42-.591.704-.889 1.401-.281.66-.191.578-1.146 1.038-.817.393-1.358.934-1.75 1.748a3.754 3.754 0 00-.377 1.588l-.001.351H2l.039.126c.021.069.326.967.677 1.995l.64 1.87-.64 1.869a318.468 318.468 0 00-.677 1.995L2 19.995h3.118v.351a3.731 3.731 0 002.128 3.337c.954.458.865.377 1.146 1.037.298.697.478.98.89 1.4a3.554 3.554 0 001.992 1.025c.333.05.585.047 1.135-.01l.708-.075.485.37c.87.663 1.476.89 2.374.89.906 0 1.514-.227 2.371-.885l.49-.375.706.075c1.072.112 1.713-.015 2.482-.495a4.28 4.28 0 001.115-1.078 6.82 6.82 0 00.42-.843c.282-.659.192-.577 1.147-1.037 1.267-.61 2.014-1.73 2.11-3.166l.035-.52 1.555-.014c1.27-.013 1.561-.03 1.582-.093.014-.043.003-.065-.023-.048-.027.017-.346-.84-.708-1.903l-.66-1.934.645-1.896c.354-1.044.67-1.941.7-1.995a.656.656 0 00.057-.112c0-.008-.708-.008-1.574 0l-1.574.016-.034-.521c-.04-.614-.143-1.004-.398-1.507-.38-.75-.933-1.287-1.713-1.662-.955-.46-.865-.378-1.146-1.038a6.82 6.82 0 00-.421-.843 4.304 4.304 0 00-1.115-1.077c-.77-.48-1.41-.607-2.482-.495l-.707.075-.488-.375c-.961-.737-1.717-.974-2.78-.871Zm-.273 1.794c-.15.06-.603.362-1.007.671-.404.31-.746.563-.76.563-.013 0-.43-.053-.925-.118-.85-.112-.92-.113-1.26-.028-.428.108-.889.415-1.11.74-.085.125-.312.603-.503 1.061l-.348.833-.792.349c-.942.414-1.172.562-1.424.915-.28.395-.468 1.062-.389 1.388l.035.143h2.17l.37-.576c.464-.723 1.435-1.735 2.124-2.215a7.888 7.888 0 012.881-1.267c.806-.18 2.434-.18 3.24 0 1.07.24 1.983.641 2.882 1.267.689.48 1.66 1.492 2.124 2.215l.37.576h2.17l.034-.14c.04-.169-.048-.724-.158-.99-.127-.304-.4-.654-.64-.817-.122-.083-.58-.308-1.017-.5l-.794-.35-.345-.83c-.19-.458-.415-.935-.5-1.061-.222-.326-.683-.633-1.112-.74-.34-.086-.409-.085-1.271.029-.502.065-.942.101-.978.079-.036-.022-.36-.268-.72-.547-.359-.279-.789-.564-.954-.634-.392-.166-.999-.173-1.393-.016Zm-.002 4.05c-1.51.164-3.086.977-4.002 2.066-.153.183-.28.348-.28.367 0 .019 2.235.034 4.966.034 2.731 0 4.966-.015 4.966-.034 0-.02-.126-.184-.28-.367-.942-1.12-2.482-1.9-4.09-2.07-.61-.064-.65-.064-1.28.005ZM4.354 13.752c0 .028.169.547.376 1.152l.376 1.101-.376 1.101a24.067 24.067 0 00-.376 1.153c0 .03 4.688.05 11.622.05 6.935 0 11.623-.02 11.623-.05 0-.028-.17-.547-.376-1.152l-.376-1.102.376-1.1a23.85 23.85 0 00.376-1.153c0-.03-4.688-.05-11.623-.05-6.934 0-11.622.02-11.622.05Zm7.202 1.664-.571.59.586.604.586.603.586-.603.586-.604-.572-.59c-.314-.325-.584-.59-.6-.59-.016 0-.287.265-.6.59Zm3.82 0-.571.59.585.604.586.603.586-.603.586-.604-.571-.59c-.314-.325-.585-.59-.6-.59-.017 0-.287.265-.601.59Zm3.82 0-.572.59.586.604.586.603.586-.603.586-.604-.571-.59c-.315-.325-.585-.59-.601-.59-.016 0-.286.265-.6.59Zm-12.42 4.723c-.079.325.108.993.39 1.387.251.354.48.502 1.423.916l.792.349.348.833c.191.458.418.936.503 1.061.221.325.682.632 1.11.74.34.085.41.084 1.272-.03.502-.066.942-.1.978-.078.036.022.36.267.72.544.884.68 1.018.739 1.664.739.65 0 .803-.068 1.674-.744.355-.275.675-.518.71-.54.037-.022.477.013.979.08.862.113.932.114 1.271.029.429-.108.89-.415 1.111-.741.086-.126.312-.603.501-1.06l.345-.83.794-.35c.438-.193.895-.418 1.017-.501.24-.163.513-.513.64-.818.11-.265.199-.82.158-.989l-.034-.14h-2.17l-.37.576c-.465.723-1.435 1.735-2.124 2.215a7.886 7.886 0 01-2.882 1.267c-.806.18-2.434.18-3.24 0a7.888 7.888 0 01-2.881-1.267c-.69-.48-1.66-1.492-2.124-2.215l-.37-.576H6.81l-.035.143Zm4.235-.109c0 .02.126.184.28.367.947 1.127 2.484 1.901 4.112 2.072 1.912.2 4.06-.646 5.26-2.072.153-.183.279-.348.279-.367 0-.019-2.235-.034-4.966-.034-2.73 0-4.965.015-4.965.034Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--about2 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M3 16v13h3.047v-1.523H4.523v-1.98h1.524v-1.524H4.523v-1.98h1.524v-1.524H4.523v-1.93h1.524v-1.574H4.523v-1.93h1.524v-1.574H4.523v-1.93h1.524v-1.523H4.523v-1.98h1.524V6.503H4.523v-1.98h1.524V3H3v13Zm23.421-9.61-2.534 3.339-2.01.025-2.008.025-1.976 2.616-1.975 2.615-2.003.014-2.003.014-2.17 2.88-2.17 2.88L7.57 24.9V29H29V16.025c0-7.136-.01-12.974-.022-12.974-.013 0-1.163 1.502-2.557 3.339Zm-.374 3.021-1.389 1.841-2.006.015-2.006.015-1.98 2.636-1.98 2.636-2.006.005-2.006.005-1.791 2.383-1.791 2.383.013.948.014.948 1.422-1.528 1.422-1.528 2.006-.005 2.006-.005 1.98-2.129 1.98-2.129 2.006-.004 2.006-.005 1.763-1.889 1.763-1.889.002-2.272c0-1.25-.008-2.273-.018-2.273-.012 0-.646.829-1.41 1.841Zm-.019 6.487-1.42 1.524h-3.984l-1.994 2.133-1.993 2.133h-3.98l-1.782 1.904-1.781 1.904v1.98h18.383v-6.55c0-3.603-.007-6.551-.015-6.551-.007 0-.652.685-1.434 1.523Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--about3 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M10.351 2.223c-.312.124-.814.446-1.114.717-1.357 1.22-1.577 3.12-.54 4.685l.354.535-.268.167c-.965.603-2.083 2.195-2.248 3.2-.058.358-.122.42-.68.65-.75.312-1.582 1.112-1.899 1.828-.341.77-.382 1.897-.097 2.653.125.332.369.773.54.979l.313.374-.626.461c-.72.531-1.412 1.443-1.767 2.327-.234.585-.248.784-.283 4.088L2 28.359h8.755V30h10.49v-1.64H30l-.036-3.473c-.035-3.322-.047-3.5-.287-4.1-.349-.87-1.096-1.846-1.794-2.341l-.589-.418.362-.474c.722-.947.882-2.43.384-3.555-.313-.71-1.147-1.51-1.895-1.821-.558-.232-.622-.293-.68-.65-.165-1.006-1.283-2.598-2.248-3.2l-.268-.168.354-.535c1.036-1.565.817-3.464-.54-4.685-1.781-1.604-4.452-1.094-5.552 1.06-.327.64-.372.83-.367 1.525.007.921.225 1.602.701 2.197.184.23.317.428.296.441-.627.395-1.071.76-1.414 1.16L16 9.82l-.427-.498c-.343-.4-.787-.764-1.414-1.159-.021-.013.112-.212.296-.441.753-.94.934-2.447.428-3.553-.616-1.349-1.675-2.07-3.13-2.134-.649-.03-.96.013-1.402.188Zm.439 1.63c-.797.362-1.25 1.33-1.022 2.18a1.903 1.903 0 002.73 1.22c.568-.29.903-.788.965-1.433.07-.72-.025-1.018-.481-1.524-.595-.66-1.371-.816-2.192-.443Zm8.965-.094c-.399.116-1.096.844-1.198 1.252-.12.48.016 1.316.276 1.68.689.969 2.227 1.036 2.988.131 1.26-1.5-.166-3.614-2.066-3.063Zm-8.758 5.478c-.742.116-1.341.426-1.895.98-.399.4-.965 1.389-.968 1.691 0 .066.19.177.425.248.636.19 1.517 1.04 1.885 1.818a3.59 3.59 0 01-.349 3.596l-.334.453.251.157c.504.316 1.58 1.497 1.823 2.003.138.286.286.52.33.52.043 0 .224-.152.4-.338a2.94 2.94 0 01.624-.496l.303-.159-.273-.357c-.826-1.085-1.012-2.539-.473-3.705.372-.806 1.142-1.557 1.853-1.807l.55-.193-.047-.984c-.056-1.206-.351-1.86-1.175-2.602-.8-.719-1.803-1.002-2.93-.825Zm8.827-.016c-1.16.19-2.119.925-2.639 2.02-.261.553-.31.797-.31 1.534v.877l.537.19c.7.25 1.474 1.008 1.842 1.806.54 1.166.354 2.62-.473 3.705l-.273.357.303.159c.167.087.448.31.624.496.177.186.357.338.4.338.043 0 .192-.234.33-.52.244-.506 1.32-1.687 1.823-2.003l.25-.157-.333-.453c-.47-.639-.66-1.258-.66-2.158 0-.63.06-.906.311-1.438.368-.777 1.249-1.628 1.884-1.819.235-.07.427-.181.426-.247 0-.066-.12-.373-.264-.684-.304-.655-.965-1.357-1.566-1.664-.37-.189-.633-.257-1.501-.387-.12-.018-.44.004-.71.048Zm-13.499 4.57c-.541.34-.904.854-.985 1.394-.262 1.749 1.77 2.865 3.13 1.72.909-.766.837-2.302-.139-2.998-.49-.35-1.539-.41-2.006-.116Zm17.76-.119c-1.298.489-1.616 2.339-.556 3.232 1.364 1.148 3.393.03 3.13-1.725-.082-.549-.53-1.156-1.054-1.427-.3-.155-1.194-.202-1.52-.08Zm-8.85 1.685c-.668.267-1.118.965-1.118 1.736 0 1.252 1.199 2.206 2.347 1.867 1.45-.427 1.914-2.244.83-3.254-.485-.452-1.409-.608-2.059-.35Zm-9.014 3.852c-.723.24-1.08.467-1.573 1.002-.877.953-.935 1.189-.976 4.02l-.037 2.488h7.12v-2.332c0-1.747-.04-2.467-.162-2.871-.403-1.342-1.718-2.348-3.157-2.415-.454-.022-.96.023-1.215.108Zm17.52 0c-.754.281-1.412.743-1.79 1.255-.626.85-.706 1.296-.706 3.923v2.332h7.12l-.037-2.489c-.033-2.28-.056-2.531-.274-3.004-.34-.736-1.139-1.547-1.814-1.84-.703-.305-1.926-.392-2.5-.178Zm-8.907 1.69c-.988.353-1.652.993-2.132 2.052-.224.497-.248.742-.288 2.975l-.043 2.433h7.259l-.043-2.433c-.04-2.349-.052-2.455-.327-3.049-.618-1.332-1.673-2.066-3.077-2.14-.57-.029-.938.015-1.349.162Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--about4 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M5.454 2.822v.822h2.143V21.78l-.622.315c-.342.174-.896.604-1.23.955-1.986 2.083-1.3 5.368 1.375 6.6.688.316.86.349 1.83.349.929 0 1.16-.04 1.721-.296.83-.377 1.787-1.256 2.128-1.954l.266-.544H27v-1.754h-1.692V9.89H9.289V2H5.454v.822Zm3.835 13.803v4.982l.423.072c1.616.277 3.233 1.823 3.48 3.326l.074.447h10.35V23.26h-2.708v-1.644h2.708v-9.972h-4.061v7.562H13.35v-7.562H9.29v4.981Zm5.866-2.022v2.959h2.708v-5.918h-2.708v2.959Zm2.37 7.835v.822h1.69v-1.644h-1.692v.822Zm-9.364.99c-1.096.331-1.805 1.278-1.805 2.41 0 .993.505 1.823 1.368 2.251 2.265 1.123 4.661-1.176 3.528-3.386-.343-.667-.838-1.07-1.58-1.287-.641-.188-.852-.186-1.51.013Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--add-track-num {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M22.667 18.667h2.666v4h4v2.666h-4v4h-2.666v-4h-4v-2.666h4v-4Zm-6.667 4V20H9.333v2.667H16Zm6.667-8H9.333v2.666h10.254A7.973 7.973 0 0016 24c0 1.453.387 2.827 1.067 4h-10.4A2.667 2.667 0 014 25.333V6.667A2.657 2.657 0 016.667 4h18.666A2.667 2.667 0 0128 6.667v10.4A7.969 7.969 0 0024 16l-1.333.107v-1.44Zm0-2.667V9.333H9.333V12h13.334Z'/%3E%3C/svg%3E");
}

.icon--lestate--advantages1 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M27 3.729c-4.29 1.09-4.713 1.163-8.324 1.451-3.335.266-3.478.283-4.046.463-1.062.337-1.17.422-3.813 2.981l-2.382 2.308-3.19.002-3.19.002v12.585l.914.015.914.014.322 1.756c.177.966.339 1.77.36 1.789.02.018 3.77-.777 8.333-1.767l8.297-1.8 1.3-.002 1.3-.003v-7.33l.644-.033a8.212 8.212 0 003.865-1.168c.479-.286 1.214-.85 1.496-1.147l.172-.18.016-3.296c.028-5.334.008-7.375-.072-7.369-.038.003-1.35.331-2.916.729ZM6.38 4.993v1.73h1.644V3.264H6.381v1.728Zm20.345.493c-3.814.968-4.237 1.035-9.009 1.425-1.336.109-2.38.219-2.534.266-.708.219-.92.385-2.698 2.11L10.79 10.93l5.057.003 5.057.003.896-.646.895-.645.45.603c.246.33.45.638.454.683.003.048-1.314 1.025-3.25 2.41-1.79 1.281-3.302 2.392-3.36 2.468-.144.19-.182.577-.077.777.192.365.574.548.937.45.1-.028 1.135-.546 2.301-1.152 1.46-.758 2.234-1.13 2.486-1.194.216-.054.75-.111 1.305-.139.999-.05 1.547-.137 2.21-.354a7.55 7.55 0 001.819-.95l.371-.28V9.036c0-3.113-.014-3.933-.068-3.93-.038.003-.734.174-1.547.381ZM2 7.911v.81h3.45v-1.62H2v.81Zm1.752 5.403v.757l.203-.084c.468-.193.933-.652 1.215-1.2l.118-.23H3.752v.757Zm3.103-.312c-.204.642-.483 1.078-1.048 1.638-.407.403-.584.534-.992.736a5.246 5.246 0 01-.78.317l-.283.072v2.93l.284.072c.155.039.506.181.78.317.407.201.584.332.99.735.566.56.845.996 1.049 1.638l.141.446h11.846l.124-.392a4.135 4.135 0 012.095-2.44 5.07 5.07 0 01.754-.305l.283-.071v-1.988l-.397.213c-1.12.602-2.974 1.547-3.229 1.647-.222.087-.41.113-.81.113-.561 0-.943-.107-1.34-.372-.179-.12-.2-.124-.229-.038-.367 1.07-1.308 1.913-2.428 2.177-.384.09-1.09.09-1.479.001A3.431 3.431 0 019.799 18.4l-.126-.306-1.003-.027-1.002-.027v-1.62l1.027-.015c.96-.014 1.027-.022 1.027-.116 0-.055.1-.3.225-.544.273-.538.844-1.13 1.337-1.387 1.351-.702 2.795-.525 3.945.486.164.143.298.236.298.207 0-.192.524-.65 1.702-1.49a93.258 93.258 0 001.334-.96c.029-.024-2.562-.044-5.757-.044h-5.81l-.141.445Zm5.356 2.734c-.394.184-.746.553-.87.912-.112.325-.11.845.006 1.18.123.358.601.826.976.956.818.282 1.698-.052 2.099-.798.126-.234.145-.334.145-.756 0-.4-.021-.527-.123-.715-.453-.838-1.398-1.168-2.233-.779Zm-8.459 5.412v.755h1.54l-.178-.33c-.269-.497-.77-.958-1.227-1.13l-.135-.05v.755Zm18.02-.61c-.39.194-.868.668-1.052 1.042l-.146.296.742.015c.409.008.752.005.764-.006.012-.012.015-.354.006-.76l-.015-.738-.3.15Zm4.653 3.525v.811h3.562l-.015-.797-.015-.797-1.766-.014-1.766-.014v.811ZM5.58 23.618c.015.052.083.417.15.81.086.5.145.716.196.716.08 0 7.01-1.49 7.273-1.564.095-.027-1.477-.049-3.741-.052-3.695-.004-3.904 0-3.878.09Zm18.818 3.903v1.729h1.698v-3.458h-1.698v1.73Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--advantages2 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M17.675 2.173c-2.009.36-3.614 1.087-5.066 2.292-5.905 4.902-4.838 14.098 2.025 17.453 1.66.812 2.947 1.11 4.792 1.11 4.883 0 8.891-3.034 10.266-7.77.319-1.097.34-1.336.283-3.058-.052-1.566-.117-2.02-.402-2.81-.467-1.296-.726-1.824-1.345-2.741-1.583-2.344-4.16-3.968-7.1-4.474-1.348-.233-2.164-.233-3.453-.002Zm-.125 1.711c-5.567 1.197-8.693 7.3-6.3 12.3 1.198 2.505 3.333 4.276 5.98 4.96 1.154.297 3.252.295 4.393-.004a9.153 9.153 0 006.408-6.137c.398-1.283.423-3.451.054-4.736a9.182 9.182 0 00-5.223-5.894c-1.55-.65-3.657-.845-5.312-.489Zm1.042 6.416.036 3.058h6.122l.04-.822.039-.822h-4.538V7.24h-1.736l.036 3.059ZM4.173 14.124c-2.603 2.575-2.392 2.236-1.78 2.855.283.288.563.523.62.523.192 0 3.968-3.778 3.968-3.969 0-.103-.23-.41-.512-.68l-.511-.495-1.785 1.766Zm.68 5.547-2.19 2.168.522.529c.287.29.578.528.647.528.177 0 4.347-4.1 4.347-4.275 0-.137-.94-1.119-1.072-1.119-.034 0-1.048.976-2.253 2.169Zm1.53 4.672-2.527 2.5.599.591.599.592 2.593-2.565 2.593-2.565-.565-.526c-.31-.29-.61-.526-.666-.526-.055 0-1.237 1.124-2.627 2.499Zm4.726 1.511-2.191 2.169.592.596.592.596 2.166-2.139c1.192-1.176 2.167-2.2 2.167-2.277 0-.134-.943-1.114-1.072-1.114-.034 0-1.049.976-2.254 2.17Zm5.256.989-1.993 1.973.599.592.599.592 2.057-2.037 2.058-2.037-.523-.528c-.287-.29-.585-.529-.663-.529-.077 0-1.038.888-2.134 1.974Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--advantages3 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M19.894 2.195c-5.385 1.107-8.306 7.053-5.864 11.941l.542 1.087c.027.055-2.79.1-6.261.1H2V30h14.744v-6.282c0-3.455.045-6.26.1-6.232 2.11 1.059 3.115 1.345 4.725 1.345 2.352 0 4.297-.814 5.983-2.505 1.225-1.229 1.89-2.402 2.27-4.008.313-1.326.202-3.417-.246-4.632-1.084-2.935-3.66-5.077-6.695-5.567-1.102-.178-1.841-.16-2.987.076Zm-.052 1.731c-1.177.315-2.232.96-3.14 1.918-1.314 1.386-1.832 2.689-1.832 4.61 0 1.969.577 3.341 1.993 4.745 2.688 2.663 6.816 2.651 9.507-.027 3.702-3.686 1.953-9.934-3.151-11.258-.956-.247-2.427-.242-3.377.012Zm1.057 2.175c0 .588-.046.686-.47 1.008-.616.468-.87.986-.87 1.77.001 1.106.61 1.776 2.045 2.252.75.249.956.533.724.999-.262.526-.938.515-1.444-.025l-.408-.434-.607.325c-.334.179-.636.396-.67.483-.101.25.509.972 1.123 1.332.52.303.566.377.604.954l.04.625h1.609l.04-.667c.034-.59.09-.701.485-.958.536-.349 1.016-1.274 1.016-1.957 0-1.111-.586-1.79-1.974-2.287-.945-.34-1.168-.65-.725-1.01.403-.33.453-.327.928.071l.395.33.62-.41c.342-.224.622-.487.622-.583 0-.215-.823-.947-1.198-1.065-.23-.073-.276-.198-.276-.746V5.45h-1.609v.65Zm-9.919 1.21C8.845 8.55 6.797 11.14 6.362 13.156l-.094.434h.882c.573 0 .882-.054.882-.153 0-.084.214-.597.477-1.14.499-1.033 1.845-2.601 2.667-3.107.36-.221.472-.413.645-1.103.115-.46.25-.94.302-1.068.14-.353-.158-.276-1.143.294Zm-7.282 9.702c-.05.05-.09 2.601-.09 5.67v5.583h11.394V16.925H12.19l-.036 3.435-.035 3.436H6.624l-.036-3.436-.035-3.436H5.17c-.76 0-1.423.04-1.472.09ZM8.3 19.526v2.602h2.144v-5.204H8.3v2.602Zm16.017.533c-.295.098-.687.215-.871.26-.202.049-.561.392-.9.86-.78 1.07-2.297 2.171-3.691 2.677-.351.127-.369.175-.369 1.013 0 .996-.113.958 1.302.437 1.816-.67 4.104-2.71 5.05-4.503.553-1.047.523-1.09-.521-.744Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--advantages4 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M7.905 3.134c-1.172.51-2.018 1.902-1.883 3.099.041.364.117.806.17.982l.094.32H2v19.628h1.444c1.38 0 1.45.015 1.564.325.19.518 1.179 1.356 1.726 1.462.273.053.804.066 1.18.029.785-.079 1.552-.627 1.9-1.36l.214-.45 5.901.006 5.901.005.412.584c.71 1.005 1.04 1.177 2.262 1.177.994 0 1.113-.033 1.594-.436.285-.24.615-.636.733-.882l.214-.446 1.44-.043 1.442-.042.037-3.563.036-3.562-1.286-2.838c-.707-1.561-1.508-3.334-1.78-3.94l-.495-1.103h-6.05V7.535h-4.244l.082-.908c.045-.5.042-1.129-.007-1.4-.117-.644-.956-1.646-1.655-1.975-.965-.455-2.407-.275-3.113.387-.211.198-.287.182-.813-.18-.465-.318-.762-.405-1.488-.435-.499-.02-1.06.029-1.246.11Zm.372 1.807c-.589.378-.737 1.294-.317 1.96.248.39 1.094.67 1.837.606l.506-.043.041-.746c.089-1.6-.95-2.494-2.067-1.777Zm4.136.171c-.383.397-.405.481-.367 1.387l.04.965.893-.027c.807-.025.928-.07 1.269-.465.523-.607.515-1.308-.024-1.866-.556-.577-1.251-.574-1.811.006Zm-8.766 5.552v1.422h4.528V9.242H3.647v1.422Zm6.175 1.864c0 3.076.016 3.28.24 3.18.811-.357 1.255-.4 1.807-.175l.56.228v-6.52H9.823v3.287Zm4.255-1.864v1.422h4.528V9.242h-4.529v1.422Zm-10.43 8.96v5.69h.614c.53 0 .64-.053.811-.391.263-.522.887-1.12 1.363-1.307.62-.243 1.695-.181 2.287.132.529.28 1.238 1.082 1.238 1.401 0 .121 1.144.165 4.322.165h4.323V13.928l-2.23.04-2.23.038-.038 2.114c-.035 1.923-.06 2.107-.274 2.04-.13-.04-.797-.284-1.482-.542l-1.245-.469-1.344.527c-.739.29-1.398.526-1.465.526-.067 0-.122-.96-.122-2.133v-2.134H3.647v5.69Zm16.742 0v5.69h.751c.68 0 .77-.037.949-.391.263-.522.887-1.12 1.363-1.307.628-.246 1.694-.181 2.302.14.303.16.745.576.982.925.38.56.49.633.953.633h.522v-4.409h-5.626v-6.97h-2.196v5.69Zm3.98-3.057v2.63h3.42l-.761-1.67c-.42-.92-.95-2.104-1.18-2.632-.411-.945-.426-.96-.948-.96h-.531v2.632Zm-17.693 8.98c-.377.497-.36.982.052 1.409.684.708 1.722.279 1.722-.712 0-1.004-1.188-1.47-1.774-.697Zm17.07-.026c-.186.192-.338.515-.338.717 0 .467.57 1.067 1.012 1.067.53 0 .766-.143.994-.6.548-1.099-.817-2.067-1.669-1.184Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--advantages5 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.71 3.34c-2.401.633-4.097 1.595-5.859 3.325-1.26 1.238-1.977 2.25-2.714 3.835-.944 2.03-1.128 2.92-1.137 5.51-.007 2.313.082 2.895.71 4.636 1.08 2.997 3.464 5.689 6.328 7.145 1.5.763 3.737 1.342 5.185 1.342h.52v-1.698h-.431c-.796 0-2.638-.389-3.511-.742a11.62 11.62 0 01-6.13-5.823C2.094 15.34 4.384 8.645 9.809 5.86c2.55-1.31 5.978-1.517 8.718-.526 2.585.936 5.06 3.176 6.315 5.715.328.665.958 2.69.865 2.784-.038.04-.285-.134-.548-.384-.869-.827-.817-.823-1.413-.118l-.539.637 1.869 1.658c1.027.912 1.912 1.606 1.966 1.543C28.12 15.916 30 13.59 30 13.503c0-.062-.264-.339-.587-.613l-.587-.5-.65.744-.652.744-.227-.913c-1.195-4.79-4.74-8.42-9.397-9.62-1.777-.458-4.46-.46-6.19-.005ZM8.008 9.71c-.033.09-.046 3.013-.028 6.496l.034 6.333 6.57.034 6.57.034V9.547h-6.542c-5.116 0-6.556.036-6.604.163Zm1.736 6.3v4.767h9.744v-9.542l-1.186.037-1.186.038-.035 2.187c-.02 1.203-.065 2.187-.1 2.187-.037 0-.594-.207-1.24-.461l-1.171-.461-1.132.461c-.622.254-1.188.461-1.258.461-.08 0-.128-.837-.128-2.22v-2.22H9.743v4.767Zm4.06-4.678c-.047.047-.085.495-.085.994 0 .883.008.905.288.812.395-.13.748-.136 1.09-.017.283.098.288.08.288-.888v-.988h-.747c-.412 0-.787.039-.834.087Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--advantages6 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M10.448 3.287c-.136 2.16-.674 3.575-2.648 6.967-2.175 3.737-2.656 5.058-2.78 7.625-.08 1.689.07 2.879.55 4.375 1.734 5.39 7.108 8.597 12.65 7.548 5.174-.98 8.955-5.762 8.947-11.317-.002-.792-.095-1.886-.208-2.43-.553-2.67-2.593-6.66-4.785-9.357-.944-1.162-2.15-2.467-2.279-2.467-.056 0-.102 1.263-.102 2.806v2.807l-.333.228c-.269.184-.397.198-.66.073-.382-.182-.375-.163-.562-1.666-.168-1.357-.854-2.955-1.715-3.994-1.144-1.38-2.96-2.278-4.868-2.408L10.529 2l-.08 1.287Zm1.547 1.033c-.298 1.912-1.1 3.83-2.904 6.943-2.162 3.731-2.474 4.657-2.46 7.29.007 1.551.053 1.924.359 2.878 2.29 7.169 10.834 9.264 15.957 3.915 2.617-2.734 3.342-7.13 1.813-11.006-.588-1.492-1.583-3.398-2.43-4.653l-.763-1.133-.146.929c-.158 1.008-.432 1.5-1.098 1.974-.885.63-1.965.534-2.818-.25-.53-.486-.696-.952-.849-2.376-.255-2.385-2.043-4.541-4.096-4.944-.48-.094-.484-.091-.565.433Zm-.201 9.539c-1.72.909-1.72 3.409 0 4.317.321.17.794.309 1.052.309s.732-.139 1.053-.309c1.72-.908 1.72-3.408 0-4.317-.321-.17-.795-.308-1.053-.308-.258 0-.731.139-1.052.308Zm5.265 2.741c-4.901 6.147-5.523 6.942-5.523 7.06 0 .146.984.996 1.139.985.058-.004 1.837-2.197 3.953-4.873l3.847-4.866-.505-.466c-.278-.257-.573-.47-.656-.472-.084-.004-1.099 1.181-2.255 2.632Zm-4.737-1.13c-.51.532-.203 1.279.524 1.279.457 0 .787-.318.787-.757 0-.331-.46-.797-.787-.797-.144 0-.38.124-.524.274Zm5.585 4.984c-1.351.855-1.536 2.921-.354 3.961 1.112.979 2.678.718 3.526-.588.418-.644.373-2.034-.088-2.71-.663-.974-2.104-1.284-3.084-.663Zm.66 1.57c-.463.537-.169 1.292.505 1.292.452 0 .72-.27.72-.726 0-.735-.77-1.09-1.224-.565Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--advantages7 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='m11.386 3.606-1.6 1.606-3.03.043c-3.03.043-3.03.043-3.574.404-.3.199-.688.593-.863.875L2 7.048V24.28l.302.566c.189.354.521.695.885.909l.583.342h9.046l-.002.841c-.001.463-.06.933-.13 1.044-.1.159-.546.216-2.113.269l-1.987.067-.04.842-.04.841h14.939l-.04-.841-.04-.842-1.875-.037c-2.304-.047-2.388-.094-2.33-1.301l.04-.816 4.568-.067c5.147-.076 5.13-.072 5.811-1.104l.37-.559.038-8.49c.042-9.443.06-9.225-.85-10.026-.67-.588-1.21-.685-3.858-.685l-2.384-.001V2h-9.908l-1.6 1.606Zm3.818 2.264-.037 2.12-2.183.037-2.184.037v9.82h10.346V3.75h-5.905l-.037 2.12Zm-2.993-.774-1.203 1.212h2.48V5.096c0-.666-.017-1.211-.037-1.211-.02 0-.578.545-1.24 1.211Zm-8.31 2.131c-.2.222-.222.909-.222 7.067v6.821h24.588v-6.844c0-6.46-.014-6.857-.246-7.067-.21-.19-.604-.223-2.686-.223h-2.44l-.035 6.293-.035 6.293-6.818.035-6.819.035V6.981H6.656c-2.282 0-2.554.024-2.754.246Zm8.512 3.254v.808h7.12V9.673h-7.12v.808Zm.027 3.264.04.841 3.527.037 3.527.035v-1.754H12.4l.04.841Zm-8.76 9.659c0 .359.09.628.268.808.265.265.448.269 11.995.269 13.237 0 12.324.075 12.324-1.018v-.598H3.679v.539Zm10.882 3.344c0 .363-.037.85-.083 1.081l-.084.421h3.135l-.04-1.043-.039-1.044-1.444-.038-1.445-.038v.66Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--advantages8 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M9.205 4.217v2.216H2V29.35l13.986-.014 13.986-.013.014-11.458L30 6.407l-3.63.014-3.63.014V2H9.206v2.217Zm1.692.828v1.388h10.152V3.655H10.897v1.39ZM2.027 17.89c0 6.316.006 8.908.014 5.76.008-3.149.008-8.317 0-11.484-.008-3.168-.014-.592-.014 5.724Zm1.61-8.894v.908h24.671V8.09H3.637v.908Zm0 10.63v8.066h1.801V13.377h13.209v14.316h1.746l.014-6.237.014-6.236h6.058l.014 6.236.014 6.237h1.8V11.56H3.638v8.066Zm3.439 1.71v6.356h4.148v-2.564H9.03l.025-1.456c.028-1.574.05-1.719.37-2.338.264-.513.288-.678.193-1.348-.158-1.11-.09-1.47.354-1.906.29-.284.636-.43 1.017-.43h.236v-1.069h1.638v1.069h.259c.517.003 1.016.322 1.264.809.198.388.21.59.082 1.485-.1.706-.087.809.168 1.33.344.701.373.893.378 2.438l.004 1.39-1.077.014-1.078.014v2.563h4.148l-.014-6.343-.014-6.343-4.953-.014-4.953-.014v6.357Zm15.01.934v5.422h2.729V16.849h-2.729v5.422Zm-10.842-2.737c.146 1.21.097 1.638-.276 2.39-.182.367-.2.448-.223.975l-.024.574h2.644l-.022-.548c-.02-.507-.038-.582-.249-1.028-.35-.741-.42-1.239-.291-2.083.094-.62.174-.56-.767-.56h-.826l.034.28Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--arrow-drop-down {
  width: 1.05em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' width='25' height='24'%3E%3Cpath fill='black' d='m11.8 14.3-2.6-2.6c-.317-.317-.387-.679-.212-1.087.175-.408.488-.612.937-.613h5.15c.45 0 .763.204.938.613.175.409.104.771-.213 1.087l-2.6 2.6c-.1.1-.208.175-.325.225a.942.942 0 01-.375.075.942.942 0 01-.375-.075 1.038 1.038 0 01-.325-.225Z'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--arrow-drop-up {
  width: 1.05em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' width='25' height='24'%3E%3Cpath fill='black' d='M9.925 14c-.45 0-.763-.204-.938-.613-.175-.409-.104-.771.213-1.087l2.6-2.6c.1-.1.208-.175.325-.225A.942.942 0 0112.5 9.4c.133 0 .258.025.375.075.117.05.225.125.325.225l2.6 2.6c.317.317.387.68.212 1.088-.175.409-.488.613-.937.612h-5.15Z'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--arrow-right {
  width: 1.06em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18' width='19' height='18'%3E%3Cpath fill='black' d='M12.381 9.75H4a.726.726 0 01-.535-.216A.723.723 0 013.25 9c0-.213.072-.39.216-.535A.723.723 0 014 8.25h8.381L8.706 4.575a.688.688 0 01-.216-.525.752.752 0 01.235-.525.793.793 0 01.525-.216c.2-.006.375.065.525.216l4.95 4.95a.662.662 0 01.16.244.812.812 0 01.046.281c0 .1-.015.194-.047.281a.666.666 0 01-.159.244l-4.95 4.95a.7.7 0 01-.515.206.766.766 0 01-.535-.206.73.73 0 01-.225-.535.73.73 0 01.225-.534l3.656-3.656Z'/%3E%3C/svg%3E");
}

.icon--lestate--arrow-up {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33' width='33' height='33'%3E%3Cpath fill='black' d='M17.833 10.933v14.9c0 .378-.128.695-.384.951a1.285 1.285 0 01-.95.383 1.29 1.29 0 01-.95-.384 1.285 1.285 0 01-.382-.95v-14.9l-6.534 6.534a1.224 1.224 0 01-.933.384 1.337 1.337 0 01-.933-.418 1.409 1.409 0 01-.384-.933 1.217 1.217 0 01.384-.933l8.8-8.8c.133-.134.277-.228.433-.284.155-.056.322-.084.5-.083.178 0 .344.028.5.084.155.056.3.15.433.283l8.8 8.8c.245.244.367.55.367.916s-.122.683-.367.95c-.266.267-.583.4-.95.4-.368 0-.684-.133-.95-.4l-6.5-6.5Z'/%3E%3C/svg%3E");
}

.icon--lestate--blocked-ruble {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' fill-rule='evenodd' d='M6.667 17.5a.807.807 0 01-.594-.24.803.803 0 01-.24-.593V15H5a.807.807 0 01-.594-.24.803.803 0 01-.24-.593c0-.236.08-.434.24-.594.16-.16.358-.24.594-.24h.833v-1.666H5a.807.807 0 01-.594-.24.803.803 0 01-.24-.594c0-.236.08-.434.24-.594.16-.16.358-.24.594-.239h.833V3.333c0-.236.08-.434.24-.594.16-.16.358-.24.594-.239h4.583c1.278 0 2.361.444 3.25 1.333.889.89 1.333 1.973 1.333 3.25 0 .888-.214 1.682-.643 2.382a6.244 6.244 0 00-3.775 2.2l-.165.002H7.5v1.666H10c.147 0 .28.031.398.094A6.217 6.217 0 0010.03 15H7.5v1.667c0 .236-.08.434-.24.594a.803.803 0 01-.593.239ZM7.5 10h3.75a2.81 2.81 0 002.063-.854 2.81 2.81 0 00.854-2.063 2.81 2.81 0 00-.854-2.062 2.81 2.81 0 00-2.063-.854H7.5V10Zm5.299 8.48c.2.18.447.27.743.27h4.166c.295 0 .542-.09.742-.27.2-.18.3-.402.3-.668V15a.86.86 0 00-.299-.668 1.07 1.07 0 00-.743-.27v-.937c.001-.515-.203-.956-.611-1.324a2.124 2.124 0 00-1.472-.551c-.572 0-1.062.183-1.47.55-.41.368-.613.81-.613 1.325v.938a1.063 1.063 0 00-.742.269c-.2.18-.3.402-.3.668v2.813a.86.86 0 00.299.667Zm3.868-5.355v.938h-2.084v-.938a.86.86 0 01.3-.668c.2-.18.447-.27.742-.27.294 0 .542.09.742.27.2.18.3.402.3.668Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--box {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg fill='black'%3E%3Cpath d='m30 13.214-9.85 5.638-.27.151-2.634-3.304 10.632-5.832c.058.084.119.163.166.243.596.938 1.19 1.876 1.78 2.814.053.082.12.157.176.237v.053ZM5.644 9.036 9.74 7.018c2.015-.992 4.033-1.982 6.052-2.968a.524.524 0 01.398-.02c3.344 1.569 6.684 3.143 10.02 4.724.034.015.062.038.12.072-.08.05-.142.096-.21.133-3.31 1.82-6.622 3.635-9.934 5.444a.446.446 0 01-.364.016A2794.44 2794.44 0 015.826 9.15c-.05-.026-.094-.058-.182-.114Zm9.516 8.784v9.8c-.143-.072-.263-.129-.38-.19l-9.902-5.224a.399.399 0 01-.25-.418c.01-1.614 0-3.228 0-4.842v-.314c.136.072.23.12.32.17l6.756 3.868c.615.356.949.287 1.387-.268l1.86-2.334c.056-.07.115-.137.21-.248Z'/%3E%3Cpath d='M27.327 16.643c0 .119.011.193.011.266v4.677a.333.333 0 01-.185.35 5605.329 5605.329 0 00-10.174 5.579l-.146.069V17.83c.299.375.563.705.83 1.035l1.278 1.604c.373.468.743.54 1.264.237 2.276-1.3 4.552-2.603 6.827-3.906.085-.05.173-.094.295-.157ZM14.73 15.71l-2.624 3.296L2 13.217l2.089-3.13L14.73 15.71Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--brands {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='black' fill-rule='evenodd' d='M19.459 4.629c-.537.052-1.225.27-1.645.52a12.62 12.62 0 00-.849.602l-.568.435-.885-.093c-.688-.072-1.003-.075-1.42-.013a4.442 4.442 0 00-2.49 1.28c-.515.525-.74.88-1.112 1.752-.352.824-.24.722-1.433 1.297-1.02.491-1.697 1.167-2.187 2.185-.304.63-.47 1.33-.472 1.985v.439H2.5l.048.157c.027.086.408 1.208.848 2.494l.798 2.337-.798 2.337c-.44 1.285-.821 2.407-.848 2.494l-.048.157h3.897l.001.439c.005 1.767 1.042 3.393 2.66 4.17 1.191.573 1.08.472 1.432 1.296.372.872.597 1.227 1.112 1.752a4.441 4.441 0 002.49 1.28c.417.062.732.06 1.42-.013l.884-.093.606.462c1.089.83 1.846 1.113 2.969 1.113 1.132 0 1.891-.283 2.963-1.106l.611-.469.884.093c1.34.14 2.14-.018 3.103-.618.474-.295 1.079-.88 1.393-1.347.115-.171.352-.645.526-1.054.352-.824.24-.722 1.433-1.297 1.584-.762 2.517-2.163 2.637-3.958l.043-.648 1.945-.019c1.588-.015 1.951-.037 1.977-.116.017-.054.005-.08-.029-.06-.033.022-.431-1.049-.885-2.378l-.824-2.417.805-2.372c.443-1.304.838-2.425.876-2.492A.822.822 0 0037.5 15c0-.01-.885-.01-1.968.001l-1.967.02-.043-.652c-.05-.768-.178-1.255-.497-1.883-.475-.938-1.167-1.609-2.141-2.078-1.194-.575-1.081-.473-1.433-1.297-.174-.408-.411-.883-.526-1.054a5.389 5.389 0 00-1.393-1.347c-.962-.6-1.763-.759-3.103-.618l-.884.093-.61-.469c-1.201-.921-2.147-1.217-3.476-1.088Zm-.341 2.242c-.188.075-.754.453-1.26.84-.504.386-.931.703-.948.703-.017 0-.538-.067-1.157-.148-1.063-.14-1.151-.141-1.575-.034-.535.134-1.112.518-1.388.924-.106.157-.39.754-.629 1.326l-.435 1.042-.99.435c-1.177.519-1.465.704-1.78 1.145-.35.494-.585 1.328-.485 1.735l.043.179h2.712l.462-.72c.581-.904 1.794-2.169 2.655-2.769a9.859 9.859 0 013.602-1.584c1.008-.225 3.043-.225 4.05 0 1.338.3 2.48.801 3.603 1.584.86.6 2.074 1.865 2.654 2.768l.463.72h2.712l.043-.175c.051-.21-.06-.905-.198-1.236-.158-.38-.5-.818-.8-1.022-.152-.104-.724-.386-1.27-.626l-.994-.437-.43-1.038c-.237-.571-.519-1.168-.626-1.325-.277-.407-.853-.791-1.39-.926-.424-.107-.51-.105-1.589.036-.627.082-1.177.127-1.222.1-.045-.028-.45-.336-.899-.684-.45-.349-.987-.706-1.194-.793-.49-.208-1.248-.216-1.74-.02Zm-.003 5.063c-1.888.205-3.858 1.222-5.002 2.582-.192.228-.35.435-.35.459 0 .023 2.794.043 6.208.043 3.413 0 6.206-.02 6.206-.043 0-.024-.157-.23-.35-.46-1.177-1.4-3.101-2.373-5.111-2.586-.763-.08-.812-.08-1.6.005ZM5.442 17.19c0 .035.212.683.47 1.44l.47 1.377-.47 1.376c-.258.757-.47 1.405-.47 1.44 0 .038 5.86.064 14.529.064 8.668 0 14.528-.026 14.528-.064 0-.035-.212-.683-.47-1.44l-.47-1.377.47-1.376c.258-.757.47-1.405.47-1.44 0-.038-5.86-.064-14.529-.064-8.668 0-14.528.026-14.528.064Zm9.003 2.08-.714.737.732.755.733.754.732-.754.733-.755-.714-.738c-.393-.406-.731-.738-.751-.738-.02 0-.358.332-.75.738Zm4.775 0-.714.737.732.755.733.754.732-.754.732-.755-.714-.738c-.393-.406-.73-.738-.75-.738-.02 0-.358.332-.751.738Zm4.774 0-.714.737.733.755.732.754.732-.754.733-.755-.714-.738c-.393-.406-.73-.738-.751-.738-.02 0-.358.332-.75.738ZM8.471 25.171c-.1.407.134 1.241.486 1.735.314.442.602.627 1.779 1.145l.99.435.435 1.042c.24.572.523 1.17.63 1.326.275.406.852.79 1.387.924.424.107.512.105 1.59-.036.627-.082 1.177-.127 1.222-.098.045.028.45.334.9.68 1.105.849 1.272.923 2.08.923.813 0 1.003-.084 2.092-.929.444-.344.844-.648.89-.675.044-.028.594.017 1.221.099 1.078.141 1.165.143 1.59.037.536-.136 1.112-.52 1.389-.926.107-.158.389-.755.626-1.325l.43-1.039.994-.437c.546-.24 1.118-.522 1.27-.626.3-.204.642-.641.8-1.021.138-.332.249-1.026.198-1.237l-.043-.175h-2.712l-.463.72c-.58.903-1.793 2.168-2.654 2.768a9.858 9.858 0 01-3.603 1.584c-1.007.225-3.042.225-4.05 0a9.858 9.858 0 01-3.602-1.584c-.86-.6-2.074-1.865-2.655-2.768l-.462-.72H8.514l-.043.178Zm5.293-.135c0 .023.157.23.349.458 1.185 1.409 3.105 2.376 5.14 2.59 2.39.25 5.076-.808 6.575-2.59.192-.228.35-.435.35-.458 0-.024-2.794-.043-6.207-.043-3.414 0-6.207.019-6.207.043Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--cancel {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' width='22' height='22'%3E%3Cpath fill='black' d='M16.256 5.752a.83.83 0 00-1.176 0L11 9.824l-4.08-4.08A.832.832 0 005.744 6.92L9.824 11l-4.08 4.08a.833.833 0 001.176 1.176l4.08-4.08 4.08 4.08a.833.833 0 001.42-.588.832.832 0 00-.244-.588L12.176 11l4.08-4.08a.836.836 0 000-1.168Z'/%3E%3C/svg%3E");
}

.icon--lestate--cart {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath fill='black' d='M9 9.563a3.75 3.75 0 01-3.75-3.75h1.5a2.25 2.25 0 104.5 0h1.5A3.75 3.75 0 019 9.563Zm0-7.5a2.25 2.25 0 012.25 2.25h-4.5A2.25 2.25 0 019 2.063Zm5.25 2.25h-1.5a3.75 3.75 0 10-7.5 0h-1.5c-.832 0-1.5.667-1.5 1.5v9a1.5 1.5 0 001.5 1.5h10.5a1.5 1.5 0 001.5-1.5v-9a1.5 1.5 0 00-1.5-1.5Z'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--catalog {
  width: 1.06em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 18' width='19' height='18'%3E%3Cpath fill='black' d='M3.5 13.5a.726.726 0 01-.535-.216.723.723 0 01-.215-.534c0-.213.072-.39.216-.535A.723.723 0 013.5 12h8.063c.212 0 .39.072.534.216a.723.723 0 01.216.534c0 .213-.072.39-.216.535a.723.723 0 01-.534.215H3.5Zm0-3.75a.726.726 0 01-.535-.216A.723.723 0 012.75 9c0-.213.072-.39.216-.535A.723.723 0 013.5 8.25h12c.213 0 .39.072.535.216A.723.723 0 0116.25 9c0 .213-.072.39-.216.535a.723.723 0 01-.534.215h-12ZM3.5 6a.726.726 0 01-.535-.216.723.723 0 01-.215-.534c0-.213.072-.39.216-.535A.723.723 0 013.5 4.5h12c.213 0 .39.072.535.216a.723.723 0 01.215.534c0 .213-.072.39-.216.535A.723.723 0 0115.5 6h-12Z'/%3E%3C/svg%3E");
}

.icon--lestate--certificate {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='black' fill-rule='evenodd' d='M2.5 19.423v18.173h35l-.005-1.733c-.008-3.231-1.38-4.78-4.23-4.78h-1.068v-1.99c0-1.612.1-2.258.53-3.387.292-.768.53-1.766.53-2.218 0-1.861-1.3-3.563-3.125-4.088l-1.117-.322V1.25H2.5v18.173Zm2.121-.105v15.967h15.65l.148-.788c.388-2.068 1.727-3.244 3.849-3.377l1.353-.086v-2.051c0-1.676-.097-2.307-.53-3.447-.834-2.195-.629-3.555.753-4.994l.838-.872V3.35H4.622v15.968ZM7.167 7.343v1.05h16.969v-2.1H7.167v1.05Zm0 4.202v1.05h16.969v-2.1H7.167v1.05Zm0 4.201v1.05h16.969v-2.1H7.167v1.05Zm.085 3.445c-.062.161-.083.657-.047 1.103l.068.81 4.19.057 4.189.057v-2.32h-4.143c-3.349 0-4.165.056-4.257.293Zm20.295 2.772c-.806.671-.86 1.555-.199 3.238.375.954.472 1.745.557 4.55l.104 3.393-2.274.073c-2.088.066-2.306.113-2.678.568-.223.273-.405.722-.405.998v.502h12.773l-.143-.578c-.29-1.178-.774-1.41-3.09-1.49l-2.116-.072v-3.243c0-2.955.05-3.389.564-4.897.502-1.473.534-1.729.288-2.316-.54-1.29-2.261-1.66-3.381-.726Zm-12.93 1.557c-1.097.257-2.377 1.262-2.943 2.31-.425.79-.497 1.18-.434 2.352s.185 1.557.736 2.311c1.988 2.727 6.193 2.475 7.7-.46.59-1.146.704-2.023.418-3.202-.351-1.45-1.796-2.92-3.217-3.274-1.098-.274-1.234-.277-2.26-.037Zm-.427 2.639c-1.657 1.381-.657 4.084 1.511 4.084.674 0 .985-.142 1.563-.714.601-.596.72-.866.716-1.629-.01-1.998-2.248-3.027-3.79-1.741Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--check-mark {
  width: 1.04em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 26' width='27' height='26'%3E%3Cpath fill='black' d='m11.333 14.733 6.392-6.391c.199-.199.451-.298.758-.298s.56.099.759.298c.198.198.298.451.298.758s-.1.56-.298.758l-7.15 7.15a1.04 1.04 0 01-.759.325 1.04 1.04 0 01-.758-.325l-2.817-2.816a1.027 1.027 0 01-.298-.759c0-.307.1-.56.298-.758.199-.199.452-.298.759-.298s.56.1.758.298l2.058 2.058Z'/%3E%3C/svg%3E");
}

.icon--lestate--chevron-bottom {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M23.046 12.39a1.329 1.329 0 00-1.88 0l-5.173 5.173-5.174-5.173a1.33 1.33 0 00-1.88 1.88l6.12 6.12a1.327 1.327 0 001.88 0l6.12-6.12c.507-.507.507-1.36-.013-1.88Z'/%3E%3C/svg%3E");
}

.icon--lestate--chevron-right {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M7.742 5.592a.83.83 0 000 1.175L10.975 10l-3.233 3.233a.832.832 0 001.175 1.175l3.825-3.825a.83.83 0 000-1.175L8.917 5.583a.838.838 0 00-1.175.009Z'/%3E%3C/svg%3E");
}

.icon--lestate--chevron-top {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' width='22' height='22'%3E%3Cpath fill='black' d='M6.147 13.482a.913.913 0 001.293 0l3.557-3.557 3.556 3.557a.913.913 0 101.293-1.293l-4.208-4.207a.913.913 0 00-1.292 0l-4.208 4.207a.921.921 0 00.01 1.293Z'/%3E%3C/svg%3E");
}

.icon--lestate--close {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 13.757-6.148 6.148c-.23.23-.523.345-.879.345-.355 0-.648-.115-.878-.345-.23-.23-.345-.523-.345-.878 0-.356.115-.649.345-.879L10.243 12 4.095 5.852c-.23-.23-.345-.523-.345-.879 0-.355.115-.648.345-.878.23-.23.523-.345.878-.345.356 0 .649.115.879.345L12 10.243l6.148-6.148c.23-.23.523-.345.879-.345.355 0 .648.115.878.345.23.23.345.523.345.878 0 .356-.115.649-.345.879L13.757 12l6.148 6.148c.23.23.345.523.345.879 0 .355-.115.648-.345.878-.23.23-.523.345-.878.345-.356 0-.649-.115-.879-.345L12 13.757Z'/%3E%3C/svg%3E");
}

.icon--lestate--contacts {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg fill='black'%3E%3Cpath d='M21.45 2H10.144A4.148 4.148 0 006 6.144v19.712A4.148 4.148 0 0010.144 30H21.45a4.148 4.148 0 004.144-4.144V6.144A4.147 4.147 0 0021.45 2ZM10.144 3.907H21.45a2.234 2.234 0 012.232 2.232V21.93H7.912V6.144a2.234 2.234 0 012.232-2.237ZM21.45 28.083H10.144a2.234 2.234 0 01-2.232-2.227v-2.012h15.77v2.012a2.236 2.236 0 01-2.232 2.232v-.005Z'/%3E%3Cpath d='M15.535 6.664a.765.765 0 10.003-1.531.765.765 0 00-.004 1.531Zm0 18.375a.766.766 0 100 1.533.766.766 0 000-1.533Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--cookie {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M16 29.333c-1.844 0-3.578-.35-5.2-1.05a13.485 13.485 0 01-4.233-2.85c-1.2-1.2-2.15-2.61-2.85-4.233-.7-1.622-1.05-3.356-1.05-5.2 0-1.8.372-3.55 1.117-5.25a14.107 14.107 0 013.099-4.483C8.205 4.977 9.778 4 11.6 3.333c1.822-.666 3.822-.866 6-.6.333.045.589.184.767.418.177.233.277.55.3.949.044 1.422.572 2.639 1.584 3.65 1.011 1.01 2.217 1.538 3.616 1.583.466.023.822.156 1.066.4.245.245.378.622.4 1.134.045.933.328 1.7.851 2.3.523.6 1.25 1.055 2.183 1.366.31.111.55.273.717.484.167.212.25.473.25.783a12.603 12.603 0 01-.967 5.233 13.741 13.741 0 01-2.834 4.318 13.188 13.188 0 01-4.266 2.916c-1.645.71-3.4 1.066-5.267 1.066Zm-2-16a1.93 1.93 0 001.417-.584A1.92 1.92 0 0016 11.333a1.93 1.93 0 00-.584-1.417A1.924 1.924 0 0014 9.333a1.93 1.93 0 00-1.417.584c-.39.39-.584.862-.583 1.416 0 .556.195 1.028.584 1.418.39.389.861.583 1.416.582ZM11.333 20a1.93 1.93 0 001.418-.584c.389-.39.583-.861.582-1.416a1.93 1.93 0 00-.584-1.417A1.924 1.924 0 0011.333 16a1.93 1.93 0 00-1.417.584c-.39.39-.584.861-.583 1.416 0 .555.195 1.028.584 1.417.39.39.862.584 1.416.583ZM20 21.333c.378 0 .695-.128.95-.384a1.28 1.28 0 00.383-.949c0-.378-.128-.695-.384-.95a1.285 1.285 0 00-.949-.383c-.378 0-.695.128-.95.384a1.285 1.285 0 00-.383.949c0 .378.128.695.384.95.256.257.572.384.949.383Z'/%3E%3C/svg%3E");
}

.icon--lestate--cooperation1 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M13.056.136c-1.199.513-1.759 1.39-1.763 2.76l-.003.893h1.962V3.05c0-.574.058-.793.262-.985.336-.316.79-.314 1.153.005.258.226.286.374.286 1.485v1.233l-.752.326c-.631.274-1.005.339-2.322.401-1.182.056-1.72.138-2.175.33-.796.337-1.572 1.01-1.96 1.698L7.43 8.1H2v19.459h10.357l-.09.4c-.25 1.117-1.133 1.694-2.589 1.694h-.874V31.5h14.392v-1.847h-.888c-1.206 0-1.945-.347-2.35-1.104-.573-1.07-.969-.99 4.874-.99H30V8.099h-5.456l-.23-.479c-.311-.65-1.176-1.42-1.968-1.754-.51-.214-1.013-.292-2.29-.356-1.37-.068-1.755-.133-2.377-.402l-.741-.321-.044-1.525c-.04-1.423-.067-1.558-.404-2.037-.55-.78-1.275-1.175-2.24-1.22-.483-.022-.959.03-1.195.13Zm2.192 6.566-.687.285v.685c0 1.115.476 1.66 1.452 1.66.935 0 1.478-.595 1.487-1.63l.005-.624-.785-.33-.785-.33-.687.284Zm-4.493.777c-.554.158-.983.477-1.21.9-.117.22-.511 1.507-.876 2.861a232.95 232.95 0 01-.733 2.685c-.063.2.013.218.759.185l.828-.037.038-1.262.037-1.263h1.952V18.2h8.898v-6.651h2.093v2.586h.785c.543 0 .784-.048.782-.154-.01-.413-1.545-5.523-1.748-5.814-.328-.472-1.176-.8-2.076-.803l-.752-.003v.47c0 1.844-1.565 3.37-3.468 3.384-1.9.014-3.346-1.254-3.553-3.115l-.082-.74-.668.011c-.368.006-.82.055-1.007.108Zm-6.792 8.257V21.4h5.626v-5.418H7.495c-1.588 0-2.093-.037-2.092-.154 0-.085.348-1.415.772-2.956l.77-2.802H3.964v5.666Zm21.196-5.565c0 .056.353 1.372.785 2.925.431 1.554.785 2.838.785 2.855 0 .017-.942.031-2.093.031h-2.094v5.419h5.495V10.07h-1.439c-.791 0-1.44.046-1.44.101ZM11.55 20.724v.677h8.898v-1.355H11.55v.678ZM3.963 24.48v1.232h24.074v-2.464H3.963v1.232Zm10.336 3.367c0 .268-.236 1.092-.456 1.59-.089.2.063.216 2.157.216 2.095 0 2.246-.015 2.155-.216-.314-.698-.443-1.123-.448-1.478l-.006-.4H16c-1.696 0-1.7 0-1.7.288Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--cooperation2 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M17.338 5.228v3.229H8.167l-.112-.41c-.876-3.2-1.059-3.877-1.059-3.919 0-.027-1.124-.049-2.498-.049H2V5.72h3.593l.115.411c.684 2.453 4.89 18.082 4.89 18.17 0 .065-.11.151-.245.192-.134.04-.457.253-.715.472-1.99 1.69-.89 4.794 1.778 5.021 1.765.151 3.29-1.124 3.302-2.761.003-.362-.038-.817-.09-1.013l-.097-.355h6.762l-.09.3c-.18.611-.09 1.808.172 2.282.7 1.263 2.302 1.865 3.754 1.41 1.185-.37 2.086-1.551 2.086-2.734 0-1.054-.707-2.122-1.715-2.59l-.551-.255-6.268-.055-6.267-.055-.364-1.367-.445-1.669-.08-.3 7.634-.028 7.634-.028 1.602-6.019c.88-3.31 1.603-6.08 1.605-6.156.003-.107-1.165-.136-5.458-.136h-5.461V2h-1.743v3.228ZM8.666 10.29c.033.105.561 2.063 1.175 4.35a622.653 622.653 0 001.178 4.35c.057.182.475.191 7.22.165l7.16-.029 1.12-4.213 1.2-4.514.081-.3h-8.72v3.66l1.02-.955 1.02-.956.634.603.633.604-2.088 1.97-2.088 1.968-2.09-1.968-2.09-1.969.633-.604.634-.604 1.02.956 1.02.956v-3.661h-4.365c-4.103 0-4.362.01-4.307.19Zm2.37 15.732a1.426 1.426 0 00-.494.489c-.716 1.303 1.013 2.484 2.09 1.426.73-.72.244-1.922-.824-2.035-.28-.03-.576.016-.772.12Zm12.497-.005c-.407.167-.734.656-.734 1.098 0 1.079 1.436 1.628 2.25.86a1.179 1.179 0 00-.33-1.946c-.467-.208-.7-.21-1.186-.012Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--cooperation3 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M2.396 2.558c-.372.438-.45.597-.364.736.178.283 2.427 1.76 3.618 2.376 1.933 1 4.304 1.806 6.672 2.267l.303.06v2.174H3.497V30H28.35V10.171h-9.018V9.09c0-1.196-.046-1.123.826-1.266 2.012-.33 5.11-1.524 7.243-2.792C28.58 4.329 30 3.336 30 3.213c0-.103-.88-1.15-1.004-1.196-.057-.02-.311.131-.567.338-1.242 1.004-4.304 2.603-6.072 3.17-.88.283-2.63.722-2.883.723-.097 0-.143-.373-.165-1.334l-.031-1.334-3.327-.03-3.326-.028v2.752l-.523-.078c-.726-.107-2.864-.76-3.985-1.216C6.544 4.34 4.4 3.114 3.35 2.255 3.181 2.115 3.002 2 2.956 2c-.046 0-.298.251-.56.558Zm11.878 5.979v3.268h3.3V5.268h-3.3v3.269Zm.88-.876v.876h1.659l-.032-.844-.032-.845-.798-.032-.797-.032v.877ZM5.147 20.03v8.226H26.7V11.805h-7.368v1.635h-6.708v-1.635H5.147v8.226Zm5.98-4.86a3.542 3.542 0 00-2.312 1.848c-.249.507-.328 1.821-.144 2.377.077.23.263.603.414.83.157.235.232.449.176.496-.055.045-.338.269-.627.497-1.152.905-1.695 2.163-1.805 4.178l-.066 1.226h10.04v-1.117c-.003-1.826-.395-2.875-1.479-3.962-.366-.367-.763-.718-.883-.781-.201-.106-.204-.13-.04-.314.478-.538.688-1.166.688-2.052 0-1.015-.28-1.68-.998-2.364-.739-.707-2.06-1.09-2.964-.862Zm7.326 2.409v.871h3.3v-1.742h-3.3v.872Zm-7.583-.477c-.866.72-.894 1.776-.069 2.54.403.372 1.399.439 1.9.127.965-.6.965-2.157 0-2.74-.537-.325-1.396-.29-1.831.072Zm7.583 3.745v.872h6.598v-1.742h-6.598v.871Zm-7.807 1.062c-1.026.358-2.09 1.77-2.09 2.77v.308h6.615l-.073-.354c-.271-1.314-.778-2.035-1.799-2.558-.589-.303-.804-.355-1.426-.348-.403.005-.955.087-1.227.182Zm7.807 2.261v.817h6.598v-1.634h-6.598v.817Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--cooperation4 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M13.995 4.071c-.04.039-.073.829-.073 1.755V7.51l-1.777.029-1.778.03v20.876l8.012.028 8.012.027v-3.516H30V9.457l-2.745-2.729L24.509 4h-5.22c-2.872 0-5.254.032-5.294.071Zm1.677 10.42v8.788h12.687V10.604h-5.031v-4.9h-7.656v8.788Zm9.297-6.55v1.065h2.238l-1.09-1.065c-.6-.586-1.103-1.065-1.119-1.065-.016 0-.03.48-.03 1.065ZM12.062 18.007v8.787H24.75v-1.808l-5.387-.028-5.386-.028-.028-7.855-.028-7.856h-1.858v8.788ZM3.75 13.054v.852h4.484v-1.704H3.75v.852Zm14 .266v.799h8.531v-1.598H17.75v.8ZM2 16.25v.851h4.156v-1.704H2v.852Zm15.75.266v.799h8.531v-1.598H17.75v.799Zm-14 2.929v.852h4.484v-1.704H3.75v.852Zm18.922.266v.799h3.609v-1.598h-3.609v.8Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--cooperation5 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M4.58 2.068a3.864 3.864 0 00-2.278 1.905L2 4.546v22.931l.302.572a3.824 3.824 0 001.65 1.65l.573.301h12.298l.573-.302a3.77 3.77 0 001.645-1.65c.25-.483.303-.745.341-1.69l.046-1.118 3.914-.034 3.913-.034.62-.29a3.89 3.89 0 001.834-1.833l.291-.62V9.594l-.29-.62a3.89 3.89 0 00-1.835-1.833l-.62-.29-3.913-.033-3.914-.032-.045-1.12c-.04-.946-.092-1.208-.342-1.692a3.77 3.77 0 00-1.645-1.65l-.573-.3-5.984-.02c-3.291-.012-6.108.018-6.259.065Zm.165 1.751c-.522.24-.756.485-.984 1.029-.147.352-.169 1.558-.169 9.459v9.055h14.165v-9.055c0-7.9-.022-9.107-.169-9.46-.228-.543-.462-.788-.984-1.028-.408-.187-.834-.201-5.93-.201-5.094 0-5.521.014-5.929.201Zm5.326 2.96c0 .518-.014.54-.538.865-.755.47-1.147 1.164-1.155 2.047-.011 1.24.617 1.92 2.395 2.594.49.186.976.439 1.082.563.612.717-.37 1.863-1.433 1.671-.516-.093-.77-.22-1.15-.575l-.305-.284-.612.611-.611.611.502.411a5.23 5.23 0 001.136.668l.634.257.033.56.033.559.79-.032.79-.032.033-.62c.029-.537.066-.629.278-.682.418-.105 1.14-.812 1.437-1.408.521-1.046.322-2.239-.507-3.026-.222-.211-.78-.517-1.35-.74-1.324-.52-1.482-.635-1.482-1.08 0-.817.942-1.035 1.815-.42l.478.337.418-.334c.23-.184.515-.402.633-.486.208-.147.203-.164-.163-.542a4.125 4.125 0 00-.957-.672l-.577-.282V6.246H10.07v.532Zm9.333 2.917v1.268h9.004v-.388c0-.749-.47-1.522-1.153-1.899-.285-.157-.84-.186-4.09-.216l-3.761-.034v1.269Zm0 4.12v1.098h9.004v-2.195h-9.004v1.098Zm0 6.316v3.463l3.76-.034c4.063-.037 4.087-.04 4.662-.656.53-.567.582-.896.582-3.654V16.67h-9.004v3.463Zm-11.75-.171v.878h6.04v-1.756h-6.04v.878Zm15.374 0v.884l1.51-.03 1.51-.031v-1.646l-1.51-.03-1.51-.031v.884ZM3.592 25.889c0 1.307.309 1.926 1.153 2.314.345.158.713.202 1.713.204l1.273.002-.2-.576a4.17 4.17 0 01-.198-1.124c0-.302.09-.808.199-1.125l.199-.576H3.592v.881Zm6.365-.634c-.649.326-1.042 1.061-.929 1.734.154.906 1.075 1.541 1.987 1.37.59-.11 1.2-.744 1.303-1.352.116-.692-.269-1.421-.926-1.752-.27-.136-.592-.247-.717-.247-.126 0-.449.11-.718.247Zm3.86.329c.11.317.2.823.2 1.125 0 .301-.09.807-.2 1.124l-.199.576 1.273-.002c1-.002 1.368-.046 1.713-.204.844-.388 1.153-1.007 1.153-2.314v-.881h-4.139l.2.576Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--cooperation6 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M13.24 4.348v2.349l-1.434.03-1.434.03 2.759 3.474c1.517 1.91 2.759 3.497 2.759 3.527 0 .03-2.225.055-4.945.055H6.001L4.02 16.83C2.93 18.491 2.021 19.895 2 19.948c-.02.056.825.099 1.96.099h1.996V30h20.088v-9.953h1.996c1.135 0 1.98-.043 1.96-.099-.02-.053-.93-1.456-2.02-3.117L26 13.813h-4.944c-2.72 0-4.945-.025-4.945-.055s1.242-1.617 2.76-3.527l2.758-3.473-1.434-.03-1.434-.031V2h-5.52v2.348Zm1.656 1.639v2.345l-.55.033-.55.033 1.042 1.313c.573.722 1.096 1.312 1.162 1.312.066 0 .59-.59 1.162-1.312l1.042-1.313-.55-.033-.55-.033V3.641h-2.208v2.346ZM6.863 15.59c-.198.238-1.7 2.52-1.758 2.671-.046.119.625.145 3.69.145h3.746l.874-1.331c.48-.732.914-1.397.962-1.476.126-.208-7.342-.216-7.514-.01Zm10.759.007c.049.08.482.746.963 1.478l.874 1.331h3.734c2.054 0 3.734-.037 3.734-.082-.001-.045-.412-.697-.915-1.449l-.913-1.367-3.783-.029c-3.142-.024-3.768-.004-3.694.118Zm-3.378 3.247-.785 1.203H7.611v8.312h7.506V23c0-2.948-.02-5.36-.044-5.36-.025 0-.398.542-.83 1.204ZM16.883 23v5.36h7.506v-1.641h-2.87v-1.64h2.87v-1.641h-2.87v-1.641h2.87v-1.75H18.54l-.785-1.203c-.431-.662-.804-1.203-.829-1.203-.024 0-.044 2.411-.044 5.359Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--cooperation7 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M2 14.634v8.634h3.275l.222.64c.46 1.335 2.23 2.287 3.824 2.058 1.048-.15 2.265-1.106 2.628-2.064l.24-.634h7.67l.221.64c.461 1.335 2.23 2.287 3.825 2.058 1.047-.15 2.265-1.106 2.627-2.064l.24-.634H30v-4.224l-.002-4.224-1.408-1.694c-.775-.931-1.996-2.41-2.713-3.288l-1.304-1.594-1.516-.054-1.515-.055-.059-1.067L21.425 6H2v8.634Zm1.75-5.292v1.671h6.417c3.529 0 6.414.021 6.412.047-.002.025-.38 1.258-.84 2.739l-.835 2.692-5.577.05-5.577.049v5.007l.826-.007c.743-.006.882-.083 1.369-.755.59-.814 1.81-1.458 2.763-1.458.84 0 2.072.588 2.682 1.28.29.328.527.674.527.769 0 .099 1.679.171 3.986.171h3.986V7.671H3.75v1.671Zm17.694 2.785v2.229h2.933c1.696 0 2.906-.072 2.868-.17-.035-.094-.829-1.097-1.764-2.229L23.782 9.9h-2.338v2.229ZM3.75 13.8v1.114h9.889l.306-1.004c.168-.552.305-1.053.305-1.114 0-.06-2.363-.11-5.25-.11H3.75V13.8Zm17.824 2.352c-.071.068-.13.913-.13 1.878 0 1.732.006 1.753.438 1.633 1.15-.32 1.748-.326 2.57-.027.804.294 2.048 1.376 2.048 1.783 0 .099.438.18.972.18h.972v-5.571h-3.37c-1.854 0-3.429.055-3.5.124ZM7.697 21.369c-.674.506-.883 1.247-.56 1.986.315.719.81 1.027 1.645 1.027 1.534 0 2.289-1.942 1.126-2.897-.642-.528-1.595-.578-2.21-.116Zm14.817-.114c-.636.331-.875.742-.875 1.5 0 1.465 1.668 2.156 2.853 1.183a1.59 1.59 0 000-2.453c-.577-.474-1.342-.563-1.978-.23Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--cooperation8 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M2 6.015V9.03h1.64v13.667h14.942l.14.628c.31 1.389 1.411 3.036 2.665 3.988.832.63 2.365 1.354 2.872 1.354.497 0 2.038-.72 2.817-1.317a7.276 7.276 0 002.105-2.492c.732-1.384.82-1.957.82-5.372v-2.919h-4.923V9.03h1.64V3H2v3.015Zm1.64 0v1.507h6.564V4.507H3.641v1.508Zm8.313 1.681v3.19l1.203-1.103 1.203-1.102 1.204 1.102 1.203 1.103V4.507h-4.813v3.19Zm6.563-1.681v1.507h6.562V4.507h-6.562v1.508ZM5.28 15.06v6.03h13.235v-4.523h4.923V9.03h-4.922v2.763c0 1.52-.037 2.764-.081 2.764-.045 0-.98-.825-2.078-1.833l-1.998-1.833-1.997 1.833c-1.098 1.008-2.033 1.833-2.078 1.833-.045 0-.08-1.244-.08-2.764V9.03H5.281v6.03Zm14.877 5.1c.002 2.304.128 3.024.724 4.145.498.936 1.633 2.005 2.659 2.504l.704.342.717-.34c1.02-.483 2.159-1.555 2.67-2.51.597-1.113.723-1.836.726-4.141l.001-1.985h-8.203l.002 1.985Zm4.62.952-1.337 1.23-.55-.499-.55-.497-.572.525-.572.525 1.12 1.03 1.12 1.029 1.94-1.782 1.939-1.781-.54-.505c-.298-.277-.568-.504-.6-.504-.033 0-.662.553-1.397 1.23Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--copy {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' width='28' height='28'%3E%3Cpath fill='black' fill-rule='evenodd' d='M9.52 6.16h8.73c1.249 0 1.701.13 2.158.374.456.244.814.602 1.058 1.058.244.457.374.91.374 2.157v8.73a1.12 1.12 0 102.24 0V9.664c0-1.997-.208-2.721-.598-3.451a4.07 4.07 0 00-1.694-1.694c-.73-.39-1.454-.598-3.451-.598H9.52a1.12 1.12 0 000 2.24ZM7.51 8.4c-.988 0-1.56.054-2.158.374a2.544 2.544 0 00-1.058 1.058c-.32.598-.374 1.17-.374 2.157v8.501c0 .988.054 1.56.374 2.158.244.456.602.814 1.058 1.058.598.32 1.17.374 2.157.374h8.501c.988 0 1.56-.054 2.158-.374a2.546 2.546 0 001.058-1.058c.32-.598.374-1.17.374-2.158v-8.5c0-.989-.055-1.56-.374-2.158a2.545 2.545 0 00-1.058-1.058c-.598-.32-1.17-.374-2.158-.374h-8.5Zm-1.101 2.35a.581.581 0 01.22-.07c.155-.024.407-.04.88-.04h8.501c.474 0 .726.016.88.04.12.019.165.039.221.07a.308.308 0 01.14.139c.03.056.05.1.069.22.024.155.04.407.04.88v8.501c0 .474-.016.726-.04.88a.584.584 0 01-.07.221.309.309 0 01-.139.14.584.584 0 01-.22.068c-.155.025-.407.04-.88.04H7.508c-.473 0-.725-.015-.88-.04a.583.583 0 01-.22-.068.308.308 0 01-.14-.14.584.584 0 01-.069-.22c-.024-.155-.04-.407-.04-.88v-8.502c0-.473.016-.725.04-.88a.584.584 0 01.07-.22.307.307 0 01.139-.14Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--delivery {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='black' fill-rule='evenodd' d='M2.5 18.293v10.792h4.094l.277.801c.576 1.668 2.787 2.857 4.78 2.572 1.31-.188 2.832-1.383 3.285-2.58l.3-.793h9.587l.277.801c.577 1.668 2.787 2.857 4.78 2.572 1.31-.188 2.832-1.383 3.286-2.58l.3-.793H37.5l-.001-5.28v-5.28l-1.762-2.117a762.305 762.305 0 01-3.391-4.11l-1.63-1.993-1.895-.068-1.894-.068-.073-1.334-.073-1.335H2.5v10.793Zm2.188-6.615v2.089h8.02c4.412 0 8.019.026 8.016.058-.003.032-.475 1.572-1.05 3.423l-1.043 3.366-6.972.061-6.972.062v6.26l1.033-.01c.928-.007 1.103-.103 1.71-.943.739-1.018 2.263-1.823 3.455-1.823 1.051 0 2.59.735 3.352 1.6.363.41.659.843.659.961 0 .124 2.099.215 4.982.215h4.983V9.588H4.688v2.089Zm22.118 3.481v2.786h3.666c2.119 0 3.631-.09 3.585-.213-.045-.117-1.037-1.37-2.205-2.785l-2.124-2.573h-2.922v2.785ZM4.687 17.25v1.392h12.361l.383-1.254c.21-.69.381-1.317.381-1.393 0-.076-2.953-.138-6.562-.138H4.687v1.392Zm22.28 2.94c-.088.084-.161 1.141-.161 2.347 0 2.165.007 2.192.546 2.041 1.439-.4 2.186-.408 3.212-.033 1.006.367 2.561 1.72 2.561 2.229 0 .123.547.224 1.215.224h1.216v-6.964h-4.213c-2.318 0-4.286.07-4.375.155ZM9.623 26.711c-.843.632-1.104 1.558-.7 2.482.393.898 1.01 1.284 2.055 1.284 1.918 0 2.862-2.429 1.409-3.622-.804-.66-1.994-.722-2.764-.145Zm18.52-.144c-.794.415-1.093.929-1.093 1.876 0 1.83 2.085 2.695 3.566 1.478a1.987 1.987 0 000-3.066c-.72-.592-1.677-.703-2.473-.288Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--done-all {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='m5 14.417-3.542-3.542a.765.765 0 01-.24-.583.836.836 0 01.261-.584.88.88 0 01.584-.24.76.76 0 01.583.24l2.958 2.959 1.167 1.166-.604.584a.882.882 0 01-.584.24.761.761 0 01-.583-.24Zm4.708 0-3.541-3.542a.778.778 0 01-.23-.573c0-.23.077-.428.23-.594a.812.812 0 01.594-.25.81.81 0 01.593.25l2.938 2.938 7.083-7.084a.762.762 0 01.583-.239.842.842 0 01.584.26.88.88 0 01.24.584.761.761 0 01-.24.583l-7.667 7.667a.8.8 0 01-.583.25.8.8 0 01-.584-.25Zm.584-4.125L9.104 9.125l3.542-3.542a.777.777 0 01.572-.229c.23 0 .427.077.595.23.166.166.25.364.25.593 0 .23-.084.428-.25.594l-3.521 3.52Z'/%3E%3C/svg%3E");
}

.icon--lestate--download {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M6.667 26.667h18.666c.378 0 .695.128.951.384s.384.572.383.949c-.001.377-.13.694-.384.95a1.276 1.276 0 01-.95.383H6.667c-.378 0-.695-.128-.95-.384A1.296 1.296 0 015.333 28c0-.377.127-.693.384-.95.257-.255.574-.383.95-.383Zm9.333-3.5c-.2 0-.394-.045-.583-.134a1.293 1.293 0 01-.484-.4l-6.6-8.466C8 13.722 7.956 13.25 8.2 12.75s.644-.75 1.2-.751H12V4c0-.378.128-.694.384-.95a1.3 1.3 0 01.95-.383h5.333c.377 0 .694.128.95.384s.384.572.383.949v8h2.6c.555 0 .955.25 1.2.75.244.501.2.973-.133 1.417l-6.6 8.466a1.28 1.28 0 01-.484.4c-.19.09-.384.134-.583.134Z'/%3E%3C/svg%3E");
}

.icon--lestate--eac {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8.778 4H3v23h5.778v-2.968H5.889v-7.419h2.889v-2.226H5.889V6.968h2.889V4Zm5.778 23V16.613h2.889V27h2.889V4h-8.667v23h2.889Zm2.889-12.613h-2.889V6.226h2.889v8.161ZM23.222 4H29v2.968h-2.889v17.064H29V27h-5.778V4Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--email-fill {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M5.333 26.667a2.569 2.569 0 01-1.884-.784A2.563 2.563 0 012.667 24V8c0-.733.261-1.361.784-1.884a2.563 2.563 0 011.882-.783h21.334c.733 0 1.361.262 1.884.784.522.523.783 1.15.782 1.883v16c0 .733-.261 1.361-.784 1.884a2.562 2.562 0 01-1.882.783H5.333ZM16 17.1a1.41 1.41 0 00.7-.2l9.433-5.9a1.1 1.1 0 00.534-.967c0-.444-.19-.777-.567-1-.378-.222-.767-.21-1.167.034L16 14.667l-8.933-5.6c-.4-.245-.79-.25-1.167-.016-.378.233-.567.561-.567.982 0 .223.045.417.134.584a.883.883 0 00.4.383l9.433 5.9a1.402 1.402 0 00.7.2Z'/%3E%3C/svg%3E");
}

.icon--lestate--error {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M23.646 8.367a1.209 1.209 0 00-1.712 0L16 14.289l-5.934-5.935a1.21 1.21 0 00-1.712 1.712L14.29 16l-5.935 5.934a1.21 1.21 0 001.712 1.712L16 17.71l5.934 5.935a1.21 1.21 0 001.712-1.712L17.71 16l5.935-5.934a1.216 1.216 0 000-1.7Z'/%3E%3C/svg%3E");
}

.icon--lestate--free-delivery {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='black' fill-rule='evenodd' d='M9.881 2.668C8.416 3.306 7.36 5.045 7.528 6.54c.05.455.146 1.007.211 1.227l.119.4H2.5v24.536h1.805c1.724 0 1.813.018 1.955.407.238.647 1.474 1.694 2.158 1.827.34.066 1.005.082 1.475.035.98-.098 1.94-.783 2.375-1.698l.267-.563 7.376.007 7.377.006.514.73c.888 1.256 1.3 1.471 2.827 1.471 1.244 0 1.393-.04 1.993-.544.357-.3.77-.796.917-1.103l.267-.558 1.801-.053 1.802-.053.045-4.454.046-4.453-1.607-3.547c-.884-1.951-1.886-4.167-2.226-4.925l-.619-1.378h-7.562v-5.69h-5.304l.102-1.134c.056-.624.052-1.411-.01-1.75-.145-.805-1.194-2.058-2.068-2.47-1.206-.567-3.008-.343-3.891.485-.264.248-.358.227-1.016-.225-.581-.398-.952-.507-1.86-.544-.624-.026-1.325.036-1.558.138Zm.466 2.258c-.736.473-.922 1.618-.396 2.45.309.488 1.367.838 2.295.758l.632-.054.052-.932c.111-2-1.188-3.118-2.583-2.222Zm5.169.214c-.478.496-.506.602-.459 1.734l.051 1.206 1.115-.034c1.009-.031 1.16-.086 1.587-.58.654-.76.643-1.636-.03-2.334-.695-.72-1.564-.717-2.264.008ZM4.558 12.08v1.778h5.661v-3.556H4.56v1.778Zm7.72 2.33c0 3.845.019 4.1.3 3.976 1.014-.447 1.568-.5 2.259-.22l.7.286v-8.15h-3.26v4.108Zm5.318-2.33v1.778h5.66v-3.556h-5.66v1.778ZM4.558 23.28v7.112h.768c.663 0 .801-.066 1.014-.488.329-.653 1.109-1.401 1.703-1.634.777-.304 2.119-.226 2.86.165.66.35 1.546 1.353 1.546 1.752 0 .151 1.43.205 5.404.205h5.403V16.16l-2.787.05-2.788.048-.047 2.642c-.044 2.404-.074 2.634-.343 2.55-.163-.05-.996-.355-1.852-.677l-1.557-.587-1.68.659c-.923.362-1.747.658-1.83.658-.084 0-.153-1.2-.153-2.667v-2.667H4.56v7.112Zm20.928 0v7.112h.94c.85 0 .962-.046 1.185-.488.329-.653 1.109-1.401 1.703-1.634.786-.308 2.119-.226 2.879.175.379.2.93.72 1.227 1.156.476.7.613.791 1.191.791h.653v-5.511h-7.033v-8.712h-2.745v7.112Zm4.975-3.822v3.29h4.276l-.952-2.09a272.948 272.948 0 01-1.475-3.289c-.514-1.181-.533-1.2-1.186-1.2h-.663v3.29ZM8.345 30.683c-.472.622-.45 1.229.065 1.762.854.885 2.152.349 2.152-.89 0-1.255-1.484-1.838-2.217-.872Zm21.337-.032c-.232.24-.422.644-.422.897 0 .583.712 1.334 1.265 1.334.661 0 .957-.18 1.243-.752.684-1.372-1.022-2.582-2.087-1.479Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--fullscreen {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' width='960' height='960'%3E%3Cpath fill='black' d='M120-120v-200h80v120h120v80H120Zm520 0v-80h120v-120h80v200H640ZM120-640v-200h200v80H200v120h-80Zm640 0v-120H640v-80h200v200h-80Z'/%3E%3C/svg%3E");
}

.icon--lestate--fullscreen-exit {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' width='960' height='960'%3E%3Cpath fill='black' d='M240-120v-120H120v-80h200v200h-80Zm400 0v-200h200v80H720v120h-80ZM120-640v-80h120v-120h80v200H120Zm520 0v-200h80v120h120v80H640Z'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--green-line {
  width: 1.34em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' width='16' height='12'%3E%3Cmask id='svgID0' width='16' height='12' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23C4C4C4' d='M0 0h16v12H0z'/%3E%3C/mask%3E%3Cg fill='none'%3E%3Cg fill='black' clip-path='url(%23svgID1)' mask='url(%23svgID0)'%3E%3Cpath d='m-11.515-16 56.569 56.568-2.829 2.829-56.568-56.569zm-16 0 56.569 56.568-2.829 2.829-56.568-56.569zm32 0 56.569 56.568-2.829 2.829L1.657-13.172z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID1'%3E%3Cpath fill='%23fff' d='M-20 0h342v6a6 6 0 01-6 6H-14a6 6 0 01-6-6V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--guarantees1 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg fill='black' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M2.331 3.928c.365-.694 1.27-1.417 2.114-1.69.691-.223.879-.227 12.628-.232L29 2v28H4.954l-.034-8.034-.033-8.034-.943.6-.942.6v-7.62l-.33-.377c-.747-.851-.887-2.168-.34-3.207ZM4.626 6.47c-1.073-.793-.756-2.257.586-2.706.52-.174.944-.14 1.555.124.74.319 1.08.83 1.008 1.517-.068.664-.476 1.127-1.194 1.358-.742.239-1.361.145-1.955-.293Zm4.94-2.282a5.288 5.288 0 01-.194-.505c0-.023 3.977-.041 8.839-.041h8.84V28.36H6.901V13.914l.942.6.943.6.034-3.836c.032-3.64.047-3.85.295-4.144.637-.752.833-2.035.45-2.947Zm4.485 3.614V6.047h5.86l-.037.848-.038.847-2.892.03-2.893.029Zm-8.985 3.933c-.063 0-.114-.726-.114-1.613V8.508h1.95v1.613c0 .887-.035 1.613-.078 1.613-.042 0-.247-.101-.455-.226-.397-.238-.754-.215-1.031.067-.087.087-.21.16-.272.16Zm7.035-.653V9.328h9.76l-.038.848-.037.847-4.843.03-4.842.028Z'/%3E%3Cpath d='M15.644 13.715c-1.067.444-1.593 1.215-1.593 2.336v.715h-3.9v9.843H23.8v-9.843h-3.9v-.588c0-1.57-1.239-2.685-2.989-2.691a3.295 3.295 0 00-1.267.227ZM16 16.171c0-.511.048-.625.343-.82.422-.28.837-.29 1.223-.026.224.153.308.347.355.82l.061.62H16v-.594Zm-3.67 7.085c-.214.224-.224.12-.227-2.308l-.003-2.543h1.95v1.64H16v-1.64h1.95v1.64h1.95v-1.64h1.95v2.516c0 1.383-.025 2.515-.054 2.515-.03 0-.444-.393-.921-.875l-.868-.875h-3.076l-3.076.001-.65.667c-.357.367-.75.773-.874.902Zm1.084 1.52c.096-.105.46-.474.808-.82l.634-.629h4.205l.813.82.814.82h-3.725c-3.527 0-3.715-.01-3.55-.19Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--guarantees2 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M3 16v14h21.96v-7.989l1.16.768c.639.422 1.188.768 1.22.768.033 0 .06-1.58.06-3.512v-3.512l.423-.508c1.41-1.689 1.689-3.583.804-5.447-.607-1.28-2.083-2.502-3.292-2.726l-.375-.07V2H3v14Zm1.775 0v12.36h18.41v-6.35l-1.16.768c-.64.422-1.188.768-1.22.768-.033 0-.06-1.526-.06-3.39v-3.391H6.327v-1.641h13.301l-.204-.47a5.648 5.648 0 01-.282-.82l-.078-.35H6.327v-1.641h12.737l.078-.351a5.65 5.65 0 01.282-.82l.204-.47h-13.3v-1.64l7.402-.002 7.403-.001.647-.324c.356-.178.817-.355 1.026-.393l.38-.07V3.64H4.774V16Zm5.323-9.898v.82h7.653v-1.64h-7.653v.82ZM23.11 9.479c-1.446.467-2.362 1.682-2.364 3.138-.001 1.028.26 1.686.937 2.354 1.682 1.659 4.394 1.215 5.401-.884a3.305 3.305 0 00-1.668-4.46c-.63-.275-1.7-.344-2.306-.148Zm-.701 9.483c0 1.198.03 1.518.138 1.455.077-.044.423-.268.77-.498.348-.23.688-.419.755-.419.068 0 .408.188.755.419.347.23.694.454.77.498.108.063.139-.257.139-1.455v-1.535l-.36.08c-.199.043-.785.079-1.304.079-.518 0-1.105-.036-1.303-.08l-.36-.079v1.535ZM6.327 22.617v.82h6.321v-1.64h-6.32v.82Zm0 3.281v.82h4.658v-1.64H6.327v.82Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--guarantees3 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg fill='black' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='m2.062 28.534-.031-13.767L2 1h22.74v21.252H30l-.036 3.141c-.034 2.999-.048 3.164-.3 3.637-.391.739-.872 1.238-1.565 1.624l-.62.346H4.51l-.492-.265c-.734-.395-1.229-.879-1.612-1.576l-.344-.625Zm1.93-.22c-.237-.495-.24-.618-.24-13.026V2.76h19.235l.03 12.887c.03 12.088.045 12.91.239 13.268l.207.381h-9.119c-8.969 0-9.127-.003-9.615-.241a1.43 1.43 0 01-.736-.742Zm1.51-4.3v-1.762h15.74v1.761H5.502Zm19.478 4.3c-.213-.441-.24-.721-.24-2.4v-1.9h3.498v1.9c0 1.679-.029 1.959-.241 2.4-.254.528-.953.983-1.509.983-.556 0-1.255-.455-1.508-.983Zm-19.478-.778v-1.761h15.74v1.761H5.502Z'/%3E%3Cpath d='M6.929 8.514c-.914 1.226-1.66 2.27-1.66 2.319.002.142 7.957 7.838 8.103 7.838.145 0 8.1-7.696 8.102-7.838 0-.05-.746-1.093-1.66-2.32l-1.66-2.23H8.59l-1.66 2.23Zm1.25 1.292.612-.822.61-.822h.79c.435 0 .79.026.79.057 0 .031-.168.4-.374.822l-.375.765H8.18Zm4.085-.056c0-.031.169-.401.375-.822.34-.694.408-.766.733-.766.324 0 .393.072.732.766.207.42.375.79.375.822 0 .03-.498.056-1.107.056-.61 0-1.108-.025-1.108-.056Zm3.873-.71c-.207-.42-.375-.79-.375-.821 0-.031.355-.057.79-.057h.79l.61.822.611.822h-2.052l-.374-.765Zm-5.18 4.818c-.018.017-.559-.464-1.2-1.07l-1.166-1.102h.775l.775-.001.425 1.07c.235.59.41 1.086.392 1.103Zm2.382 1.134c-.02-.064-.319-.834-.66-1.712l-.623-1.595h2.626l-.652 1.712c-.358.942-.67 1.66-.69 1.595Zm2.453-1.128c-.016-.014.16-.51.389-1.102l.417-1.077h.777l.777.001-1.166 1.102c-.641.606-1.179 1.09-1.194 1.076Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--guarantees4 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M2 30V2h10.196v.114a1.634 1.634 0 01.245-.05 2.59 2.59 0 01.171-.018c.08-.006.172-.01.264-.014.189-.006.449-.012.755-.017.617-.01 1.46-.015 2.387-.015H30l-.083 5.736-4.375.03v16.467l4.375.03L30 30H15.346v-.122a2.691 2.691 0 01-.628.104c-.237.012-.57.01-.987.004l-1.535-.022V30H2Zm8.883-5.778-.006-5.333h-3.11v5.333h3.116Zm-.011-11.11c-.001-2.02 0-3.846.001-5.334H7.767v5.333h3.105Zm6.25 4v11.11h2.215l-.001-24.444h-3.318c-1.844 0-3.332.023-3.35.051-.017.028-.025 5.522-.018 12.208l.014 12.156 1.093.016c.853.012 1.092 0 1.093-.059v-5.556l-.002-5.483h2.274Zm6.644 8.887V6l4.4-.03.032-2.193h-6.646v24.444h6.646l-.032-2.193-4.4-.03Zm-19.99 2.223V3.778h6.644V6H5.99v8.889h4.43v2.222H5.99V26h4.43v2.222H3.776ZM14.85 6h2.274l-.03 8.86-2.244.031V6Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--header1 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.954 5.413a4.241 4.241 0 012.877-3.291c.284-.093.8-.138 1.35-.117 1.139.043 2.077.473 2.804 1.284 1.188 1.325 1.448 2.932.724 4.469-.37.783-3.588 5.927-3.709 5.927-.12 0-3.34-5.144-3.709-5.927-.387-.822-.488-1.524-.337-2.345Zm1.646.64a2.459 2.459 0 011.72-2.338c.164-.054.558-.077.876-.053 1.265.097 2.202 1.114 2.204 2.392 0 .364-.073.784-.174.985-.256.514-2.162 3.578-2.226 3.578-.064 0-1.97-3.064-2.226-3.578-.1-.201-.174-.62-.174-.985ZM2.444 7.64C3.006 6.494 4.14 5.608 5.35 5.367c.636-.126.834-.127 1.492-.002A4.17 4.17 0 019.803 7.64c.33.672.358.814.358 1.785 0 1.01-.017 1.09-.416 1.856-.403.775-3.54 5.799-3.621 5.799-.082 0-3.28-5.12-3.652-5.846-.363-.71-.386-.816-.386-1.809 0-.971.028-1.113.358-1.785Zm12.683-.743V5.254h1.746v1.642h-1.746Zm7.07.743c.562-1.146 1.695-2.032 2.905-2.273.637-.126.835-.127 1.492-.002a4.17 4.17 0 012.962 2.275c.33.672.358.814.358 1.785 0 1.01-.018 1.09-.417 1.856-.402.775-3.54 5.799-3.62 5.799-.082 0-3.281-5.12-3.652-5.846-.364-.71-.387-.816-.387-1.809 0-.971.029-1.113.358-1.785ZM3.723 9.41c0-.98.4-1.657 1.242-2.098 1.198-.628 2.595-.255 3.254.87.25.427.306.65.306 1.235 0 .789-.113 1.02-1.687 3.47l-.718 1.117-.78-1.227c-1.578-2.483-1.617-2.564-1.617-3.368Zm19.752 0c0-.98.401-1.657 1.242-2.098 1.199-.628 2.596-.255 3.255.87.25.427.305.65.305 1.235 0 .789-.112 1.02-1.686 3.47l-.718 1.117-.78-1.227c-1.579-2.483-1.618-2.564-1.618-3.368Zm-18.17.881V8.54h1.637v1.752H5.305Zm19.753 0V8.54h1.637v1.752h-1.637ZM13.817 15.38c-2.127.362-4.57 1.39-6.165 2.594-1.71 1.29-3.354 3.288-4.247 5.159-.844 1.767-1.255 3.441-1.344 5.47L2 30h28l-.061-1.396c-.034-.768-.14-1.758-.235-2.2C28.276 19.78 22.566 15.17 15.87 15.23c-.679.006-1.602.073-2.053.15Zm-1.006 3.712c.5-.732 1.21-1.446 1.77-1.782.21-.126.42-.23.464-.23.045 0 .082 1.059.082 2.354v2.354h-1.8c-1.24 0-1.801-.038-1.801-.12 0-.235.85-1.94 1.285-2.576Zm4.062 2.696v-2.354c0-1.295.027-2.354.059-2.354.429 0 1.68 1.132 2.338 2.116.371.555 1.204 2.264 1.204 2.471 0 .083-.56.12-1.8.12h-1.801Zm-7.868-2.73a16.374 16.374 0 011.665-.94c.552-.27 1.022-.49 1.045-.49.052 0-.037.154-.412.71-.395.59-.83 1.46-1.258 2.52l-.354.875-1.768.03-1.767.03.333-.422c.507-.642 1.776-1.81 2.516-2.313Zm11.692-.72c-.162-.24-.33-.498-.374-.574-.103-.176.19-.066 1.26.473 1.467.742 3.012 1.974 3.928 3.134l.333.423-1.767-.03-1.768-.03-.354-.877c-.428-1.058-.863-1.93-1.258-2.518ZM3.793 27.642c.148-1.235.698-3.078 1.195-4.011.097-.182.287-.2 2.188-.2h2.082l-.062.248c-.18.717-.412 2.37-.483 3.427l-.08 1.198-2.463.03-2.463.029.086-.72Zm6.578-.402c.076-1.116.301-2.62.508-3.398l.11-.41h4.138v4.927h-4.833l.077-1.12Zm6.502 1.119V23.43h4.139l.109.411c.207.779.432 2.282.508 3.398l.077 1.119h-4.833Zm6.414-1.253c-.07-1.058-.303-2.71-.483-3.43l-.063-.25 2.103.03 2.102.03.37.871c.434 1.02.765 2.237.889 3.27l.088.736-2.463-.03-2.464-.03-.08-1.197Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--header2 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M24.148 2.253c-.3.142-.679.4-.84.573-.694.74-.936 1.967-.57 2.881l.175.438-.344.29a2.96 2.96 0 00-.584.74c-.223.418-.244.63-.278 2.831l-.038 2.38h.971l.131 1.176c.072.647.157 1.311.189 1.477l.057.3H21.47V30h-1.64V19.716h-.778c-.75 0-.776-.009-.72-.246.03-.136.117-.773.19-1.417l.134-1.17.45-.034.45-.032.034-2.024c.043-2.543-.047-3.02-.701-3.72l-.48-.513.176-.517A2.724 2.724 0 0016 6.438a2.72 2.72 0 00-2.57 3.652l.165.466-.481.515c-.656.701-.746 1.177-.703 3.722l.034 2.024.45.032.45.033.134 1.171c.073.644.16 1.281.19 1.417.056.237.03.246-.72.246h-.777v8.643h-1.64V24.53h-1.55l.057-.301c.032-.166.117-.83.189-1.477l.131-1.176h.971l-.038-2.38c-.034-2.2-.055-2.413-.277-2.83a2.984 2.984 0 00-.585-.741l-.344-.29.175-.437c.38-.95.087-2.274-.658-2.97-1.073-1.005-2.908-.963-3.89.088-.693.74-.936 1.967-.57 2.882l.175.437-.344.29a2.96 2.96 0 00-.584.74c-.223.418-.243.63-.278 2.831l-.038 2.38h.971l.131 1.176c.073.647.157 1.311.19 1.477l.057.3H2.875v3.83H2V30h28v-1.641h-.875v-13.02h-1.549l.058-.3c.032-.166.116-.83.189-1.477l.13-1.176h.972l-.038-2.38c-.035-2.2-.056-2.413-.278-2.83a2.986 2.986 0 00-.584-.741l-.344-.29.175-.438c.38-.95.087-2.273-.659-2.97-.807-.756-2.055-.954-3.049-.484Zm.766 1.48c-.697.298-.881 1.202-.353 1.73a1.03 1.03 0 001.77-.736c0-.72-.78-1.268-1.417-.995Zm-1.188 3.956c-.285.224-.288.244-.288 1.641v1.415h3.719V9.33c0-1.397-.004-1.417-.289-1.64-.254-.201-.439-.228-1.571-.228-1.133 0-1.317.027-1.571.227Zm-8.437.694c-.345.345-.44.755-.27 1.165.18.435.504.65.981.65s.801-.215.982-.65c.287-.695-.217-1.43-.982-1.43-.327 0-.518.072-.711.265Zm-.93 3.784c-.195.195-.218.364-.218 1.586v1.368h3.719v-1.368c0-1.844.04-1.805-1.86-1.805-1.276 0-1.444.022-1.64.219Zm9.994.52c.031.165.116.83.188 1.477l.131 1.176h1.249l.131-1.176a31.87 31.87 0 01.19-1.477l.057-.301h-2.004l.058.3Zm-18.033.236c-.697.298-.881 1.202-.353 1.73a1.03 1.03 0 001.77-.736c0-.72-.78-1.267-1.417-.994Zm-1.188 3.956c-.285.224-.288.244-.288 1.641v1.415h3.719V18.52c0-1.397-.004-1.417-.289-1.64-.254-.201-.439-.228-1.57-.228-1.133 0-1.318.027-1.572.227Zm9.917.238c.031.136.118.776.192 1.423l.135 1.176h1.248l.135-1.176c.074-.647.16-1.287.192-1.423.056-.241.038-.246-.951-.246-.99 0-1.007.005-.951.246Zm8.06 5.553v5.689h4.375V16.98H23.11v5.689Zm-9.297 2.243v3.446h4.376v-6.893h-4.375v3.447ZM5.76 21.877c.032.165.116.83.189 1.477l.13 1.176h1.25l.13-1.176c.073-.647.158-1.312.19-1.477l.057-.301H5.7l.058.3Zm-1.243 5.388v1.094H8.89V26.17H4.516v1.094Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--header3 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M13.484 4.52c0 .447-.04.546-.288.717-.244.168-.442.199-1.288.199-1.088 0-1.415-.11-1.601-.54-.097-.223-.141-.233-.896-.206l-.794.028-.029 2.512-.03 2.512H2v3.831l.82 1.433.82 1.433V28.5h24.72V16.439l.82-1.433.82-1.433V9.742h-6.53l-.066-.75c-.133-1.504-.924-2.58-2.35-3.194-.655-.283-.839-.316-1.892-.348l-1.167-.035-.803-.707L16.388 4h-2.904v.52Zm1.42 1.206c-.177.376-.918.93-1.415 1.058-.214.056-1.012.087-1.782.07l-1.395-.03v2.919h11.376l-.003-.599c-.006-1.45-1.07-2.273-2.94-2.273h-.716l-.717.623-.717.622-.594-.527-.595-.526.517-.459.516-.459-.416-.354c-.531-.455-.923-.477-1.119-.065ZM3.641 12.134v.956l.681 1.197.682 1.197h2.244l.657-1.147.657-1.146v-2.013h-4.92v.956Zm6.672.05v1.007l.657 1.146.657 1.147h2.184l.657-1.147.657-1.146v-2.013h-4.812v1.006Zm6.562 0v1.007l.657 1.146.657 1.147h2.184l.657-1.147.657-1.146v-2.013h-4.812v1.006Zm6.563 0v1.007l.657 1.146.657 1.147h2.244l.682-1.197.681-1.197v-1.912h-4.922v1.006ZM8.86 16.011l-.516.909H5.281v10.144h1.64v-8.709h6.673v8.709h13.125V25.63H15.125v-7.274h11.594V16.92h-3.064l-.516-.91c-.284-.5-.543-.908-.576-.908-.034 0-.293.409-.577.909l-.516.909h-4.378l-.516-.91c-.284-.5-.543-.908-.576-.908-.033 0-.292.409-.576.909l-.516.909H10.53l-.516-.91c-.284-.5-.543-.908-.576-.908-.034 0-.293.409-.577.909Zm-.19 7.417v3.636h3.173v-7.273H8.672v3.637Zm8.204-1.436v2.201h9.844v-4.402h-9.844v2.201Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--ic-check {
  width: 1.12em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 9' width='10' height='9'%3E%3Cpath fill='black' d='M3.5 8.21.395 5.105 1.81 3.69 3.5 5.385 8.44.44l1.415 1.415L3.5 8.21z'/%3E%3C/svg%3E");
}

.icon--lestate--info {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M30 15.177v1.64c-.02.078-.036.158-.046.238a12.958 12.958 0 01-1.601 5.513c-2.579 4.583-6.509 7.086-11.765 7.404a12.963 12.963 0 01-7.725-1.946c-4.247-2.62-6.544-6.454-6.838-11.438a13.037 13.037 0 011.62-7.154c2.171-3.948 5.476-6.352 9.914-7.213.535-.103 1.079-.15 1.618-.221h1.64c.07.02.14.035.212.045a13.17 13.17 0 015.513 1.588c3.962 2.178 6.375 5.486 7.238 9.923.102.537.149 1.08.22 1.62Zm-10.857 7.585c-.42.089-.796.202-1.181.246-1.089.126-1.565-.357-1.367-1.427.153-.832.383-1.646.587-2.465.284-1.136.713-2.235.779-3.425.056-1.015-.408-1.859-1.339-2.248a3.673 3.673 0 00-1.901-.207c-.894.111-1.716.467-2.547.785-.054.022-.13.062-.144.108-.078.292-.142.585-.22.917l.516-.167a2.63 2.63 0 011.374-.086c.369.078.594.259.607.636.032.442.005.887-.082 1.323-.22.95-.498 1.902-.764 2.844-.237.85-.475 1.699-.51 2.59-.03.964.46 1.745 1.341 2.115.711.3 1.5.365 2.25.184.774-.183 1.518-.494 2.273-.755a.22.22 0 00.127-.124c.071-.28.133-.562.2-.844ZM15.05 9.314c.09.317.132.66.282.95.442.847 1.386 1.259 2.36 1.082a2.013 2.013 0 001.656-2.316c-.129-.792-.943-1.601-2.02-1.64a2.2 2.2 0 00-2.278 1.924Z'/%3E%3C/svg%3E");
}

.icon--lestate--link {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath fill='black' d='M3.75 15.75c-.413 0-.766-.147-1.06-.441a1.442 1.442 0 01-.44-1.059V3.75c0-.413.147-.766.441-1.06.294-.294.647-.44 1.059-.44h4.5c.213 0 .39.072.535.216A.723.723 0 019 3a.73.73 0 01-.216.535.723.723 0 01-.534.215h-4.5v10.5h10.5v-4.5c0-.213.072-.39.216-.535A.723.723 0 0115 9c.213 0 .39.072.535.216a.723.723 0 01.215.534v4.5c0 .412-.147.766-.441 1.06-.294.294-.647.44-1.059.44H3.75ZM14.25 4.8 7.8 11.25a.711.711 0 01-.525.206.711.711 0 01-.525-.206.711.711 0 01-.206-.525c0-.213.069-.387.206-.525l6.45-6.45h-1.95a.726.726 0 01-.535-.216A.723.723 0 0110.5 3a.73.73 0 01.216-.535.723.723 0 01.534-.215h4.5v4.5c0 .213-.072.39-.216.535A.723.723 0 0115 7.5a.726.726 0 01-.535-.216.723.723 0 01-.215-.534V4.8Z'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--logo {
  width: 1.34em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60' width='80' height='60'%3E%3Cg fill='black'%3E%3Cpath d='M11.13 57.237c-1.34 0-2.466-.496-3.382-1.416-.986-.992-1.409-2.055-1.409-3.471v-7.58H3.663v7.58c0 2.054.775 3.896 2.183 5.312 1.48 1.488 3.24 2.196 5.283 2.196h.282v-2.691h-.282v.07Zm32.683-5.667v-2.692h-3.1V44.77h-2.677v9.634c0 1.487.564 2.833 1.55 3.896 1.057 1.063 2.395 1.63 3.874 1.63h.282v-2.693h-.282c-.775 0-1.409-.283-1.972-.85-.563-.566-.845-1.204-.845-1.983V51.64h3.17v-.07ZM54.8 50.508c-1.126-1.063-2.324-1.63-3.873-1.63-1.48 0-2.818.567-3.874 1.63-1.057 1.062-1.62 2.408-1.62 3.896 0 1.558.563 2.833 1.62 3.896 1.056 1.063 2.324 1.63 3.874 1.63 1.056 0 1.972-.213 2.817-.78v.78h2.677v-5.526c0-1.488-.564-2.834-1.62-3.896Zm-5.775 1.912c.563-.566 1.197-.85 1.972-.85.775 0 1.409.284 1.972.85.564.567.846 1.205.846 1.984 0 .779-.282 1.416-.846 1.983-.563.567-1.197.85-1.972.85-.775 0-1.409-.283-1.972-.779-.564-.567-.845-1.204-.845-1.983 0-.85.281-1.488.845-2.055Zm15.355-.85v-2.692h-3.099V44.77h-2.676v9.634c0 1.558.563 2.833 1.62 3.896 1.056 1.063 2.324 1.63 3.874 1.63h.281v-2.693h-.28c-.775 0-1.41-.283-1.973-.779-.563-.567-.845-1.204-.845-1.983v-2.763h3.1v-.142Zm-44.657 5.171c-.423.284-.986.496-1.55.496-.775 0-1.409-.283-1.972-.85a3.892 3.892 0 01-.493-.637h7.748l.07-.284c.07-.425.07-.779.07-1.133 0-1.488-.563-2.834-1.62-3.896-1.056-1.063-2.394-1.559-3.873-1.559-1.48 0-2.818.567-3.875 1.559-1.056 1.062-1.62 2.408-1.62 3.896s.564 2.834 1.62 3.896c1.057 1.063 2.395 1.63 3.875 1.63 1.479 0 2.817-.567 3.874-1.63.493-.496.845-.992 1.056-1.558h-3.31v.07Zm-3.522-4.32c.563-.567 1.197-.85 1.972-.85.775 0 1.409.283 1.972.779.212.212.352.425.493.637h-4.86c.07-.142.211-.354.423-.567Zm56.843 4.32c-.422.284-.915.425-1.479.425-.775 0-1.409-.283-1.972-.85-.212-.212-.352-.425-.493-.637h7.748l.07-.284c.07-.354.07-.708.07-1.133 0-1.487-.563-2.833-1.62-3.896-1.056-1.063-2.324-1.63-3.873-1.63-1.48 0-2.818.567-3.874 1.63-1.057 1.063-1.62 2.409-1.62 3.896 0 1.488.563 2.834 1.62 3.896 1.056 1.063 2.394 1.63 3.874 1.63 1.479 0 2.817-.567 3.874-1.63.422-.425.845-.992 1.056-1.558h-3.38v.141Zm-3.451-4.32c.563-.567 1.197-.85 1.972-.85.775 0 1.409.283 1.972.85.212.212.352.424.493.637h-4.86c.07-.213.212-.425.423-.638Zm-33.529.566h-7.748c.141-.212.282-.425.493-.638.564-.566 1.198-.85 1.972-.85.564 0 1.128.142 1.55.496h3.381a7.583 7.583 0 00-1.056-1.558c-1.057-1.063-2.325-1.559-3.875-1.559-1.479 0-2.817.567-3.874 1.63-1.056 1.062-1.62 2.408-1.62 3.896 0 .354 0 .779.07 1.133l.071.284h7.748c-.14.212-.281.425-.493.637-.563.567-1.197.85-1.972.85a3.003 3.003 0 01-1.55-.425H25.71a5.674 5.674 0 001.056 1.488C27.824 59.433 29.092 60 30.642 60c1.479 0 2.817-.567 3.874-1.63 1.056-1.062 1.62-2.408 1.62-3.895 0-.355 0-.78-.07-1.134v-.354Zm-.07-35.844c1.197-.709 2.536-1.063 4.015-1.063 1.479 0 2.817.425 3.944 1.063.493.283.916.567 1.268.92h9.51C52.335 12.185 46.63 8.006 39.937 8.006h-.07c-2.113 0-4.156.425-5.987 1.133v9.563c.704-.496 1.408-1.062 2.113-1.558Zm20.004 6.73c0-1.346-.211-2.622-.493-3.826H34.022v4.038c0 1.558.563 2.975 1.55 4.038h11.41c-.704 1.204-1.69 2.267-2.958 2.975a9.759 9.759 0 01-1.973.85v8.146c6.551-.85 11.905-5.596 13.454-11.9.282-1.205.493-2.48.493-3.826v-.496Z'/%3E%3Cpath d='M40.009 32.16v8.005c-7.467 0-13.736-5.1-15.497-12.042-.281-1.204-.493-2.48-.493-3.826V6.022h8.03v18.914a8.518 8.518 0 001.057 3.188c.704 1.204 1.69 2.267 2.958 2.975 1.127.708 2.466 1.063 3.945 1.063ZM79.947 0c.07 0 .07 0 0 0A11.662 11.662 0 0177.2 6.942a13.156 13.156 0 01-3.24 2.692c-.493.283-.986.496-1.48.708l-1.76.567-7.608 2.409-7.184 2.266-.141.071c-.845-1.558-1.831-2.975-3.1-4.18-.774-.778-1.549-1.487-2.465-2.124l5.635-1.771 2.677-.85L70.72 2.904 77.552.78 79.947 0ZM64.803 14.805l9.227-2.904c-.281 4.18-2.676 7.721-6.057 9.705-.493.283-.986.495-1.48.708l-1.69.567-6.832 2.125v-.921c0-.567 0-1.133-.07-1.7-.142-1.771-.564-3.471-1.198-5.1l8.1-2.48ZM57.76 27.131l10.283-3.259c-.282 4.747-3.38 8.784-7.607 10.414l-1.55.496-2.817.92-2.959.921c.493-.495.916-1.062 1.339-1.629.634-.78 1.127-1.7 1.62-2.55.774-1.63 1.408-3.471 1.69-5.313Zm-30.782 9.492-5.776-1.841-1.55-.496c-4.226-1.63-7.325-5.667-7.607-10.414l10.284 3.26a18.596 18.596 0 003.38 7.933c.353.496.846 1.063 1.269 1.558Zm-4.931-11.617-6.832-2.125-1.69-.567c-.494-.212-.987-.425-1.48-.708-3.452-1.913-5.776-5.526-6.058-9.705l9.228 2.904 6.832 2.125v8.075Zm0-13.884v3.825l-5.142-1.63-7.607-2.408-1.761-.567c-.493-.212-.986-.425-1.48-.708-1.267-.708-2.324-1.63-3.24-2.692C1.198 5.03.212 2.621 0 0h.07l2.254.708 6.833 2.126 12.186 3.825.704.212v4.25Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--logo-inline {
  width: 5.63em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 225 40' width='225' height='40'%3E%3Cg fill='black'%3E%3Cpath d='M103.84 28.864c-2.399 0-4.498-.91-6.297-2.652-1.725-1.742-2.625-3.863-2.625-6.363V5.909H89.97v13.94c0 3.863 1.35 7.196 4.049 9.848 2.624 2.727 5.923 4.09 9.746 4.09h.6v-4.923h-.525Zm60.055-10.379v-5h-5.698V5.909h-4.873v17.727c0 2.803.975 5.228 2.924 7.197 1.949 1.97 4.348 2.955 7.123 2.955h.599v-5h-.599c-1.425 0-2.625-.53-3.599-1.515-.975-.985-1.5-2.197-1.5-3.637v-5.151h5.623Zm20.319-1.97c-2.025-1.97-4.349-2.954-7.123-2.954s-5.098.985-7.048 2.954c-1.949 1.97-2.924 4.394-2.924 7.197s.975 5.227 2.924 7.197c1.95 1.97 4.349 2.955 7.048 2.955 1.874 0 3.599-.455 5.098-1.364v1.364h4.874V23.636c.075-2.727-.9-5.151-2.849-7.12ZM173.492 20c.975-.985 2.174-1.515 3.599-1.515 1.425 0 2.624.53 3.599 1.515a5.131 5.131 0 011.499 3.636c0 1.44-.525 2.576-1.499 3.637-.975.985-2.174 1.515-3.599 1.515-1.425 0-2.624-.53-3.599-1.515-.975-1.06-1.499-2.273-1.499-3.637 0-1.363.524-2.575 1.499-3.636Zm28.266-1.515v-5h-5.698V5.909h-4.874v17.727c0 2.803.975 5.228 2.924 7.197 1.95 1.97 4.349 2.955 7.048 2.955h.6v-5h-.6c-1.425 0-2.624-.53-3.599-1.515-.975-1.06-1.499-2.273-1.499-3.637v-5.151h5.698ZM119.66 28.03c-.825.606-1.799.91-2.849.91-1.424 0-2.549-.53-3.599-1.516-.375-.303-.675-.757-.899-1.136h14.245l.075-.455c.15-.757.15-1.44.15-2.045 0-2.803-.975-5.152-2.924-7.197-1.95-1.97-4.349-2.955-7.123-2.955s-5.173.985-7.123 2.955c-1.949 1.97-2.924 4.394-2.924 7.197s.975 5.227 2.924 7.197c1.95 1.97 4.349 2.954 7.123 2.954s5.173-.984 7.123-2.954a11.067 11.067 0 002.024-2.879h-6.223v-.076Zm-6.448-7.954c1.05-.985 2.25-1.515 3.599-1.515 1.425 0 2.549.53 3.599 1.515.375.378.675.757.9 1.212h-8.997c.224-.455.524-.834.899-1.212Zm104.515 7.954c-.824.53-1.724.834-2.774.834-1.424 0-2.624-.53-3.598-1.515a5.965 5.965 0 01-.9-1.137H224.7l.075-.454c.15-.607.225-1.364.225-2.046 0-2.803-.975-5.227-2.924-7.197-1.949-1.97-4.349-2.954-7.048-2.954-2.774 0-5.173.985-7.122 2.954-1.95 1.97-2.924 4.394-2.924 7.197s.974 5.227 2.924 7.197c1.949 1.97 4.348 2.955 7.122 2.955s5.099-.985 7.048-2.955c.825-.833 1.499-1.818 2.024-2.803h-6.373v-.076ZM211.355 20c.974-.985 2.174-1.515 3.598-1.515 1.425 0 2.624.53 3.599 1.515.375.379.675.758.9 1.212h-8.997c.225-.454.525-.833.9-1.212Zm-61.63 1.136h-14.32c.225-.378.525-.757.9-1.136.974-.985 2.174-1.515 3.598-1.515a5.24 5.24 0 012.849.833h6.223a8.367 8.367 0 00-2.024-2.879c-1.949-1.97-4.349-2.954-7.123-2.954s-5.173.985-7.122 2.954c-1.95 1.97-2.924 4.394-2.924 7.197a9.5 9.5 0 00.225 2.046l.075.454h14.245a5.962 5.962 0 01-.9 1.137c-.974.985-2.174 1.515-3.599 1.515-1.049 0-1.949-.303-2.774-.833h-6.223c.525 1.06 1.2 2.045 2.025 2.803 1.949 1.97 4.348 3.03 7.122 3.03s5.174-.985 7.123-2.955c1.949-1.97 2.924-4.394 2.924-7.197 0-.681-.075-1.363-.225-2.045l-.075-.455ZM35.688 17.045a8 8 0 013.974-1.06c1.424 0 2.774.379 3.898 1.06.45.303.9.606 1.275.91h9.447c-2.324-5.834-8.022-10-14.62-10h-.075c-2.1 0-4.124.378-5.923 1.136v9.545c.6-.606 1.274-1.136 2.024-1.59Zm19.719 6.667c0-1.288-.225-2.576-.525-3.788H33.664v4.015c0 1.516.6 2.955 1.5 4.016H46.41c-.675 1.212-1.725 2.197-2.924 2.954-.6.379-1.275.606-1.95.833v8.107c6.448-.834 11.771-5.607 13.346-11.819.3-1.212.45-2.5.525-3.788v-.53Z'/%3E%3Cpath d='M39.662 31.97v7.954c-7.348 0-13.57-5.075-15.295-11.97-.3-1.212-.45-2.5-.525-3.787V5.985h7.947v18.788c.15 1.136.45 2.197 1.05 3.182.675 1.212 1.724 2.197 2.924 2.954 1.05.682 2.4 1.06 3.899 1.06ZM79.174 0c-.15 2.652-1.125 5-2.7 6.894-.9 1.06-2.024 1.97-3.223 2.727-.45.303-.975.53-1.5.682l-1.724.53-7.498 2.349-7.123 2.272h-.074a18.65 18.65 0 00-3.074-4.166 20.243 20.243 0 00-2.4-2.046L55.482 7.5l2.624-.833 12.07-3.788L76.925.758 79.174 0ZM64.179 14.773l9.147-2.88c-.3 4.168-2.625 7.728-5.998 9.622a6.1 6.1 0 01-1.425.682l-1.65.53-6.747 2.122v-.91c0-.53 0-1.136-.075-1.666-.15-1.743-.6-3.485-1.2-5l7.948-2.5ZM57.206 26.97l10.122-3.182c-.3 4.697-3.374 8.712-7.498 10.379l-1.574.454-2.775.91-2.924.908 1.35-1.59c.6-.834 1.125-1.667 1.575-2.576.824-1.667 1.35-3.485 1.724-5.303Zm-30.44 9.394-5.773-1.819-1.574-.454c-4.2-1.667-7.198-5.606-7.498-10.379l10.197 3.258c.45 2.954 1.65 5.606 3.299 7.879.45.53.9 1.06 1.35 1.515Zm-4.873-11.515-6.748-2.122-1.65-.53a25.584 25.584 0 01-1.424-.682c-3.374-1.97-5.773-5.53-5.998-9.621l9.147 2.879 6.748 2.12v7.122c-.15.303-.15.53-.075.834Zm-.075-13.789v3.788l-5.099-1.59-7.497-2.349-1.724-.53c-.525-.227-.975-.455-1.5-.682-1.2-.682-2.324-1.59-3.224-2.727C1.2 5.076.224 2.727 0 .076h.075l2.25.682 6.747 2.12 12.071 3.789.675.227v4.167Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--logo-min {
  width: 2em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' width='80' height='40'%3E%3Cg fill='black'%3E%3Cpath d='M35.86 16.983c1.193-.702 2.526-1.053 4-1.053 1.473 0 2.807.42 3.93 1.053.49.28.912.56 1.263.912h9.473C52.14 12.07 46.456 7.93 39.79 7.93h-.07c-2.105 0-4.14.42-5.965 1.123v9.473c.702-.49 1.404-1.052 2.106-1.543Zm19.93 6.667c0-1.334-.211-2.597-.492-3.79H33.895v4c0 1.544.561 2.947 1.544 4h11.368c-.702 1.193-1.684 2.245-2.947 2.947a9.753 9.753 0 01-1.965.842v8.07c6.526-.842 11.86-5.544 13.403-11.79.281-1.192.491-2.455.491-3.789v-.49Z'/%3E%3Cpath d='M39.86 31.86v7.93c-7.439 0-13.684-5.053-15.439-11.93-.28-1.193-.491-2.456-.491-3.79V5.965h8v18.737a8.403 8.403 0 001.053 3.158c.701 1.193 1.684 2.245 2.947 2.947 1.123.702 2.456 1.053 3.93 1.053ZM79.65 0c.07 0 .07 0 0 0a11.517 11.517 0 01-2.738 6.877 13.091 13.091 0 01-3.228 2.667c-.491.28-.982.491-1.474.702l-1.754.561-7.579 2.386-7.158 2.246-.14.07c-.842-1.544-1.825-2.948-3.088-4.14-.772-.772-1.544-1.474-2.456-2.106L55.65 7.51l2.667-.842 12.14-3.79L77.263.772 79.65 0ZM64.561 14.667l9.193-2.877c-.28 4.14-2.666 7.649-6.035 9.614-.49.28-.982.49-1.473.701l-1.685.562-6.807 2.105v-.912c0-.562 0-1.123-.07-1.685-.14-1.754-.561-3.438-1.193-5.052l8.07-2.456Zm-7.017 12.21L67.79 23.65c-.281 4.702-3.369 8.702-7.58 10.316l-1.543.491-2.807.912-2.948.913c.492-.492.913-1.053 1.334-1.614.631-.772 1.122-1.684 1.614-2.527.772-1.614 1.403-3.438 1.684-5.263ZM26.877 36.28l-5.754-1.824-1.544-.491C15.369 32.35 12.28 28.35 12 23.649l10.246 3.228a18.368 18.368 0 003.368 7.86c.35.491.842 1.052 1.263 1.544Zm-4.912-11.508-6.807-2.105-1.684-.562c-.492-.21-.983-.42-1.474-.701-3.439-1.895-5.754-5.474-6.035-9.614l9.193 2.877 6.807 2.105v8Zm0-13.754v3.789l-5.123-1.614-7.579-2.386-1.754-.561c-.491-.21-.983-.421-1.474-.702C4.772 8.842 3.72 7.93 2.807 6.877 1.193 4.982.211 2.597 0 0h.07l2.246.702 6.807 2.105 12.14 3.79.702.21v4.21Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--logo-mobile {
  width: 2em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' width='80' height='40'%3E%3Cg fill='black'%3E%3Cpath d='M35.86 16.982c1.193-.701 2.526-1.052 4-1.052 1.473 0 2.807.42 3.93 1.052.49.281.912.562 1.263.913h9.473C52.14 12.07 46.456 7.93 39.79 7.93h-.07c-2.105 0-4.14.42-5.965 1.123v9.473c.702-.561 1.404-1.122 2.106-1.544Zm19.93 6.668c0-1.334-.211-2.597-.492-3.79H33.895v4c0 1.544.561 2.947 1.544 4h11.368c-.702 1.193-1.684 2.245-2.947 2.947a9.753 9.753 0 01-1.965.842v8.07c6.526-.842 11.86-5.544 13.403-11.79.281-1.192.491-2.455.491-3.789v-.49Z'/%3E%3Cpath d='M39.86 31.86v7.93c-7.439 0-13.684-5.053-15.439-11.93-.28-1.193-.491-2.456-.491-3.79V5.965h8v18.737a8.406 8.406 0 001.053 3.158c.701 1.193 1.684 2.245 2.947 2.947a7.997 7.997 0 003.93 1.053ZM79.65 0c.07 0 .07 0 0 0a11.517 11.517 0 01-2.738 6.877 13.089 13.089 0 01-3.228 2.667c-.491.28-.982.491-1.474.702l-1.754.561-7.509 2.386-7.158 2.246-.14.07c-.842-1.544-1.825-2.948-3.088-4.14-.772-.772-1.544-1.474-2.456-2.106L55.72 7.51l2.667-.842 12.14-3.79L77.333.772 79.65 0ZM64.561 14.667l9.193-2.878c-.28 4.14-2.666 7.65-6.035 9.615-.49.28-.982.49-1.473.701l-1.685.562-6.807 2.105v-.912c0-.562 0-1.123-.07-1.685-.14-1.754-.561-3.438-1.193-5.052l8.07-2.456Zm-7.017 12.14 10.246-3.228c-.281 4.702-3.369 8.702-7.58 10.316l-1.543.491-2.807.912-2.948.913c.492-.492.913-1.053 1.334-1.614.631-.772 1.122-1.685 1.614-2.527.772-1.614 1.403-3.368 1.684-5.263ZM26.877 36.21l-5.754-1.824-1.544-.491C15.369 32.28 12.28 28.28 12 23.579l10.246 3.228a18.368 18.368 0 003.368 7.86c.35.561.842 1.052 1.263 1.544Zm-4.912-11.438-6.807-2.105-1.684-.562c-.492-.21-.983-.42-1.474-.701-3.439-1.895-5.754-5.474-6.035-9.615l9.193 2.878 6.807 2.105v8Zm0-13.754v3.789l-5.123-1.614-7.579-2.386-1.754-.561c-.491-.21-.983-.421-1.474-.702C4.772 8.842 3.72 7.93 2.807 6.877 1.193 4.982.211 2.597 0 0h.07l2.246.702 6.807 2.105 12.14 3.79.702.21v4.21Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--menu {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' width='28' height='28'%3E%3Cpath fill='black' d='M4.667 21a1.13 1.13 0 01-.832-.336 1.124 1.124 0 01-.335-.83c0-.331.112-.608.336-.832.224-.224.5-.336.83-.335h18.667c.33 0 .608.112.832.336.224.224.336.5.335.83 0 .33-.112.608-.336.832-.224.224-.5.336-.83.335H4.666Zm0-5.833a1.13 1.13 0 01-.832-.336A1.124 1.124 0 013.5 14c0-.33.112-.608.336-.832.224-.224.5-.335.83-.335h18.667c.33 0 .608.112.832.336.224.224.336.501.335.831 0 .33-.112.608-.336.832-.224.224-.5.335-.83.335H4.666Zm0-5.834a1.13 1.13 0 01-.832-.336 1.124 1.124 0 01-.335-.83c0-.33.112-.608.336-.832.224-.224.5-.336.83-.335h18.667c.33 0 .608.112.832.336.224.224.336.5.335.83 0 .331-.112.608-.336.832-.224.225-.5.336-.83.335H4.666Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-calc {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' fill-rule='evenodd' d='M13 23.833c-5.107 0-7.66 0-9.247-1.587-1.586-1.585-1.586-4.14-1.586-9.246 0-5.107 0-7.66 1.586-9.247C5.34 2.167 7.893 2.167 13 2.167s7.66 0 9.246 1.586c1.587 1.588 1.587 4.14 1.587 9.247s0 7.66-1.587 9.246c-1.585 1.587-4.14 1.587-9.246 1.587ZM9.48 7.042a.813.813 0 00-1.626 0v1.354H6.5a.812.812 0 000 1.625h1.354v1.354a.812.812 0 101.625 0v-1.354h1.354a.812.812 0 100-1.625H9.48V7.042Zm5.687 1.354a.813.813 0 000 1.625H19.5a.812.812 0 100-1.625h-4.333Zm0 6.5a.813.813 0 100 1.625H19.5a.813.813 0 000-1.625h-4.333Zm-7.551.238a.812.812 0 00-1.149 1.148l1.051 1.051-1.05 1.051a.813.813 0 101.148 1.148l1.05-1.05 1.051 1.05a.813.813 0 101.149-1.148l-1.051-1.05 1.05-1.052a.812.812 0 10-1.148-1.148l-1.05 1.051-1.051-1.05Zm7.55 3.012a.813.813 0 100 1.625H19.5a.813.813 0 000-1.625h-4.333Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--menu-cart {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M13 13.813a5.417 5.417 0 01-5.417-5.417H9.75a3.25 3.25 0 106.5 0h2.167A5.417 5.417 0 0113 13.812Zm0-10.834a3.25 3.25 0 013.25 3.25h-6.5A3.25 3.25 0 0113 2.98Zm7.583 3.25h-2.166A5.415 5.415 0 0013 .813a5.417 5.417 0 00-5.417 5.416H5.417A2.16 2.16 0 003.25 8.396v13a2.167 2.167 0 002.167 2.166h15.166a2.167 2.167 0 002.167-2.166v-13a2.167 2.167 0 00-2.167-2.167Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-catalog {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M3.25 14.083V5.417c0-.596.212-1.106.637-1.531a2.082 2.082 0 011.53-.636h6.5v10.833H3.25ZM14.083 3.25h6.5c.596 0 1.106.212 1.531.637.425.425.637.935.636 1.53V9.75h-8.667v-6.5Zm0 19.5V11.917h8.667v8.666c0 .596-.212 1.106-.637 1.531a2.082 2.082 0 01-1.53.636h-6.5ZM3.25 16.25h8.667v6.5h-6.5a2.087 2.087 0 01-1.531-.637 2.082 2.082 0 01-.636-1.53V16.25Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-contacts {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M21.613 22.75c-2.257 0-4.487-.492-6.69-1.477-2.203-.984-4.207-2.379-6.013-4.183-1.805-1.806-3.2-3.81-4.183-6.013-.984-2.203-1.476-4.433-1.477-6.69 0-.324.108-.595.325-.812.217-.217.487-.325.813-.325h4.387c.253 0 .478.086.677.258a.991.991 0 01.352.609l.704 3.791c.036.29.027.533-.027.732a1.14 1.14 0 01-.298.514l-2.627 2.654c.361.668.79 1.314 1.286 1.936a19.048 19.048 0 001.64 1.802c.559.56 1.146 1.079 1.76 1.558a17.04 17.04 0 001.95 1.313l2.546-2.546a1.52 1.52 0 01.637-.366 1.73 1.73 0 01.77-.068l3.738.759c.253.072.46.203.623.393.163.19.244.402.244.636v4.387c0 .326-.108.596-.325.813a1.102 1.102 0 01-.812.325Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-doc-edit {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M6.115 23.563a1.948 1.948 0 01-1.449-.62 2.069 2.069 0 01-.604-1.493V4.55c0-.58.202-1.078.604-1.491.402-.414.885-.62 1.45-.622h7.363a1.98 1.98 0 011.437.608l4.977 5.123c.189.193.334.418.437.674.102.255.154.523.154.804v1.664c0 .194-.056.36-.167.502-.11.14-.252.246-.424.317a3.918 3.918 0 00-.783.41 4.296 4.296 0 00-.68.567l-5.541 5.703a2.232 2.232 0 00-.449.674c-.11.256-.166.524-.167.805v2.218c0 .3-.098.55-.296.753a.975.975 0 01-.73.303H6.115Zm8.21-1.057v-1.743c0-.14.026-.277.078-.408a1.07 1.07 0 01.23-.357l5.363-5.493c.154-.158.325-.273.513-.343s.377-.106.565-.106c.205 0 .402.04.59.12.188.08.359.198.513.356l.95.977c.136.158.243.334.32.528.078.193.116.387.116.58a1.896 1.896 0 01-.103.595 1.398 1.398 0 01-.334.541l-5.337 5.493a1.027 1.027 0 01-.744.317h-1.693a.978.978 0 01-.73-.304 1.042 1.042 0 01-.296-.753Zm6.749-4.858.949-1.03-.95-.977-.974 1.003.975 1.004ZM14.326 9.83h4.105l-5.132-5.28v4.225c0 .3.099.55.296.753.197.203.44.304.73.303Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-exit {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cg fill='black'%3E%3Cpath fill-rule='evenodd' d='M10.516 2.61c-.766.679-.766 1.922-.766 4.406v11.968c0 2.484 0 3.727.766 4.406.766.68 1.937.476 4.28.067l2.523-.44c2.594-.452 3.89-.679 4.66-1.63.771-.952.771-2.328.771-5.08V9.693c0-2.752 0-4.128-.77-5.08-.77-.951-2.068-1.178-4.662-1.63l-2.522-.44c-2.342-.409-3.513-.612-4.279.067M13 11.016c.448 0 .813.38.813.85v2.268c0 .47-.365.85-.813.85-.448 0-.812-.38-.812-.85v-2.268c0-.47.364-.85.812-.85Z' clip-rule='evenodd'/%3E%3Cpath d='M8.176 4.875c-2.23.003-3.392.052-4.133.793-.793.793-.793 2.07-.793 4.624v5.416c0 2.554 0 3.83.793 4.624.741.74 1.903.79 4.133.793-.051-.676-.051-1.456-.051-2.3V7.175c0-.845 0-1.625.05-2.3Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--menu-favorite {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M12.594 19.5a1.22 1.22 0 01-1.219 1.219H4.063a1.22 1.22 0 010-2.438h7.312a1.22 1.22 0 011.219 1.219ZM4.063 7.719h17.875a1.219 1.219 0 000-2.438H4.063a1.219 1.219 0 100 2.438Zm0 6.5H9.75a1.22 1.22 0 000-2.438H4.063a1.22 1.22 0 000 2.438Zm21.53.406c0 1.727-.967 3.408-2.875 4.999a15.388 15.388 0 01-2.673 1.778 1.22 1.22 0 01-1.09 0 15.388 15.388 0 01-2.672-1.778c-1.909-1.59-2.877-3.272-2.877-4.999a3.657 3.657 0 016.094-2.723 3.656 3.656 0 016.094 2.723Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-gavel {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M17.117 7.793a.723.723 0 01-.513-.217L11.238 2.21a.728.728 0 111.04-1.018l5.373 5.366a.722.722 0 01-.245 1.182.722.722 0 01-.29.053ZM7.72 17.182a.722.722 0 01-.506-.21l-5.373-5.366a.733.733 0 011.047-1.025l5.366 5.366a.722.722 0 01-.513 1.235H7.72Zm7.186 5.207.36 1.278a.644.644 0 01-.613.81H2.65a.642.642 0 01-.614-.81l.368-1.278a1.09 1.09 0 011.062-.78h10.37a1.105 1.105 0 011.07.78Zm8.341-2.109-9.938-9.837 2.167-2.166-4.99-5.027L4.03 9.707l5.005 5.012 2.318-2.311 9.924 9.822a1.367 1.367 0 00.982.404 1.379 1.379 0 00.99-2.354Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-history {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cg fill='none'%3E%3Cg fill='black' clip-path='url(%23svgID0)'%3E%3Cpath d='M12.237 20.362a1.22 1.22 0 00-.862-2.08H4.063a1.22 1.22 0 000 2.437h7.312c.323 0 .633-.129.862-.357Zm9.701-12.643H4.063a1.219 1.219 0 110-2.438h17.875a1.219 1.219 0 010 2.438Zm-12.188 6.5H4.063a1.219 1.219 0 010-2.438H9.75a1.22 1.22 0 010 2.438Z'/%3E%3Cpath fill-rule='evenodd' d='M24.222 20.002a6.102 6.102 0 01-4.291 1.759A6.102 6.102 0 0115.639 20a5.974 5.974 0 01-1.778-4.246c0-1.592.64-3.12 1.778-4.246a6.102 6.102 0 014.292-1.759 6.1 6.1 0 014.291 1.759A5.973 5.973 0 0126 15.755c0 1.593-.64 3.12-1.778 4.247Zm-3.648-7.286c.171.17.267.398.267.637v1.881l.992 1.133a.897.897 0 01-.401 1.444.92.92 0 01-.976-.265l-1.213-1.386a.895.895 0 01-.223-.59v-2.217c0-.239.096-.468.267-.637a.915.915 0 011.288 0Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID0'%3E%3Cpath fill='%23fff' d='M0 0h26v26H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--menu-home {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M4.333 20.583v-9.75c0-.343.077-.668.231-.975.154-.307.366-.56.636-.758l6.5-4.875a2.09 2.09 0 011.3-.433c.488 0 .92.144 1.3.433L20.8 9.1a2.145 2.145 0 01.867 1.733v9.75a2.09 2.09 0 01-.637 1.531 2.082 2.082 0 01-1.53.636h-3.25c-.307 0-.564-.104-.771-.312a1.053 1.053 0 01-.312-.771V16.25c0-.307-.104-.564-.312-.771a1.053 1.053 0 00-.772-.312h-2.166c-.307 0-.564.104-.772.312a1.054 1.054 0 00-.312.771v5.417c0 .307-.104.564-.312.772a1.044 1.044 0 01-.771.311H6.5a2.086 2.086 0 01-1.53-.636 2.09 2.09 0 01-.637-1.53Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-info {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M20.583 19.175v1.95c0 .144.055.27.163.38a.52.52 0 00.758 0 .52.52 0 00.163-.38v-3.25a.52.52 0 00-.163-.38.52.52 0 00-.379-.162h-3.25a.52.52 0 00-.38.163.52.52 0 000 .758.52.52 0 00.38.163h1.95l-2.654 2.654a.52.52 0 000 .758.52.52 0 00.758 0l2.654-2.654ZM19.5 24.917c-1.499 0-2.776-.529-3.833-1.585-1.056-1.057-1.584-2.334-1.584-3.832 0-1.499.529-2.776 1.585-3.833 1.057-1.056 2.334-1.584 3.832-1.584 1.499 0 2.776.529 3.833 1.585 1.056 1.057 1.584 2.334 1.584 3.832 0 1.499-.529 2.776-1.585 3.833-1.057 1.056-2.334 1.584-3.832 1.584ZM8.667 9.75h8.666c.307 0 .565-.104.773-.312.208-.208.311-.465.31-.771a1.05 1.05 0 00-.311-.773 1.044 1.044 0 00-.772-.31H8.667a1.05 1.05 0 00-.773.311 1.044 1.044 0 00-.31.772c0 .307.103.564.311.772.208.208.465.312.772.311Zm3.98 13h-7.23a2.087 2.087 0 01-1.531-.637 2.082 2.082 0 01-.636-1.53V5.417c0-.596.212-1.106.637-1.531a2.082 2.082 0 011.53-.636h15.166c.596 0 1.106.212 1.531.637.425.425.637.935.636 1.53v7.258a7.753 7.753 0 00-1.585-.569 7.193 7.193 0 00-1.665-.19c-.199 0-.384.005-.556.014a3.504 3.504 0 00-.527.068 3.13 3.13 0 00-.542-.067c-.199-.009-.38-.014-.542-.014H8.667a1.05 1.05 0 00-.773.312 1.044 1.044 0 00-.31.771c0 .307.103.564.311.772.208.208.465.312.772.311h5.552a7.174 7.174 0 00-1.571 2.167H8.667a1.05 1.05 0 00-.773.312 1.044 1.044 0 00-.31.771c0 .307.103.565.311.773.208.208.465.311.772.31h3.33a3.84 3.84 0 00-.067.53c-.01.171-.014.356-.013.554 0 .596.054 1.151.162 1.666.108.515.298 1.043.569 1.584Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-news {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M4.333 22.75a2.086 2.086 0 01-1.53-.636 2.09 2.09 0 01-.636-1.53V3.9c0-.126.054-.212.162-.258.108-.045.208-.023.298.068l.975.975a.52.52 0 00.758 0L5.39 3.63a.52.52 0 01.758 0l1.056 1.056a.52.52 0 00.759 0L9.019 3.63a.52.52 0 01.758 0l1.03 1.056a.52.52 0 00.758 0L12.62 3.63a.52.52 0 01.758 0l1.056 1.056a.52.52 0 00.38.163.52.52 0 00.379-.163l1.029-1.056a.52.52 0 01.758 0l1.056 1.056a.52.52 0 00.38.163.52.52 0 00.379-.163l1.056-1.056a.52.52 0 01.758 0l1.03 1.056a.52.52 0 00.379.163.52.52 0 00.379-.163l.975-.975c.09-.09.19-.112.298-.067.108.046.162.131.162.257v16.683c0 .596-.212 1.106-.637 1.531a2.082 2.082 0 01-1.53.636H4.334Zm0-2.167h7.584v-6.5H4.333v6.5Zm9.75 0h7.584v-2.166h-7.584v2.166Zm0-4.333h7.584v-2.167h-7.584v2.167Zm-9.75-4.333h17.334v-3.25H4.333v3.25Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-personal {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M13 13c-1.34 0-2.488-.477-3.443-1.432-.955-.955-1.432-2.102-1.432-3.443 0-1.34.477-2.488 1.432-3.443.955-.955 2.102-1.432 3.443-1.432 1.34 0 2.488.477 3.443 1.432.955.955 1.432 2.102 1.432 3.443 0 1.34-.477 2.488-1.432 3.443C15.488 12.523 14.341 13 13 13Zm-7.312 9.75a2.35 2.35 0 01-1.723-.717 2.343 2.343 0 01-.715-1.72v-.976c0-.69.178-1.325.534-1.904A3.55 3.55 0 015.2 16.108a18.12 18.12 0 013.84-1.418c1.3-.315 2.62-.472 3.96-.471 1.34 0 2.66.157 3.96.473 1.3.315 2.58.787 3.84 1.416.59.305 1.061.747 1.417 1.326a3.56 3.56 0 01.533 1.903v.976c0 .67-.239 1.244-.717 1.722a2.343 2.343 0 01-1.72.715H5.688Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-preorder {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M18.958 19.283v-2.491a.52.52 0 00-.162-.38.52.52 0 00-.38-.162.52.52 0 00-.378.163.52.52 0 00-.163.379v2.464c0 .145.027.285.081.42.054.136.136.258.244.366l1.625 1.625a.52.52 0 00.38.162.52.52 0 00.378-.162.52.52 0 00.163-.38.52.52 0 00-.163-.379l-1.625-1.625ZM11.917 2.465A2.13 2.13 0 0113 2.167c.38 0 .74.099 1.083.298l7.584 4.36a2.1 2.1 0 011.083 1.869v4.577a7.394 7.394 0 00-2.018-1.002 7.534 7.534 0 00-2.315-.352c-.307 0-.6.013-.881.04a5.94 5.94 0 00-.853.15l3.9-2.249V8.721l-1.164-.677L13 11.754l-6.419-3.71-1.164.677v1.137l6.5 3.765V15.6a7.967 7.967 0 00-.8 1.842 7.275 7.275 0 00-.284 2.058c0 .758.104 1.48.312 2.167.208.686.502 1.327.88 1.922-.018-.017-.036-.026-.054-.026-.018 0-.036-.01-.054-.028l-7.584-4.36a2.1 2.1 0 01-1.083-1.869V8.694a2.107 2.107 0 011.083-1.869l7.584-4.36Zm6.5 22.452c-1.499 0-2.777-.529-3.833-1.585-1.057-1.057-1.585-2.334-1.584-3.832 0-1.499.528-2.776 1.585-3.833 1.056-1.056 2.334-1.584 3.832-1.584 1.498 0 2.776.529 3.832 1.585 1.057 1.057 1.585 2.334 1.584 3.832 0 1.499-.528 2.776-1.585 3.833-1.056 1.056-2.333 1.584-3.831 1.584Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-user {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M13 13c-1.34 0-2.488-.477-3.443-1.432-.955-.955-1.432-2.102-1.432-3.443 0-1.34.477-2.488 1.432-3.443.955-.955 2.102-1.432 3.443-1.432 1.34 0 2.488.477 3.443 1.432.955.955 1.432 2.102 1.432 3.443 0 1.34-.477 2.488-1.432 3.443C15.488 12.523 14.341 13 13 13Zm-7.312 9.75a2.35 2.35 0 01-1.723-.717 2.343 2.343 0 01-.715-1.72v-.976c0-.69.178-1.325.534-1.904A3.55 3.55 0 015.2 16.108a18.12 18.12 0 013.84-1.418c1.3-.315 2.62-.472 3.96-.471 1.34 0 2.66.157 3.96.473 1.3.315 2.58.787 3.84 1.416.59.305 1.061.747 1.417 1.326a3.56 3.56 0 01.533 1.903v.976c0 .67-.239 1.244-.717 1.722a2.343 2.343 0 01-1.72.715H5.688Z'/%3E%3C/svg%3E");
}

.icon--lestate--menu-wholesale {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Cpath fill='black' d='M12.775 22.438a1.02 1.02 0 01-.7-.27.906.906 0 01-.3-.71c0-.14.03-.295.092-.465.06-.17.152-.317.275-.439l3.694-3.694a.42.42 0 00.141-.3.417.417 0 00-.14-.297.386.386 0 00-.31-.129.454.454 0 00-.29.134l-3.687 3.688a1.263 1.263 0 01-.884.367.966.966 0 01-.71-.291.96.96 0 01-.29-.709c0-.166.035-.33.102-.488.069-.16.155-.29.26-.396l3.694-3.694a.417.417 0 00.14-.295.421.421 0 00-.14-.296.39.39 0 00-.307-.13.43.43 0 00-.286.13l-3.693 3.689a1.253 1.253 0 01-.403.264 1.237 1.237 0 01-.487.103.962.962 0 01-.705-.294.964.964 0 01-.295-.706 1.255 1.255 0 01.368-.884l3.437-3.438a.42.42 0 00.141-.299.423.423 0 00-.14-.299.384.384 0 00-.307-.13.427.427 0 00-.285.13l-3.438 3.445c-.104.104-.237.19-.398.258a1.254 1.254 0 01-.491.102.975.975 0 01-.72-.28.974.974 0 01-.281-.72 1.256 1.256 0 01.367-.884l4.704-4.704a.869.869 0 01.651-.27c.25.004.466.098.651.283l1.68 1.68c.198.198.422.339.672.42.25.083.503.124.76.124.523 0 .959-.171 1.31-.515.35-.344.525-.783.525-1.318 0-.252-.05-.507-.147-.764a1.973 1.973 0 00-.456-.696l-2.868-2.869 1.061-1.061a2.55 2.55 0 01.864-.55 2.755 2.755 0 011.012-.199c.358 0 .708.066 1.05.198.342.133.633.32.875.563l4.64 4.643c.227.228.407.506.54.834.133.327.2.69.2 1.089 0 .36-.068.702-.203 1.024a2.515 2.515 0 01-.538.817l-9.122 9.13a1.224 1.224 0 01-.412.27 1.23 1.23 0 01-.472.097M4.549 14.27l-1.121-1.122a2.914 2.914 0 01-.694-1.09 3.62 3.62 0 01-.233-1.246c0-.429.07-.817.208-1.165a2.48 2.48 0 01.531-.846l4.265-4.27a2.82 2.82 0 01.78-.556c.286-.137.597-.206.935-.206.363 0 .695.065.997.194.303.128.58.318.83.567l4.51 4.51c.11.109.197.243.265.405.068.16.102.313.102.458 0 .289-.094.53-.283.727a.954.954 0 01-.717.294 1.22 1.22 0 01-.883-.367L12.376 8.9a1.67 1.67 0 00-1.228-.499c-.487 0-.896.166-1.228.499l-5.37 5.37Z'/%3E%3C/svg%3E");
}

.icon--lestate--minus {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18 12.998H6a1 1 0 010-2h12a1 1 0 110 2Z'/%3E%3C/svg%3E");
}

.icon--lestate--new-chat {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath fill='black' d='M5.333 6h4a.646.646 0 00.476-.192.643.643 0 00.191-.475.646.646 0 00-.192-.475.642.642 0 00-.475-.191h-4a.646.646 0 00-.475.192.642.642 0 00-.191.474c0 .19.064.348.192.476A.642.642 0 005.333 6Zm0 2.667h2a.646.646 0 00.476-.192A.643.643 0 008 8a.646.646 0 00-.192-.475.643.643 0 00-.475-.192h-2a.646.646 0 00-.475.192.642.642 0 00-.191.475c0 .189.064.347.192.475a.643.643 0 00.474.192Zm6 2.666H10a.646.646 0 01-.475-.192.642.642 0 01-.192-.474c0-.19.064-.348.192-.476A.643.643 0 0110 10h1.333V8.667c0-.19.064-.348.192-.476A.643.643 0 0112 8c.189 0 .347.064.475.192a.643.643 0 01.192.475V10H14c.189 0 .347.064.475.192a.643.643 0 01.192.475.645.645 0 01-.192.475.642.642 0 01-.475.191h-1.333v1.334a.645.645 0 01-.192.475.642.642 0 01-.475.191.645.645 0 01-.475-.192.643.643 0 01-.192-.474v-1.334Zm-7.333 0-1.433 1.434c-.111.11-.234.139-.367.083-.133-.056-.2-.161-.2-.317v-9.2c0-.366.13-.68.392-.942.261-.261.575-.391.941-.391h8c.367 0 .681.13.942.392.262.261.392.575.392.941v3.384a2.31 2.31 0 00-.334-.042A5.95 5.95 0 0012 6.667c-1.122 0-2.07.389-2.842 1.166C8.386 8.611 8 9.556 8 10.667c0 .11.003.222.009.333.005.111.02.222.041.333H4Z'/%3E%3C/svg%3E");
}

.icon--lestate--new-fix {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='m13.333 25.48 2.814-2.813H9.333V20h9.334v.16l2.826-2.827H9.333v-2.666h13.334v1.493l1.653-1.64c.64-.64 1.48-1 2.4-1 .44 0 .88.093 1.28.253V6.667A2.667 2.667 0 0025.333 4H6.667A2.657 2.657 0 004 6.667v18.666A2.667 2.667 0 006.667 28h6.666v-2.52Zm-4-16.147h13.334V12H9.333V9.333Zm19.6 9.8L27.6 20.467l-2.733-2.734L26.2 16.4a.733.733 0 011.027 0l1.706 1.707c.28.28.28.746 0 1.026ZM16 26.587l8.08-8.08 2.733 2.733-8.066 8.093H16v-2.746Z'/%3E%3C/svg%3E");
}

.icon--lestate--new-order {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg fill='black'%3E%3Cpath d='M17.067 28h-10.4A2.667 2.667 0 014 25.333V6.667A2.657 2.657 0 016.667 4h18.666A2.667 2.667 0 0128 6.667v10.4A7.969 7.969 0 0024 16l-1.333.107v-1.44H9.333v2.666h10.254A7.973 7.973 0 0016 24c0 1.453.387 2.827 1.067 4ZM16 20H9.333v2.667H16m6.667-13.334H9.333V12h13.334'/%3E%3Cpath d='m24.667 31.333 2.08-4.56 4.586-2.106-4.586-2.08L24.667 18l-2.094 4.587L18 24.667l4.573 2.106 2.094 4.56Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--new-shipment {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M22.667 18.667h2.666v4h4v2.666h-4v4h-2.666v-4h-4v-2.666h4v-4Zm-6.667 4V20H9.333v2.667H16Zm6.667-8H9.333v2.666h10.254A7.973 7.973 0 0016 24c0 1.453.387 2.827 1.067 4h-10.4A2.667 2.667 0 014 25.333V6.667A2.657 2.657 0 016.667 4h18.666A2.667 2.667 0 0128 6.667v10.4A7.969 7.969 0 0024 16l-1.333.107v-1.44Zm0-2.667V9.333H9.333V12h13.334Z'/%3E%3C/svg%3E");
}

.icon--lestate--news {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg fill='black'%3E%3Cpath d='M5.048 5.188A2.547 2.547 0 002.5 7.736v19.713a2.551 2.551 0 002.548 2.55h21.904a2.545 2.545 0 002.548-2.55V7.736a2.55 2.55 0 00-2.548-2.548h-.892V6.8a1.955 1.955 0 01-1.952 1.954A1.952 1.952 0 0122.155 6.8V5.189H9.845v1.613A1.957 1.957 0 017.89 8.695a1.954 1.954 0 01-1.954-1.893V5.189h-.889v-.001Zm1.612 7.137h18.678a.973.973 0 011.02.923v12.77a.974.974 0 01-1.02.92H6.66a.973.973 0 01-1.02-.92v-12.77a.974.974 0 011.02-.923Z'/%3E%3Cpath d='M6.957 2.893V6.8a.936.936 0 001.868 0V2.893a.936.936 0 00-1.868 0Zm16.218 0V6.8a.936.936 0 001.868 0V2.893a.936.936 0 00-1.868 0ZM12.369 13.919H7.426v5.06h4.943v-5.06Zm6.221 0h-4.942v5.06h4.942v-5.06Zm-6.221 6.22H7.426v5.06h4.943v-5.06Zm6.221 0h-4.942v5.06h4.942v-5.06Zm6.453-6.22h-4.941v5.06h4.941v-5.06Zm0 6.22h-4.941v5.06h4.941v-5.06Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--no-fake {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='black' fill-rule='evenodd' d='m28.428 4.466-.714.717 3.603 3.568 3.604 3.567 1.29-1.107c.709-.609 1.289-1.15 1.289-1.204 0-.053-.29-.424-.643-.824l-.642-.728-.556.498c-.306.273-.601.497-.657.497-.056 0-1.397-1.282-2.98-2.85l-2.88-2.85-.714.716ZM26.294 6.93c-1.588.58-2.226 2.491-1.28 3.836.199.284 1.564 1.705 3.034 3.158l2.671 2.642.756-.74.756-.74-1.443-1.433-1.443-1.434.35-.326.351-.327 1.433 1.415 1.432 1.414.756-.74.756-.74-2.774-2.758c-1.526-1.518-3-2.876-3.276-3.018-.699-.36-1.456-.436-2.079-.209Zm.384 2.267c-.072.226.044.424.534.91l.627.62.349-.325.35-.325-.58-.584c-.641-.648-1.131-.761-1.28-.296Zm-4.514 1.476-.676.68 1.502 1.502 1.503 1.503-1.973-.973-1.972-.973-.833.825-.834.826 3.627 3.594 3.625 3.594.753-.746.752-.745-1.504-1.504-1.504-1.505 1.97.972 1.97.972.805-.788.803-.788-3.595-3.562c-1.977-1.96-3.628-3.563-3.669-3.563-.04 0-.379.305-.75.68Zm-4.585 4.678-.748.75 3.556 3.524c1.956 1.939 3.62 3.525 3.7 3.525.078 0 .447-.306.819-.68l.677-.681-3.628-3.594-3.628-3.594-.748.75Zm-2.38 2.708c-1.678.593-2.472 2.61-1.662 4.221.423.841 3.44 3.826 4.303 4.258.89.445 2.238.354 3.053-.206 1.176-.807 1.67-2.541 1.079-3.792-.141-.299-.834-1.108-1.54-1.798l-1.285-1.255-1.09 1.086-1.09 1.087.712.705.712.705.322-.3c.176-.164.387-.298.469-.298.258 0 .998.945.998 1.275 0 .511-.502 1.03-.997 1.03-.367 0-.681-.25-2.18-1.735-1.92-1.902-2.06-2.177-1.416-2.814.268-.266.476-.333 1.027-.333h.69V17.86l-.787.006c-.433.004-1.026.09-1.317.194Zm-4.57 4.176-.715.717 3.627 3.59 3.626 3.59.718-.711.718-.712-3.63-3.595-3.63-3.596-.714.717Zm-2.566 2.802c-.301.139-.963.673-1.47 1.186l-.924.932 3.625 3.59 3.625 3.588.687-.67c.377-.368.687-.735.687-.815 0-.08-.368-.505-.818-.946-.45-.441-.8-.82-.777-.843.022-.022.68.173 1.46.433.782.26 1.465.474 1.52.474.162 0 .708-1.779.58-1.894-.064-.059-.98-.389-2.034-.734l-1.917-.627.047-.672c.062-.881-.173-1.546-.782-2.215-.917-1.008-2.342-1.327-3.51-.787Zm.753 1.91c-.168.105-.075.259.517.845.591.586.746.678.854.512.504-.782-.582-1.857-1.371-1.358Zm-4.724 2.021c-1.3.597-1.91 1.972-1.428 3.227.197.513 4.462 4.77 5.018 5.008 1.55.662 3.374-.379 3.562-2.031.127-1.112-.107-1.48-2.412-3.798-2.687-2.704-3.353-3.042-4.74-2.406Zm.719 1.924c-.132.076-.24.243-.24.37 0 .289 3.827 4.095 4.117 4.095.25 0 .539-.26.539-.488 0-.175-3.909-4.126-4.075-4.12-.056.003-.21.067-.341.143Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--no-photo {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' width='80' height='80'%3E%3Cpath fill='black' d='M70 60.5 19.5 10h43.833c1.834 0 3.404.653 4.71 1.96 1.307 1.307 1.96 2.876 1.957 4.707V60.5ZM16.667 70c-1.834 0-3.403-.652-4.707-1.957-1.304-1.304-1.958-2.874-1.96-4.71v-44l-3-3c-.611-.61-.917-1.389-.917-2.333 0-.944.306-1.722.917-2.333.611-.611 1.389-.917 2.333-.917.945 0 1.723.306 2.334.917l56.666 56.666c.612.611.917 1.39.917 2.334 0 .944-.305 1.722-.917 2.333-.61.611-1.388.917-2.333.917-.944 0-1.722-.306-2.333-.917l-3-3h-44ZM47.25 56.667l-7-7-2.75 3.666-6.167-8.25A1.584 1.584 0 0030 44.417c-.555 0-1 .222-1.333.666L22 54c-.444.556-.5 1.139-.167 1.75.334.611.834.917 1.5.917H47.25Z'/%3E%3C/svg%3E");
}

.icon--lestate--ok {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg fill='none'%3E%3Cg clip-path='url(%23svgID0)'%3E%3Cpath fill='black' d='M22.265 2H9.875A7.875 7.875 0 002 9.779V22.22A7.875 7.875 0 009.875 30h12.39A7.796 7.796 0 0030 22.221V9.78A7.796 7.796 0 0022.265 2ZM16 5.964a5.031 5.031 0 11-5.014 5.022A5.022 5.022 0 0116 5.964Zm6.641 11.69a9.38 9.38 0 01-5.582 2.721l3.57 3.579a1.26 1.26 0 010 1.75 1.243 1.243 0 01-.875.367 1.251 1.251 0 01-.875-.367L16 22.816l-2.887 2.879a1.251 1.251 0 01-1.75-1.75l3.552-3.57a9.38 9.38 0 01-5.574-2.686 1.26 1.26 0 010-1.75 1.242 1.242 0 011.75 0 6.904 6.904 0 009.748 0 1.232 1.232 0 012.109.849 1.26 1.26 0 01-.316.866h.01ZM16 13.498a2.512 2.512 0 10-2.322-1.55A2.502 2.502 0 0016 13.499Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID0'%3E%3Cpath fill='%23fff' d='M2 2h28v28H2z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--order-status-1 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg fill='black' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M6.667 28h10.4A7.969 7.969 0 0116 24a7.973 7.973 0 013.587-6.667H9.333v-2.666h13.334v1.44L24 16c1.453 0 2.827.387 4 1.067v-10.4A2.667 2.667 0 0025.333 4H6.667A2.657 2.657 0 004 6.667v18.666A2.667 2.667 0 006.667 28Zm2.666-8H16v2.667H9.333V20Zm0-10.667h13.334V12H9.333V9.333Z'/%3E%3Cpath d='M18 23.714c0 3.2 2.514 5.715 5.714 5.715 3.2 0 5.715-2.515 5.715-5.715 0-3.2-2.515-5.714-5.715-5.714-3.2 0-5.714 2.514-5.714 5.714Zm4.571-4.571v5.714l4.115 2.514L27.6 26l-3.314-1.943v-4.914H22.57Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--order-status-2 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M22.667 28 19 24l1.547-1.547 2.12 2.12 4.786-4.786L29 21.667M17.067 28h-10.4A2.667 2.667 0 014 25.333V6.667A2.657 2.657 0 016.667 4h18.666A2.667 2.667 0 0128 6.667v10.4A7.969 7.969 0 0024 16l-1.333.107v-1.44H9.333v2.666h10.254A7.973 7.973 0 0016 24c0 1.453.387 2.827 1.067 4ZM16 20H9.333v2.667H16m6.667-13.334H9.333V12h13.334'/%3E%3C/svg%3E");
}

.icon--lestate--order-status-4 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cg fill='black'%3E%3Cpath fill-rule='evenodd' d='M17.067 28h-10.4A2.667 2.667 0 014 25.333V6.667A2.657 2.657 0 016.667 4h18.666A2.667 2.667 0 0128 6.667v10.4A7.969 7.969 0 0024 16l-1.333.107v-1.44H9.333v2.666h10.254A7.973 7.973 0 0016 24c0 1.453.387 2.827 1.067 4ZM16 20H9.333v2.667H16V20Zm6.667-10.667H9.333V12h13.334V9.333Z' clip-rule='evenodd'/%3E%3Cpath d='m25.5 28.056-3.667-4 1.547-1.547 2.12 2.12 4.787-4.787 1.546 1.88-6.333 6.333Zm-6.953-5.603L17 24l3.667 4 1.647-1.647-3.767-3.9Z'/%3E%3Cpath d='M26.585 18.494 28 20.214l-2.501 2.501-1.567-1.567 2.653-2.654Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--order-status-5 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='m19.28 21.173 1.893-1.893L24 22.12l2.827-2.84 1.893 1.893L25.88 24l2.84 2.827-1.893 1.893L24 25.88l-2.827 2.84-1.893-1.893L22.12 24l-2.84-2.827ZM16 22.667V20H9.333v2.667H16Zm6.667-8H9.333v2.666h10.254A7.973 7.973 0 0016 24c0 1.453.387 2.827 1.067 4h-10.4A2.667 2.667 0 014 25.333V6.667A2.657 2.657 0 016.667 4h18.666A2.667 2.667 0 0128 6.667v10.4A7.969 7.969 0 0024 16l-1.333.107v-1.44Zm0-2.667V9.333H9.333V12h13.334Z'/%3E%3C/svg%3E");
}

.icon--lestate--order-status-6 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M24 24.667a2 2 0 110-4 2 2 0 010 4Zm2-12L28.613 16h-5.946v-3.333M8 24.667a2 2 0 110-4 2 2 0 010 4Zm18.667-14h-4V5.333H4A2.657 2.657 0 001.333 8v14.667H4a4 4 0 008 0h8a4 4 0 008 0h2.667V16l-4-5.333Z'/%3E%3C/svg%3E");
}

.icon--lestate--order-status-7 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M29.333 22.667v2.666H18.667v-2.666h10.666Zm-13.333 0V20H9.333v2.667H16Zm6.667-8H9.333v2.666h10.254A7.973 7.973 0 0016 24c0 1.453.387 2.827 1.067 4h-10.4A2.667 2.667 0 014 25.333V6.667A2.657 2.657 0 016.667 4h18.666A2.667 2.667 0 0128 6.667v10.4A7.969 7.969 0 0024 16l-1.333.107v-1.44Zm0-2.667V9.333H9.333V12h13.334Z'/%3E%3C/svg%3E");
}

.icon--lestate--order-status-8 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M4 5.333A2.667 2.667 0 001.333 8v14.667H4a4 4 0 008 0h8a4 4 0 008 0h2.667V16l-4-5.333h-4V5.333M13.333 8l5.334 5.333-5.334 5.334v-4h-8V12h8m9.334.667H26L28.627 16h-5.96M8 20.667a2 2 0 110 4 2 2 0 010-4Zm16 0a2 2 0 110 4 2 2 0 010-4Z'/%3E%3C/svg%3E");
}

.icon--lestate--order-status-9 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M4 5.333h18.667v5.334h4l4 5.333v6.667H28a4 4 0 11-8 0h-8a4 4 0 11-8 0H1.333V8A2.667 2.667 0 014 5.333Zm18.667 7.334V16h5.96L26 12.667h-3.333ZM8 20.667a2 2 0 100 4 2 2 0 000-4Zm16 0a2 2 0 100 3.999 2 2 0 000-4Zm-13.333-2 8-8-1.88-1.894-6.12 6.12-2.787-2.786L6 14l4.667 4.667Z'/%3E%3C/svg%3E");
}

.icon--lestate--order-status-default {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M22.667 18.667h2.666v4h4v2.666h-4v4h-2.666v-4h-4v-2.666h4v-4Zm-6.667 4V20H9.333v2.667H16Zm6.667-8H9.333v2.666h10.254A7.973 7.973 0 0016 24c0 1.453.387 2.827 1.067 4h-10.4A2.667 2.667 0 014 25.333V6.667A2.657 2.657 0 016.667 4h18.666A2.667 2.667 0 0128 6.667v10.4A7.969 7.969 0 0024 16l-1.333.107v-1.44Zm0-2.667V9.333H9.333V12h13.334Z'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--ozon-logo {
  width: 2em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 32' width='64' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M7.731 9.039a6.998 6.998 0 106.23 6.248 6.99 6.99 0 00-6.23-6.248Zm-.226 10.663a3.734 3.734 0 11-.993-7.401 3.734 3.734 0 01.993 7.4ZM17.703 9.315a1.633 1.633 0 00-1.593 1.97c.153.77.872 1.296 1.655 1.296h4.543l-7.07 9.356a.467.467 0 00.37.748h11.09c.782 0 1.501-.526 1.655-1.295a1.634 1.634 0 00-1.593-1.97h-5.536l7.065-9.35a.47.47 0 00-.374-.755H17.703Zm44.316.038a1.657 1.657 0 00-1.274 1.639v5.436l-8.81-7.01a.469.469 0 00-.759.368v11.225a1.657 1.657 0 001.274 1.639 1.632 1.632 0 001.981-1.595V15.57l8.81 7.01a.468.468 0 00.759-.367V10.948a1.63 1.63 0 00-1.981-1.595Zm-22.937 2.915c3.726 0 6.51 1.97 6.51 3.73 0 1.762-2.784 3.73-6.51 3.73s-6.51-1.968-6.51-3.73c0-1.76 2.784-3.73 6.51-3.73Zm0-3.265c-5.393 0-9.765 3.132-9.765 6.995 0 3.864 4.372 6.996 9.765 6.996 5.393 0 9.765-3.132 9.765-6.996 0-3.863-4.372-6.995-9.765-6.995Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--pause {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' width='960' height='960'%3E%3Cpath fill='black' d='M520-200v-560h240v560H520Zm-320 0v-560h240v560H200Zm400-80h80v-400h-80v400Zm-320 0h80v-400h-80v400Zm0-400v400-400Zm320 0v400-400Z'/%3E%3C/svg%3E");
}

.icon--lestate--payment {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='black' fill-rule='evenodd' d='M12.818 6.563c-.821.372-1.73 1.326-1.953 2.048-.107.346-.161 1.775-.161 4.25v3.73H2.5V32.5h28.44v-9.678h1.955c1.83 0 2.002-.022 2.667-.343.39-.189.893-.558 1.117-.821.803-.945.824-1.129.82-7.178-.002-5.255-.015-5.54-.28-6.108a3.945 3.945 0 00-1.699-1.768c-.546-.286-.57-.287-11.28-.32L13.507 6.25l-.69.313Zm.651 1.942c-.483.286-.714.717-.714 1.334v.389h22.697v-.404c0-.223-.094-.58-.208-.794-.437-.82-.02-.79-11.168-.79-9.912 0-10.17.007-10.607.265Zm-.714 5.898v2.187l9.058.034 9.058.034.038 2.088.038 2.088h1.772c1.764 0 1.773-.002 2.218-.387l.447-.387.04-3.922.04-3.922H12.755v2.187ZM4.55 20.511v1.931l.308-.087c1.289-.367 2.46-1.288 3.086-2.425.747-1.359.757-1.35-1.48-1.35H4.551v1.931Zm5.946-1.389c-.052.299-.335 1.007-.628 1.575-.909 1.76-2.733 3.183-4.646 3.624-.37.085-.672.195-.672.244 0 .05.242.13.539.178.976.16 2.443.95 3.375 1.817.952.887 1.857 2.404 2.032 3.41l.094.541h12.134l.15-.563c.387-1.467 1.117-2.656 2.217-3.615.746-.65 2.32-1.447 3.147-1.593.67-.119.652-.28-.042-.395-.81-.132-2.33-.911-3.115-1.595-1.09-.95-1.821-2.144-2.208-3.607l-.148-.563H10.59l-.094.542Zm14.488-.177c.374 1.494 1.81 2.917 3.387 3.355l.38.106V18.58h-3.858l.091.365Zm-9.36 1.795c-.86.236-1.87.946-2.318 1.631-1.67 2.555-.056 5.8 3.04 6.11 2.294.23 4.376-1.643 4.378-3.938.002-2.536-2.61-4.484-5.1-3.803Zm-.19 2.354c-.89.757-.973 1.858-.206 2.706 1.232 1.36 3.405.56 3.405-1.254 0-1.146-.768-1.855-2.012-1.856-.6 0-.788.064-1.188.404ZM4.55 28.58v1.931h3.954l-.204-.559c-.574-1.58-1.792-2.715-3.441-3.21l-.308-.093v1.931Zm23.354-1.596c-1.424.567-2.586 1.826-2.92 3.163l-.091.364h3.859V28.59c0-1.057-.015-1.92-.034-1.919-.019.002-.385.143-.813.314Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--phone {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath fill='black' d='M13.3 14c-1.389 0-2.761-.303-4.117-.909-1.355-.605-2.589-1.464-3.7-2.574-1.11-1.111-1.969-2.345-2.574-3.7C2.303 5.46 2 4.089 2 2.7c0-.2.067-.367.2-.5s.3-.2.5-.2h2.7a.62.62 0 01.417.159.61.61 0 01.216.374l.434 2.334c.022.177.016.327-.017.45a.701.701 0 01-.183.316L4.65 7.267c.222.41.486.808.791 1.191.306.383.642.753 1.009 1.109.344.344.706.664 1.083.958.378.295.778.564 1.2.808L10.3 9.767c.1-.1.23-.175.392-.226.161-.05.32-.064.475-.041l2.3.467a.77.77 0 01.383.242c.1.117.15.247.15.391v2.7c0 .2-.067.367-.2.5s-.3.2-.5.2Z'/%3E%3C/svg%3E");
}

.icon--lestate--pickup {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8.805 3.12c-2.7 1.588-3.478 4.872-1.75 7.386l.746 1.085-.834.831c-1.775 1.769-1.954 2.59-1.96 8.98L5 27.166h1.089c1.267 0 1.183-.247 1.663 4.902.163 1.749.367 3.686.455 4.306l.158 1.126h6.193l.307-2.716c.17-1.494.38-3.55.468-4.571.263-3.057.259-3.047 1.507-3.047h1.096V22.13h1.926v3.975H35v-14.31H19.862v8.215h-1.86l-.112-2.464c-.096-2.093-.226-2.651-.866-3.703-.415-.681-1.04-1.446-1.388-1.7l-.634-.46.783-1.07c1.822-2.488 1.045-5.912-1.707-7.528-1.355-.795-3.892-.779-5.273.034Zm.576 2.26c-.652.56-.891 1.026-.998 1.944-.126 1.07-.045 1.313.713 2.144 1.003 1.1 2.179 1.41 3.421.904 1.437-.585 1.978-1.37 1.978-2.865 0-1.155-.111-1.415-.898-2.092-1.248-1.073-2.993-1.088-4.216-.036Zm.023 7.94c-.627.302-1.18.877-1.583 1.646-.569 1.086-.62 1.545-.62 5.631v4.449h8.534v-3.568l-2.54-2.455-2.54-2.456.75-.722.75-.722 1.79 1.707 1.79 1.708v-1.195c0-3.4-3.285-5.487-6.33-4.022Zm12.72 3.577.078 2.982 1.032.082c1.003.08 1.032.111 1.032 1.126 0 1.041-.003 1.044-1.1 1.044-1.076 0-1.102.022-1.102.927v.928h10.734v-10.07h-1.926v3.975h-6.606v-3.975h-2.22l.078 2.981Zm4.344-2.053c0 .883.046.927.963.927.918 0 .963-.044.963-.927s-.045-.928-.963-.928c-.917 0-.963.045-.963.928ZM9.6 27.364c-.061.11.048 1.69.243 3.511.194 1.822.361 3.58.37 3.909.014.524.16.596 1.21.596h1.195l.396-3.989c.218-2.194.341-4.042.274-4.107-.21-.203-3.57-.13-3.688.08Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--play {
  width: 0.82em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 32' width='26' height='32'%3E%3Cpath fill='black' d='M.485 28.545V3.454c0-.687.242-1.263.727-1.728s1.051-.697 1.697-.696c.202 0 .415.03.638.09s.435.151.635.274L23.94 13.939c.364.242.637.545.819.909s.273.748.272 1.152-.092.788-.272 1.152a2.303 2.303 0 01-.819.909L4.182 30.606c-.202.121-.414.212-.635.274s-.434.091-.638.09c-.646 0-1.212-.233-1.697-.698s-.727-1.041-.727-1.726z'/%3E%3C/svg%3E");
}

.icon--lestate--play-arrow {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' width='960' height='960'%3E%3Cpath fill='black' d='M320-200v-560l440 280-440 280Zm80-280Zm0 134 210-134-210-134v268Z'/%3E%3C/svg%3E");
}

.icon--lestate--plus {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18 12.998h-5v5a1 1 0 01-2 0v-5H6a1 1 0 010-2h5v-5a1 1 0 012 0v5h5a1 1 0 110 2Z'/%3E%3C/svg%3E");
}

.icon--lestate--preloader {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z' opacity='.25'/%3E%3Cpath fill='black' d='M10.14,1.16a11,11,0,0,0-9,8.92A1.59,1.59,0,0,0,2.46,12,1.52,1.52,0,0,0,4.11,10.7a8,8,0,0,1,6.66-6.61A1.42,1.42,0,0,0,12,2.69h0A1.57,1.57,0,0,0,10.14,1.16Z'%3E%3CanimateTransform attributeName='transform' dur='0.75s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");
}

.icon--lestate--preorder {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M14.875 29.962h.015l2.79-.043c.585 0 1.038-.543 1.03-1.214l-.092-9.96a1.27 1.27 0 00-.39-.926.968.968 0 00-.672-.261l-2.79.04c-.585 0-1.038.54-1.03 1.211l.092 9.96a1.265 1.265 0 00.389.925c.177.17.412.265.658.268Zm-.094-11.525 2.792-.045a.403.403 0 01.16.363l.092 9.96c0 .248-.128.375-.16.375l-2.792.046a.396.396 0 01-.16-.363l-.094-9.96c-.002-.25.13-.376.162-.376Zm7.43 11.49h.019l2.79-.062c.592-.013 1.034-.658 1.028-1.504l-.094-13.626a1.69 1.69 0 00-.46-1.236.85.85 0 00-.601-.235l-2.791.06c-.594.011-1.035.658-1.03 1.503l.094 13.626a1.714 1.714 0 00.46 1.237c.159.15.367.234.585.237Zm-.06-15.772 2.727-.06a.968.968 0 01.188.646l.092 13.626a.977.977 0 01-.188.667l-2.727.06a.955.955 0 01-.188-.646l-.094-13.626a.99.99 0 01.19-.667Zm-11.253 6.887a.952.952 0 00-.67-.261l-2.791.043c-.585 0-1.036.543-1.03 1.214l.064 6.776a1.257 1.257 0 00.389.925c.178.166.412.26.656.261h.015l2.804-.045c.584 0 1.037-.541 1.031-1.212l-.064-6.777a1.266 1.266 0 00-.404-.924Zm-.592 8.08-2.79.046c-.032 0-.158-.123-.162-.361L7.29 22.03c0-.248.132-.376.162-.376l2.792-.045a.396.396 0 01.16.363l.064 6.776c.007.248-.124.374-.156.376l-.006-.002ZM5 13.225 17.923 4.85l-5.364-.786L13.131 2l4.383.642 4.383.641-2.368 8.538-2.12-.31L18.94 6 5.872 14.564 5 13.224Z'/%3E%3C/svg%3E");
}

.icon--lestate--preorder-line {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cg fill='none'%3E%3Cg fill='black' fill-opacity='.15' clip-path='url(%23svgID0)'%3E%3Crect width='16' height='16' y='16' rx='6' transform='rotate(-90 0 16)'/%3E%3Cpath d='m0-6.97 2.828-2.828 26.547 26.546-2.829 2.828zm-10.685 3.315 2.828-2.828 33.312 33.311-2.828 2.829z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID0'%3E%3Crect width='16' height='16' y='16' fill='%23fff' rx='6' transform='rotate(-90 0 16)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--preorder1 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 71' width='71' height='71'%3E%3Cpath fill='black' fill-rule='evenodd' d='M25.429.918c-10.727.89-18.49 3.224-21.957 6.604-2.318 2.259-2.365 2.427-2.463 8.67l-.086 5.47.826 1.634c.752 1.487.788 1.675.401 2.102C1.043 26.622.982 27.44.973 41.222L.963 54.49l.649 1.368c2.08 4.385 9.795 7.688 20.73 8.876 3.67.399 13.111.345 16.849-.095l3.098-.366 1.96 1.951c3.109 3.095 6.653 4.543 11.12 4.543 4.245 0 7.983-1.508 10.847-4.377 3.03-3.037 4.454-6.207 4.67-10.396.169-3.283-.214-5.15-1.642-8.004-1.542-3.082-4.042-5.538-7.188-7.062l-2.313-1.12V35.29l1.339-1.13c.77-.65 1.64-1.736 2.05-2.559.696-1.396.712-1.555.712-6.897 0-6.405-.165-6.98-2.622-9.136-1.47-1.289-1.472-1.295-1.476-2.915-.002-1.079-.194-2.018-.572-2.798-1.699-3.512-7.958-6.598-16.285-8.03C37.611.918 30.12.528 25.43.918Zm.957 4.234c-10.064.45-19.263 3.325-20.924 6.54-.374.724-.374.89.009 1.63.514.995 2.668 2.469 4.98 3.407 7.894 3.206 21.922 4.077 32.589 2.025 5.592-1.076 10.146-2.93 11.784-4.796 1.055-1.202 1.03-1.77-.134-3.06-3.579-3.963-15.24-6.33-28.304-5.746ZM5.059 19.822c0 1.487.888 2.666 2.935 3.897 9.381 5.64 33.659 5.828 44.164.343 2.477-1.294 3.483-2.456 3.483-4.024v-1.195l-1.818.916c-3.615 1.819-8.603 3.129-14.584 3.829-3.927.46-13.173.527-16.818.122-5.958-.661-12.036-2.22-15.311-3.925-.903-.47-1.733-.896-1.846-.947-.112-.051-.205.39-.205.983Zm54.151 3.272c-.537 1.487-2.886 3.637-5.234 4.791C48 30.822 40.46 32.197 30.352 32.193c-7.59-.004-13.41-.745-18.513-2.358-1.2-.379-2.255-.617-2.344-.528-.329.329.952 1.615 2.603 2.613 4.365 2.641 13.234 4.378 22.354 4.378 10.976 0 21.511-2.551 24.473-5.926l.818-.932v-3.684c0-2.026-.037-3.683-.082-3.683-.045 0-.248.46-.45 1.02ZM5.071 33.727c-.014 4.277.214 4.777 2.923 6.406 6.673 4.01 22.208 5.537 34.387 3.378 1.875-.333 2.85-.677 4.101-1.447 2.185-1.346 4.027-2.098 6.015-2.456 1.276-.229 1.812-.484 2.412-1.144.424-.468.714-.908.643-.978-.07-.07-1.155.184-2.411.566-5.404 1.64-11.023 2.35-18.63 2.35-6.097 0-9.223-.277-14.057-1.245-7.81-1.563-12.946-4.31-14.807-7.92l-.564-1.094-.012 3.584ZM5.06 44.442c0 1.49.888 2.667 2.943 3.902 4.908 2.951 14.472 4.603 24.672 4.263 7.415-.247 6.891-.075 7.732-2.547l.699-2.053-1.003.166c-2.266.375-14.267.501-17.313.182-6.243-.654-12.265-2.171-15.68-3.95-.902-.469-1.732-.895-1.845-.947-.112-.05-.205.392-.205.984Zm46.54-.255c-6.533 2.325-9.64 9.554-6.786 15.79 2.315 5.058 8.415 7.806 13.74 6.188 10.166-3.09 11.148-16.925 1.531-21.557-2.106-1.014-6.242-1.22-8.485-.421Zm5.275 8.797-3.819 3.828-1.713-1.699-1.713-1.699-1.369 1.349c-.752.741-1.368 1.478-1.368 1.637 0 .365 5.794 6.16 6.16 6.16.148 0 2.666-2.399 5.593-5.33l5.323-5.33-1.35-1.373c-.743-.754-1.48-1.371-1.638-1.371-.158 0-2.006 1.722-4.106 3.828ZM5.06 52.649c0 1.488.888 2.666 2.935 3.897 4.389 2.639 13.249 4.373 22.338 4.373 3.368 0 9.691-.434 9.949-.683.048-.046-.039-.558-.193-1.137a37.817 37.817 0 01-.423-1.762l-.144-.71-6.803.131c-7.236.14-10.887-.107-15.901-1.076-3.573-.69-7.555-1.949-9.707-3.07-.903-.469-1.733-.895-1.846-.947-.112-.05-.205.392-.205.984Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--preorder2 {
  width: 1.17em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 72' width='84' height='72'%3E%3Cpath fill='black' fill-rule='evenodd' d='M60.065.475c-7.313 1.948-13.17 8.487-14.083 15.719l-.226 1.796-18.1.084-18.102.084-1.775 3.326c-.977 1.83-3.126 5.919-4.777 9.086L0 36.33l16.792 17.79C26.028 63.905 33.679 71.95 33.795 72c.116.05 7.49-7.623 16.387-17.052L66.36 37.805l2.161-.415c3.446-.662 7.316-2.718 9.844-5.231 7.504-7.46 7.516-19.26.028-26.678-2.366-2.344-5.636-4.229-8.71-5.022-2.4-.619-7.265-.61-9.617.016Zm.615 4.969c-5.91 1.88-9.838 7.217-9.838 13.363 0 7.754 6.27 13.962 14.101 13.962 2.534 0 5.476-.817 7.487-2.079 1.941-1.22 4.282-3.945 5.406-6.294.968-2.023 1.044-2.434 1.044-5.594s-.076-3.571-1.044-5.594c-1.124-2.35-3.465-5.075-5.406-6.294-3.222-2.023-8.097-2.633-11.75-1.47Zm-2.84 6.396c-.679.672-.803 1.034-.64 1.868.394 2.022 2.313 2.754 3.926 1.497 1.13-.88 1.178-2.494.106-3.492-1.022-.95-2.354-.9-3.392.127Zm5.299 5.338-5.896 5.846 1.72 1.703 1.718 1.703 5.977-5.92 5.977-5.92-1.62-1.63c-.892-.895-1.702-1.629-1.8-1.629-.1 0-2.834 2.631-6.076 5.847Zm5.468 5.299c-1.182 1.246-.9 2.866.635 3.652 1.72.881 3.57-.228 3.57-2.14 0-2.049-2.757-3.04-4.206-1.512Zm-52.2.715c0 .3 6.271 8.278 6.5 8.268.196-.009 3.75-4.928 5.42-7.501l.606-.934H22.67c-3.444 0-6.263.075-6.263.167Zm22.628.02c0 .103 1.587 2.44 3.525 5.192l3.526 5.004 3.23.006 3.23.005-1.628-1.765c-1.95-2.112-3.018-3.87-4.015-6.6l-.741-2.03h-3.564c-1.96 0-3.563.085-3.563.188Zm-5.98 2.79c-.444.595-1.799 2.472-3.012 4.169l-2.204 3.086 3.155.093c1.736.051 4.461.051 6.057 0l2.9-.093-2.757-3.886c-1.517-2.137-2.887-4.013-3.044-4.17-.163-.16-.635.184-1.094.8ZM9.273 29.357 7.23 33.419h5.246c2.885 0 5.245-.056 5.245-.125 0-.223-5.93-7.83-6.171-7.916-.129-.046-1.153 1.745-2.277 3.979Zm.79 10.335c3.856 4.32 17.339 18.394 17.412 18.177.047-.14-1.366-4.566-3.14-9.835l-3.226-9.58-6.155-.089-6.156-.089 1.264 1.416Zm16.512-.995c0 .573 6.915 21.136 7.22 21.467.203.222 7.538-20.821 7.538-21.63 0-.133-3.32-.243-7.379-.243-5.684 0-7.379.093-7.379.406ZM43.4 48.218c-1.835 5.46-3.228 9.881-3.094 9.826.337-.141 18.218-19.101 18.353-19.46.062-.167-2.482-.293-5.907-.293h-6.015L43.4 48.218Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--preorder3 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 77' width='77' height='77'%3E%3Cpath fill='black' fill-rule='evenodd' d='M41.796 17.613v17.614H77V32.99c0-6.413-1.94-12.807-5.597-18.454-1.86-2.871-7.395-8.12-10.484-9.943C55.732 1.535 50.406.011 44.88.003L41.796 0v17.613Zm4.513-.177V30.41h25.954l-.207-1.833c-.458-4.049-2.603-9.072-5.484-12.842-4.64-6.07-11.155-9.871-18.984-11.075l-1.279-.197v12.973Zm-17.903-6.08c-1.92.265-5.665 1.31-7.882 2.198-7.18 2.876-13.53 8.779-17.162 15.952-4.392 8.673-4.487 19.542-.25 28.492 7.431 15.697 25.625 23.04 41.542 16.764 7.948-3.133 13.988-8.743 17.768-16.502a34.049 34.049 0 003.443-14.829l.002-1.58H35.176V11.14l-2.933.045c-1.614.025-3.34.101-3.837.17Zm-1.805 5.009-1.504.35-.077 27.296-.077 27.297 2.092.476c1.15.262 2.438.476 2.86.476h.768V15.957l-1.279.03c-.703.015-1.955.185-2.783.378Zm-7.894 3.182c-.867.478-2.12 1.3-2.785 1.828l-1.21.959.077 21.867.077 21.867 2.38 1.59c1.308.875 2.561 1.591 2.783 1.591.335 0 .404-4.334.404-25.29 0-13.91-.034-25.29-.075-25.286-.042.003-.784.396-1.651.874ZM8.69 29.28c-1.35 2.123-2.764 5.572-3.52 8.585-.775 3.094-.683 9.999.177 13.169.666 2.454 3.142 7.82 4.237 9.183l.605.752.007-16.785c.004-9.232-.064-16.785-.151-16.785s-.697.847-1.355 1.881Zm26.486 30.068V72.33l1.724-.215c.948-.118 2.2-.372 2.783-.563l1.06-.347.078-12.419.079-12.418h-5.724v12.981Zm10.23-1.54c0 6.293.074 11.441.163 11.441.444 0 2.61-1.298 3.996-2.394l1.559-1.233V46.367h-5.717v11.441Zm10.24-4.29.011 7.15.637-.752c.954-1.127 3.45-6.521 3.97-8.581.25-.994.548-2.518.661-3.387l.206-1.581h-5.494l.01 7.15Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--preorder4 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 74' width='74' height='74'%3E%3Cg fill='black'%3E%3Cpath fill-rule='evenodd' d='M18.764 2.02v2.019l-9.309.076-9.308.076-.074 34.904L0 74h29.238c32.543 0 30.693.107 34.988-2.011 2.91-1.436 4.92-3.203 6.738-5.926 5.657-8.47 3.174-19.86-5.5-25.221l-1.67-1.033V4.047H45.32V0H18.764v2.02Zm4.448 2.714c-.084.219-.112 1.032-.063 1.807l.09 1.408 8.73.077 8.732.076V4.336h-8.668c-7.095 0-8.696.072-8.82.398ZM4.621 39.01v30.652h39.661l-1.025-1.084a28.207 28.207 0 01-1.825-2.168l-.799-1.084H9.242l-.074-28.4-.073-28.4-2.237-.084-2.237-.085V39.01Zm8.948-4.468v26.16h25.119l-.22-1.23c-.31-1.73-.223-6.223.146-7.515l.31-1.084H19.63v-4.336h21.252l.692-.939c.382-.516 1.202-1.492 1.823-2.168l1.13-1.228H19.63v-4.336h25.113v4.365l.945-.722c.52-.397 1.82-1.132 2.889-1.633l1.944-.911-.075-15.22-.075-15.219-2.512-.083-2.512-.084-.086 1.963-.086 1.962-13.205.075-13.206.075V8.383H13.57v26.16Zm41.276-11.274v14.887h1.407c.774 0 1.813.081 2.31.18l.901.181V8.383h-4.618v14.886Zm-1.66 19.644c-8.843 2.01-13.255 12.296-8.648 20.168 1.79 3.06 5.79 5.727 9.56 6.373 5.4.927 11.394-2.117 13.85-7.033 2.484-4.973 2.043-10.208-1.224-14.516-3.14-4.14-8.533-6.13-13.537-4.992Zm4.26 10.126L53.85 56.65l-1.316-1.298c-.724-.714-1.446-1.298-1.605-1.298-.16 0-.931.652-1.714 1.448L47.79 56.95l2.873 2.888c1.58 1.588 3.007 2.888 3.17 2.888.164 0 2.603-2.312 5.421-5.137l5.124-5.137-1.527-1.512c-.841-.831-1.591-1.51-1.668-1.51-.077 0-1.758 1.624-3.736 3.61Z' clip-rule='evenodd'/%3E%3Cpath d='M19.66 29.24h25.114v4.333H19.66v-4.334Zm0-8.648h25.114v4.333H19.66v-4.333Z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--preorder5 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44' width='44' height='44'%3E%3Cpath fill='black' fill-rule='evenodd' d='m14.749 2.523-2.513 2.524-4.762.068c-4.761.068-4.762.068-5.617.635-.47.312-1.08.931-1.356 1.375L0 7.933V35.01l.475.89a3.84 3.84 0 001.39 1.427l.917.538h14.214l-.003 1.322c-.002.728-.093 1.465-.203 1.64-.157.25-.86.34-3.322.423l-3.123.106-.062 1.322L10.22 44h23.476l-.063-1.322-.063-1.322-2.946-.06c-3.62-.072-3.752-.146-3.66-2.044l.061-1.28 7.179-.107c8.088-.119 8.06-.114 9.132-1.735l.58-.878.06-13.342c.067-14.84.096-14.495-1.335-15.754-1.052-.925-1.903-1.077-6.062-1.078l-3.748-.001V0H17.262L14.75 2.523Zm6 3.559-.058 3.331-3.43.059-3.432.058v15.432h16.258V2.75h-9.28l-.058 3.332Zm-4.703-1.217L14.155 6.77h3.897V4.865c0-1.047-.026-1.903-.057-1.903-.032 0-.909.856-1.949 1.903ZM2.99 8.214c-.316.35-.35 1.428-.35 11.106v10.718h38.638V19.283c0-10.152-.022-10.776-.387-11.106-.329-.299-.948-.35-4.22-.35h-3.834l-.055 9.89-.055 9.889-10.715.055-10.715.054V7.827h-3.98c-3.586 0-4.012.038-4.327.387Zm13.374 5.113v1.27h11.19v-2.54h-11.19v1.27Zm.043 5.13.062 1.322 5.543.056 5.542.057v-2.757h-11.21l.063 1.322ZM2.639 33.635c0 .564.141.987.422 1.269.416.416.704.423 18.85.423 20.8 0 19.366.118 19.366-1.599v-.94H2.639v.847Zm17.102 5.254c0 .572-.06 1.336-.132 1.7l-.132.661h4.927l-.062-1.64-.062-1.639-2.27-.06-2.269-.06v1.038Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--preorder6 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46' width='46' height='46'%3E%3Cpath fill='black' fill-rule='evenodd' d='M2.431.333c-.396.184-.98.607-1.296.94C.087 2.375 0 2.813 0 6.993v3.78h5.402V46l15.441-.05 15.441-.05 1.552-.554c3.693-1.32 6.355-4 7.66-7.713.452-1.289.504-1.674.504-3.771s-.052-2.483-.504-3.772c-1.54-4.384-4.924-7.264-9.707-8.26l-.495-.103V12.47c0-10.201.022-9.982-1.135-11.198-.316-.333-.9-.756-1.296-.94C32.18.017 31.39 0 17.647 0 3.905 0 3.114.017 2.431.333Zm.712 2.795c-.422.422-.442.542-.442 2.696v2.254h2.701V5.824c0-2.154-.02-2.274-.442-2.696-.243-.242-.652-.44-.908-.44-.257 0-.666.198-.909.44Zm4.85-.156c.061.156.11 9.293.11 20.304v20.02h18.04L25.045 42.1c-.603-.656-1.096-1.263-1.096-1.347 0-.085-2.918-.154-6.483-.154h-6.483v-2.694H22.47l-.235-.854c-.13-.47-.284-1.076-.344-1.347l-.11-.495H10.985v-2.694h10.798l.109-.494c.06-.272.214-.878.344-1.348l.235-.853H10.984v-2.696h6.483c3.565 0 6.483-.067 6.483-.15 0-.377 2.144-2.452 3.354-3.245 1.201-.787 3.139-1.555 4.794-1.9l.495-.102V3.569l-.442-.44-.442-.442H19.797c-10.789 0-11.902.027-11.803.285Zm11.095 4.023c0 1.38-.018 1.442-.496 1.692-1.298.678-2.208 2.188-2.201 3.652.009 2.07 1.879 4.004 3.87 4.004.78 0 1.528.66 1.528 1.348 0 .599-.75 1.347-1.35 1.347-.513 0-1.351-.72-1.351-1.16 0-.225-.253-.277-1.351-.277-1.325 0-1.35.008-1.35.455 0 1.071 1.077 2.659 2.205 3.248.478.25.496.311.496 1.692v1.433h2.7v-1.433c0-1.38.019-1.442.496-1.692 1.299-.678 2.208-2.188 2.202-3.652-.01-2.07-1.88-4.004-3.87-4.004-.78 0-1.528-.66-1.528-1.348 0-.599.75-1.347 1.35-1.347.512 0 1.35.72 1.35 1.16 0 .225.253.277 1.351.277 1.325 0 1.35-.009 1.35-.455 0-1.072-1.077-2.659-2.205-3.248-.477-.25-.495-.311-.495-1.692V5.562h-2.701v1.433Zm12.785 17.693c-2.247.572-4.13 1.792-5.426 3.514-3.874 5.148-1.609 12.448 4.525 14.578.914.317 1.566.407 2.971.407 1.406 0 2.058-.09 2.972-.407 2.835-.985 4.967-3.113 5.964-5.953.577-1.645.578-4.28.002-5.93-.99-2.838-3.153-4.99-5.966-5.935-1.471-.495-3.701-.616-5.042-.274Zm-3.344 3.93c-.053.138-.072.768-.042 1.4l.054 1.149h2.701V28.47l-1.308-.052c-.992-.04-1.331.008-1.405.198Zm4.424 4.345-4.048 4.043.945.942.944.942 4.092-4.083 4.092-4.083-.89-.902c-.49-.496-.934-.901-.988-.901-.054 0-1.92 1.819-4.147 4.042Zm3.68 3.74c-.053.138-.073.768-.043 1.4l.055 1.15h2.7v-2.696l-1.307-.053c-.992-.04-1.332.008-1.405.199Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--preorder7 {
  width: 0.92em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 46' width='42' height='46'%3E%3Cpath fill='black' fill-rule='evenodd' d='M4.063 4.449 0 8.897V46h32.186V22.068l1.909-2.184c3.378-3.868 6.294-7.911 7.314-10.14.58-1.267.754-2.597.43-3.275-.307-.643-1.228-1.114-1.934-.989-1.023.181-3.159 1.479-5.009 3.044-.993.84-2.01 1.697-2.258 1.904l-.452.378V0H8.126L4.063 4.449Zm5.79 2.38v4.132h-7.39v32.344h27.26v-18.72l-.455.42c-2.593 2.396-3.423 3.127-4.553 4.012-1.516 1.188-2.816 1.943-3.864 2.245-.54.155-1.006.503-1.76 1.315l-1.026 1.103-.905-.977-.904-.978 1.038-1.173c.821-.93 1.079-1.36 1.24-2.072.54-2.383 4.687-8.234 9.614-13.562l1.575-1.704V2.695H9.853v4.133Zm-4.02-.45-1.43 1.707H7.39V6.379c0-.939-.028-1.707-.062-1.707s-.706.768-1.494 1.707Zm31.769 3.36c-1.595 1.187-4.241 3.568-5.95 5.353l-1.354 1.416.835.924.835.923 1.443-1.676c2.328-2.703 5.726-7.517 5.489-7.776-.039-.042-.623.334-1.298.837ZM4.926 14.915v1.438h12.48v-2.875H4.927v1.437Zm21.956 5.42c-2.48 2.921-5.585 7.342-5.342 7.607.244.268 4.728-3.573 7.254-6.213l1.34-1.4-.837-.925-.838-.926-1.577 1.857Zm-21.956-.03v1.438h7.39v-2.875h-7.39v1.438Zm0 5.391v1.438h7.39v-2.875h-7.39v1.437ZM7.34 32.9c-.7.404-1.452 1.574-1.827 2.839-.279.941-.658 3.234-.554 3.348.038.042.591.13 1.23.194l1.16.118.196-1.237c.212-1.34.714-2.764.973-2.764.09 0 .242.465.34 1.034.486 2.829.535 2.992 1.101 3.61.52.569.617.606 1.381.526.96-.101 1.46-.53 1.975-1.695.19-.429.406-.78.482-.78.076 0 .375.4.664.89l.526.888 1.129-.622 1.128-.621-.43-.761c-.968-1.71-2.151-2.648-3.341-2.648-.527 0-.794.129-1.3.629-.35.346-.672.629-.718.629-.045 0-.13-.384-.188-.854-.307-2.473-2.149-3.75-3.927-2.723Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--preorder8 {
  width: 0.96em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 48' width='46' height='48'%3E%3Cpath fill='black' fill-rule='evenodd' d='M32.78.213c-3.221.858-5.91 3.077-7.268 5.999-.844 1.815-1.096 3.061-1.065 5.275.078 5.567 3.241 11.4 8.27 15.248l1.143.875v1.83c0 1.665-.04 1.88-.434 2.358-.43.52-.465.527-3.017.631-2.965.12-3.536.327-4.773 1.726-.844.955-1.189 1.88-1.2 3.228-.013 1.32.342 2.279 1.2 3.249 1.434 1.621 1.47 1.63 7.53 1.736 4.926.087 5.37.122 5.719.452.553.522.506 1.481-.096 1.975-.471.386-.58.39-14.86.39H9.547V48h29.316l.963-.524c2.776-1.512 2.943-5.492.306-7.312l-.75-.518-5.417-.094c-5.678-.098-5.92-.135-6.488-.981-.366-.544-.358-1.823.014-2.376.498-.742 1.313-.96 3.579-.96 2.387 0 3.042-.203 4.118-1.277 1.118-1.114 1.364-1.875 1.382-4.261l.015-2.065 1.257-.939c2.599-1.94 5.554-5.646 6.749-8.461 1.027-2.42 1.386-4.14 1.407-6.745.018-2.105-.039-2.63-.412-3.816-1.023-3.253-3.663-5.988-6.919-7.167-1.442-.522-4.46-.672-5.886-.291Zm.72 2.8c-2.369.537-4.422 2.236-5.533 4.578-.605 1.276-.677 1.589-.739 3.218-.124 3.254.906 6.439 3.03 9.378 1.15 1.591 2.908 3.398 4.224 4.34l.822.59 1.124-.9c3.265-2.614 5.623-6.143 6.5-9.728.94-3.842.325-6.81-1.898-9.155-1.993-2.103-4.744-2.951-7.53-2.32Zm.36 2.725c-1.69.58-3.18 2.013-3.678 3.54-1.497 4.58 2.575 8.824 6.968 7.264 1.095-.39 2.373-1.583 2.974-2.779.644-1.281.69-3.5.1-4.838-.495-1.124-1.673-2.347-2.732-2.835-.9-.415-2.887-.607-3.632-.352Zm.2 3.066c-1.873 1.041-1.959 3.698-.156 4.843 1.173.746 2.866.322 3.59-.9 1.44-2.43-1.039-5.276-3.435-3.943Zm-29.422 13.3L0 24.537v11.636l4.725 2.464L9.449 41.1l4.821-2.507 4.821-2.507v-11.55l-4.681-2.441c-2.575-1.343-4.783-2.437-4.908-2.431-.125.005-2.314 1.103-4.864 2.44Zm2.247 2.021-2.39 1.26 2.525 1.306 2.525 1.305 2.358-1.215c1.296-.668 2.394-1.275 2.439-1.35.092-.153-4.487-2.592-4.839-2.576-.125.005-1.303.577-2.618 1.27ZM2.702 31.06v3.336l2.613 1.358c1.437.747 2.653 1.358 2.701 1.358.049 0 .089-1.478.089-3.284v-3.284l-2.702-1.41-2.701-1.41v3.336Zm10.761-1.915-2.657 1.399v3.284c0 1.806.04 3.284.089 3.284.049 0 1.264-.611 2.702-1.358l2.613-1.358V31.06c0-1.834-.02-3.33-.045-3.326-.025.006-1.241.64-2.702 1.41Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--radio-mark {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Crect width='9.75' height='9.75' x='8.625' y='8.125' fill='black' rx='4.875'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--red-line {
  width: 1.34em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' width='16' height='12'%3E%3Cmask id='svgID0' width='16' height='12' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23C4C4C4' d='M0 0h16v12H0z'/%3E%3C/mask%3E%3Cg fill='none'%3E%3Cg fill='black' clip-path='url(%23svgID1)' mask='url(%23svgID0)'%3E%3Cpath d='m-11.515-16 56.569 56.568-2.829 2.829-56.568-56.569zm-16 0 56.569 56.568-2.829 2.829-56.568-56.569zm32 0 56.569 56.568-2.829 2.829L1.657-13.172z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID1'%3E%3Cpath fill='%23fff' d='M-20 0h342v6a6 6 0 01-6 6H-14a6 6 0 01-6-6V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--search {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' width='28' height='28'%3E%3Cpath fill='black' d='M11.083 18.667c-2.12 0-3.913-.735-5.38-2.203-1.468-1.468-2.202-3.262-2.203-5.38 0-2.12.734-3.914 2.203-5.381C7.17 4.235 8.965 3.5 11.083 3.5c2.12 0 3.913.734 5.381 2.203 1.468 1.468 2.202 3.262 2.203 5.38a7.11 7.11 0 01-1.517 4.434l6.533 6.533c.214.214.321.486.321.817 0 .33-.107.602-.32.816a1.11 1.11 0 01-.817.321 1.11 1.11 0 01-.817-.32l-6.533-6.534a7.11 7.11 0 01-4.433 1.517Zm0-2.334c1.459 0 2.698-.51 3.72-1.531 1.02-1.022 1.531-2.261 1.53-3.719 0-1.458-.51-2.698-1.531-3.719-1.022-1.021-2.261-1.531-3.719-1.53-1.458 0-2.698.51-3.719 1.531s-1.531 2.26-1.53 3.718c0 1.459.51 2.698 1.531 3.72 1.021 1.02 2.26 1.531 3.718 1.53Z'/%3E%3C/svg%3E");
}

.icon--lestate--size {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath fill='black' fill-rule='evenodd' d='M1.77.563c.357 0 .646.285.646.636v.992h13.168V1.2c0-.351.289-.637.646-.637.356 0 .645.286.645.637v3.258a.641.641 0 01-.645.636.641.641 0 01-.646-.636v-.992H2.416v.992a.641.641 0 01-.646.636.641.641 0 01-.645-.636V1.199c0-.351.289-.637.645-.637Zm.904 6.985c-.116 0-.258.106-.258.294v4.77c0 .052.02.099.052.131.031.031.07.046.106.046h12.752c.116 0 .258-.106.258-.294V7.842c0-.188-.142-.294-.258-.294h-1.417v1.806a.641.641 0 01-.645.637.641.641 0 01-.646-.637V7.548H9.645v2.914a.641.641 0 01-.645.636.641.641 0 01-.645-.636V7.548H5.382v1.806a.641.641 0 01-.646.637.641.641 0 01-.645-.637V7.548H2.674Zm0-1.274c-.881 0-1.549.729-1.549 1.568v4.77a1.452 1.452 0 001.449 1.45h12.752c.881 0 1.549-.728 1.549-1.567V7.842c0-.84-.668-1.568-1.55-1.568H2.676Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--sizes {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40'%3E%3Cpath fill='black' fill-rule='evenodd' d='M2.5 8.868v5.119h6.152v6.279H2.5v10.236h35V20.265h-6.152v-6.278H37.5V3.75h-35v5.118Zm2.05 0v3.071h2.052V5.797H4.55v3.071Zm4.102 0v3.071h2.051v8.326h18.594V11.94h2.051V5.797h-6.153v.521c0 2.3-1.2 4.295-3.12 5.188-.666.309-.961.36-2.075.363-1.124.002-1.403-.047-2.075-.361-1.923-.9-3.12-2.892-3.12-5.19v-.52H8.652v3.07Zm8.36-2.001c.042.916.106 1.152.45 1.646.607.876 1.45 1.31 2.538 1.31 1.089 0 1.93-.434 2.539-1.31.343-.494.407-.73.45-1.646l.048-1.07h-6.074l.049 1.07Zm16.386 2.001v3.071h2.051V5.797h-2.051v3.071ZM4.551 25.384v3.07h6.152v-6.141H4.551v3.072Zm8.203 0v3.07h2.051v-2.047h2.187v2.047h1.914V24.36h2.188v4.094h1.914v-2.047h2.187v2.047h1.914V24.36h2.188v4.094h2.051v-2.047h2.05v2.047h2.051v-6.141H12.754v3.072Zm-6.152 0v1.023h2.05V24.36h-2.05v1.024Zm4.882 7.818c-.354.36-.644.715-.644.79 0 .075.338.47.752.878l.752.742-.752.758c-.414.418-.752.821-.752.897 0 .076.308.44.684.81l.684.673.82-.81.82-.81.82.81.82.81.684-.673c.376-.37.683-.734.683-.81 0-.076-.338-.479-.752-.897l-.752-.758.752-.742c.414-.408.752-.808.752-.888 0-.08-.307-.45-.683-.819l-.684-.673-.82.81-.82.81-.79-.78c-.435-.43-.822-.78-.86-.78-.038 0-.36.293-.714.652Zm8.203 0c-.354.36-.644.715-.644.79 0 .075.338.47.752.878l.753.742-.753.758c-.414.418-.752.821-.752.897 0 .076.308.44.684.81l.684.673.82-.81.82-.81.82.81.82.81.684-.673c.376-.37.684-.734.684-.81 0-.076-.339-.479-.753-.897l-.752-.758.752-.742c.414-.408.753-.808.753-.888 0-.08-.308-.45-.684-.819l-.684-.673-.82.81-.82.81-.79-.78c-.435-.43-.822-.78-.86-.78-.038 0-.36.293-.714.652Zm7.422 2.418v3.071h4.239v-2.047h-2.051v-4.095h-2.188v3.071Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate.icon--lestate--sportpoint-logo {
  width: 2em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 32' width='64' height='32'%3E%3Cg fill='none'%3E%3Cg fill='black' clip-path='url(%23svgID0)'%3E%3Cpath d='M16.458 8.631c-.279.218-.563.44-.87.613-.425-.379-1.724-1.089-2.004-.129-.074.252.155.445.353.558.273.157.588.22.901.282.165.033.329.066.485.112 1.322.388 2.134 1.66 1.59 2.992-.555 1.358-2.387 1.766-3.703 1.412a3.08 3.08 0 01-1.32-.768l-.018-.018c-.134-.13-.306-.297-.236-.497.105-.298.823-1.037 1.177-.953.176.042.333.145.492.25.158.102.317.207.5.255.39.104 1.162.134 1.265-.393.048-.245-.217-.415-.408-.508-.28-.136-.586-.199-.894-.262-.28-.057-.56-.114-.823-.228-1.194-.517-1.772-2.087-1.047-3.204.355-.548 1.003-.884 1.642-1.004.9-.17 1.864-.078 2.642.43.202.131.636.418.6.698-.017.126-.136.217-.236.293l-.035.028-.053.041Z'/%3E%3Cpath fill-rule='evenodd' d='M26.395 8.21c.555-.758 1.439-1.017 2.336-1.136 1.23-.164 2.824.39 3.298 1.589.237.602.223 1.288.209 1.942a20.826 20.826 0 00-.006.666c.005.747.01 1.549-.45 2.175-.547.75-1.428 1.04-2.325 1.146-1.273.149-2.874-.393-3.332-1.663-.209-.578-.192-1.225-.176-1.846.004-.163.008-.324.008-.481l-.002-.254c-.006-.735-.013-1.519.44-2.138Zm1.54 2.183c-.016-.703-.032-1.407.862-1.57.176-.033.352-.032.528-.001 1.006.176.97 1.004.937 1.807-.006.144-.012.287-.012.426 0 .086.002.175.004.264.016.65.032 1.317-.797 1.46a2.47 2.47 0 01-.528.018c-1.064-.05-1.03-.941-1-1.747.004-.131.01-.26.01-.383 0-.09-.003-.182-.005-.274Zm-9.177 4.087V7.177h2.393c.875 0 1.702 0 2.427.56 1.38 1.07 1.154 3.424-.33 4.282-.64.37-1.397.353-2.127.336-.15-.003-.3-.007-.448-.007v2.134h-1.915Zm1.915-3.813V8.92c.1 0 .207-.005.318-.01.388-.017.82-.037 1.134.145.524.304.559 1.225-.002 1.516-.296.154-.721.13-1.099.109a5.586 5.586 0 00-.351-.014Zm13.606 3.813V7.177h2.51c.858 0 1.73 0 2.442.551 1.278.99 1.088 3.758-.593 4.233.236.312.497.615.759.92.442.514.888 1.031 1.222 1.6h-1.717a4.07 4.07 0 00-.148.005c-.215.008-.455.017-.623-.108-.34-.25-.62-.682-.882-1.083a8.26 8.26 0 00-.336-.494l-.065-.088c-.177-.24-.327-.444-.654-.494v2.263H34.28Zm1.915-3.943V8.921c.102 0 .212-.005.325-.01.432-.018.92-.04 1.257.187.497.333.424 1.126-.13 1.36-.312.132-.718.111-1.09.092-.126-.006-.248-.013-.362-.013Z' clip-rule='evenodd'/%3E%3Cpath d='M41.478 8.986v-1.81h5.944v1.81h-1.981v5.495h-1.982V8.986h-1.981Z'/%3E%3Cpath fill-rule='evenodd' d='M26.405 18.554c.541-.742 1.446-1.02 2.326-1.137 1.204-.16 2.802.349 3.296 1.524.253.603.233 1.29.214 1.948a17.653 17.653 0 00-.007.812c.009.724.018 1.473-.428 2.088-.55.757-1.448 1.04-2.349 1.146-1.25.146-2.877-.412-3.318-1.662-.186-.529-.159-1.154-.133-1.744.008-.2.017-.396.017-.584 0-.131-.003-.265-.007-.4-.017-.69-.035-1.41.39-1.992Zm1.399 2.278c-.011-.752-.022-1.493.927-1.666a1.48 1.48 0 01.528 0c1.006.177.97 1.063.937 1.878a10.36 10.36 0 00-.012.419l.001.178c.008.64.016 1.34-.794 1.481-.168.03-.346.025-.516.02h-.012c-1.099-.027-1.079-.95-1.061-1.77.002-.101.004-.201.004-.297l-.002-.244Zm-9.046 3.992V17.52h2.393c.875 0 1.702 0 2.427.561 1.38 1.07 1.154 3.424-.33 4.282-.64.37-1.397.353-2.127.336-.15-.004-.3-.007-.448-.007v2.133h-1.915Zm1.915-3.814v-1.745c.1 0 .207-.005.318-.01.388-.018.82-.037 1.134.145.524.303.559 1.225-.002 1.516-.296.154-.722.13-1.099.108-.124-.007-.243-.014-.351-.014Z' clip-rule='evenodd'/%3E%3Cpath d='M34.279 24.824V17.52h1.915v7.305H34.28Zm4.293 0V17.52h1.255l.106-.002c.155-.005.328-.011.453.069.246.155.433.563.583.892.046.1.089.193.129.27.477.912.975 1.83 1.503 2.715V17.52h1.915v7.305h-1.255c-.047 0-.099.003-.152.006-.165.008-.348.017-.483-.045-.244-.112-.426-.522-.564-.832a5.017 5.017 0 00-.105-.228l-.301-.593c-.373-.738-.746-1.477-1.169-2.187v3.88h-1.915Zm7.595-5.494v-1.81h5.945v1.81H50.13v5.494h-1.98V19.33h-1.982ZM0 0v21.657h13.276v-2.07H2.18V2.07h20.342V0H0Z'/%3E%3Cpath d='M50.725 10.343v2.07h11.161V29.93H41.478V32H64V10.343H50.724Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID0'%3E%3Cpath fill='%23fff' d='M0 0h64v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}

.icon--lestate--star {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 27' width='27' height='27'%3E%3Cpath fill='black' d='m5.708 26.36 2.127-9.679L.7 10.171l9.424-.861L13.79.182l3.666 9.128 9.424.861-7.134 6.51 2.127 9.68-8.083-5.133-8.082 5.133Z'/%3E%3C/svg%3E");
}

.icon--lestate--success {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='m13.333 18.133 7.867-7.866c.244-.245.556-.367.933-.367.378 0 .69.122.934.367.244.244.366.555.366.933s-.122.689-.366.933l-8.8 8.8a1.28 1.28 0 01-.934.4 1.28 1.28 0 01-.933-.4l-3.467-3.466c-.244-.245-.366-.556-.366-.934 0-.377.122-.689.366-.933.245-.244.556-.367.934-.367.377 0 .689.123.933.367l2.533 2.533Z'/%3E%3C/svg%3E");
}

.icon--lestate--tg {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M16 2C8.3 2 2 8.3 2 16s6.3 14 14 14 14-6.3 14-14S23.7 2 16 2Zm6.86 8.54-2.38 11.48c-.14.84-.7.98-1.26.56l-3.64-2.8c-.84.84-1.68 1.54-1.82 1.82-.28.14-.42.42-.7.42-.42 0-.42-.28-.56-.56l-1.26-4.2L7.46 16c-.84-.28-.84-.84.14-1.26l14.28-5.46c.56-.14 1.26.14.98 1.26ZM19.5 11.8l-7.98 5.04 1.26 4.2.28-2.8 6.86-6.16c.42-.42.14-.42-.42-.28Z'/%3E%3C/svg%3E");
}

.icon--lestate--tune {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath fill='black' d='M11.438 10.625a.79.79 0 01.233-.58.783.783 0 01.579-.232.79.79 0 01.58.233.783.783 0 01.232.579v1.625H15.5a.79.79 0 01.58.234.783.783 0 01.233.579c0 .23-.078.423-.235.579a.783.783 0 01-.578.233h-2.437V15.5c0 .23-.079.423-.235.58a.783.783 0 01-.578.233.787.787 0 01-.58-.235.783.783 0 01-.232-.578v-4.875Zm-9.75 2.438c0-.23.078-.424.234-.58a.783.783 0 01.578-.233H9a.79.79 0 01.58.234.783.783 0 01.232.579c0 .23-.077.423-.233.579a.783.783 0 01-.579.233H2.5a.787.787 0 01-.58-.234.783.783 0 01-.232-.578Zm0-8.126c0-.23.078-.423.234-.579a.783.783 0 01.578-.233h2.438V2.5a.79.79 0 01.234-.58.783.783 0 01.578-.232.79.79 0 01.58.234.783.783 0 01.232.578v4.875a.79.79 0 01-.234.58.783.783 0 01-.578.232.787.787 0 01-.58-.233.783.783 0 01-.232-.579V5.75H2.5a.787.787 0 01-.58-.234.783.783 0 01-.232-.578Zm6.5 0c0-.23.077-.423.233-.579A.783.783 0 019 4.125h6.5a.79.79 0 01.58.234.783.783 0 01.233.579c0 .23-.078.423-.235.579a.783.783 0 01-.578.233H9a.787.787 0 01-.58-.234.783.783 0 01-.232-.578Z'/%3E%3C/svg%3E");
}

.icon--lestate--user {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' width='18' height='18'%3E%3Cpath fill='black' d='M9 9a3.25 3.25 0 01-2.384-.991 3.25 3.25 0 01-.991-2.384c0-.928.33-1.723.991-2.384A3.25 3.25 0 019 2.25c.928 0 1.723.33 2.384.991.66.661.991 1.456.991 2.384a3.25 3.25 0 01-.991 2.384A3.25 3.25 0 019 9Zm-5.062 6.75c-.465 0-.862-.165-1.193-.496a1.622 1.622 0 01-.495-1.191v-.676c0-.478.123-.917.37-1.318.246-.401.573-.707.98-.917a12.538 12.538 0 012.658-.982c.9-.218 1.814-.327 2.742-.326.928 0 1.842.109 2.742.327.9.218 1.786.545 2.658.98.408.212.735.518.981.919.247.4.37.84.369 1.317v.675c0 .465-.165.862-.496 1.193-.33.33-.728.496-1.191.495H3.938Z'/%3E%3C/svg%3E");
}

.icon--lestate--vk {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M3.968 3.968C2 5.936 2 9.104 2 15.44v1.12c0 6.336 0 9.504 1.968 11.472S9.104 30 15.44 30h1.12c6.336 0 9.504 0 11.472-1.968S30 22.896 30 16.56v-1.12c0-6.336 0-9.504-1.968-11.472S22.896 2 16.56 2h-1.12C9.104 2 5.936 2 3.968 3.968Zm2.757 6.549c.152 7.28 3.792 11.655 10.173 11.655h.362v-4.165c2.345.233 4.118 1.948 4.83 4.165h3.313c-.91-3.314-3.301-5.145-4.795-5.845 1.494-.864 3.594-2.964 4.095-5.81h-3.01c-.653 2.31-2.59 4.41-4.433 4.608v-4.608h-3.01v8.073c-1.867-.467-4.223-2.73-4.328-8.073H6.725Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--lestate--wallet {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M15 3.333H5a3.332 3.332 0 00-3.333 3.334v6.666A3.332 3.332 0 005 16.667h10a3.332 3.332 0 003.333-3.334V6.667A3.332 3.332 0 0015 3.333Zm-1.55 8.142a.83.83 0 01-.733.167L3.458 9.375A1.668 1.668 0 015 8.333h10c.558 0 1.05.284 1.358.7l-2.908 2.442ZM5 5h10c.917 0 1.667.75 1.667 1.667v.458A3.331 3.331 0 0015 6.667H5c-.608 0-1.175.175-1.667.458v-.458C3.333 5.75 4.083 5 5 5Z'/%3E%3C/svg%3E");
}

.icon--lestate--warning {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M6.06 24a.978.978 0 01-.536-.153 1.072 1.072 0 01-.375-.403 1.26 1.26 0 01-.148-.542c-.01-.195.04-.384.148-.569l9.913-17.777A1.08 1.08 0 0116 4a1.081 1.081 0 01.938.556l9.913 17.777c.107.186.157.376.148.57a1.232 1.232 0 01-.148.541 1.07 1.07 0 01-.375.404.972.972 0 01-.536.152H6.06Zm1.849-2.222H24.09L16 7.333 7.908 21.778ZM16 20.667c.304 0 .558-.107.764-.32.206-.214.309-.477.308-.792 0-.314-.103-.578-.309-.792a1.014 1.014 0 00-.763-.319 1.02 1.02 0 00-.764.32 1.092 1.092 0 00-.308.791c0 .315.103.58.309.793.206.213.46.32.763.319Zm0-3.334c.304 0 .558-.106.764-.32.206-.213.309-.477.308-.79v-3.334c0-.315-.103-.579-.309-.792a1.014 1.014 0 00-.763-.32 1.02 1.02 0 00-.764.32 1.092 1.092 0 00-.308.792v3.333c0 .315.103.58.309.792.206.214.46.32.763.32Z'/%3E%3C/svg%3E");
}

.icon--lestate--wholesale {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='m23.084 4-2.386 2.384a5.32 5.32 0 00-.358-.036c-.855-.346-2.374-.591-4.16.782l-.041.036-.584.584c-2.203-1.497-3.952-.574-4.442-.25L8.918 5.312 2 12.23l2.622 2.622c.02 1.175.438 2.38 1.25 3.597.338.5.722.966 1.148 1.393.54.547 1.088 1.088 1.632 1.632-.59.86-.333 1.573.28 2.213.612.64 1.224.742 2.09.5a.016.016 0 01.01-.004c.004 0 .008.001.01.003.621.93 1.194 1.38 1.81 1.43l.768.75a2.401 2.401 0 002.848.372c.4-.226.466-.414.666-.738 1.557 1.307 2.595 1.33 3.827-.5a.017.017 0 01.02 0c.865.25 1.454.167 2.091-.499.637-.665.898-1.432.166-2.359 0 0-.193-.251-.183-.25a1.46 1.46 0 001.155-.607c.6-.778.564-1.595-.082-2.4.283-.285.568-.566.85-.85a9.7 9.7 0 001.149-1.393c.812-1.218 1.23-2.423 1.25-3.6L30 10.912 23.084 4ZM7.444 18.838c-.795-.832-1.393-1.77-1.654-2.829a5.16 5.16 0 01-.123-.722 5.089 5.089 0 01-.018-.619l-2.662-2.662 5.716-5.708 1.83 1.83.12.12v.02l.886.073.058-.143c.348-.238 1.798-1.042 3.733.432l2.558 2.576a.68.68 0 01.198.486.674.674 0 01-.202.484l-.166.166a.687.687 0 01-.97 0l-2.622-2.63-.637.444.708.832.308.308-.903.903a.5.5 0 00-.139.24c-.016.015-.03.031-.044.046-1.76 1.754-3.528 3.518-5.283 5.285a2.715 2.715 0 00-.695 1.068h.003Zm8.485 7.132a.877.877 0 01-.713.287c-.418-.034-.708-.352-.91-.551l-.372-.37c.33-.183.64-.4.926-.648.204.324.27.512.665.738.176.1.364.178.559.23a.656.656 0 01-.155.314Zm3.775-.354c-.392.46-.843.5-1.417-.03l-.266-.25c.127-.083.247-.177.357-.282.333-.318.653-.64.98-.959l.105.105c.54.54.613.978.241 1.416Zm2.736-1.43c-.398.542-.999.553-1.548.01-.27-.267-.539-.538-.808-.808.446-.434.892-.867 1.33-1.303l.755.752c.485.485.567.942.27 1.348Zm1.108-3.207a.915.915 0 01-1.413.396c.43-.424.854-.854 1.28-1.28a.833.833 0 01.133.884Zm2.807-7.615c.006.206 0 .413-.02.619a4.707 4.707 0 01-.122.722c-.263 1.056-.863 1.996-1.664 2.828-1.086 1.143-2.224 2.236-3.339 3.351-1.165 1.165-2.33 2.346-3.515 3.508-.203.198-.5.517-.91.55a.877.877 0 01-.714-.286c-.183-.166-.242-.607-.167-.878.075-.272.333-.56.564-.792.534-.546 1.077-1.084 1.616-1.624.263-.263.524-.526.782-.794s1.08-.885.629-1.306c-.415-.39-1.009.36-1.256.609-.248.25-.526.527-.792.787-1.24 1.21-2.461 2.437-3.729 3.612-.574.532-1.025.5-1.417.032-.393-.468-.305-.872.23-1.411l4.212-4.215c.196-.196.368-.332.402-.625.027-.223-.054-.421-.282-.454-.388-.059-.556.088-.804.332a5258.715 5258.715 0 01-4.951 4.962c-.545.542-1.15.53-1.548-.012-.296-.406-.214-.863.27-1.348 1.676-1.683 3.355-3.363 5.038-5.038.274-.274.499-.58.153-.895-.346-.314-.597-.035-.844.212a973.365 973.365 0 01-3.883 3.881 2.59 2.59 0 01-.564.463.917.917 0 01-1.278-.481c-.206-.516.06-.844.388-1.165a1951.7 1951.7 0 006.424-6.45l.878.883a1.539 1.539 0 002.172 0l.166-.166a1.529 1.529 0 00.052-2.115l-1.949-1.966-.382-.385.52-.524c.807-.614 1.526-.832 2.12-.858a3.827 3.827 0 012.046.469l.576-.578 1.83-1.83 5.717 5.717-2.655 2.659Z'/%3E%3C/svg%3E");
}

/* End */


/* Start:/local/templates/2023/assets/libs/fancybox/fancybox.min.css?173807860824879*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/2023/assets/libs/fancybox/style.css?17380786082327*/
.modal-container {
  overflow-y: auto;
  padding: 48px 56px;
}
.modal-container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.modal-container::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
}
.modal-container::-webkit-scrollbar-track {
  background: #f2f2f2;
}
@media (max-width: 1023.9px) {
  .modal-container {
    padding: 24px 20px;
  }
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.65);
}
.fancybox__content {
  padding: 0;
  border-radius: 8px;
  background: white;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1023.9px) {
  .fancybox__content {
    border-radius: 8px 8px 0 0;
    max-height: calc(100% - 24px);
  }
  .fancybox__content:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.75);
    width: 32px;
    height: 4px;
    position: absolute;
    top: -10px;
    left: calc(50% - 16px);
    border-radius: 4px;
  }
}
@media (max-width: 539.9px) {
  .fancybox__content {
    width: 100%;
  }
}
.fancybox__content .modal-small {
  width: 480px;
}
@media (max-width: 539.9px) {
  .fancybox__content .modal-small {
    width: 100%;
  }
}
.fancybox__content .modal-big {
  max-width: 1024px;
}
.fancybox__content .h3, .fancybox__content h3 {
  margin-bottom: 16px;
}
.fancybox__content .btn[data-fancybox-close] {
  margin-top: 32px;
}
@media (max-width: 767.9px) {
  .fancybox__content .btn[data-fancybox-close] {
    margin-top: 20px;
  }
}
.fancybox__close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  color: #a0a0a0;
}
@media (max-width: 1023.9px) {
  .fancybox__close {
    display: none;
  }
}
html:not(.bx-touch) .fancybox__close:hover, html.bx-touch .fancybox__close:active {
  color: #767676;
}
.fancybox__slide {
  padding: 40px;
}
@media (max-width: 1023.9px) {
  .fancybox__slide {
    padding: 40px 6px 0;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
  }
  .fancybox__slide > :first-child {
    margin-top: auto !important;
  }
}
@media (max-width: 1023.9px) {
  .fancybox__slide:before, .fancybox__slide:after {
    display: none;
  }
}

@media (max-width: 1023.9px) {
  .fancybox__nav .f-button {
    bottom: 0;
    top: auto !important;
  }
}

.modal-middle {
  max-width: 768px;
}

/* End */


/* Start:/local/templates/2023/assets/libs/popper/style.css?17380786082057*/
.tooltip {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
  display: none;
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 8px;
  z-index: 10;
  height: fit-content;
  width: fit-content;
  position: relative;
  max-width: 400px;
}
@media (max-width: 767.9px) {
  .tooltip {
    max-width: 290px;
  }
}
.tooltip .tooltip__arrow {
  position: absolute;
}
.tooltip .tooltip__arrow:after {
  content: "";
  position: absolute;
}
.tooltip:after {
  display: none;
}
.tooltip[data-popper-placement^=top] {
  margin-bottom: 12px !important;
}
.tooltip[data-popper-placement^=top] .tooltip__arrow {
  bottom: 0;
}
.tooltip[data-popper-placement^=top] .tooltip__arrow:after {
  transform: translateX(-6px);
  border: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.85);
}
.tooltip[data-popper-placement^=bottom] {
  margin-top: 12px !important;
}
.tooltip[data-popper-placement^=bottom] .tooltip__arrow {
  top: -11px;
}
.tooltip[data-popper-placement^=bottom] .tooltip__arrow:after {
  transform: translateX(-6px);
  border: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.85);
}
.tooltip[data-popper-placement^=left] {
  margin-right: 12px !important;
}
.tooltip[data-popper-placement^=left] .tooltip__arrow {
  right: 0;
}
.tooltip[data-popper-placement^=left] .tooltip__arrow:after {
  transform: translateY(-6px);
  border: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.85);
}
.tooltip[data-popper-placement^=right] {
  margin-left: 12px !important;
}
.tooltip[data-popper-placement^=right] .tooltip__arrow {
  left: -11px;
}
.tooltip[data-popper-placement^=right] .tooltip__arrow:after {
  transform: translateY(-6px);
  border: 6px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.85);
}
.tooltip, .tooltip span, .tooltip p, .tooltip a {
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}

.tooltip[data-show] {
  visibility: visible;
  opacity: 1;
  display: flex;
}

/* End */


/* Start:/local/templates/2023/assets/libs/toasts/style.css?17380786083455*/
.toast-notification {
  position: fixed;
  text-decoration: none;
  z-index: 999999;
  background-color: #404040;
  border-radius: 8px;
  display: flex;
  padding: 12px 16px;
  transform: translate(0, -150%);
  max-width: 480px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  transition: 0.3s margin-bottom ease-in-out;
}
@media (max-width: 539.9px) {
  .toast-notification {
    max-width: calc(100% - 12px);
  }
}
.toast-notification.catalog-fixed-total {
  margin-bottom: 90px;
}
@media (max-width: 1023.9px) {
  .toast-notification.catalog-fixed-total {
    margin-bottom: 78px;
  }
}
@media (max-width: 767.9px) {
  .toast-notification.catalog-fixed-total {
    margin-bottom: 78px;
  }
}
.toast-notification--static {
  position: relative;
  max-width: 100%;
  transform: none;
  margin: 0 0 32px;
  box-shadow: none;
}
.toast-notification--static.toast-notification-warning {
  background-color: #fef7d3;
  border: 1px solid #feeda7;
}
.toast-notification--static.toast-notification-warning .toast-notification-wrapper .toast-notification-content {
  color: #404040;
}
.toast-notification .toast-icon {
  color: white;
  font-size: 24px;
  flex-shrink: 0;
}
.toast-notification .toast-default-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.toast-notification .toast-default-icon i {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.toast-notification-error .toast-default-icon {
  background-color: #ff5c5c;
}
.toast-notification-warning .toast-default-icon {
  background-color: #fbbf24;
}
.toast-notification-success .toast-default-icon {
  background-color: #92cc56;
}
.toast-notification .toast-notification-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  z-index: 30;
  appearance: none;
  border: none;
  background: transparent;
}
html:not(.bx-touch) .toast-notification .toast-notification-close:hover i, html.bx-touch .toast-notification .toast-notification-close:active i {
  color: white;
}
.toast-notification .toast-notification-close i {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
}

.toast-notification .toast-notification-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 50;
}

.toast-notification .toast-notification-wrapper .toast-notification-content {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}

.toast-notification.toast-notification-top-center {
  transform: translate(calc(50vw - 50%), -150%);
}

.toast-notification.toast-notification-bottom-left, .toast-notification.toast-notification-bottom-right {
  transform: translate(0, 150%);
}

.toast-notification.toast-notification-bottom-center {
  transform: translate(calc(50vw - 50%), 150%);
}

.toast-notification-progress {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.toast-notification-progress-bar {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

@keyframes widthAnimate {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes widthAnimate {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* End */


/* Start:/local/frontend/dist/css/lestate-template.f21f4f17cc.css?1754426059619*/
@keyframes shimmer{to{transform:translateX(100%)}}.skeleton{background-color:#f4f4f4;border-radius:4px;overflow:hidden;position:relative}.skeleton:after{animation:shimmer 1s infinite;background-image:linear-gradient(90deg,hsla(0,0%,96%,0),hsla(0,0%,87%,.8) 50%,hsla(0,0%,96%,0));content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);width:100%}.skeleton_catalog-section-tag{width:100px}.skeleton_catalog-filter-title{height:24px;margin:20px 0}.skeleton_catalog-filter-values{height:230px}.skeleton_catalog-filter-values-medium{height:150px}.skeleton_catalog-filter-values-small{height:100px}
/* End */


/* Start:/local/templates/2023/components/lestate/info.strip/.default/style.css?17380786085627*/
.info-strip-slider {
	height: 40px;
	position: relative;
}

.info-strip-slider-wrapper {
	background: #595959;
}

.info-strip-slider {
	color: #ffffff;
	overflow: hidden;
}

.info-strip-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-strip-slider .z-2 {
	z-index: 2;
}

.info-strip-slider .z-3 {
	z-index: 3;
}

.info-strip-slider .z-4 {
	z-index: 4;
}

.info-strip-slider .pointer-event-none {
	pointer-events: none;
}

.info-strip-slider .pointer-event-all {
	pointer-events: all;
}

.info-strip-pagination {
	display: flex;
	height: 100%;
	min-width: 24px;
	align-items: center;
	justify-content: center;
}

.info-strip-pagination::before {
	display: block;
	content: '';
	position: absolute;
	margin-bottom: 24px;
	width: 24px;
	height: 24px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik05LjQyNTE1IDE0QzguOTc1MTUgMTQgOC42NjI0OSAxMy43OTU3IDguNDg3MTUgMTMuMzg3QzguMzExODIgMTIuOTc4MyA4LjM4MjgyIDEyLjYxNiA4LjcwMDE1IDEyLjNMMTEuMzAwMiA5LjdDMTEuNDAwMiA5LjYgMTEuNTA4NSA5LjUyNSAxMS42MjUyIDkuNDc1QzExLjc0MTggOS40MjUgMTEuODY2OCA5LjQgMTIuMDAwMiA5LjRDMTIuMTMzNSA5LjQgMTIuMjU4NSA5LjQyNSAxMi4zNzUyIDkuNDc1QzEyLjQ5MTggOS41MjUgMTIuNjAwMiA5LjYgMTIuNzAwMiA5LjdMMTUuMzAwMiAxMi4zQzE1LjYxNjggMTIuNjE2NyAxNS42ODc1IDEyLjk3OTMgMTUuNTEyMiAxMy4zODhDMTUuMzM2OCAxMy43OTY3IDE1LjAyNDUgMTQuMDAwNyAxNC41NzUyIDE0SDkuNDI1MTVaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjc1Ii8+Cjwvc3ZnPgo=)
}

.info-strip-pagination::after {
	display: block;
	content: '';
	position: absolute;
	margin-top: 24px;
	width: 24px;
	height: 24px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik0xMS4yOTk4IDE0LjNMOC42OTk3NyAxMS43QzguMzgzMSAxMS4zODMzIDguMzEyNDMgMTEuMDIxIDguNDg3NzcgMTAuNjEzQzguNjYzMSAxMC4yMDUgOC45NzU0MyAxMC4wMDA3IDkuNDI0NzcgMTBIMTQuNTc0OEMxNS4wMjQ4IDEwIDE1LjMzNzQgMTAuMjA0MyAxNS41MTI4IDEwLjYxM0MxNS42ODgxIDExLjAyMTcgMTUuNjE3MSAxMS4zODQgMTUuMjk5OCAxMS43TDEyLjY5OTggMTQuM0MxMi41OTk4IDE0LjQgMTIuNDkxNCAxNC40NzUgMTIuMzc0OCAxNC41MjVDMTIuMjU4MSAxNC41NzUgMTIuMTMzMSAxNC42IDExLjk5OTggMTQuNkMxMS44NjY0IDE0LjYgMTEuNzQxNCAxNC41NzUgMTEuNjI0OCAxNC41MjVDMTEuNTA4MSAxNC40NzUgMTEuMzk5OCAxNC40IDExLjI5OTggMTQuM1oiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNzUiLz4KPC9zdmc+Cg==)
}

.info-strip-pagination .fraction {
	font-size: 10px;
	position: absolute;
	z-index: 5;
	cursor: default;

	bottom: inherit;
	top: inherit;
	left: inherit;
	width: unset;
}

.info-strip-slide-content {
	display: block;

	width: 100%;
	height: 100%;

	color: #ffffff;
	text-decoration: none;
}

.info-strip-slide-content .container {
	height: 100%;
}

.info-strip-title {
	font-size: 13px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;

	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-strip-title a {
	font-size: inherit;
	color: inherit;
}

span.info-strip-slide-content {
	cursor: default;
}

.info-strip-close {
	display: flex;
	align-self: center;

	width: 24px;
	height: 24px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik0xNy43MzQyIDYuMjc0OUMxNy42NSA2LjE5MDUyIDE3LjU1IDYuMTIzNTggMTcuNDM5OSA2LjA3NzlDMTcuMzI5OCA2LjAzMjIzIDE3LjIxMTcgNi4wMDg3MiAxNy4wOTI1IDYuMDA4NzJDMTYuOTczMyA2LjAwODcyIDE2Ljg1NTMgNi4wMzIyMyAxNi43NDUyIDYuMDc3OUMxNi42MzUxIDYuMTIzNTggMTYuNTM1IDYuMTkwNTIgMTYuNDUwOCA2LjI3NDlMMTIgMTAuNzE2Nkw3LjU0OTE2IDYuMjY1NzlDNy40NjQ5IDYuMTgxNTMgNy4zNjQ4NiA2LjExNDY4IDcuMjU0NzYgNi4wNjkwOEM3LjE0NDY2IDYuMDIzNDcgNy4wMjY2NSA2IDYuOTA3NDggNkM2Ljc4ODMxIDYgNi42NzAzIDYuMDIzNDcgNi41NjAyIDYuMDY5MDhDNi40NTAxIDYuMTE0NjggNi4zNTAwNiA2LjE4MTUzIDYuMjY1NzkgNi4yNjU3OUM2LjE4MTUzIDYuMzUwMDYgNi4xMTQ2OCA2LjQ1MDEgNi4wNjkwOCA2LjU2MDJDNi4wMjM0NyA2LjY3MDMgNiA2Ljc4ODMxIDYgNi45MDc0OEM2IDcuMDI2NjUgNi4wMjM0NyA3LjE0NDY2IDYuMDY5MDggNy4yNTQ3NkM2LjExNDY4IDcuMzY0ODYgNi4xODE1MyA3LjQ2NDkgNi4yNjU3OSA3LjU0OTE2TDEwLjcxNjYgMTJMNi4yNjU3OSAxNi40NTA4QzYuMTgxNTMgMTYuNTM1MSA2LjExNDY4IDE2LjYzNTEgNi4wNjkwOCAxNi43NDUyQzYuMDIzNDcgMTYuODU1MyA2IDE2Ljk3MzMgNiAxNy4wOTI1QzYgMTcuMjExNyA2LjAyMzQ3IDE3LjMyOTcgNi4wNjkwOCAxNy40Mzk4QzYuMTE0NjggMTcuNTQ5OSA2LjE4MTUzIDE3LjY0OTkgNi4yNjU3OSAxNy43MzQyQzYuMzUwMDYgMTcuODE4NSA2LjQ1MDEgMTcuODg1MyA2LjU2MDIgMTcuOTMwOUM2LjY3MDMgMTcuOTc2NSA2Ljc4ODMxIDE4IDYuOTA3NDggMThDNy4wMjY2NSAxOCA3LjE0NDY2IDE3Ljk3NjUgNy4yNTQ3NiAxNy45MzA5QzcuMzY0ODYgMTcuODg1MyA3LjQ2NDkgMTcuODE4NSA3LjU0OTE2IDE3LjczNDJMMTIgMTMuMjgzNEwxNi40NTA4IDE3LjczNDJDMTYuNTM1MSAxNy44MTg1IDE2LjYzNTEgMTcuODg1MyAxNi43NDUyIDE3LjkzMDlDMTYuODU1MyAxNy45NzY1IDE2Ljk3MzMgMTggMTcuMDkyNSAxOEMxNy4yMTE3IDE4IDE3LjMyOTcgMTcuOTc2NSAxNy40Mzk4IDE3LjkzMDlDMTcuNTQ5OSAxNy44ODUzIDE3LjY0OTkgMTcuODE4NSAxNy43MzQyIDE3LjczNDJDMTcuODE4NSAxNy42NDk5IDE3Ljg4NTMgMTcuNTQ5OSAxNy45MzA5IDE3LjQzOThDMTcuOTc2NSAxNy4zMjk3IDE4IDE3LjIxMTcgMTggMTcuMDkyNUMxOCAxNi45NzMzIDE3Ljk3NjUgMTYuODU1MyAxNy45MzA5IDE2Ljc0NTJDMTcuODg1MyAxNi42MzUxIDE3LjgxODUgMTYuNTM1MSAxNy43MzQyIDE2LjQ1MDhMMTMuMjgzNCAxMkwxNy43MzQyIDcuNTQ5MTZDMTguMDgwMSA3LjIwMzI5IDE4LjA4MDEgNi42MjA3NyAxNy43MzQyIDYuMjc0OVoiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNzUiLz4KPC9zdmc+Cg==);
	background-size: cover;
	cursor: pointer;

	margin-left: 12px;
}

@media (max-width: 767.9px) {
	.info-strip-slider {
		height: 49px;
	}

	.info-strip-pagination .fraction {
		font-size: 8px;
	}

	.info-strip-title {
		font-size: 11px;
	}
}

@media (min-width: 768px) {
	.info-strip-title br {
		display: none;
	}
}
/* End */


/* Start:/local/templates/2023/components/teamprofi/search/header/style.css?17380786088244*/
.header-search-container {
  min-width: 280px;
  width: 100%;
  position: relative;
  height: 34px;
}
@media (max-width: 1023.9px) {
  .header-search-container {
    height: 40px;
  }
}
@media (max-width: 767.9px) {
  .header-search-container {
    height: 32px;
  }
}

.header-search {
  padding: 7px 12px;
  border-radius: 34px;
  background: white;
  min-width: 280px;
  width: 100%;
  z-index: 110;
  position: relative;
}
@media (max-width: 1023.9px) {
  .header-search {
    margin: 3px 0;
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .header-search {
    margin: 0;
    padding: 6px 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.9px) {
  .header-search.active {
    position: absolute;
    width: 640px;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .header-search.active {
    position: absolute;
    width: 640px;
    top: 0;
    right: 0;
  }
}
.header-search.active .header-search-result {
  display: block;
}
.header-search__form {
  display: flex;
  justify-content: center;
  align-self: stretch;
}
.header-search__input {
  border: none;
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.39px;
  width: 100%;
}
.header-search__input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.header-search__input:-moz-placeholder {
  color: #a0a0a0;
}
.header-search__input:-ms-input-placeholder {
  color: #a0a0a0;
}
.header-search__input::placeholder {
  color: #a0a0a0;
}
.header-search__button {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header-search__button i {
  font-size: 20px;
  color: #a0a0a0;
}

.header-search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 101;
  cursor: pointer;
}

.header-search-result {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 42px;
  background: white;
  width: 100%;
  max-height: 560px;
  border-radius: 8px;
  overflow-y: auto;
}
@media (max-width: 539.9px) {
  .header-search-result {
    max-height: 520px;
  }
}
.header-search-result__container {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 12px 0 0 0;
  display: flex;
  flex-direction: column;
}
.header-search-result__container:last-child {
  padding-bottom: 12px;
}

.search-query__container {
  margin-bottom: 12px;
}
@media (max-width: 539.9px) {
  .search-query__container {
    margin-bottom: 0;
  }
}
.search-query__container:last-child {
  margin-bottom: 0;
}
.search-query__header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  color: #767676;
  padding: 0 22px 0 22px;
  margin-bottom: 12px;
  height: 26px;
}
@media (max-width: 539.9px) {
  .search-query__header {
    margin-bottom: 0;
  }
}
.search-query__title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  align-content: center;
}
@media (max-width: 539.9px) {
  .search-query__title {
    font-size: 11px;
  }
}
.search-query__btn {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}
@media (max-width: 539.9px) {
  .search-query__btn {
    font-size: 11px;
  }
}
html:not(.bx-touch) .search-query__btn:hover, html.bx-touch .search-query__btn:active {
  color: #404040;
}

.search-query-history__row {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding: 8px 22px 8px 22px;
}
html:not(.bx-touch) .search-query-history__row:hover, html.bx-touch .search-query-history__row:active {
  background-color: #f9f9f9;
}
.search-query-history__image {
  width: 24px;
  height: 24px;
}
@media (max-width: 539.9px) {
  .search-query-history__image {
    font-size: 13px;
    width: 20px;
    height: 20px;
  }
  .search-query-history__image svg {
    width: 20px;
    height: 20px;
  }
}
.search-query-history__cell {
  width: 100%;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-query-history__cell_title {
  font-size: 16px;
  font-weight: 400;
  color: #404040;
}
@media (max-width: 539.9px) {
  .search-query-history__cell_title {
    font-size: 13px;
  }
}
.search-query-history__btn {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0 -6px 0 0;
}
@media (max-width: 539.9px) {
  .search-query-history__btn {
    width: 20px;
    height: 20px;
  }
  .search-query-history__btn svg {
    width: 20px;
    height: 20px;
  }
}
html:not(.bx-touch) .search-query-history__btn:hover path, html.bx-touch .search-query-history__btn:active path {
  fill: #404040;
}

.search-recom-products {
  display: flex;
  flex-direction: column;
}
.search-recom-products__row {
  display: flex;
  gap: 16px;
  text-decoration: none;
  padding: 8px 22px 8px 22px;
}
html:not(.bx-touch) .search-recom-products__row:hover, html.bx-touch .search-recom-products__row:active {
  background-color: #f9f9f9;
}
.search-recom-products-title {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 539.9px) {
  .search-recom-products-title {
    font-size: 13px;
  }
}
.search-recom-products-artnumer {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  color: #767676;
}
@media (max-width: 539.9px) {
  .search-recom-products-artnumer {
    font-size: 13px;
  }
}
.search-recom-products-price {
  white-space: nowrap;
  color: #ff5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.search-recom-products-price::before {
  display: inline-block;
  content: "опт";
  font-size: 11px;
  font-weight: 400;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-right: 5px;
}
@media (max-width: 539.9px) {
  .search-recom-products-price {
    font-size: 13px;
  }
}
.search-recom-products__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-recom-products__cell_main {
  flex-direction: row;
  width: 100%;
}
@media (max-width: 539.9px) {
  .search-recom-products__cell_main {
    flex-direction: column;
    gap: 8px;
  }
}
.search-recom-products__cell--full {
  flex-grow: 1;
}
.search-recom-products__image {
  display: flex;
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  min-width: 66px;
  padding: 4px;
  background: #f9f9f9;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 539.9px) {
  .search-recom-products__image {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
}
.search-recom-products__image img {
  mix-blend-mode: darken;
}
.search-recom-products__image svg {
  width: 100%;
}

.search-products {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.search-products__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  padding: 8px 22px 8px 22px;
}
html:not(.bx-touch) .search-products__row:hover, html.bx-touch .search-products__row:active {
  background-color: #f9f9f9;
}
.search-products-title {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.search-products-artnumer {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  color: #767676;
}
.search-products-price {
  white-space: nowrap;
  color: #ff5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.search-products__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-products__cell--full {
  flex-grow: 1;
}
.search-products__image {
  display: flex;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  min-width: 56px;
  padding: 4px;
  background: #f9f9f9;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
.search-products__image img {
  mix-blend-mode: darken;
}
.search-products__image svg {
  width: 100%;
}

.search-products-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #404040;
}

.search-popup-title {
  color: #a0a0a0;
}

/* End */


/* Start:/local/templates/2023/components/teamprofi/empty/basket.button/style.css?17380786082512*/
.drop-down-basket {
  display: none;
  padding: 16px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background: white;
  border-radius: 8px;
  z-index: 110;
  right: 0;
  color: black;
  position: absolute;
}
.drop-down-basket:after {
  content: "";
  position: absolute;
  transform: translateX(-6px);
  border: 6px solid transparent;
}
.drop-down-basket:not(.mobile) {
  top: 32px;
}
.drop-down-basket:not(.mobile):after {
  top: -12px;
  right: 38px;
  border-bottom: 6px solid white;
}
.drop-down-basket.mobile {
  bottom: 70px;
  margin: 0 6px;
  width: calc(100% - 12px);
  box-shadow: 0 -25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 539.9px) {
  .drop-down-basket.mobile {
    max-width: 100%;
  }
}
.drop-down-basket.mobile:after {
  display: none;
}
.drop-down-basket__list {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: #f9f9f9;
}
.drop-down-basket__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.drop-down-basket__info-row {
  display: flex;
  align-items: baseline;
  align-self: stretch;
  position: relative;
  justify-content: space-between;
}
.drop-down-basket__info-row div:first-of-type {
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  padding-right: 8px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: fit-content;
  word-break: break-all;
}
.drop-down-basket__info-row div:last-of-type {
  color: #404040;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  text-wrap: nowrap;
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  padding-left: 8px;
}
.drop-down-basket__info-row div:nth-child(2) {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  bottom: 6px;
  z-index: 1;
}
.drop-down-basket__info-row--total div:first-of-type {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.drop-down-basket__info-row--total div:last-of-type {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.16px;
}

/* End */


/* Start:/local/templates/2023/components/bitrix/menu/header.main/style.css?176474743418051*/
@media (max-width: 1023.9px) {
  .header-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    background-color: #f9f9f9;
    overflow: auto;
    padding: 24px 0;
  }
}
@media (max-width: 1023.9px) {
  .header-menu__subitems .header-submenu__all-link {
    min-height: 58px;
    margin-bottom: 24px;
  }
  .header-menu__subitems .header-submenu__all-link .icon--lestate {
    display: none;
  }
  .header-menu__subitems.lvl-2 .catalog-submenu {
    border-bottom: 1px solid #f2f2f2;
    margin-top: 0;
  }
  .header-menu__subitems.lvl-2 .catalog-submenu:last-of-type {
    border-bottom: 0;
  }
  .header-menu__subitems.lvl-2 .catalog-submenu__title {
    display: flex;
    padding: 12px 16px !important;
    justify-content: space-between !important;
    min-height: 58px;
    align-items: center;
    gap: 12px;
    cursor: pointer;
  }
  .header-menu__subitems.lvl-2 .catalog-submenu__title > span {
    color: #404040 !important;
  }
  .header-menu__subitems.lvl-2 .catalog-submenu__title > span > a {
    padding: 0;
  }
  .header-menu__subitems.lvl-2 .catalog-submenu__title > .icon--lestate {
    display: block;
    flex-shrink: 0;
    font-size: 26px;
  }
  .header-menu__subitems.lvl-2 .catalog-submenu__list {
    display: none;
  }
  .header-menu__subitems.lvl-3 .catalog-submenu__title {
    display: none;
  }
  .header-menu__subitems.lvl-3 .catalog-submenu__list {
    margin-top: 0;
    gap: 0;
  }
  .header-menu__subitems.lvl-3 .catalog-submenu__list > a {
    align-items: center;
    min-height: 58px;
  }
}
.header-menu__subitems-elems {
  display: flex;
  flex-direction: column;
}
.header-menu__subitems-elems .catalog-submenu__list a, .header-menu__subitems-elems a {
  width: 100%;
  display: flex;
  padding: 16px;
  overflow: hidden;
  color: #404040 !important;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  background: white;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none !important;
}
@media (max-width: 1023.9px) {
  html:not(.bx-touch) .header-menu__subitems-elems .catalog-submenu__list a:hover, html.bx-touch .header-menu__subitems-elems .catalog-submenu__list a:active, html:not(.bx-touch) .header-menu__subitems-elems a:hover, html.bx-touch .header-menu__subitems-elems a:active {
    color: #404040;
  }
}
.header-menu__subitems-elems .catalog-submenu__list a:first-of-type, .header-menu__subitems-elems a:first-of-type {
  border-radius: 8px 8px 0 0;
}
.header-menu__subitems-elems .catalog-submenu__list a:first-of-type:last-of-type, .header-menu__subitems-elems a:first-of-type:last-of-type {
  border-radius: 8px;
}
.header-menu__subitems-elems .catalog-submenu__list a:last-of-type, .header-menu__subitems-elems a:last-of-type {
  border-radius: 0 0 8px 8px;
  border-bottom: 0;
}
.header-menu__subitems-elems .catalog-submenu__list a.brands-submenu__link, .header-menu__subitems-elems a.brands-submenu__link {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.header-menu__subitems-elems .catalog-submenu__list a.brands-submenu__link svg, .header-menu__subitems-elems a.brands-submenu__link svg {
  margin: 0;
  width: 42px;
  max-height: 17px;
}
.header-menu__subitems-back {
  display: flex;
  padding: 10px 0;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 24px;
}
.header-menu__subitems-back i {
  font-size: 18px;
  color: #767676;
  transform: rotate(180deg);
}
.header-menu__subitems-back span {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.header-menu__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  background: white;
}
.header-menu__group:not(:last-of-type) {
  margin-bottom: 24px;
}
.header-menu__area {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1439.9px) {
  .header-menu__area {
    gap: 24px;
  }
}
@media (max-width: 1023.9px) {
  .header-menu__area {
    gap: unset;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1023.9px) {
  .header-menu__item--catalog {
    overflow: hidden;
  }
}
@media (max-width: 1023.9px) {
  .header-menu__item {
    width: 100%;
  }
}
@media (max-width: 1439.9px) {
  .header-menu__item a.btn {
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}
@media (max-width: 1023.9px) {
  .header-menu__item a.btn {
    display: none;
  }
}
.header-menu__item a.btn + .header-menu-item {
  display: none;
}
@media (max-width: 1023.9px) {
  .header-menu__item a.btn + .header-menu-item {
    display: flex;
  }
}

.header-menu .header-menu-item {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 1023.9px) {
  .header-menu .header-menu-item {
    display: flex;
    min-height: 50px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    width: 100%;
    position: relative;
  }
  .header-menu .header-menu-item .multicart {
    display: flex;
    width: 10px;
    height: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    border: 2px solid white;
    background: #ff6666;
    position: absolute;
    top: 12px;
    left: 34px;
  }
  .header-menu .header-menu-item:not(:first-of-type) {
    border-top: 1px solid #f2f2f2;
  }
}
@media (max-width: 1023.9px) and (max-width: 1023.9px) {
  .header-menu .header-menu-item__sub {
    padding: 12px 16px !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 1023.9px) and (max-width: 1023.9px) {
  .header-menu .header-menu-item__sub .header-menu-item__subtext {
    color: #404040 !important;
  }
}
@media (max-width: 1023.9px) and (max-width: 1023.9px) {
  .header-menu .header-menu-item__sub .header-menu-item__subicon {
    color: #a0a0a0 !important;
  }
}
html:not(.bx-touch) .header-menu .header-menu-item:hover .header-menu-item__text, html.bx-touch .header-menu .header-menu-item:active .header-menu-item__text {
  color: #ff5c5c;
}
@media (max-width: 1023.9px) {
  html:not(.bx-touch) .header-menu .header-menu-item:hover .header-menu-item__text, html.bx-touch .header-menu .header-menu-item:active .header-menu-item__text {
    color: #404040;
  }
}
html:not(.bx-touch) .header-menu .header-menu-item:hover .icon--lestate:last-of-type, html.bx-touch .header-menu .header-menu-item:active .icon--lestate:last-of-type {
  color: #767676;
}
.header-menu .header-menu-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  transition: 0.1s ease-in-out color;
  color: #404040;
  position: relative;
}
@media (max-width: 1439.9px) {
  .header-menu .header-menu-item__text {
    font-size: 13px;
    font-style: normal;
    letter-spacing: 0.39px;
  }
}
@media (max-width: 1023.9px) {
  .header-menu .header-menu-item__text {
    font-size: 16px;
    letter-spacing: 0.48px;
    position: unset;
  }
}
.header-menu .header-menu-item .icon--lestate {
  display: none;
}
@media (max-width: 1023.9px) {
  .header-menu .header-menu-item .icon--lestate {
    display: block;
    flex-shrink: 0;
    font-size: 26px;
  }
  .header-menu .header-menu-item .icon--lestate:first-of-type {
    color: #767676;
  }
  .header-menu .header-menu-item .icon--lestate:last-of-type {
    color: #a0a0a0;
  }
}
.header-menu .header-menu-item sup {
  margin-left: 2px;
  color: white;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  background: #ff5c5c;
  border-radius: 8px;
  min-width: 16px;
  box-sizing: border-box;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0 3px;
}
@media (max-width: 1023.9px) {
  .header-menu .header-menu-item sup {
    position: absolute;
    top: 15px;
    right: 19px;
    font-size: 16px;
    border-radius: 20px;
    min-width: 20px;
    height: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1439.9px) {
  .header-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    background-color: white;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
  .is-sticky .header-submenu {
    top: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    z-index: 1;
  }
}
@media (min-width: 1440px) {
  .header-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    background-color: white;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
  .is-sticky .header-submenu {
    top: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    z-index: 1;
  }
}
@media (max-width: 1023.9px) {
  .header-submenu {
    margin-top: 24px;
  }
  .header-submenu .container {
    padding: 0;
  }
}
.header-submenu__area {
  display: flex;
  pointer-events: auto;
}
@media (min-width: 1024px) and (max-width: 1439.9px) {
  .is-sticky .header-submenu__area {
    margin-left: 160px;
    background-color: white;
  }
}
@media (min-width: 1440px) {
  .is-sticky .header-submenu__area {
    margin-left: 160px;
    background-color: white;
  }
}
@media (min-width: 1024px) and (max-width: 1439.9px) {
  .is-sticky .header-submenu__area {
    margin-left: 140px;
  }
}
@media (max-width: 1023.9px) {
  .header-submenu__area {
    border-radius: 8px;
    flex-direction: column;
    background-color: white;
  }
}
.header-submenu__item {
  flex-grow: 1;
}
@media (max-width: 1023.9px) {
  .header-submenu__item {
    display: block;
    border-top: 1px solid #f2f2f2;
  }
}
.header-submenu__item:first-of-type {
  flex-grow: 0.5;
  border-top: 0;
}
.header-submenu__item:first-of-type .header-menu-item {
  justify-content: flex-start;
}
@media (max-width: 1023.9px) {
  .header-submenu__item:first-of-type .header-menu-item {
    justify-content: unset;
  }
}
.header-submenu__item:last-of-type {
  flex-grow: 0.5;
}
.header-submenu__item:last-of-type .header-menu-item {
  justify-content: flex-end;
}
@media (max-width: 1023.9px) {
  .header-submenu__item:last-of-type .header-menu-item {
    justify-content: unset;
  }
}
.header-submenu__item .header-menu-item {
  width: 100%;
  padding: 16px 0;
  justify-content: center;
}
@media (min-width: 1440px) {
  .is-sticky .header-submenu__item .header-menu-item {
    padding: 27px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439.9px) {
  .is-sticky .header-submenu__item .header-menu-item {
    padding: 29px 0;
  }
}
@media (max-width: 1023.9px) {
  .header-submenu__item .header-menu-item {
    padding: 20px 0;
  }
}
.header-submenu__item.open .header-menu-item__text {
  color: #ff5c5c;
}
.header-submenu__item.open .header-submenu__hover {
  display: block;
}
@media (max-width: 1023.9px) {
  .header-submenu__item.open .header-submenu__hover {
    display: none;
  }
}
.header-submenu__hover {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 1439.9px) {
  .header-submenu__hover {
    padding-bottom: 0;
  }
}
@media (max-width: 1023.9px) {
  .header-submenu__hover {
    display: none;
  }
}
.header-submenu__hover-area {
  border-top: 1px solid #f2f2f2;
  background-color: white;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  height: 100%;
  overflow: auto;
}
.header-submenu__submenu {
  padding: 40px 0 40px;
}
.header-submenu__submenu-brands {
  padding: 40px 0 50px;
}
.header-submenu__banner {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 1439.9px) {
  .header-submenu__banner {
    height: 48px;
  }
  .header-submenu__banner img {
    height: 100%;
  }
}
.header-submenu__banner img {
  position: relative;
  margin-left: 50%;
  transform: translateX(-50%);
}

.brands-submenu {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-flow: row;
  gap: 48px 32px;
  align-items: center;
}
@media (max-width: 1439.9px) {
  .brands-submenu {
    gap: 32px;
  }
}
.brands-submenu__link {
  display: block;
}
html:not(.bx-touch) .brands-submenu__link:hover svg, html.bx-touch .brands-submenu__link:active svg {
  opacity: 0.8;
}
.brands-submenu__link svg {
  display: block;
  margin: 0 auto;
  max-width: 96px;
  max-height: 40px;
  opacity: 0.6;
}
@media (max-width: 1439.9px) {
  .brands-submenu__link svg {
    max-width: 86px;
    max-height: 36px;
  }
}
.brands-submenu__link svg * {
  fill: black;
}

.catalog-menu__head {
  display: flex;
  gap: 16px;
  align-items: end;
  margin-bottom: 40px;
}
.catalog-menu__head__title {
  font-weight: 300;
  font-size: 38px;
  line-height: 80%;
  text-transform: uppercase;
  color: #404040;
}
@media (max-width: 1439.9px) {
  .catalog-menu__head__title {
    font-weight: 300;
    font-size: 28px;
  }
}
.catalog-menu__head__all-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #767676;
  text-decoration: none;
}

.catalog-menu-row {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 40px;
}
@media (max-width: 1439.9px) {
  .catalog-menu-row {
    grid-template-columns: 1fr 2fr;
  }
}
.catalog-menu-row__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.catalog-menu-row__right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1439.9px) {
  .catalog-menu-row__right {
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog-menu-row__banners {
  flex-shrink: 0;
  width: 368px;
  padding-left: 64px;
  margin-left: auto;
  box-sizing: content-box;
}
@media (max-width: 1439.9px) {
  .catalog-menu-row__banners {
    width: 256px;
    padding-left: 32px;
  }
}

/* каждая колонка */
.catalog-column {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.catalog-submenu {
  font-size: 0;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.catalog-submenu a {
  color: #404040;
  text-decoration: none;
}
html:not(.bx-touch) .catalog-submenu a:hover, html.bx-touch .catalog-submenu a:active {
  color: #404040;
  text-decoration: underline;
}
.catalog-submenu__title > a, .catalog-submenu__title > span {
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1023.9px) {
  .catalog-submenu__title > span {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.16px;
    text-transform: uppercase;
  }
}
.catalog-submenu__title .icon--lestate {
  display: none;
}
@media (max-width: 1023.9px) {
  .catalog-submenu__title .icon--lestate {
    display: block;
    color: #767676;
  }
}
.catalog-submenu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1023.9px) {
  .catalog-submenu__list {
    gap: 0;
  }
}
.catalog-submenu__list > a {
  font-size: 13px;
}
.catalog-submenu__list > a.selected {
  color: #ff5c5c;
  font-weight: 500;
}
html:not(.bx-touch) .catalog-submenu__list > a.selected:hover, html.bx-touch .catalog-submenu__list > a.selected:active {
  color: #ff6666;
}
.catalog-submenu__all-btn {
  margin-bottom: 24px;
}
.catalog-submenu__expand-btn {
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #ff5c5c;
}
.catalog-submenu__expand-btn:hover {
  text-decoration: underline;
}
@media (max-width: 1023.9px) {
  .catalog-submenu__expand-btn {
    display: none;
  }
}
.catalog-submenu.catalog-submenu_opened .catalog-submenu__expand-btn {
  display: none;
}
.catalog-submenu:not(.catalog-submenu_opened) .catalog-submenu__list a:nth-child(n+7) {
  display: none;
}
@media (max-width: 1023.9px) {
  .catalog-submenu:not(.catalog-submenu_opened) .catalog-submenu__list a:nth-child(n+7) {
    display: inline-block;
  }
}

.catalog-menu-banner {
  position: relative;
  display: block;
  padding-top: 62.5%;
}
.catalog-menu-banner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-menu-group.is-first, .is-first.header-menu-group--black, .is-first.header-menu-group--red {
  border: none !important;
}

@media (max-width: 1023.9px) {
  .header-menu-group:first-of-type, .header-menu-group--black:first-of-type, .header-menu-group--red:first-of-type {
    border-radius: 8px 8px 0 0;
  }
  .header-menu-group:last-of-type, .header-menu-group--black:last-of-type, .header-menu-group--red:last-of-type {
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 1023.9px) {
  .header-menu-group .header-menu-item--catalog, .header-menu-group--black .header-menu-item--catalog, .header-menu-group--red .header-menu-item--catalog {
    background: #ff5c5c;
    border-radius: 8px;
  }
}
@media (max-width: 1023.9px) {
  .header-menu-group--red {
    border-radius: 8px !important;
  }
  .header-menu-group--red .header-menu-item__text {
    color: white !important;
  }
  .header-menu-group--red i {
    color: white !important;
  }
  .header-menu-group--red + .header-menu-group--black, .header-menu-group--red + .header-menu-group--white {
    border-radius: 8px 8px 0 0;
    margin-top: 24px;
  }
}
@media (max-width: 1023.9px) {
  .header-menu-group--black {
    background: #404040;
    border-top: 1px solid #6d6d6d;
  }
  .header-menu-group--black .header-menu-item__text {
    color: white !important;
  }
  .header-menu-group--black i {
    color: white !important;
  }
  .header-menu-group--black + .header-menu-group--red, .header-menu-group--black + .header-menu-group--white {
    border-radius: 8px 8px 0 0;
    margin-top: 24px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1738078607855*/
.breadcrumbs {
  display: flex;
  padding: 40px 0 12px 0;
  align-items: center;
  align-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 1023.9px) {
  .breadcrumbs {
    padding: 24px 0 12px 0;
  }
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1023.9px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.39px;
  }
}
.breadcrumbs a {
  color: #767676;
  text-decoration: none;
}
html:not(.bx-touch) .breadcrumbs a:hover, html.bx-touch .breadcrumbs a:active {
  text-decoration: underline;
}
.breadcrumbs span {
  color: #a0a0a0;
}
.breadcrumbs i {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #c4c4c4;
}
@media (max-width: 1023.9px) {
  .breadcrumbs i {
    width: 16px;
    height: 16px;
  }
}

/* End */


/* Start:/local/templates/2023/components/bitrix/menu/footer.main/style.css?1738078608596*/
.footer-menu {
  display: flex;
  padding: 48px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 767.9px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1439.9px) {
  .footer-menu a {
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}
html:not(.bx-touch) .footer-menu a:hover, html.bx-touch .footer-menu a:active {
  text-decoration: underline;
}

/* End */


/* Start:/local/templates/2023/components/bitrix/menu/floating.mobile/style.css?17380786081633*/
.floating-mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #404040;
  box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.1);
  height: 64px;
  padding: 0 4px;
  min-width: 320px;
}
@media (max-width: 1023.9px) {
  .floating-mobile-menu {
    display: block;
  }
}
.floating-mobile-menu .menu-stub {
  width: 25%;
  height: 100%;
}
.floating-mobile-menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.floating-mobile-menu .container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  width: 25%;
  flex-shrink: 0;
}
html:not(.bx-touch) .floating-mobile-menu .container a:hover i, html.bx-touch .floating-mobile-menu .container a:active i {
  transform: scale(1.2);
  color: white;
}
.floating-mobile-menu .container a span {
  color: #c4c4c4;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  word-break: break-all;
}
.floating-mobile-menu .container a i {
  color: #f9f9f9;
  font-size: 24px;
  margin-bottom: 4px;
}
.floating-mobile-menu .container a .multicart {
  display: flex;
  width: 10px;
  height: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  border: 2px solid #404040;
  background: #ff6666;
  position: absolute;
  top: -2px;
  left: calc(50% + 5px);
}

.jdiv-banned {
  display: none !important;
}

/* End */


/* Start:/local/templates/2023/components/teamprofi/empty/btn.scroll.top/style.css?1738078608688*/
.btn-to-top {
  position: fixed;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 11;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: 0.3s opacity ease-in;
}
html:not(.bx-touch) .btn-to-top:hover, html.bx-touch .btn-to-top:active {
  background-color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 1023.9px) {
  .btn-to-top {
    display: none;
  }
}
.btn-to-top i {
  color: white;
  font-size: 23px;
}
.btn-to-top.hide {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease-in;
}

/* End */


/* Start:/local/templates/2023/styles.css?17380786082956*/
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  display: block;
  margin-top: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.h1, h1 {
  margin-bottom: 32px;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.38px;
}
@media (max-width: 1023.9px) {
  .h1, h1 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}

.h2, h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.28px;
  margin-bottom: 24px;
}
@media (max-width: 1023.9px) {
  .h2, h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.h3, h3 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.21px;
  margin-bottom: 20px;
}
@media (max-width: 1023.9px) {
  .h3, h3 {
    font-size: 19px;
  }
}

.h4, h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.16px;
  margin-bottom: 12px;
}

p, .text-medium, .text-light {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}

.text-light {
  font-weight: 300;
}

.text-medium {
  font-weight: 500;
}

.text-small {
  font-size: 13px;
}

.text-secondary {
  color: #767676;
}

a, .link {
  color: #ff5c5c;
  font-size: 16px;
  text-decoration-line: underline;
  cursor: pointer;
}
html:not(.bx-touch) a:hover, html.bx-touch a:active, html:not(.bx-touch) .link:hover, html.bx-touch .link:active {
  text-decoration: none;
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table thead {
  background-color: #f2f2f2;
}
table thead td, table thead th {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}
table td {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
table td, table th {
  padding: 12px 16px;
  color: #404040;
}
table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

.table-responsive {
  margin-bottom: 20px;
  overflow-x: auto;
}
.table-responsive table {
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
}
ol > li, ul > li {
  margin: 8px 0;
}
ol ol, ol ul, ul ol, ul ul {
  margin: 0 0 12px 28px;
}

ul {
  padding: 0 0 0 18px;
  list-style-type: disc;
}
ul li::marker {
  color: #767676;
}

ol {
  list-style: none;
  counter-reset: li;
}
ol p, ol .text-light, ol .text-medium {
  display: inline;
}
ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  font-weight: 500;
}

blockquote {
  display: flex;
  padding: 24px;
  margin-bottom: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background: #f9f9f9;
}
@media (max-width: 767.9px) {
  blockquote {
    margin-bottom: 32px;
  }
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

/* End */


/* Start:/local/templates/2023/template_styles.css?175431860235330*/
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/2023/assets/fonts/roboto/light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/2023/assets/fonts/roboto/regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/2023/assets/fonts/roboto/medium.woff2") format("woff2");
}
* {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
}
*:focus, *:active, *:hover {
  outline: none;
}

html, body {
  min-width: 320px;
  scroll-padding-top: 72px;
}
@media (max-width: 1023.9px) {
  html, body {
    scroll-padding-top: 56px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    scroll-padding-top: 48px;
  }
}

*:not(html) {
  scrollbar-width: thin;
  scrollbar-color: #9a9a9a #f2f2f2;
}
*:not(html)::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*:not(html)::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
}
*:not(html)::-webkit-scrollbar-track {
  background: #f2f2f2;
}

body {
  overflow-x: clip;
  justify-content: space-between;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #404040;
}
body *::selection {
  background: #ffe9de;
}
body *::-moz-selection {
  background: #ffe9de;
}

#lestate {
  overflow: clip;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

html:after {
  display: none;
  content: "xs: (max-width: 539.9px) | sm: (max-width: 767.9px) | md: (max-width: 1023.9px) | lg: (max-width: 1439.9px)";
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }
}
[v-cloak] {
  display: none !important;
}

.headbar {
  position: relative;
  z-index: 120;
  background-color: #404040;
  min-height: 42px;
  padding: 4px 0;
  color: white !important;
}
@media (max-width: 1023.9px) {
  .headbar {
    display: none;
  }
}
.headbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  height: 100%;
  position: relative;
}
.headbar__left, .headbar__right {
  display: flex;
  align-items: center;
}
.headbar__left {
  justify-content: left;
}
.headbar__left .headbar-chips {
  display: flex;
  gap: 4px;
}
@media (max-width: 1439.9px) {
  .headbar__left .chip span {
    display: none;
  }
}
.headbar__left .chip--black {
  background-color: #4b4b4b;
}
html:not(.bx-touch) .headbar__left .chip--black:hover, html.bx-touch .headbar__left .chip--black:active {
  background-color: #595959;
}
.headbar__right {
  justify-content: right;
  gap: 32px;
}
.headbar .headbar-action-button {
  display: flex;
  padding: 6px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
html:not(.bx-touch) .headbar .headbar-action-button:hover i, html.bx-touch .headbar .headbar-action-button:active i {
  color: #ff6666;
}
html:not(.bx-touch) .headbar .headbar-action-button:hover span, html.bx-touch .headbar .headbar-action-button:active span {
  color: #ff6666;
}
html:not(.bx-touch) .headbar .headbar-action-button:hover .multicart, html.bx-touch .headbar .headbar-action-button:active .multicart {
  background: #ff6666;
}
.headbar .headbar-action-button i {
  font-size: 18px;
  flex-shrink: 0;
  color: white;
}
.headbar .headbar-action-button span {
  color: white;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  white-space: nowrap;
}
.headbar .headbar-action-button .ye {
  text-transform: lowercase;
}
.headbar .headbar-action-button .multicart {
  display: flex;
  width: 10px;
  height: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  border: 2px solid #404040;
  background: #ff5c5c;
  position: absolute;
  top: 3px;
  left: 11px;
}

.header {
  position: sticky;
  top: -100px;
  z-index: 110;
  height: 92px;
  pointer-events: none;
  transition: 0.3s ease-in-out top;
}
@media (max-width: 1023.9px) {
  .header {
    height: 56px;
  }
}
@media (max-width: 767.9px) {
  .header {
    height: 48px;
  }
}
.header.over {
  z-index: 1001;
}
.header--space {
  top: -150px;
  padding-bottom: 51px;
  box-sizing: content-box;
  transition-delay: 0.2s;
}
@media (max-width: 1439.9px) {
  .header--space {
    padding-bottom: 47px;
  }
}
@media (max-width: 1023.9px) {
  .header--space {
    padding-bottom: 0;
  }
}
.header.is-sticky {
  top: 0;
  width: 100%;
}
.header.is-sticky .logo img:first-of-type {
  display: none;
}
.header.is-sticky .logo img:nth-of-type(2) {
  display: block;
}
@media (max-width: 1023.9px) {
  .header.is-sticky .logo img:nth-of-type(2) {
    display: none;
  }
}
.header__main {
  position: relative;
  pointer-events: auto;
  background-color: white;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}
@media (max-width: 1023.9px) {
  .header__main {
    padding: 8px 0;
    background-color: #404040;
  }
}
.header__main, .header__main > .container {
  display: flex;
  align-items: center;
}
.header__main .container {
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.header__main .logo {
  display: flex;
  align-items: center;
}
.header__main .logo img:first-of-type {
  width: 80px;
  height: 60px;
}
.header__main .logo img:not(:first-of-type) {
  display: none;
}
.header__main .logo img:nth-of-type(2) {
  width: 80px;
  height: 40px;
}
.header__main .logo img:last-of-type {
  width: 80px;
  height: 40px;
}
@media (max-width: 767.9px) {
  .header__main .logo img:last-of-type {
    width: 64px;
    height: 32px;
  }
}
@media (max-width: 1023.9px) {
  .header__main .logo img:last-of-type {
    display: block;
  }
  .header__main .logo img:not(:last-of-type) {
    display: none;
  }
}
.header__contacts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1023.9px) {
  .header__contacts {
    display: none;
  }
}
.header__phone {
  position: relative;
  display: inline-block;
  width: max-content;
  cursor: pointer;
}
@media (max-width: 1439.9px) {
  .header__phone {
    display: none;
  }
}
.header__phone .cover-no-effects {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  pointer-events: none;
}
.header__phone .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  transition: left 0.3s ease-in-out;
  pointer-events: none;
}
.header__phone.is-covered .cover {
  left: 100%;
}
.header__phone a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #ff5c5c;
  text-decoration: none;
  transition: 0.1s ease-in-out color;
}
html:not(.bx-touch) .header__phone a:hover, html.bx-touch .header__phone a:active {
  color: #404040;
}
.header__contact-icon {
  cursor: pointer;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid #ff5c5c;
  transition: 0.1s ease-in-out border;
  background: white;
}
html:not(.bx-touch) .header__contact-icon:hover, html.bx-touch .header__contact-icon:active {
  border-color: #404040;
}
html:not(.bx-touch) .header__contact-icon:hover i, html.bx-touch .header__contact-icon:active i {
  color: #404040;
}
.header__contact-icon i {
  transition: 0.1s ease-in-out color;
  color: #ff5c5c;
  font-size: 16px;
}
.header__mobile-menu, .header__mobile-search {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  line-height: 1;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
html:not(.bx-touch) .header__mobile-menu:hover, html.bx-touch .header__mobile-menu:active, html:not(.bx-touch) .header__mobile-search:hover, html.bx-touch .header__mobile-search:active {
  background-color: #4b4b4b;
}
@media (max-width: 1023.9px) {
  .header__mobile-menu, .header__mobile-search {
    display: flex;
  }
}
@media (max-width: 767.9px) {
  .header__mobile-menu, .header__mobile-search {
    width: 32px;
    height: 32px;
  }
}
.header__mobile-menu i, .header__mobile-search i {
  color: white;
  font-size: 28px;
}
@media (max-width: 767.9px) {
  .header__mobile-menu i, .header__mobile-search i {
    font-size: 24px;
  }
}
.header__mobile-menu {
  left: -9px;
}
@media (max-width: 767.9px) {
  .header__mobile-menu {
    left: -7px;
  }
}
.header__mobile-search {
  right: -10px;
}
@media (max-width: 767.9px) {
  .header__mobile-search {
    right: -8px;
  }
}

.container--small {
  max-width: 730px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  overflow: hidden;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-decoration: none;
  color: white;
  background-color: #ff5c5c;
  border: 1px solid transparent;
  border-radius: 52px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-transform: uppercase;
  max-width: 100%;
}
@media (max-width: 1023.9px) {
  .btn {
    padding: 10px 16px;
  }
}
html:not(.bx-touch) .btn:hover, html.bx-touch .btn:active {
  background-color: #ff6666;
  text-decoration: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
html:not(.bx-touch) .btn:hover i, html.bx-touch .btn:active i {
  display: none;
}
html:not(.bx-touch) .btn:hover i:last-of-type, html.bx-touch .btn:active i:last-of-type {
  display: flex;
}
.btn[disabled], .btn.disabled {
  color: #a0a0a0;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}
html:not(.bx-touch) .btn[disabled]:hover, html.bx-touch .btn[disabled]:active, html:not(.bx-touch) .btn.disabled:hover, html.bx-touch .btn.disabled:active {
  color: #a0a0a0;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: none;
}
.btn i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.btn span + i, .btn i + span, .btn span + i + i {
  margin-left: 8px;
}
.btn--outline {
  color: #ff5c5c;
  background-color: transparent;
  border-color: #ff5c5c;
  box-shadow: none;
}
html:not(.bx-touch) .btn--outline:hover, html.bx-touch .btn--outline:active {
  color: white;
  border-color: #ff5c5c;
  background-color: #ff5c5c;
  box-shadow: none;
}
.btn--outline[disabled], .btn--outline.disabled {
  color: #a0a0a0;
  background-color: transparent;
  border-color: #c4c4c4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}
html:not(.bx-touch) .btn--outline[disabled]:hover, html.bx-touch .btn--outline[disabled]:active, html:not(.bx-touch) .btn--outline.disabled:hover, html.bx-touch .btn--outline.disabled:active {
  color: #a0a0a0;
  background-color: transparent;
  border-color: #c4c4c4;
  box-shadow: none;
}
.btn--default {
  color: #ff5c5c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
html:not(.bx-touch) .btn--default:hover, html.bx-touch .btn--default:active {
  color: #ff5c5c;
  border-color: transparent;
  background-color: #ffe9de;
  box-shadow: none;
}
.btn--default[disabled], .btn--default.disabled {
  color: #a0a0a0;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}
html:not(.bx-touch) .btn--default[disabled]:hover, html.bx-touch .btn--default[disabled]:active, html:not(.bx-touch) .btn--default.disabled:hover, html.bx-touch .btn--default.disabled:active {
  color: #a0a0a0;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn--clear {
  color: #767676;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.btn--red {
  color: #ff5c5c;
}
html:not(.bx-touch) .btn--red:hover, html.bx-touch .btn--red:active {
  text-decoration: underline;
}
html:not(.bx-touch) .btn--link:hover, html.bx-touch .btn--link:active {
  color: #ff5c5c;
  border-color: transparent;
  background-color: transparent;
  text-decoration: underline;
  box-shadow: none;
}
.btn--small {
  padding: 10px 16px;
}
.btn--xs-small {
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.form-group label {
  color: #767676;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 8px;
  left: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.36px;
  opacity: 0;
}
.form-group input.form-control {
  border-radius: 54px;
  border: 1px solid #6d6d6d;
  background: white;
  color: #404040;
  display: flex;
  padding: 15px 24px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  max-width: 100%;
}
html:not(.bx-touch) .form-group input.form-control:hover, html.bx-touch .form-group input.form-control:active {
  border: 1px solid #404040;
}
.form-group input.form-control:focus {
  border: 1px solid #404040;
}
.form-group input.form-control::placeholder {
  color: #767676;
}
.form-group input.form-control[disabled], .form-group input.form-control[readonly] {
  border-color: #c4c4c4;
  color: #a0a0a0;
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
}
html:not(.bx-touch) .form-group input.form-control[disabled]:hover, html.bx-touch .form-group input.form-control[disabled]:active, html:not(.bx-touch) .form-group input.form-control[readonly]:hover, html.bx-touch .form-group input.form-control[readonly]:active {
  border-color: #c4c4c4;
}
.form-group input.form-control[readonly] {
  cursor: text;
  color: #404040;
}
.form-group input.form-control:not(:placeholder-shown) {
  padding-top: 22px;
  padding-bottom: 8px;
}
.form-group input.form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
}
.form-group input.form-control:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px white !important;
}
.form-group input.form-control ~ span {
  display: none;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.33px;
  color: #ff0023;
  padding: 0 24px;
  margin-top: 2px;
  position: absolute;
}
.form-group input.form-control.error {
  border: 1px solid #ff0023;
}
html:not(.bx-touch) .form-group input.form-control.error:hover, html.bx-touch .form-group input.form-control.error:active {
  border-color: #ff0023;
}
.form-group input.form-control.error ~ label {
  color: #ff0023;
}
.form-group input.form-control.error ~ span {
  display: block;
}
.form-group select.form-control {
  cursor: pointer;
  border-radius: 54px;
  border: 1px solid #6d6d6d;
  background: white url("/local/templates/2023/assets/icons/main/chevron-bottom.svg") no-repeat right 24px center;
  background-size: 22px;
  color: transparent;
  max-width: 100%;
  width: 100%;
  padding: 14px 70px 14px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
.form-group select.form-control[disabled] {
  border-color: #c4c4c4;
  color: transparent;
  background-color: #f2f2f2;
  cursor: not-allowed;
}
html:not(.bx-touch) .form-group select.form-control[disabled]:hover, html.bx-touch .form-group select.form-control[disabled]:active {
  border-color: #c4c4c4;
}
.form-group select.form-control.not-empty {
  padding-top: 22px;
  padding-bottom: 8px;
}
.form-group select.form-control.not-empty ~ label {
  opacity: 1;
}
.form-group select.form-control.error {
  border: 1px solid #ff0023;
}
.form-group select.form-control.error ~ label {
  color: #ff0023;
}
.form-group select.form-control.error ~ span {
  display: block;
}
.form-group select.form-control ~ span {
  display: none;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.33px;
  color: #ff0023;
  padding: 0 24px;
  margin-top: 2px;
  position: absolute;
}

.chip {
  display: flex;
  width: fit-content;
  padding: 3px 12px;
  align-items: center;
  gap: 4px;
  color: white;
  border: 1px solid transparent;
  background-color: #ff5c5c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  border-radius: 40px;
  height: 28px;
  white-space: nowrap;
  text-decoration: none;
}
.chip i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.chip span + i, .chip i + span, .chip span + i + i {
  margin-left: 4px;
}
.chip--outline {
  border-color: #ff5c5c;
  background-color: transparent;
  color: #ff5c5c;
}
html:not(.bx-touch) .chip--outline.chip--hover:hover, html.bx-touch .chip--outline.chip--hover:active {
  color: white;
  background-color: #ff5c5c;
}
.chip--hover {
  cursor: pointer;
}
html:not(.bx-touch) .chip--hover:hover, html.bx-touch .chip--hover:active {
  background-color: #ff6666;
}

footer {
  margin-top: 80px;
  background-color: #404040;
}
@media (max-width: 1023.9px) {
  footer {
    margin-top: 48px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767.9px) {
  footer {
    padding-top: 112px;
  }
}

.footer-info {
  position: relative;
  display: flex;
  padding: 40px 64px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #6d6d6d;
  background: #404040;
}
@media (max-width: 1439.9px) {
  .footer-info {
    padding: 32px;
  }
}
@media (max-width: 1023.9px) {
  .footer-info {
    padding: 20px 24px;
  }
}
.footer-info__logo {
  display: block;
}
@media (max-width: 767.9px) {
  .footer-info__logo {
    position: absolute;
    z-index: 1;
    top: -73px;
    left: calc(50% - 90px);
  }
}
.footer-info__logo img {
  width: 255px;
  height: 40px;
}
@media (max-width: 1439.9px) {
  .footer-info__logo img {
    width: 180px;
    height: 32px;
  }
}
.footer-info__contacts {
  display: flex;
  align-items: end;
  gap: 64px;
}
@media (max-width: 1439.9px) {
  .footer-info__contacts {
    gap: 40px;
  }
}
@media (max-width: 1023.9px) {
  .footer-info__contacts {
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px 40px;
    flex-wrap: wrap;
    width: 380px;
  }
}
@media (max-width: 767.9px) {
  .footer-info__contacts {
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
  }
}
.footer-info__contacts .button-contact {
  color: white !important;
  width: 252px;
  max-height: 38px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  flex: none;
  order: 1;
  flex-grow: 0;
  line-height: 110%;
}
@media (max-width: 1439.9px) {
  .footer-info__contacts .button-contact {
    width: 248px !important;
    max-height: 34px;
  }
}
html:not(.bx-touch) .footer-info__contacts .button-contact:hover, html.bx-touch .footer-info__contacts .button-contact:active {
  text-decoration: none;
}
.footer-info__contacts .button-contact span {
  color: white;
}
.footer-info__contacts-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: max-content;
  cursor: pointer;
}
@media (max-width: 1023.9px) {
  .footer-info__contacts-element {
    width: 170px;
    flex-shrink: 0;
  }
}
@media (max-width: 767.9px) {
  .footer-info__contacts-element {
    align-items: center;
    width: 100%;
  }
}
.footer-info__contacts-element .cover-no-effects {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  pointer-events: none;
}
.footer-info__contacts-element .parent_cover {
  position: relative;
}
.footer-info__contacts-element .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  background: linear-gradient(270deg, rgb(64, 64, 64) 65%, rgb(96, 96, 96) 80%, rgba(255, 255, 255, 0) 100%);
  transition: left 0.3s ease-in-out;
  pointer-events: none;
}
.footer-info__contacts-element .is-covered .cover {
  left: 100%;
}
.footer-info__contacts-element a {
  text-decoration: none;
}
html:not(.bx-touch) .footer-info__contacts-element a:hover, html.bx-touch .footer-info__contacts-element a:active {
  text-decoration: underline;
}
.footer-info__contacts-element :first-child {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767.9px) {
  .footer-info__contacts-element :first-child {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.39px;
  }
}
.footer-info__contacts-element :last-child {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}

.footer-subinfo {
  display: flex;
  max-width: 1360px;
  padding: 24px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 767.9px) {
  .footer-subinfo {
    display: flex;
    padding: 40px 0;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    flex-direction: column-reverse;
  }
}
.footer-subinfo__copyright {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  text-align: center;
}
.footer-subinfo__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.9px) {
  .footer-subinfo__links {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    align-self: stretch;
  }
}
.footer-subinfo__text-link {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  text-decoration: none;
}
html:not(.bx-touch) .footer-subinfo__text-link:hover, html.bx-touch .footer-subinfo__text-link:active {
  color: white;
}
.footer-subinfo__social-link {
  display: flex;
  align-items: center;
}
.footer-subinfo__social-link i {
  width: 32px;
  height: 32px;
  color: #a0a0a0;
}
html:not(.bx-touch) .footer-subinfo__social-link:hover i, html.bx-touch .footer-subinfo__social-link:active i {
  color: white;
}
.footer-subinfo__social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.9px) {
  .footer-subinfo__social-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    justify-content: center;
  }
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  background: white;
}
.feature-card--shadow {
  box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.1);
}
.feature-card--shadow .feature-card__text {
  padding: 0;
}
.feature-card--news .feature-card__text {
  align-items: flex-start;
}
.feature-card--news .feature-card__title, .feature-card--news .feature-card__description {
  text-align: left;
}
.feature-card--news .feature-card__description {
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.feature-card__date {
  color: #767676;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
.feature-card--line {
  flex-direction: row;
}
.feature-card__image {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.8125%;
  background-color: #f9f9f9;
}
.feature-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-card__image .no-photo {
  position: absolute;
}
.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-card__icon i {
  font-size: 56px;
  color: #ff5c5c;
}
.feature-card__icon svg {
  width: 56px;
  height: auto;
  fill: #ff5c5c;
}
.feature-card__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  position: relative;
  height: 100%;
  padding: 20px;
  padding-top: 0;
}
.feature-card--line .feature-card__text {
  align-self: center;
  height: auto;
}
.feature-card__title, .feature-card__description {
  color: #404040;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.feature-card--line .feature-card__title, .feature-card--line .feature-card__description {
  text-align: left;
}
.feature-card__title {
  font-weight: 500;
}
.feature-card__description {
  font-weight: 400;
}
.feature-card__link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.no-photo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}
.no-photo i {
  color: #c4c4c4;
  font-size: 80px;
}

a.feature-card {
  text-decoration: none;
}
html:not(.bx-touch) a.feature-card:hover .btn--default, html.bx-touch a.feature-card:active .btn--default {
  color: #ff5c5c;
  border-color: transparent;
  background-color: #ffe9de;
  box-shadow: none;
}

.checkbox, .radio {
  display: inline-flex;
  margin: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
html:not(.bx-touch) .checkbox:hover > span:before, html.bx-touch .checkbox:active > span:before, html:not(.bx-touch) .radio:hover > span:before, html.bx-touch .radio:active > span:before {
  color: #9a9a9a;
}
.checkbox input[type=checkbox], .checkbox input[type=radio], .radio input[type=checkbox], .radio input[type=radio] {
  display: none;
}
.checkbox input[type=checkbox]:disabled + span, .checkbox input[type=radio]:disabled + span, .radio input[type=checkbox]:disabled + span, .radio input[type=radio]:disabled + span {
  cursor: default;
  color: #a0a0a0;
}
.checkbox input[type=checkbox]:disabled + span:before, .checkbox input[type=radio]:disabled + span:before, .radio input[type=checkbox]:disabled + span:before, .radio input[type=radio]:disabled + span:before {
  color: #c4c4c4;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.checkbox input[type=checkbox].error + span:before, .checkbox input[type=radio].error + span:before, .radio input[type=checkbox].error + span:before, .radio input[type=radio].error + span:before {
  border-color: #ff5c5c;
}
.checkbox input[type=checkbox]:disabled:checked + span:before, .checkbox input[type=radio]:disabled:checked + span:before, .radio input[type=checkbox]:disabled:checked + span:before, .radio input[type=radio]:disabled:checked + span:before {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.checkbox > span, .radio > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  line-height: 26px;
}
.checkbox > span:before, .radio > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #595959;
  background-color: white;
}
.checkbox > span:empty, .radio > span:empty {
  padding: 0;
  width: 26px;
  height: 26px;
}

.checkbox > span:before {
  border-radius: 4px;
}
.checkbox input[type=checkbox]:checked + span:before {
  color: white;
  border-color: #404040;
  background-color: #404040;
}
.checkbox input[type=checkbox]:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 26' width='27' height='26'%3E%3Cpath fill='white' d='m11.333 14.733 6.392-6.391c.199-.199.451-.298.758-.298s.56.099.759.298c.198.198.298.451.298.758s-.1.56-.298.758l-7.15 7.15a1.04 1.04 0 01-.759.325 1.04 1.04 0 01-.758-.325l-2.817-2.816a1.027 1.027 0 01-.298-.759c0-.307.1-.56.298-.758.199-.199.452-.298.759-.298s.56.1.758.298l2.058 2.058Z'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  line-height: 0;
}

.radio > span:before {
  border-radius: 50%;
}
.radio input[type=radio]:checked + span:before {
  border-color: #404040;
  background-color: #404040;
}
.radio input[type=radio]:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' width='26' height='26'%3E%3Crect width='9.75' height='9.75' x='8.625' y='8.125' fill='white' rx='4.875'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.carousel-buttons {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.carousel-buttons:before, .carousel-buttons:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: white;
  z-index: 2;
}
@media (max-width: 1023.9px) {
  .carousel-buttons:before, .carousel-buttons:after {
    content: none;
  }
}
.carousel-buttons:after {
  left: auto;
  right: 0;
}
.carousel-buttons--gray:before, .carousel-buttons--gray:after {
  background-color: #f9f9f9;
}

details {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
details + details {
  margin-top: -1px;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  position: relative;
  padding: 20px 32px 20px 0;
  cursor: pointer;
  list-style: none;
  outline: none;
}
html:not(.bx-touch) details summary:hover:before, html:not(.bx-touch) details summary:hover:after, html.bx-touch details summary:active:before, html.bx-touch details summary:active:after {
  background-color: #767676;
}
details summary:before, details summary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: #a0a0a0;
}
details summary:after {
  right: 11px;
  margin-top: -7px;
  width: 2px;
  height: 14px;
}
details[open] summary:after {
  content: none;
}

.tab {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #f2f2f2;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
}
.tab {
  scrollbar-width: thin;
  scrollbar-color: #9a9a9a #f2f2f2;
}
.tab::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.tab::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
}
.tab::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.tab__content {
  word-break: break-word;
}
.tab.tab--auth {
  width: 100%;
  margin-bottom: 32px;
}
.tab.tab--auth .tab__element {
  width: 50%;
}
.tab .tab__element {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.48px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
@media (max-width: 539.9px) {
  .tab .tab__element {
    font-size: 13px;
    padding: 10px 16px;
  }
}
html:not(.bx-touch) .tab .tab__element:hover:not(.active), html.bx-touch .tab .tab__element:active:not(.active) {
  color: #ff5c5c;
}
.tab .tab__element:not(.active):not(:first-of-type):after {
  content: "";
  height: 16px;
  width: 1px;
  background: #c4c4c4;
  left: 0;
  position: absolute;
}
.tab .tab__element.active + .tab__element:after {
  content: none;
}
.tab .tab__element.active {
  color: white;
  background: #ff5c5c;
}

#lestate.preloader:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  background-image: url(/local/templates/2023/assets/icons/main/preloader.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.content-block {
  padding: 80px 0;
  background-color: white;
}
@media (max-width: 1023.9px) {
  .content-block {
    padding: 48px 0;
  }
}
.content-block .h1 {
  margin-top: 0;
}
.content-block--gray {
  background-color: #f9f9f9;
}

img.lazyload,
img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 150ms;
}

.select-simple select {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
  border: none;
  padding: 5px 25px 5px 0;
  cursor: pointer;
  background-size: 20px;
  text-align: right;
}
.select-simple .choices {
  position: relative;
  overflow: unset;
  font-size: inherit;
  z-index: 10;
}
.select-simple .choices__inner, .select-simple .choices[data-type*=select-one] .choices__inner {
  padding: 0;
  display: unset;
  vertical-align: unset;
  width: unset;
  background-color: unset;
  border: unset;
  border-radius: unset;
  font-size: 13px;
  min-height: unset;
  overflow: unset;
  letter-spacing: 0.39px;
}
.select-simple .choices__inner .choices__list, .select-simple .choices[data-type*=select-one] .choices__inner .choices__list {
  padding: 4px 25px 4px 4px;
}
.select-simple .choices__item {
  text-align: right;
  white-space: nowrap;
}
.select-simple .choices__button {
  display: none;
}
.select-simple .choices[data-type*=select-one]::after {
  border: none;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background-image: url("/local/templates/2023/assets/icons/main/chevron-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  transform: rotate(180deg);
}
.select-simple .choices[data-type*=select-one].is-open::after {
  margin-top: -11px;
  transform: rotate(0deg);
}
.select-simple .choices .choices__list--dropdown .choices__item--selectable, .select-simple .choices .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 10px;
}
.select-simple .choices .choices__list--dropdown {
  width: fit-content;
  border: 1px solid #f2f2f2 !important;
  border-radius: 5px;
}
.select-simple .choices__list {
  width: fit-content;
}

.notification {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
}
.notification--warning {
  border: 1px solid #feeda7;
  background: #fef7d3;
}
.notification--warning .notification__icon {
  background-color: #fbbf24;
}
.notification--warning .notification__icon i {
  color: white;
}
.notification__icon {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification__icon i {
  font-size: 20px;
}
.notification__content {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
.notification__content a {
  color: #404040;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.39px;
}
.notification__content b {
  font-weight: 500;
  line-height: 1.4;
}

.t-slds__main {
  max-width: unset !important;
}

.telephoneLine {
  display: flex;
}
.telephoneLine__parent {
  position: relative;
}
.telephoneLine__parent .cover-no-effects {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  pointer-events: none;
}
.telephoneLine__parent .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  transition: left 0.3s ease-in-out;
  pointer-events: none;
}
.telephoneLine__parent.is-covered .cover {
  left: 100%;
}

/* End */
/* /local/templates/2023/assets/styles/bootstrap/bootstrap.css?175431860255927 */
/* /local/templates/2023/assets/icons/icons.css?1754318602164352 */
/* /local/templates/2023/assets/libs/fancybox/fancybox.min.css?173807860824879 */
/* /local/templates/2023/assets/libs/fancybox/style.css?17380786082327 */
/* /local/templates/2023/assets/libs/popper/style.css?17380786082057 */
/* /local/templates/2023/assets/libs/toasts/style.css?17380786083455 */
/* /local/frontend/dist/css/lestate-template.f21f4f17cc.css?1754426059619 */
/* /local/templates/2023/components/lestate/info.strip/.default/style.css?17380786085627 */
/* /local/templates/2023/components/teamprofi/search/header/style.css?17380786088244 */
/* /local/templates/2023/components/teamprofi/empty/basket.button/style.css?17380786082512 */
/* /local/templates/2023/components/bitrix/menu/header.main/style.css?176474743418051 */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1738078607855 */
/* /local/templates/2023/components/bitrix/menu/footer.main/style.css?1738078608596 */
/* /local/templates/2023/components/bitrix/menu/floating.mobile/style.css?17380786081633 */
/* /local/templates/2023/components/teamprofi/empty/btn.scroll.top/style.css?1738078608688 */
/* /local/templates/2023/styles.css?17380786082956 */
/* /local/templates/2023/template_styles.css?175431860235330 */
