body.language-page {
  background: #fff;
}

.language-shell {
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff;
}

.language-header {
  background: #f5f6f8;
}

.language-header__top {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 12px;
  min-height: calc(74px + env(safe-area-inset-top, 0px));
  padding: calc(8px + env(safe-area-inset-top, 0px)) 20px 12px;
}

.language-header__back,
.language-header__search {
  position: relative;
  width: 40px;
  height: 40px;
  color: transparent;
  font-size: 0;
}

.language-header__back::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  transform: rotate(45deg);
}

.language-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.language-header__brand img {
  width: 144px;
  height: auto;
  filter: brightness(0) saturate(100%);
}

.language-header__search::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #2f2f2f;
  border-radius: 50%;
}

.language-header__search::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 8px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #2f2f2f;
  transform: rotate(45deg);
}

.language-main {
  padding-bottom: 28px;
}

.language-region {
  padding: 0;
}

.language-region__title {
  padding: 0 30px;
  background: #f0f2f5;
  color: #262626;
  font-size: 20px;
  line-height: 78px;
  font-weight: 600;
}

.language-list {
  background: #fff;
}

.language-option {
  display: block;
  padding: 0 30px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.4;
}

.language-option span {
  display: block;
  padding: 28px 0 30px;
}

.language-option.is-active {
  color: #007b4e;
}

@media (max-width: 359px) {
  .language-header__top {
    padding-inline: 16px;
  }

  .language-header__brand img {
    width: 128px;
  }

  .language-header__brand {
    font-size: 16px;
  }

  .language-region__title {
    padding-inline: 20px;
    font-size: 18px;
    line-height: 68px;
  }

  .language-option {
    padding-inline: 20px;
    font-size: 16px;
  }

  .language-option span {
    padding: 24px 0;
  }
}
