* {
  box-sizing: border-box;
}

body {
  overflow: hidden;
  background: url("../img/migel/bg.png") no-repeat top;
  height: 100vh;
  background-size: cover;
}

.body-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: inherit;
  min-height: inherit;
  padding-top: 150px;
}

.container {
  width: 1600px;
  padding: 0px 20px;
  margin: 0 auto;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main {
  display: flex;
  align-items: center;
}
#main .container {
  display: flex;
  justify-content: center;
}
#main .main__wrapper {
  position: relative;
  background: #FFFFFF;
  border-radius: 50px;
  width: 70%;
  padding-bottom: 25px;
  margin-left: 40px;
}
#main .main-info {
  position: relative;
  left: -40px;
  top: -30px;
  display: flex;
  height: 301px;
  font-size: 24px;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #FFFFFF;
  background: #77257D;
  padding: 3.5em 2em 3.5em 43%;
  border-radius: 50px;
}
#main .main-info__stic {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 16em;
  z-index: 1;
}
#main .main-info__title {
  position: absolute;
  top: 0;
  left: 43%;
  font-family: "HelveticaNeueBoldCondensed";
  font-size: 5.41em;
  line-height: 0.7;
  color: #FFFFFF;
  margin: 0;
  transform: translateY(-50%);
}
#main .main-info__title::after {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 100%;
  display: inline-block;
  height: 0.3em;
  width: 0.3em;
  background-image: url("../img/migel/verification.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#main .main-info__description {
  margin: 0;
  margin-left: 6px;
  z-index: 1;
}
#main .main-link {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 0;
}
#main .main-link-block {
  display: flex;
}
#main .main-link-block__download {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main .main-link-block__download p {
  font-family: "HelveticaNeueCyr-Medium";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
  color: #000;
  margin: 0;
}
#main .main-link__button a {
  margin-right: 40px;
}
#main .main-link__button a:last-child {
  margin-right: 0;
}
#main .main-link__button a img {
  transition: 1s;
}
#main .main-link__button a img:hover {
  transform: scale(0.9);
  transition-duration: 0.2s;
  transition: 1s;
}
#main .main-link a {
  text-decoration: none;
}
#main .main-link__social {
  display: flex;
  align-items: flex-end;
}
#main .main-link__social a {
  margin-left: 25px;
  transition: 0.6s;
}
#main .main-link__social a img {
  width: 35px;
}
#main .main-link__social a:hover {
  transform: translateY(-8px);
  transition: 0.6s;
}
#main .main-link__social a:nth-child(3) {
  display: none;
}
#main .main-link__description {
  display: none;
  max-width: 600px;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
}

.qr .container {
  display: flex;
  justify-content: center;
}
.qr .container img {
  background: #000;
  padding: 14px;
  border-radius: 15px;
  border: 2px solid #A7A7A7;
  width: 10vw;
}

#footer {
  margin-bottom: 20px;
}
#footer .container {
  width: 100vw;
}
#footer .footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px;
}
#footer .footer__wrapper p {
  position: absolute;
  left: 50%;
  font-family: "Gilroy-Medium";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.16667px;
  color: #000000;
  margin: 0;
  transform: translateX(-50%);
}
#footer .footer__link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#footer .footer__link a {
  margin-left: 20px;
  text-decoration: none;
  transition: 0.6s;
}
#footer .footer__link a:first-child {
  margin-left: 0;
}
#footer .footer__link a:hover {
  transform: translateY(-8px);
  transition: 0.6s;
}/*# sourceMappingURL=main-for-migel.css.map */