/* /galaxya2024 */
.a55__banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  place-items: center;
  gap: 40px;
  min-height: 420px;
  margin: 0 0 70px;
  padding: 0 40px;
  background: #f5f6f7;
}

@media (max-width: 1400px) {
  .a55__banner {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
}

@media (max-width: 850px) {
  .a55__banner {
    padding: 40px 20px 0;
  }
}

.a55__banner .logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

@media (max-width: 850px) {
  .a55__banner .logo {
    top: 25px;
    left: 25px;
    max-width: 82px;
  }
}

@media (max-width: 1400px) {
  .a55__banner .desc {
    grid-column: span 2;
  }
}

.a55__banner .headline {
  font-size: 40px;
  margin: 60px 0 20px;
}

@media (max-width: 850px) {
  .a55__banner .headline {
    margin: 40px 0 20px;
    font-size: 28px;
  }
}

.a55__banner .subtitle {
  font-size: 32px;
  text-wrap: balance;
}

@media (max-width: 850px) {
  .a55__banner .subtitle {
    max-width: 300px;
    font-size: 22px;
  }
}

.a55__banner .bannerImg--phones {
  align-self: flex-end;
}

@media (max-width: 1400px) {
  .a55__banner .bannerImg--phones {
    justify-self: flex-end;
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  .a55__banner .bannerImg--phones {
    max-width: 100%;
  }
}

.a55__banner .bannerImg--gift {
  margin: 60px 0 0 60px;
}

@media (max-width: 1400px) {
  .a55__banner .bannerImg--gift {
    justify-self: flex-start;
    max-width: 260px;
    margin: 40px 0 20px;
  }
}

@media (max-width: 600px) {
  .a55__banner .bannerImg--gift {
    max-width: 100%;
  }
}

.a55__banner .dropsLogo {
  position: absolute;
  top: 10px;
  right: 5px;
  transform: scale(0.7);
}

@media (max-width: 850px) {
  .a55__banner .dropsLogo {
    top: -8px;
    right: -20px;
    transform: scale(0.35);
  }
}
