.omni-landing {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  color: #111;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.logo__img {
  max-width: none;
}

.omni-landing {
  margin: 0 auto;
  max-width: 1520px;
  padding: 0 40px 40px;
}

.mainSiteRichText p {
  margin-top: revert;
  margin-bottom: revert;
}

.mainSiteRichText a {
  color: revert;
  text-decoration: revert;
}

.mainSiteRichText ul {
  margin: revert;
  padding: revert;
  list-style: revert;
}

.richText * {
	font-family: Gilroy, sans-serif !important;
}

.richText p {
	margin-top: revert;
	margin-bottom: revert;
  line-height: 27px;
  letter-spacing: .18px;
}

.richText ol li,
.richText ul li {
  letter-spacing: .17px;
  line-height: 1.6;
  padding: 0 0 18px;
}

.richText ol li:last-child,
.richText ul li:last-child {
  padding-bottom: 0;
}

.richText ul {
  margin: revert;
  padding: 0 0 0 38px;
}

.richText ol {
  counter-reset: item;
  padding: 0;
}

.richText ol li {
  display: block;
  position: relative;
  padding-left: 28px;
}

.richText ol li:before {
  padding: 0 14px 0 0;
  content: counters(item,".") ".";
  counter-increment: item;
  position: absolute;
  left: 0;
}

.richText ol li>ol {
  padding: 2px 0 0;
}

.richText ol li>ol li {
  padding: 13px 0 0 35px;
}

.richText ol li>ol li:before {
  padding-right: 8px;
}

.richText ul li {
  list-style: none;
  position: relative;
}

.richText ul li:before {
  display: inline-block;
  color: #898989;
  font-size: 36px;
  position: absolute;
  top: -16px;
  left: -17px;
  content: "\2022";
}

.richText ul li>ul {
  list-style-type: none;
  padding: 2px 0 0;
}

.richText ul li>ul li:before {
  content: "-";
  margin: 0 8px 0 0;
  position: absolute;
  left: 0
}

.richText ul li>ul li {
  padding: 13px 0 0 13px;
  position: relative;
}

.richText img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}

.richText a {
  transition: color 60ms ease-out;
  text-decoration: none;
}

.richText a,
.richText a:visited {
  color: #003c96
}

.richText a:active,
.richText a:hover {
  color: #389aeb;
}

.richText table {
  margin: 20px 0 10px;
  border-collapse: collapse;
}

.richText table td,
.richText table th {
  font-weight: 400;
  padding: 16px;
  border: 1px solid #c9c9c9;
  text-align: left;
}

.richText table th {
  background: #f6f6f6;
}

.rl-landingTextWithImage-text p {
  margin-top: revert;
  margin-bottom: revert;
}

.rl-landingTextWithImage-text ul {
  margin: revert;
  padding: revert;
  list-style: revert;
}

.rl-landingTextWithImage-text a {
  color: revert;
  text-decoration: revert;
}

/* @media (hover: none) {
  @media (max-width: 1280px) {
    react-landings > .landing-page {
      margin-top: 230px;
    }
  }
}

@media (max-width: 1200px) {
  react-landings > .landing-page {
    margin-top: 230px;
  }
} */

@media (max-width: 768px) {
  .omni-landing {
    padding: 0 0 40px;
    /* padding: 0 14px 40px; */
  }
}

.omni-landing .button {
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 26px;
  box-shadow: none;
  color: #fff;
  border: 0;
  background: #003c96;
  transition: background-color .2s ease, border-color .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.omni-landing .button:focus, .omni-landing .button:hover {
  outline: 0 none;
  background: #389aeb;
}

.omni-landing .button--small {
  font-size: 14px;
  height: 38px;
  text-transform: none;
  letter-spacing: 0;
}

.omni-landing .button--link {
  text-decoration: none;
}

.omni-landing .supplier-questionary__button.button {
  width: 200px;
}

/* .omni-landing .button_stm {
  background: #00632f;
  color: #fff;
  text-align: center;
}

.omni-landing .button_stm:hover {
  background: #efefef;
  color: #00632f;
} */

.omni-landing :where(.link, .pro-manager-info__link, .switch-user-type-menu-item__non-cash-payment-tooltip a) {
  transition: color 60ms ease-out;
  text-decoration: none !important;
}

.omni-landing :where(.link, .link:visited, .pro-manager-info__link, .pro-manager-info__link:visited, .switch-user-type-menu-item__non-cash-payment-tooltip a, .switch-user-type-menu-item__non-cash-payment-tooltip a:visited) {
  color: #003c96;
}

.omni-landing :where(.link:active, .link:hover, .pro-manager-info__link:active, .pro-manager-info__link:hover, .switch-user-type-menu-item__non-cash-payment-tooltip a:active, .switch-user-type-menu-item__non-cash-payment-tooltip a:hover) {
  color: #389aeb;
}

.omni-landing .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: top;
  fill: #898989;
}

.omni-landing .header-with-link__icon {
  width: 7px;
  height: 12px;
  fill: #003c96;
  margin: 0 0 0 16px;
}

.omni-landing .promocodes-faq {
  margin: 0 0 87px;
  padding: 0 0 0 31px;
  color: #898989;
}

