.footer {
  background-color: #f1f1f1; }
  .footer__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 100%;
    padding-top: 50px;
    padding-bottom: 40px; }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .footer__container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 80rem) {
      .footer__container {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (min-width: 48rem) {
      .footer__container {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (min-width: 64rem) {
      .footer__container {
        grid-template-columns: 25% 25% 25% 25%; } }
  @media screen and (min-width: 64rem) {
    .footer__logo-container, .footer__links-container {
      margin-bottom: 3rem; } }
  .footer__logo-container {
    grid-column: auto;
    justify-self: start;
    margin-bottom: 2rem; }
    @media screen and (min-width: 48rem) {
      .footer__logo-container {
        grid-column: span 3;
        margin-bottom: 1rem; } }
    @media screen and (min-width: 64rem) {
      .footer__logo-container {
        grid-column: auto;
        margin-bottom: 0; } }
  .footer__logo-image {
    width: 145px; }
  .footer__list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0; }
    @media screen and (min-width: 48rem) {
      .footer__list-title {
        display: block;
        margin: 1rem 0; } }
  .footer__list-title-link {
    font-weight: 600;
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    color: #cf000d;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    color: #cf000d;
    text-decoration: none; }
    @media screen and (min-width: 64rem) {
      .footer__list-title-link {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media screen and (min-width: 80rem) {
      .footer__list-title-link {
        font-size: 24px;
        font-size: 1.5rem; } }
    .footer__list-title-link:hover {
      color: #b6000b; }
  .footer__dropdown {
    padding: 0;
    cursor: pointer;
    appearance: none;
    border: none;
    background: none;
    transition: transform 300ms ease-in-out;
    margin-left: 5px; }
    .footer__dropdown:focus {
      outline: 1px solid #cf000d; }
    .footer__dropdown::after {
      content: '';
      display: inline-block;
      flex-shrink: 0;
      border: 2px solid #000;
      border-top-width: 0;
      border-left-width: 0; }
      @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
        .footer__dropdown::after {
          transform: rotate(45deg);
          width: 10px;
          height: 10px;
          margin: 5px 7px; } }
      @media screen and (min-width: 64rem) {
        .footer__dropdown::after {
          transform: scaleY(0.75) rotate(45deg);
          width: 7px;
          height: 7px;
          margin: 0 5px 2px; } }
    @media screen and (min-width: 48rem) {
      .footer__dropdown {
        display: none; } }
  .footer__links-container {
    width: 100%;
    justify-self: start;
    border-bottom: 1px solid #d5d5d5; }
    @media screen and (min-width: 48rem) {
      .footer__links-container {
        width: auto;
        border: none; } }
    .footer__links-container.active .footer__links-list {
      margin: 0 0 20px; }
    .footer__links-container.active .footer__dropdown {
      transform: rotate(180deg); }
  .footer__links-list {
    padding: 1px;
    list-style-type: none;
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: height 200ms ease-in-out, margin 200ms ease-in-out; }
    @media screen and (min-width: 48rem) {
      .footer__links-list {
        height: auto; } }
  .footer__link-item {
    margin: 0.5rem 0;
    padding: 0 1px;
    line-height: 1.15; }
    .footer__link-item:before {
      display: none; }
  .footer__link-item-link {
    color: #000;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal; }
    .footer__link-item-link:hover {
      color: #7f7f7f; }
  .footer__social-container {
    display: flex;
    align-self: center;
    justify-self: start;
    margin: 1rem 0; }
    @media screen and (min-width: 48rem) {
      .footer__social-container {
        grid-column: span 3; } }
    @media screen and (min-width: 64rem) {
      .footer__social-container {
        grid-column: auto;
        margin: 0; } }
  .footer__social-link {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center; }
  .footer__social-icon {
    height: 18px;
    margin: auto 0;
    transition: opacity .2s ease-in-out; }
    .footer__social-icon:hover {
      opacity: 0.7; }
  .footer__copyright-container {
    width: 100%;
    align-self: center;
    justify-self: start; }
    @media screen and (min-width: 48rem) {
      .footer__copyright-container {
        grid-column: span 3;
        margin-top: 1rem; } }
    @media screen and (min-width: 64rem) {
      .footer__copyright-container {
        grid-column-start: 2;
        grid-column-end: span 2;
        margin-top: 0; } }
  .footer__copyright {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 0 !important; }
    @media screen and (min-width: 48rem) {
      .footer__copyright {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0; } }
    @media screen and (min-width: 64rem) {
      .footer__copyright {
        font-size: 12px;
        font-size: 0.75rem; } }
  .footer__other-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 48rem) {
      .footer__other-links {
        display: flex;
        align-items: center;
        grid-column: span 2; } }
  .footer__other-link {
    padding: 0;
    display: list-item; }
    .footer__other-link:before {
      display: none; }
    .footer__other-link a {
      color: #000;
      transition: color .2s ease-in-out;
      text-decoration: none;
      cursor: pointer;
      text-decoration: underline;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 44px; }
      .footer__other-link a:hover {
        color: #7f7f7f; }
      @media screen and (min-width: 48rem) {
        .footer__other-link a {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.6; } }
    @media screen and (min-width: 48rem) {
      .footer__other-link + .footer__other-link:before {
        content: "|";
        margin: 0 0.3rem;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1;
        font-weight: 400;
        width: auto;
        height: auto;
        background: none;
        border-radius: 0;
        display: inline; } }
  .footer__contact-container {
    align-self: center;
    justify-self: start;
    margin-top: 1rem; }
    @media screen and (min-width: 48rem) {
      .footer__contact-container {
        margin-top: 0;
        grid-column: span 1; } }
    @media screen and (min-width: 64rem) {
      .footer__contact-container {
        margin-top: 0;
        grid-column: auto;
        justify-self: start; } }
  .footer__contact-link {
    color: #cf000d;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.03em; }
    .footer__contact-link:hover {
      color: #b6000b; }

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