@media screen and (max-width: 1080px) {
  .title {
    font-size: 28px;
  }
  .hero-wrapper::after {
    top: 50px;
    right: 0px;
  }
  .hero-wrapper::before {
    width: 132px;
  }
}
@media screen and (max-width: 960px) {
  .header-wrapper {
    width: 100%;
    padding-top: 14px;
    justify-content: space-between;
  }
  .header-nav {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    max-width: 480px;
    padding: 130px 36px 50px;
    z-index: 7;
    background: var(--light-color);
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .header-nav--active {
    opacity: 1;
    transform: translateX(0);
  }
  .header-nav::after {
    position: absolute;
    content: "";
    width: 574px;
    height: 180px;
    top: -20px;
    right: -458px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/decor.png");
  }
  .header-nav__list {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .header-nav__btn {
    margin-top: 60px;
    display: flex;
  }
  .header .burger {
    display: block;
  }
  .hero-wrapper {
    padding-top: 12px;
  }
  .hero-wrapper::after {
    top: auto;
    bottom: 0;
    right: -16px;
    width: 294px;
    height: 280px;
  }
  .hero-wrapper::before {
    width: 102px;
    height: 102px;
    top: 34px;
    right: 224px;
  }
  .hero-title {
    width: 340px;
    font-size: 36px;
  }
  .hero-btn {
    margin-top: 68px;
  }
  .about::after {
    position: absolute;
    content: "";
    width: 574px;
    height: 180px;
    top: 170px;
    left: -368px;
    transform: rotate(-12deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/decor.png");
    z-index: -1;
  }
  .about-info {
    position: relative;
    margin-top: 40px;
    flex-direction: column;
    gap: 38px;
  }
  .about-info::after {
    position: absolute;
    content: "";
    width: 884px;
    height: 84px;
    left: -28px;
    bottom: auto;
    top: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/dollar-basket.png");
  }
  .about-info__item {
    max-width: 400px;
  }
  .about-info__item:nth-last-of-type(1) {
    text-align: right;
    padding-left: 40px;
  }
  .about-info__item:nth-last-of-type(2) {
    padding-right: 42px;
  }
  .about-info__item:nth-last-of-type(3) {
    text-align: right;
    padding-left: 38px;
  }
  .task {
    position: relative;
  }
  .task::after {
    position: absolute;
    content: "";
    width: 574px;
    height: 180px;
    top: 10px;
    left: -308px;
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/decor.png");
    z-index: -1;
  }
  .task-wrapper {
    gap: 24px;
  }
  .task-list {
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    gap: 20px;
  }
  .task-list__item {
    width: 100%;
  }
  .thanks-wrapper::after {
    top: auto;
    bottom: 0;
    right: -16px;
    width: 294px;
    height: 280px;
  }
  .thanks-wrapper::before {
    width: 102px;
    height: 102px;
    top: 34px;
    right: 224px;
  }
}
@media screen and (max-width: 700px) {
  .page-body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 88px 20px;
    background-size: 576px 214px;
    background-image: url("../images/decor.png");
  }
  .header-logo {
    width: 64px;
    height: 64px;
  }
  .hero {
    position: relative;
  }
  .hero-wrapper::after {
    top: auto;
    bottom: 0;
    right: -16px;
    width: 194px;
    height: 206px;
  }
  .hero-wrapper::before {
    right: auto;
    top: auto;
    left: 40px;
    bottom: 84px;
    width: 102px;
    height: 102px;
  }
  .hero-title {
    width: 310px;
    font-size: 32px;
  }
  .hero p {
    margin-top: 14px;
  }
  .hero-btn {
    width: 100%;
    max-width: 450px;
    margin-top: 132px;
  }
  .about .container::after {
    top: 130px;
    right: -40px;
    width: 78px;
    height: 52px;
  }
  .about .container::before {
    bottom: -40px;
    left: -24px;
    width: 62px;
    height: 40px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .footer-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 38px;
  }
  .footer-wrapper::after {
    right: -40px;
  }
  .thanks-wrapper {
    height: 100%;
    padding-bottom: 60px;
  }
  .thanks-wrapper::after {
    width: 226px;
    height: 290px;
    top: auto;
    bottom: 24px;
    right: 84px;
    right: 0;
    z-index: -1;
  }
  .thanks-wrapper::before {
    display: none;
  }
  .thanks-title {
    margin-top: 90px;
    font-weight: 600;
    font-size: 34px;
  }
  .thanks-btn {
    align-self: end;
    margin-top: auto;
  }
}/*# sourceMappingURL=media.css.map */