@import 'base.css';
.home .navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  display: flex;
  align-items: center;
}
.home .navigation > div {
  width: var(--content-max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.home .navigation > div .logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home .navigation > div .logo .logo_img {
  width: 36px;
}
.home .navigation > div .logo .logo_text {
  width: 136px;
  height: 20px;
}
.home .navigation > div .menu-wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
}
.home .navigation > div .menu {
  display: flex;
  align-items: center;
  gap: 48px;
}
.home .navigation > div .menu .menu-item {
  color: #a4a0da;
  font-size: 18px;
  cursor: pointer;
}
.home .navigation > div .button-app {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 42px;
  width: 86px;
  border-radius: 6px;
  background-color: #1f6bff;
}
.home .navigation > div .button-app .app-icon {
  width: 16px;
}
.home .navigation > div .button-app .app-text {
  color: #ffffff;
  font-size: 18px;
}
.home .get-app {
  position: relative;
  background: url(../images/home-top-bg.png) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .get-app_text_1 {
  font-size: 60px;
  margin-bottom: 14px;
}
.home .get-app_text_2 {
  font-size: 30px;
  margin-bottom: 48px;
}
.home .get-app .get-app-image-wrapper .image_google {
  margin-right: 48px;
}
.home .features {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  height: 756px;
  overflow: hidden;
}
.home .features .features-l {
  width: 386px;
  height: 707px;
  margin-right: 215px;
}
.home .features .features-r {
  width: 585px;
}
.home .features .features-r .features-r_1 {
  font-size: 60px;
  margin-bottom: 24px;
  font-weight: 500;
}
.home .features .features-r .features-r_2 {
  font-size: 18px;
  margin-bottom: 48px;
  line-height: 24px;
  margin-bottom: 58px;
}
.home .features .features-r .tabs {
  display: flex;
  width: 540px;
  border-radius: 30px;
  height: 54px;
  background-color: #f6f5ff;
  margin-bottom: 40px;
}
.home .features .features-r .tab {
  width: 33.33%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 30px;
}
.home .features .features-r .tab.active {
  background-color: #1f6bff;
  color: white;
}
.home .features .features-r .tab-content {
  display: none;
}
.home .features .features-r .tab-content .content-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.home .features .features-r .tab-content .content-item > img {
  width: 52px;
  height: 48px;
  margin-right: 30px;
}
.home .features .features-r .tab-content .content-item .content-item-r .content-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.home .features .features-r .tab-content .content-item .content-item-r .content-item-text {
  font-size: 18px;
  line-height: 24px;
}
.home .features .features-r .tab-content.active {
  display: block;
}
.home .about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2faff;
  height: 760px;
}
.home .about-us .about-us_l {
  width: 720px;
  margin-right: 112px;
}
.home .about-us .about-us_l .about-us_title {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 34px;
}
.home .about-us .about-us_l .about-us_text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.home .about-us .about-us_r {
  width: 408px;
}
.home .footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/home-button-bg.png) no-repeat center center;
  background-size: cover;
  height: 720px;
  color: #ffffff;
}
.home .footer .footer_text_1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 60px;
}
.home .footer .footer_logo {
  width: 120px;
  margin-bottom: 24px;
}
.home .footer .footer_text_2 {
  font-size: 30px;
  font-weight: 500;
}
.home .footer .footer_text_3 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 50px;
}
.home .footer .footer_logo_wrapper {
  display: flex;
}
.home .footer .footer_logo_wrapper .image_google {
  width: 243px;
  margin-right: 48px;
}
.home .footer .footer_logo_wrapper .image_apple {
  width: 243px;
}