.omni-landing .promocodes-faq__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.omni-landing .promocodes-faq__item {
  display: grid;
  grid-template-areas:
      "icon"
      "title"
      "text";
  grid-template-rows: auto;
  grid-template-columns: auto;
  flex-basis: 340px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .omni-landing .promocodes-faq {
    margin: 0 0 34px;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .omni-landing .promocodes-faq {
    padding: 0;
    margin: 0 0 15px;
  }
}

@media (max-width: 576px) {
  .omni-landing .promocodes-faq__list {
    flex-direction: column;
    margin: 0 0 21px;
  }
}

@media (max-width: 768px) {
  .omni-landing .promocodes-faq__item {
    flex-basis: 200px;
  }
}

@media (max-width: 576px) {
  .omni-landing .promocodes-faq__item {
    width: 100%;
    flex-basis: auto;
    grid-template-areas:
    "icon title"
    "icon text";
    grid-template-rows: auto;
    grid-template-columns: auto;
    padding: 0;
    margin: 0 0 15px;
  }
}

.omni-landing .promotional-hub-block-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  box-shadow: 0 2px 7.5px rgba(0, 0, 0, .1);
  transition: box-shadow .2s linear;
}

.omni-landing .promotional-hub-block-card__container {
  display: grid;
  grid-template-rows: auto 195px;
}

@media (min-width: 768px) {
  .omni-landing .promotional-hub-block-card__container {
    grid-template-rows: auto 207px;
  }
}

@media (min-width: 1024px) {
  .omni-landing .promotional-hub-block-card__container {
    grid-template-rows: auto 195px;
  }
}

.omni-landing .promotional-hub-block-card__container {
  grid-template-rows: auto 130px;
}

@media (min-width: 1024px) {
  .omni-landing .promotional-hub-block-card__container {
    grid-template-rows: auto 130px;
  }
}

.omni-landing .promotional-hub-block-card__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-decoration: none;
  z-index: 10;
}

.omni-landing .promotional-hub-block-card__wrapper-img {
  max-height: 238px;
  width: 100%;
}

.omni-landing .promotional-hub-block-card__square {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.omni-landing .promotional-hub-block-card__square-inner {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform .2s linear;
}

.omni-landing .promotional-hub-block-card__image {
  display: block;
  width: 100%;
  max-height: 248px;
  -o-object-fit: fill;
  object-fit: fill;
}

.omni-landing .promotional-hub-block-card__square:after {
  content: "";
  padding-bottom: 76%;
  display: block;
}

.omni-landing .promotional-hub-block-card__body {
  padding: 8px;
}

.omni-landing .promotional-hub-block-card__title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 8px;
  color: #111;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .omni-landing .promotional-hub-block-card__title {
    font-size: 24px;
  }
}

.omni-landing .promotional-hub-block-card__img {
  display: flex;
  justify-content: center;
}

.omni-landing .promotional-hub-block-slider .promotional-hub-block-slider__slide {
  box-sizing: border-box;
  padding: 8px;
}

.omni-landing .promotional-hub-block-slider .promotional-hub-block-slider__slide {
  margin: 0 auto;
}

.omni-landing .swiper-slider .swiper-slide {
  height: auto;
}

.omni-landing .slider-block {
  margin: 0 0 20px;
}

.omni-landing .slider-block:not(.slider-block--p-promo) {
  overflow: hidden;
}

.omni-landing .embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
}

.omni-landing .embed-responsive iframe {
  height: 100%;
  width: 100%;
  position: absolute;
}

.omni-landing .sku-card-tab-params__group {
  margin: 0 0 24px;
}

@media (max-width: 576px) {
  .omni-landing .sku-card-tab-params__group {
    margin: 0 0 30px;
  }
}

.omni-landing .sku-card-tab-params__item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
  letter-spacing: .1px;
}

@media (max-width: 576px) {
  .omni-landing .sku-card-tab-params__item {
    display: block;
    padding: 0 0 8px;
    border-bottom: 1px dashed #f6f6f6;
  }
}

.omni-landing .sku-card-tab-params__label-block {
  width: 300px;
  display: flex;
  color: #898989;
}

@media (max-width: 768px) {
  .omni-landing .sku-card-tab-params__label-block {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .omni-landing .sku-card-tab-params__label-block {
    width: auto;
    margin: 0 0 3px;
  }
}

.omni-landing .sku-card-tab-params__label {
  font-size: 14px;
}

.omni-landing .sku-card-tab-params__value {
  margin: 0 0 0 5px;
  flex: 1;
  font-size: 16px;
  color: #111;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  .omni-landing .sku-card-tab-params__value {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .omni-landing .sku-card-tab-params__value {
    margin: 0;
    word-break: break-all;
  }
}

.omni-landing .sku-card-tab-params__label-block:after {
  content: "";
  border-bottom: 1px dotted #f6f6f6;
  flex: 1;
  margin: 0 6px 6px 2px;
}

@media (max-width: 576px) {
  .omni-landing .sku-card-tab-params__label-block:after {
    display: none;
  }
}

.omni-landing .lui-blueButton {
  position: relative;
  display: inline-block;
  overflow: visible;
  box-sizing: border-box;
  margin: 0;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  -moz-user-focus: ignore;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border-width: 0;
  outline: 0;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 0;
  touch-action: manipulation;
  transition: background-color .3s ease;
  cursor: pointer;
}

.omni-landing .lui-blueButton {
  color: #fff;
}

.omni-landing .lui-sku-product-card-control__item {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.omni-landing .lui-blueButton:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 8px;
  transition: background-color .25s ease-out;
}

.omni-landing .lui-blueButton:before {
  background-color: #003c96;
}

.omni-landing .button__inner {
  position: relative;
  top: 2px;
  line-height: 1;
  display: block;
  flex: 1;
}

.omni-landing .button__inner {
  top: 0;
}

.omni-landing lu-landing-product-slider .slider-block {
  padding: 0 !important;
}

.omni-landing lu-landing-product-slider .slider-block {
  height: auto !important;
}

.site-modal-wrapper {
	z-index: 10000 !important;
}