@media (min-width: 768px) {
  .site_default--left_column {
    padding-top: 30px;
  }
  .siteV1LeftColumns__right {
    margin-left: 1.875rem;
  }
}
.orderTabs__navItem.-active, #orderTab--5:checked ~ .orderTabs__nav label[for=orderTab--5], #orderTab--4:checked ~ .orderTabs__nav label[for=orderTab--4], #orderTab--3:checked ~ .orderTabs__nav label[for=orderTab--3], #orderTab--2:checked ~ .orderTabs__nav label[for=orderTab--2], #orderTab--1:checked ~ .orderTabs__nav label[for=orderTab--1], #orderTab--0:checked ~ .orderTabs__nav label[for=orderTab--0] {
  font-weight: 700;
  border-color: var(--color-border);
  border-top: 2px solid var(--color-primary);
  background: #FFFFFF;
}
.orderTabs__navItem.-active::before, #orderTab--5:checked ~ .orderTabs__nav label[for=orderTab--5]::before, #orderTab--4:checked ~ .orderTabs__nav label[for=orderTab--4]::before, #orderTab--3:checked ~ .orderTabs__nav label[for=orderTab--3]::before, #orderTab--2:checked ~ .orderTabs__nav label[for=orderTab--2]::before, #orderTab--1:checked ~ .orderTabs__nav label[for=orderTab--1]::before, #orderTab--0:checked ~ .orderTabs__nav label[for=orderTab--0]::before {
  display: none !important;
}
.orderTabs__navItem.-active + .orderTabs__navItem::before, #orderTab--5:checked ~ .orderTabs__nav label[for=orderTab--5] + .orderTabs__navItem::before, #orderTab--4:checked ~ .orderTabs__nav label[for=orderTab--4] + .orderTabs__navItem::before, #orderTab--3:checked ~ .orderTabs__nav label[for=orderTab--3] + .orderTabs__navItem::before, #orderTab--2:checked ~ .orderTabs__nav label[for=orderTab--2] + .orderTabs__navItem::before, #orderTab--1:checked ~ .orderTabs__nav label[for=orderTab--1] + .orderTabs__navItem::before, #orderTab--0:checked ~ .orderTabs__nav label[for=orderTab--0] + .orderTabs__navItem::before {
  display: none !important;
}

.orderTabs {
  width: 100%;
  font-family: Montserrat, Arial, sans-serif, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.orderTabs__nav {
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid var(--color-border);
}

.orderTabs__nav {
  width: 100%;
}

.orderTabs__nav,
.orderTabs__navItem {
  display: flex;
  justify-content: center;
}

.orderTabs__navItem {
  padding: 8px 15px;
  align-items: center;
  text-align: center;
  margin: 0 0 -1px;
  border: 1px solid transparent;
  border-bottom: none;
  font-size: 0.75rem;
  transition: border-color 0.15s ease-out, background-color 0.15s ease-out;
}

.orderTabs__navItem + .orderTabs__navItem {
  position: relative;
}
.orderTabs__navItem + .orderTabs__navItem::before {
  content: "";
  display: block;
  height: 65%;
  width: 1px;
  background-color: var(--color-border);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.orderTabs__content {
  position: relative;
}

.orderTabs__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
}

#orderTab--0:checked ~ .orderTabs__content .orderTabs__item[data-tab="0"] {
  position: static;
  opacity: 1;
  visibility: visible;
}

#orderTab--1:checked ~ .orderTabs__content .orderTabs__item[data-tab="1"] {
  position: static;
  opacity: 1;
  visibility: visible;
}

#orderTab--2:checked ~ .orderTabs__content .orderTabs__item[data-tab="2"] {
  position: static;
  opacity: 1;
  visibility: visible;
}

#orderTab--3:checked ~ .orderTabs__content .orderTabs__item[data-tab="3"] {
  position: static;
  opacity: 1;
  visibility: visible;
}

#orderTab--4:checked ~ .orderTabs__content .orderTabs__item[data-tab="4"] {
  position: static;
  opacity: 1;
  visibility: visible;
}

#orderTab--5:checked ~ .orderTabs__content .orderTabs__item[data-tab="5"] {
  position: static;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  .orderTabs__navItem {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .orderTabs__navItem {
    min-width: 13.125rem;
  }
}
@media (min-width: 1000px) {
  .orderTabs__navItem {
    padding: 0.9375rem 3.4375rem;
    font-size: 0.875rem;
  }
}
.module.register {
  margin-top: 3rem;
}
.module.register .orderTabs__navItem:first-child {
  order: 1;
}
.module.register .orderTabs__navItem {
  position: relative;
  height: 3.875rem;
}
.module.register .orderTabs__navItem span:before {
  content: "";
  background: var(--color-tertiary);
  height: 0.25rem;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.module.register .orderTabs__navItem.-active {
  border-top: 0;
  font-weight: 500;
  opacity: 0.99;
  padding: 1.125rem 4.0625rem;
}
.module.register .orderTabs__navItem.-active span:before {
  opacity: 1;
}

@media (min-width: 768px) {
  .module.register .orderTabs__navItem {
    font-size: 1rem;
    padding: 1.125rem 4.0625rem;
    min-height: 50px;
  }
}
@media (min-width: 1700px) {
  .module.register .orderTabs__navItem.-active span {
    margin-top: 1px;
  }
}
.module.register .orderTabs__navItem {
  opacity: 0.88;
  color: #22262C;
}

@media (max-width: 767px) {
  .module.register .orderTabs__navItem {
    height: 3.125rem;
    padding: 0.875rem 1.5625rem;
  }
  .module.register .orderTabs__navItem.-active {
    padding: 0.875rem 1.5625rem;
  }
}
.siteV1LeftColumns__right .module.register {
  margin-top: 0;
}
.siteV1LeftColumns__right .mainRegister {
  padding-top: 0.75rem;
}
.siteV1LeftColumns__right .systemForm.systemForm--register .systemForm__wrap {
  width: 100%;
}

@media (min-width: 768px) {
  .site--v1Breadcrumbs {
    background-color: #F0F2F6;
  }
}
/*# sourceMappingURL=site_default--left_column.css.map */