@media screen {
  body .page-footer {
    padding: 6em 0 2em 0;
  }
  body .page-footer .wrap {
    display: flex;
    align-items: flex-start;
    gap: 6em;
    padding: 1em 0;
  }
  body .page-footer .wrap .foot-logo img {
    opacity: 0.5;
  }
  body .page-footer .wrap .contacts {
    flex: 1 0 40%;
    line-height: 1.5em;
    font-size: 0.9375rem;
  }
  body .page-footer .wrap .contacts dd {
    color: var(--secondary-text-color);
    font-size: 1.25rem;
    margin-bottom: 1.5em;
    margin-top: 0.5em;
  }
  body .page-footer .wrap .sub-footer {
    border: none;
    padding: 0;
    flex-direction: column;
  }
  body .page-footer .wrap .sub-footer nav ul {
    text-align: left;
    line-height: 1.75em;
  }
  body .page-footer .wrap .sub-footer nav ul li a {
    color: var(--secondary-text-color);
    font-size: 0.9375rem;
  }
  body .page-footer .social-wrap .social {
    display: flex;
    margin-top: 1em;
  }
  body .page-footer .social-wrap .social li a {
    width: 22px;
    height: 22px;
    padding: 1px;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
    margin-right: 0.75em;
    color: var(--secondary-text-color);
    opacity: 0.9;
    line-height: 1;
  }
  body .page-footer .social-wrap .social li a:hover {
    opacity: 1;
  }
  body .page-footer .social-wrap .social li a:before {
    font-size: 20px;
    margin-right: 2px;
  }
  body .page-footer .social-wrap .social li a.facebook:before {
    font-family: "website-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\f10a";
  }
  body .page-footer .social-wrap .social li a.twitter:before {
    font-family: "website-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\f110";
  }
  body .page-footer .social-wrap .social li a.linkedin:before {
    font-family: "website-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\f10c";
  }
  body .page-footer .social-wrap .social li a.instagram:before {
    font-family: "website-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\f10b";
  }
  body .page-footer .social-wrap .social li a.youtube:before {
    font-family: "website-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\f111";
  }
  body .page-footer .social-wrap .social li a.tiktok:before {
    font-family: "website-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\f10f";
  }
  body .page-footer .social-wrap .social li a.spotify:before {
    font-family: "website-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\f10e";
  }
  body .page-footer .social-wrap .social li a.soundcloud:before {
    font-family: "website-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\f10d";
  }
  body .page-footer .express,
  body .page-footer .copy {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1024px) {
  body .page-footer {
    padding: 2em 0;
  }
  body .page-footer .wrap {
    display: block;
    text-align: center;
  }
  body .page-footer .wrap .sub-footer nav ul {
    text-align: center;
  }
  body .page-footer .social-wrap .social {
    justify-content: center;
  }
  body .page-footer .wrap .contacts {
    margin-top: 2em;
  }
}

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