.customer-page {
  min-height: 100vh;
  background: #fff;
}

html.site-device--desktop .customer-page,
html.site-device--desktop .customer-main,
html.site-device--desktop .customer-header {
  min-width: 1200px;
}

.customer-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: transparent;
  box-shadow: none;
}

.customer-header .site-header__inner {
  height: 65px;
}

.customer-header .site-header__brand {
  visibility: hidden;
}

.customer-hero {
  height: 196px;
  background: #fff url('../assets/images/customer-bg.png') center top / 100% 196px no-repeat;
}

.customer-hero__inner {
  width: 1590px;
  max-width: calc(100% - 320px);
  margin: 0 auto;
  padding-top: 68px;
}

.customer-hero__en {
  margin: 0;
  color: #fd9e84;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.customer-hero__title {
  margin: -2px 0 0;
  color: #e23232;
  color: var(--primary-color, #e23232);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
}

.customer-content {
  width: 1590px;
  max-width: calc(100% - 320px);
  min-height: 705px;
  margin: 0 auto;
  padding: 39px 0 110px;
}

.customer-tabs {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #e9e9e9;
}

.customer-tab {
  position: relative;
  min-height: 59px;
  margin: 0 29px 0 0;
  padding: 0 0 17px;
  border: 0;
  color: #303943;
  background: transparent;
  font-size: 22px !important;
  cursor: pointer;
}

.customer-tab:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: none;
  height: 2px;
  background: #e23232;
  background: var(--primary-color, #e23232);
  content: '';
}

.customer-tab:hover,
.customer-tab:focus,
.customer-tab--active {
  color: #e23232;
  color: var(--primary-color, #e23232);
  outline: none;
}

.customer-tab--active:after {
  display: block;
}

.customer-panel {
  display: flex;
  align-items: flex-start;
  padding-top: 18px;
}

.customer-question-list {
  width: 256px;
  min-width: 256px;
  padding: 2px 6px 0 0;
  border-right: 1px solid #e9e9e9;
}

.customer-question-item {
  display: block;
  width: 100%;
  min-height: 42px;
  margin: 0 0 6px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  color: #000;
  background: transparent;
  font-size: 14px;
  line-height: 42px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.customer-question-item:hover,
.customer-question-item:focus,
.customer-question-item--active {
  color: #e23232;
  color: var(--primary-color, #e23232);
  background: rgba(226, 50, 50, .08);
  outline: none;
}

.customer-answer {
  flex: 1;
  min-height: 260px;
  padding: 0 30px;
  color: #000;
  font-size: 14px;
  line-height: 1.9;
}

.customer-answer p {
  margin-top: 0;
}

.customer-empty {
  margin: 0;
  padding: 16px 24px;
  color: #8a8a8a;
  font-size: 14px;
}

.customer-mobile-placeholder {
  min-height: calc(100vh - 52px);
  padding: 96px 24px 40px;
  color: #666;
  background: #fff;
  text-align: center;
}
