@font-face {
  font-family: "gxtralight";
  src: url("../fonts/Gilroy-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-ExtraLight.otf") format("opentype"),
    url("../fonts/Gilroy-ExtraLight.woff") format("woff"),
    url("Gilroy-ExtraLight.ttf") format("truetype"),
    url("../fonts/Gilroy-Light.svg#Gilroy-ExtraLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "glight";
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Light.otf") format("opentype"),
    url("../fonts/Gilroy-Light.woff") format("woff"),
    url("Gilroy-Light.ttf") format("truetype"),
    url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gregular";
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Regular.otf") format("opentype"),
    url("../fonts/Gilroy-Regular.woff") format("woff"),
    url("Gilroy-Regular.ttf") format("truetype"),
    url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gbold";
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Bold.otf") format("opentype"),
    url("../fonts/Gilroy-Bold.woff") format("woff"),
    url("Gilroy-Bold.ttf") format("truetype"),
    url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gxtrabold";
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-ExtraBold.otf") format("opentype"),
    url("../fonts/Gilroy-ExtraBold.woff") format("woff"),
    url("Gilroy-ExtraBold.ttf") format("truetype"),
    url("../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "signikabold";
  src: url("../fonts/Signika-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "gsemibold";
  src: url("../fonts/Gilroy-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "gmedium";
  src: url("../fonts/Gilroy-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

:root {
  --kitiz-green: #7ACF68;
  --kitiz-green-deep: #129b61;
  --kitiz-green-soft: #b8ecd2;
}

@media only screen and (max-height: 960px) {
  .right {
    min-height: 960px;
  }
}

html,
body,
input,
textarea,
select,
button {
  -webkit-font-smoothing: antialiased;
  font-family: "gregular", Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

ul {
  list-style-type: none;
}

body,html {
  background-color: var(--kitiz-green);
  color: #fff;
  overflow-x: hidden;
}

body.legal {
  background-color: #fff;
  color: #58596d;
}

body.legal h1 {
  color: #1e1f21;
  font-size: 100px;
}



section.css404 {
  text-align: center;
  line-height: 87px;
}

section.css404 img {
  width: 360px;
  margin-top: 90px;
}

ul li.active {
  color: #ffffff;
  opacity: 1;
}
.home {
  background-color: var(--kitiz-green);
}

a {
  text-decoration: none;
}

img.icon {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
}
h1 {
	color: var(--kitiz-green-soft);
  font-family: "gmedium", Arial, sans-serif;
  font-weight: 500;
}
.ic_logo {
  width: 190px;
}
.box {
  max-width: 920px;
  margin: 0 auto;
}
.page {
  padding-top: 130px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.page p a {
  color: var(--kitiz-green-deep) !important;
}
.page h1 {
  margin-left: 0;
  margin-bottom: 30px;
  font-family: "gxtrabold", Arial, sans-serif;
}

.page H3 {
  font-size: 20px;
  font-family: "gbold", Arial, sans-serif;
  line-height: 48px;
}

.page p {
  font-size: 20px;
  font-family: "gregular", Arial, sans-serif;
  line-height: 48px;
}

.page a {
  color: #ffffff;
}

.page section {
  display: block;
  text-align: left;
}

.lang {
  position: absolute;
  top: 30px;
  right: 30px;
}

.lang a img {
  width: 22px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.5;
}

.lang a.active img {
  opacity: 1;
}

section {
  max-width: 1600px;
  width: 960px;
  margin: 0 auto;
  height: 940px;
  position: absolute;
  top: 50%;
  margin-top: -470px;
  left: 50%;
  margin-left: -480px;
}

@media only screen and (max-height: 940px) {
  section {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
    margin: 0 auto;
  }

  .page h1 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

section.css404 {
  text-align: center;
  line-height: 87px;
  display: block;
}

section.css404 img {
  width: 360px;
  margin-top: 90px;
}



.left {
  float: left;
  width: 50%;
  padding-right: 40px;
}

.left .phone_preview {
  width: 403px;
  max-width: 100%;
  aspect-ratio: 1482 / 3090;
  position: relative;
  overflow: visible;
  border-radius: 0;
}

.left .phone_frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  pointer-events: none;
}

.left .phone_screen {
  position: absolute;
  z-index: 1;
  left: 3.3%;
  right: 2.3%;
  top: 0.7%;
  bottom: 0.5%;
  border-radius: 42px;
  overflow: hidden;
  clip-path: inset(0 round 42px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background: #7acf68;
}

.left .garden_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.left .garden_statusbar {
  position: absolute;
  top: 2.8%;
  left: 50%;
  width: 82%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}

.left .iso_board {
  position: absolute;
  width: 117%;
  left: 50%;
  top: 520px;
  transform: translate(-50%, -50%);
  height: 0;
  z-index: 2;
}

.left .garden_hud {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.left .garden_gofish {
  position: absolute;
  width: 22%;
  left: 12.5%;
  top: 33%;
}

.left .garden_hud .pill_frame {
  height: 45px;
  border-radius: 999px;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
  overflow: visible;
  box-shadow: 0 4px 10px rgba(122, 207, 104, 0.25);
}

.left .garden_hud .pill_inner {
  height: 100%;
  border-radius: 999px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  overflow: visible;
}

.left .garden_coins {
  position: absolute;
  top: 6.3%;
  right: 9%;
  min-width: 29%;
}

.left .coin_inner {
  padding-left: 10px;
  padding-right: 10px;
}

.left .coin_icon {
  width: 38px;
  height: 57px;
  margin-left: 0;
  object-fit: contain;
}

.left .coin_value {
  color: #ffd53e;
  font-size: 15px;
  font-family: "gbold", Arial, sans-serif;
  font-weight: normal;
  line-height: 18px;
  min-width: 42px;
  margin-left: 6px;
  margin-right: 4px;
}

.left .garden_bottom {
  position: absolute;
  left: 6.2%;
  right: 6.2%;
  bottom: 5.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left .garden_kitiz,
.left .garden_food {
  display: inline-block;
}

.left .garden_kitiz {
  width: 33%;
}

.left .garden_kitiz_inner {
  justify-content: flex-start;
  padding-left: 8px;
  padding-right: 8px;
}

.left .left_icon {
  width: 50px;
  height: 50px;
  margin-left: 1px;
  transform: translateY(-6px);
  object-fit: contain;
}

.left .garden_food {
  width: 33%;
  align-self: flex-end;
}

.left .garden_food_inner {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 8px;
}

.left .garden_food_inner .pill_text_blue {
  margin-left: 24px;
}

.left .pill_text {
  font-size: 15px;
  line-height: 18px;
  font-family: "gbold", Arial, sans-serif;
  color: #e6964a;
}

.left .left_text {
  margin-left: 6px;
  margin-right: 6px;
  text-align: left;
}

.left .pill_text_blue {
  color: #6f96ea;
}

.left .right_icon {
  width: 58px;
  height: 58px;
  margin-left: 8px;
  margin-right: 1px;
  transform: translateY(-8px);
  object-fit: contain;
}

.left .iso_tiles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.left .iso_tile {
  position: absolute;
  object-fit: stretch;
  display: block;
  pointer-events: none;
  z-index: 2;
}

.left .food_slots {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 1;
  transition: opacity 360ms ease;
}

.left .food_slots.is-fading-out {
  opacity: 0;
}

.left .food_item {
  position: absolute;
  width: 42px;
  height: 63px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  animation: foodDrop 300ms ease-out;
}

.left .garden_add_food {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 7.5%;
  aspect-ratio: 73 / 129;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
  opacity: 1;
  transition: opacity 240ms ease;
  animation: gardenArrowFloat 1.8s ease-in-out infinite;
}

.left .garden_add_food.is-hidden {
  opacity: 0;
}

.left .garden_add_food img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.left .dreamly_modal {
  position: absolute;
  inset: 0;
  z-index: 9;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 760ms ease;
}

.left .dreamly_modal.is-visible {
  opacity: 1;
}

.left .dreamly_modal.is-fading-out {
  opacity: 0;
}

.left .dreamly_modal_card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(292px, calc(100% - 44px));
  border-radius: 18px;
  padding: 30px 22px 28px;
  background: #ffffff;
  border: 0;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.26);
  text-align: center;
}

.left .dreamly_modal_card h3 {
  margin: 0;
  font-family: "signikabold", "gbold", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.12;
  color: #303152;
}

.left .dreamly_modal_card p {
  margin: 10px 0 16px;
  font-family: "gregular", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #757b8e;
}

.left .dreamly_modal_loader {
  width: 148px;
  height: 148px;
  margin: 8px auto 0;
  display: block;
  object-fit: contain;
}

.left .garden_add_food:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
  border-radius: 999px;
}

@keyframes gardenArrowFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes foodDrop {
  from {
    transform: translateY(-28px) scale(0.94);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.right {
  float: left;
  width: 50%;
  padding-left: 40px;
  padding-top: 326px;
  position: relative;
  min-height: 650px;
}

/* Index layout: keep desktop blocks aligned horizontally, stack on mobile */
body.index {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.index section {
  max-width: 1200px;
  width: min(1200px, calc(100% - 64px));
  min-height: auto;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 88px;
}

body.index .left,
body.index .right {
  float: none;
  width: 50%;
}

body.index .left {
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
}

body.index .left .phone_preview {
  width: min(403px, 100%);
  margin: 0;
}

body.index .right {
  padding-left: 0;
  padding-top: 0;
  min-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 1025px) and (max-height: 900px) {
  body.index {
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 24px;
  }
}

.right img.visuel_icon {
  margin-bottom: 72px;
  margin-left: 42px;
  width: 90px;
}

body.index .right h1 {
  font-family: "gmedium", Arial, sans-serif;
  font-weight: 500;
  margin-top: 52px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

body.index.coming-soon {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--kitiz-green);
}

.coming_soon_home {
  width: 100%;
  text-align: center;
  padding: 24px;
}

.coming_soon_home h1 {
  margin: 0;
  color: #ffffff;
  font-family: "signikabold", Arial, sans-serif;
  font-size: clamp(52px, 9vw, 120px);
  line-height: 1;
  letter-spacing: 0.02em;
}

.legal_cta_mobile {
  display: none;
}

.page {
  background-color: #ffffff;
  color: #383a42;
}

.page h2 {
  font-size: 20px;
  font-family: "gxtrabold", Arial, sans-serif;
  margin-left: 0;
}

.page p {
  font-family: "gregular", Arial, sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 20px;
}

.page .menu {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #e9e9f0;
}

.page .menu a {
  display: inline-block;
  position: relative;
}

.page ul {
  position: relative;
  color: #383a42;
  float: right;
  left: -70px;
}

.page ul a {
  color: #9fa3b0;
}

.page ul li.active a {
  color: var(--kitiz-green-deep);
}

.page ul li {
  opacity: 1;
}

.menu a.link img {
  width: 36px;
  height: 31px;
}

.menu a.link {
  padding-top: 10px;
}

.link_store {
  margin-top: 52px;
}

.legal_cta {
  position: absolute;
  left: 0;
  bottom: 28px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 5px 25px;
  border-radius: 9999px;
  border: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  font-family: "gsemibold", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.legal_btn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: none;
}

body.index.terms-open {
  overflow: hidden;
}

.terms_overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.terms_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.terms_modal_shell {
  position: relative;
  width: min(1080px, calc(100vw - 40px));
  height: min(92vh, 920px);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}

.terms_modal_content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 58px 44px 72px;
  background: #ffffff;
  color: #8f90a8;
  scrollbar-gutter: stable both-edges;
}

.terms_modal_content h1,
.terms_modal_content h2,
.terms_modal_content h3 {
  margin: 0 0 12px;
  line-height: 1.3;
  color: #303152 !important;
  font-family: "gbold", Arial, sans-serif;
  font-weight: 700;
}

.terms_modal_content h1 {
  font-size: 30px;
  margin-top: 0 !important;
}

.terms_modal_content h2 {
  font-size: 22px;
  margin-top: 20px;
}

.terms_modal_content h3 {
  font-size: 18px;
  margin-top: 16px;
}

.terms_modal_content p,
.terms_modal_content li {
  color: #8f90a8;
  font-family: "gsemibold", Arial, sans-serif;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.terms_modal_content a {
  color: #8f90a8;
  text-decoration: underline;
  font-family: "gsemibold", Arial, sans-serif;
  font-weight: 600;
}

.terms_modal_content code {
  background: rgba(122, 207, 104, 0.14);
  color: #8f90a8;
  padding: 1px 5px;
  border-radius: 6px;
  font-family: "gsemibold", Arial, sans-serif;
  font-weight: 600;
}

.terms_modal_content .terms_small {
  font-size: 13px;
  color: #8f90a8;
  font-family: "gsemibold", Arial, sans-serif;
  font-weight: 600;
}

.terms_section {
  margin-bottom: 22px;
}

.terms_modal_content .terms_section {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0 0 22px;
  display: block;
  text-align: left;
}

.terms_modal_content ul {
  position: static;
  left: auto;
  bottom: auto;
  display: block;
  margin: 8px 0 0;
  padding-left: 22px;
  list-style: disc;
}

.terms_modal_content ul li {
  display: list-item;
  margin-right: 0;
  opacity: 1;
  text-transform: none;
  font-family: "gmedium", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.terms_modal_content ul li a {
  color: #8f90a8;
  line-height: 1.6;
}

.terms_close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.terms_close img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.mobile {
  display: none;
}

.link_store a:first-child {
  margin-right: 20px;
}

.link_store a img {
  width: 190px;
}

ul {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 40px;
}

ul li {
  display: inline-block;
  font-family: "gbold", Arial, sans-serif;
  text-transform: uppercase;
  margin-right: 15px;
  opacity: 0.5;
  font-size: 14px;
}

ul li a {
  color: #fff;
  line-height: 34px;
}

ul li:hover {
  opacity: 1;
}
.page ul li:hover {
  opacity: 1;
  color: var(--kitiz-green-deep);
}

@media only screen and (max-width: 1024px) {
  section {
    padding-top: 0;
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    display: inline-flex;
    flex-direction: column-reverse;
    height: 100%;
    text-align: center;
  }
  

  body.legal h1 {
    color: #22222b;
    font-size: 40px;
  }
  .menudesktop {
    display: none;
  }
  .right {
	padding-top: 66px;
	min-height: 560px;
  }
  .ic_logo {
    width: 98px;
}
  .right,
  .left {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body.index section {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 34px 0 40px;
  }

  body.index {
    display: block;
  }

  body.index .right {
    min-height: 0;
    padding-top: 0;
    align-items: center;
    text-align: center;
  }

  body.index .left,
  body.index .right {
    width: 100%;
    max-width: 100%;
  }

  body.index .left {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
  }

  body.index .left .phone_preview {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    margin: 0;
  }

  body.index .left .iso_board {
    top: 460px;
  }

  video {
    width: 100%;
    margin-left: 0;
    margin-top: -270px;
  }

  section.css404 h1 {
    font-size: 12vw;
  }

  .left .phone_preview {
    float: none;
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .right img.visuel_icon {
    margin-left: 0;
    margin-bottom: 0;
    width: 130px;
    margin-top: 10vh;
  }

  .link_store {
    width: min(100%, 420px);
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .legal_cta {
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 10px;
    padding-top: 0;
  }

  body.index .right .legal_cta {
    display: none;
  }

  .legal_cta_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
  }

  .link_store a {
    flex: 0 0 auto;
  }

  .link_store a img {
    width: 170px;
    padding: 0;
    display: block;
  }

  ul {
    position: relative;
    left: 0;
  }



  body.index .right h1 {
    margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
    font-family: "gmedium", Arial, sans-serif !important;
	font-weight: 500;
    line-height: 1.3;
	letter-spacing: 0;
  }

  .legal_btn {
    font-size: 14px;
  }

  .terms_overlay {
    padding: 10px;
  }

  .terms_modal_shell {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    border-radius: 16px;
  }

  .terms_modal_content {
    padding: 30px 18px 28px;
  }

  .mobile {
    display: block;
    margin-bottom: 60px;
  }

  .page {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  ul li {
    font-size: 14px;
  }
  .page {
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu a.link {
    margin-top: 10px;
    height: 46px;
  }

  .page ul {
    color: #383a42;
    float: none;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .page .menu {
    height: auto;
    line-height: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page .menu a {
    display: inline-block;
    position: relative;
  }
}

@media (max-width: 384px) {
  .page {
    padding-top: 150px;
  }
}
