html {
  font-size: 62.5%;
}

body {
  font-family: ff-good-web-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #478FC7 url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
}
body .logo-container {
  width: 51rem;
  position: relative;
}
body .logo-container p {
  font-size: 4.3rem;
  line-height: 4.7rem;
  letter-spacing: -1.16px;
  color: #FFFFFF;
  margin: 0 0 2.5rem 0;
  text-align: center;
  position: relative;
  z-index: 50;
}
body .logo-container svg {
  width: 100%;
  height: auto;
  fill: #bdae40;
  position: relative;
  z-index: 50;
}
body .logo-container .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, #3786bc 0%, rgba(55, 134, 188, 0) 80%, rgba(55, 134, 188, 0) 100%);
  width: 125%;
  height: 125%;
  z-index: 1;
}
body .logo-container:before, body .logo-container:after {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  content: " ";
}
body .logo-container:before {
  width: 57rem;
  height: 46.1rem;
  background: transparent url(../img/svg/lime.svg) no-repeat top left;
  background-size: cover;
  transform: translate(50%, -150%);
}
body .logo-container:after {
  width: 54.9rem;
  height: 58.8rem;
  background: transparent url(../img/svg/cucumber.svg) no-repeat top left;
  background-size: cover;
  transform: translate(-150%, 25%);
}

@media (max-width: 576px) {
  body {
    align-items: flex-start;
  }
  body .logo-container {
    width: 72%;
    margin-top: 40%;
  }
  body .logo-container p {
    font-size: 3.01rem;
    line-height: 3.343rem;
    letter-spacing: -0.82px;
  }
  body .logo-container:before {
    width: 30.7rem;
    height: 24.9rem;
    transform: translate(0%, -210%);
  }
  body .logo-container:after {
    width: 29.6rem;
    height: 31.7rem;
    transform: translate(-100%, -20%);
  }
}

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