.mobileapp-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.11px;
  color: #000000;
}
@media (max-width: 380px) {
  .mobileapp-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.mobileapp-banner {
  position: relative;
  min-height: 496px;
  overflow: hidden;
  background: linear-gradient(247.09deg, #11A392 0%, #018489 100%);
}
.mobileapp-banner::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: -24px;
  max-width: 792px;
  z-index: 0;
  background: url("/images/mob-app/desktop-mobileapp-mask.svg") bottom center/contain no-repeat;
  pointer-events: none;
}
.mobileapp-banner .container {
  position: relative;
  height: 100%;
  padding-top: 78px;
  padding-bottom: 78px;
}
.mobileapp-banner .container::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  right: 133px;
  bottom: 0;
  max-width: 373px;
  z-index: 2;
  background: url("/images/mob-app/mobapp-phone.webp") bottom center/contain no-repeat;
  pointer-events: none;
}
.mobileapp-banner .container::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  right: 117px;
  bottom: -140px;
  max-width: 407px;
  max-height: 487px;
  z-index: 1;
  background: #004245;
  filter: blur(120px);
  pointer-events: none;
}
.mobileapp-banner__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.11px;
  max-width: 607px;
  margin-bottom: 45px;
  color: #fff;
}
.mobileapp-banner__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.11px;
  max-width: 550px;
  margin-bottom: 34px;
  color: #F9FFC2;
}
.mobileapp-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 40px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  transition: background 350ms ease-in-out, color 350ms ease-in-out;
}
@media (hover: hover) {
  .mobileapp-banner__button:hover {
    background: #015D52;
    color: #fff;
  }
}
.mobileapp-banner__content {
  position: relative;
  z-index: 2;
}
.mobileapp-banner__logo {
  max-width: 296px;
  width: 100%;
  height: 88px;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .mobileapp-banner {
    min-height: auto;
    height: 616px;
  }
  .mobileapp-banner::after {
    max-width: 725px;
    right: 0;
    background: url(/images/mob-app/mobile-mobileapp-mask.svg) top right/contain no-repeat;
  }
  .mobileapp-banner__logo {
    display: none;
  }
  .mobileapp-banner .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mobileapp-banner .container::after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    max-width: 305px;
  }
  .mobileapp-banner .container::before {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: -170px;
    max-width: 320px;
  }
  .mobileapp-banner__title {
    font-size: 36px;
    max-width: 333px;
    margin-bottom: 16px;
  }
  .mobileapp-banner__text {
    font-size: 20px;
    line-height: 24px;
    max-width: 358px;
    margin-bottom: 20px;
  }
}

.mobileapp-benefits {
  padding: 48px 0 0 0;
  background: #F7F7FC;
}
.mobileapp-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 96px;
  padding-bottom: 48px;
}
.mobileapp-benefits__card {
  display: flex;
  align-items: center;
  gap: 24px;
}
.mobileapp-benefits__card::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
}
.mobileapp-benefits__card:nth-child(1)::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background: url("/images/mob-app/record.svg") center center/contain no-repeat;
  background-size: contain;
}
.mobileapp-benefits__card:nth-child(2)::before {
  background: url("/images/mob-app/mobile-apply-form.svg") center center/contain no-repeat;
}
.mobileapp-benefits__card:nth-child(3)::before {
  background: url("/images/mob-app/mobapp-familly.svg") center center/contain no-repeat;
}
.mobileapp-benefits__card-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #000000;
  max-width: 190px;
}

@media (max-width: 1279px) {
  .mobileapp-benefits__grid {
    gap: 48px;
  }
}
@media (max-width: 1023px) {
  .mobileapp-benefits__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 670px) {
  .mobileapp-benefits__grid {
    grid-template-columns: 1fr;
  }
}
.mobileapp-links {
  padding: 48px 0 48px 0;
}
.mobileapp-links + .mailing-list {
  padding: 0 0 48px 0;
}
.mobileapp-links__title {
  margin-bottom: 48px;
}
.mobileapp-links__title span:nth-child(2) {
  display: none;
}
.mobileapp-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.mobileapp-links__card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #CFCFD1;
  transition: border 350ms ease-in-out;
}
.mobileapp-links__card::before {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  flex-shrink: 0;
}
.mobileapp-links__card_ios::before {
  background: url("/images/mob-app/qr/qr-code-ios.jpg") center center/contain no-repeat;
}
.mobileapp-links__card_android::before {
  background: url("/images/mob-app/qr/qr-code-playmarket.jpg") center center/contain no-repeat;
}
.mobileapp-links__card_huawei::before {
  background: url("/images/mob-app/qr/qr-code-huawei.jpg") center center/contain no-repeat;
}
.mobileapp-links__card-shop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px 0 16px 0;
}
.mobileapp-links__card-shop-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobileapp-links__card-shop-logo .mob-app-info__link-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1px;
  max-width: 100%;
}
.mobileapp-links__card-shop-text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  transition: color 350ms ease-in-out;
}
.mobileapp-links__card-shop-text::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 2px dotted #D7D7D7;
  transition: border 350ms ease-in-out;
}
.mobileapp-links__notice {
  line-height: 1.5;
  margin-bottom: 48px;
}
.mobileapp-links__notice-extra {
  margin-top: 10px;
}
.mobileapp-links__notice-extra p {
  font: inherit;
  margin-bottom: 0;
}
.mobileapp-links__notice-extra p:not(:first-child) {
  margin-top: 10px;
}
.mobileapp-links__notice-toggle {
  background: none;
  border: none;
  color: #ff4500;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  .mobileapp-links__card:hover {
    border-color: #FF4500;
  }
  .mobileapp-links__card:hover .mobileapp-links__card-shop-text {
    color: #FF4500;
  }
  .mobileapp-links__card:hover .mobileapp-links__card-shop-text::after {
    border-color: #FF4500;
  }
}
@media (max-width: 1279px) {
  .mobileapp-links__grid {
    gap: 24px;
  }
  .mobileapp-links__card {
    gap: 16px;
    padding: 16px;
  }
  .mobileapp-links__card::before {
    width: 80px;
    height: 80px;
  }
  .mobileapp-links__card-shop {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .mobileapp-links__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .mobileapp-links__title {
    margin-bottom: 48px;
  }
  .mobileapp-links__title span:nth-child(1) {
    display: none;
  }
  .mobileapp-links__title span:nth-child(2) {
    display: block;
  }
  .mobileapp-links__card {
    padding: 24px;
  }
  .mobileapp-links__card::before {
    display: none;
  }
  .mobileapp-links__card-shop {
    padding: 0;
  }
}
@media (max-width: 670px) {
  .mobileapp-links__grid {
    grid-template-columns: 1fr;
  }
}
.mobileapp-faq {
  padding-top: 48px;
}
.mobileapp-faq .faq {
  padding: 0;
}
.mobileapp-faq .faq__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.11px;
  color: #000000;
}
@media (max-width: 380px) {
  .mobileapp-faq .faq__title {
    font-size: 32px;
    line-height: 38px;
  }
}

.mobileapp-faq {
  padding-top: 48px;
}
.mobileapp-faq .faq {
  padding: 0;
}
.mobileapp-faq .faq__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.11px;
  color: #000000;
}
@media (max-width: 380px) {
  .mobileapp-faq .faq__title {
    font-size: 32px;
    line-height: 38px;
  }
}