body {
  margin: 0;
  font-family: sans-serif;
}

.App {
  /* background: white; */
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 10;
}

header .text {
  font-family: sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.logo {
  width: 200px;
  height: 66px;
  background: url('hhttps://moy-office.web.app/landing_files/images/logo.png') no-repeat;
}

main {
  position: relative;
  overflow: hidden;
}

.phones {
  width: 100%;
  height: 586px;
  background: url('https://moy-office.web.app/landing_files/images/phones.png') no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  margin-bottom: -80px;
  margin-top: -30px;
}

.colos {
  position: absolute;
  z-index: 1;
  top: -129px;
  right: -60px;
  width: 306px;
  height: 403px;
  background: url('https://moy-office.web.app/landing_files/images/colos.png') no-repeat;
  background-size: cover;
}

.title {
  /* font-family: 'Golos', sans-serif; */
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1c1c1c;

  padding: 0 28px;
}

.subtitle {
  /* font-family: 'Golos', sans-serif; */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1c1c1c;

  margin-top: 20px;
  padding: 0 28px;
}

.btns {
  position: relative;
  width: 100%;
  height: 1085px;
}

.btnArea {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  overflow: hidden;
}

.appstore {
  top: 0;
  left: 0;
  z-index: 1;
}

.googleplay {
  top: 200px;
  left: 0;
  z-index: 2;
}

.appgallery {
  top: 400px;
  left: 0;
}

.rustore {
  top: 600px;
  left: 0;
}

.nashstore {
  top: 800px;
  left: 0;
}

.btnArea::before {
  width: 200%;
  height: 100px;
  content: "";
  position: absolute;
  width: 200%;
  height: 200px;
  top: 50px;
  left: -50%;
  background: #ffecec;
  transform: rotate(-10deg);
  z-index: -1;
}

.appstore .icon {
  background: url('https://moy-office.web.app/landing_files/images/appstore.png') no-repeat;
}

.googleplay::before {
  background: #E5F1FF;
}

.googleplay .icon {
  background: url('https://moy-office.web.app/landing_files/images/google_play.png') no-repeat;
}

.appgallery::before {
  background: #E2F6E2;
}

.appgallery .icon {
  background: url('https://moy-office.web.app/landing_files/images/appgallery.png') no-repeat;
}

.rustore::before {
  background: #86E7B7;
}

.rustore .icon {
  background: url('https://moy-office.web.app/landing_files/images/rustore.png') no-repeat;
}

.nashstore::before {
  background: #8BD5D4;
  height: 300px;
}

.nashstore .icon {
  background: url('https://moy-office.web.app/landing_files/images/nashstore.png') no-repeat;
}

.btn {
  width: 270px;
  height: 100px;
  box-sizing: border-box;
  background-color: white;
  border: 2px solid #c9cacc;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  text-decoration: none;
}

.icon {
  margin: 0 24px 0 20px;
  width: 60px;
  height: 60px;
}