.mg-top-26 {
  overflow: hidden;
  background: #04050B;
  position: relative;
}
.mg-top-26__image {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mg-top-26__image img {
  width: 640px;
}
@media (min-width: 640px) {
  .mg-top-26__image img {
    width: auto;
  }
}
.mg-top-26__inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 16px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .mg-top-26__inner {
    align-items: flex-start;
    padding-left: 16px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media (min-width: 1200px) {
  .mg-top-26__inner {
    padding-top: 67px;
    padding-bottom: 67px;
  }
}
.mg-top-26__title {
  font-weight: 700;
  font-size: 27px;
  line-height: 105%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .mg-top-26__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .mg-top-26__title {
    font-size: 40px;
  }
}
.mg-top-26__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
@media (min-width: 640px) {
  .mg-top-26__text {
    font-size: 24px;
    margin-bottom: 20px;
    max-width: 430px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .mg-top-26__text {
    font-size: 30px;
    max-width: 530px;
    margin-bottom: 24px;
  }
}
.mg-top-26__button {
  display: inline-block;
  text-decoration: none;
  box-shadow: inset 0 2px 14px 0 rgba(255, 255, 255, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.11), 0 7px 3px 0 rgba(0, 0, 0, 0.06), 0 12px 5px 0 rgba(0, 0, 0, 0.02), 0 18px 5px 0 rgba(0, 0, 0, 0), inset 0 1px 20px 0 #fff9b3;
  background: linear-gradient(360deg, #f2b90d 45%, #f6ce55 55%);
  box-sizing: border-box;
  border-radius: 64px;
  padding: 16px 32px;
  text-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.8), 0 1px 1px 0 #fae49e;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #481b00;
  margin-top: auto;
}
@media (min-width: 640px) {
  .mg-top-26__button {
    padding: 20px 40px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .mg-top-26__button {
    padding: 22px 40px;
  }
  .mg-top-26__button:hover {
    box-shadow: inset 0 2px 14px 0 rgba(255, 255, 255, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.11), 0 7px 3px 0 rgba(0, 0, 0, 0.06), 0 12px 5px 0 rgba(0, 0, 0, 0.02), 0 18px 5px 0 rgba(0, 0, 0, 0), inset 0 1px 20px 0 #fff9b3;
    background: linear-gradient(360deg, #ffca29 45%, #ffe28a 55%);
  }
}
.mg-top-26__button:active {
  box-shadow: inset 0 2px 14px 0 rgba(255, 255, 255, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 18px 5px 0 rgba(0, 0, 0, 0), inset 0 1px 20px 0 #fff9b3;
  background: linear-gradient(360deg, #f2b90d 45%, #f6ce55 55%);
}
