.top-bar.is-secondary {
    background-color: hsl(214, 36%, 50%);
    border-bottom: 1px solid hsl(214, 36%, 50%);
}
.cross-one.is-secondary {
    background-color: hsla(var(--bh),var(--bs),var(--bl),.2);
}
.wa-order-form-wrapper .wa-step-region-section .wa-required-text .wa-required,
.wa-order-form-wrapper .wa-step-region-section .wa-label .wa-required {
    color: red;
}
.header-six .header-six__top-column {
  margin-left: auto;
}
.catalog-button-one.is-secondary,
.button-two.is-primary:not(.is-outlined),
.employee-one__name,
.footer-one.is-primary,
.footer-one.is-primary .footer-one__bottom,
.badge-one .badge--custom,
.navigation-three__item:not(.is-overflow) > a {
    color: #fff;
}
.header-six .navigation-three {
    width: 100%;
}
@media (min-width: 768px) {
    .footer-one__center {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
}
}
 .footer-one__columns:not(:first-child) {
     padding-bottom: unset;
 }
.product-classic__messenger:hover .icon-max-outlined {
    fill: rgb(149, 88, 245);
}