@media screen and (min-width: 768px) {
  /*Footer Start*/
  .footer {
    padding: 39px 38px 32px 38px;
    margin-inline: 44px;
    margin-bottom: 40px;
  }
  .footer-header {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 38px;
  }
  .footer-header-logo {
    margin-bottom: unset;
  }
  .footer-header-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: unset;
    margin-left: auto;
  }
  .footer-header-links {
    grid-column: 1 / span 2;
    padding-bottom: 36px;
  }
  .footer-bottom {
    padding-top: 42px;
  }
  /*Footer End*/
  /*FooterContacts.scss Start*/
  .footer-contacts-container {
    width: 100%;
  }
  .footer-contacts-container__description {
    display: flex;
    flex-wrap: wrap;
  }
  /*FooterContacts.scss End*/
  /*FooterLinks.scss Start*/
  .footer-links-container {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  /*FooterLinks.scss End*/

  /*FooterLogos.scss Start*/
  .footer-logos {
    margin-bottom: 40px;
  }
  .footer-logos :nth-child(1) img {
    width: 4.75rem;
  }
  .footer-logos :nth-child(2) img {
    width: 4.625rem;
    height: auto;
  }
  .footer-logos :nth-child(3) img {
    width: 8.5625rem;
  }
  /*FooterLogos.scss End*/

  /*FooterUtilLinks.scss Start*/
  .util-links-container__left-content {
    gap: 42px;
  }
  .util-links-container__left-content .nav-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  .util-links-container__left-content .util-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  /*FooterUtilLinks.scss End*/
}
@media screen and (min-width: 1200px) {
  /*Footer Start*/
  .footer {
    width: calc(100% - 78px - 77px);
    max-width: 1745px;
    padding: 34px 77px 22px 78px;
    margin-bottom: 61px;
    margin-top: 24px;
    margin-inline: auto;
  }
  .footer-header {
    grid-template-columns: auto auto auto;
    column-gap: unset;
    row-gap: unset;
    padding-bottom: 44px;
  }
  .footer-header-logo {
    margin-right: 12px;
  }
  .footer-header-logo .common-image {
    width: 12.6875rem;
  }
  .footer-header-socials {
    height: auto;
    align-items: flex-start;
    padding-top: 17px;
  }
  .footer-header-seal-link {
    margin-bottom: 0;
  }
  .footer-header-links {
    grid-row: 1 / span 1;
    grid-column: 2 / span 1;
    padding-bottom: unset;
    margin-right: 10px;
  }
  .footer-header-links::after {
    display: none;
  }
  .footer-header::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    height: 0.0625rem;
    z-index: 2;
    background-color: #ffffff;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 14px;
  }
  .footer-bottom-logos {
    grid-row: 1 / span 2;
    grid-column: 2 / span 1;
    margin-left: auto;
  }
  /*Footer End*/

  /*FooterContacts.scss Start*/
  .footer-contacts-container {
    width: 32.3125rem;
  }

  .footer-contacts-container__description {
    flex-direction: column;
  }
  /*FooterContacts.scss End*/

  /*FooterLinks.scss Start*/
  .footer-links-container {
    margin-right: 20px;
    margin-bottom: 19px;
    column-gap: 40px;
    row-gap: 12px;
  }
  .footer-links-container-item .link {
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--font-montserrat);
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
  }
  .footer-links-container-item:hover .link {
    text-decoration: underline;
  }
  /*FooterLinks.scss End*/

  /*FooterLogos.scss Start*/
  .footer-logos {
    gap: 37px;
    margin-bottom: unset;
  }
  .footer-logos :nth-child(1) img {
    width: 5.5625rem;
  }
  .footer-logos :nth-child(2) img {
    width: 5.4375rem;
  }
  .footer-logos :nth-child(3) img {
    width: 10.125rem;
  }
  /*FooterLogos.scss End*/
  /*FooterUtilLinks.scss Start*/
  .util-links-container {
    display: flex;
    flex-direction: row;
    gap: 47px;
    justify-content: space-between;
    padding-top: 30px;
  }
  .util-links-container__left-content {
    display: flex;
    gap: 23px;
    flex-direction: column;
  }
  .util-links-container__left-content .nav-links {
    gap: 52px;
  }
  .util-links-container__left-content .nav-links-item-title {
    transition: all 0.3s ease;
  }
  .util-links-container__left-content .nav-links-item:hover .nav-links-item-title {
    text-decoration: underline;
  }
  .util-links-container__left-content .util-links-item-title {
    transition: all 0.3s ease;
  }
  .util-links-container__left-content .util-links-item:hover .util-links-item-title {
    text-decoration: underline;
  }
  /*FooterUtilLinks.scss End*/
}
@media screen and (min-width: 1600px) {
  /*Footer Start*/
  .footer-header {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: unset;
    row-gap: unset;
    padding-bottom: 32px;
  }
  .footer-header-logo {
    width: 220px;
  }
  .footer-header .util-links-container {
    padding-top: 8px;
  }
  .footer-header-socials {
    padding-top: 2px;
    z-index: 2;
    height: fit-content;
  }
  /*Footer End*/
}
