.promo {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .promo {
    margin-bottom: 20px;
  }
}
.promo__top {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 5px;
  padding: 15px;
  align-items: center;
  background: #054146;
  margin-bottom: 30px;
  max-height: 420px;
}
@media (max-width: 990px) {
  .promo__top {
    padding: 40px 20px;
    margin-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
.promo__bottom {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr;
  grid-gap: 15px;
  align-items: center;
}
@media (max-width: 990px) {
  .promo__bottom {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
@media (max-width: 990px) {
  .promo__bottom svg {
    display: none;
  }
}
.promo__bottom-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 20px;
  font-weight: 700;
  height: 38px;
}
@media (max-width: 990px) {
  .promo__bottom-text {
    height: auto;
  }
}
.promo__bottom-text img {
  margin-right: 10px;
}
@media (max-width: 990px) {
  .promo__bottom-text img {
    display: block;
  }
}
.promo__top-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  max-width: 550px;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 5px auto;
}
@media (max-width: 990px) {
  .promo__top-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.promo__top-title:nth-child(2) {
  font-size: 60px;
}
@media (max-width: 990px) {
  .promo__top-title:nth-child(2) {
    font-size: 30px;
  }
}
.promo__top-title:nth-child(3) {
  font-size: 40px;
}
@media (max-width: 990px) {
  .promo__top-title:nth-child(3) {
    font-size: 30px;
  }
}
.promo__top-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.promo button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 180px;
  border-radius: 50px;
  padding: 15px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: 0.3s;
  top: 119%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 990px) {
  .promo button {
    transform: none;
    top: 0;
    left: 0;
    position: relative;
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 576px) {
  .promo button {
    max-width: 100%;
  }
}
.promo__top-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .promo__top-right {
    display: none;
  }
}
.promo__top-right img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

/*# sourceMappingURL=promo.css.map */
