body {
  position: relative;
  background-color: #fff;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: -40px -180px;
  background-size: 110% auto;
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  body {
    background-position: -40px -50px;
    background-size: 130% auto;
  }
}
@media screen and (max-width: 1000px) {
  body {
    background-position: -40px -150px;
    background-size: 130% auto;
  }
}
@media screen and (max-width: 750px) {
  body {
    background-position: -40px -150px;
    background-size: 200% auto;
  }
}
@media screen and (max-width: 540px) {
  body {
    background-position: -40px -110px;
    background-size: 250% auto;
  }
}
@media screen and (min-width: 1650px) {
  body {
    background-position: -50px -500px;
    background-size: 110% auto;
  }
}

body * {
  font-family: "Nunito", sans-serif;
}

.container {
  padding: 0 83px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .container {
    padding: 0 21px;
  }
}

.angle {
  position: absolute;
  top: 0;
  right: 0;
}

.header {
  padding: 2rem 0;
}
.header__logo {
  position: relative;
  z-index: 2;
}

.banner {
  position: relative;
  padding: 150px 0;
  margin-bottom: 300px;
}
@media screen and (max-width: 1400px) {
  .banner {
    padding: 70px 0;
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .banner {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .banner {
    padding: 2rem 0;
    margin-bottom: 70px;
  }
}
.banner__ttl {
  max-width: 37rem;
  font-size: 4.1rem;
  font-weight: 900;
  margin-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .banner__ttl {
    font-size: 48px;
  }
}
.banner__desc {
  max-width: 38rem;
  font-size: 1.45rem;
  font-weight: 300;
  margin-bottom: 65px;
}
@media screen and (max-width: 780px) {
  .banner__desc {
    max-width: 400px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .banner__desc {
    margin-bottom: 35px;
  }
}
.banner__phones {
  position: absolute;
  top: -80px;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .banner__phones {
    right: -300px;
  }
}
@media screen and (max-width: 1000px) {
  .banner__phones {
    display: none;
  }
}

.btn {
  display: block;
  width: 290px;
  padding: 22px 0;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #56CA87;
  color: #fff;
  border-radius: 19px;
}
@media screen and (max-width: 600px) {
  .btn {
    padding: 14px 0;
    font-size: 20px;
  }
}

.cnt {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 65px;
}
.cnt__ttl {
  width: 850px;
  font-size: 69px;
  font-weight: 900;
  color: #2D82FE;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .cnt__ttl {
    max-width: 75%;
    font-size: 46px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .cnt__ttl {
    max-width: 90%;
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 70px 0;
  background-color: #47BE7A;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    font-size: 18px;
  }
}
.footer__links {
  display: flex;
  justify-content: space-between;
  gap: 0 95px;
  margin-bottom: 55px;
}
@media screen and (max-width: 600px) {
  .footer__links {
    margin-bottom: 30px;
    gap: 0 15px;
  }
}
.footer__lnk {
  color: #fff;
}
.footer__copy {
  width: 340px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */