.footer-component {
  height: 500px;
  padding-top: 160px;
}

.contact-section {
  background-color: #eee;
  box-shadow: 0 1.7vw 4.4vw 1.1vw #0003;
  border-radius: 20px;
  padding: 2.2vw 0;
  margin-bottom: 80px;
}

.footer-email {
  font-size: 2.22vw;
  font-weight: 500;
  line-height: 2.78vw;
  letter-spacing: 0.1px;
  margin-bottom: 42px;
}

.footer-description {
  letter-spacing: 0.07vw;
  font-weight: 300;
  font-size: 1.11vw;
}

.footer-office {
  margin-right: 28px;
}

.footer-office-title,
.footer-contacts-title {
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.11vw;
  margin-bottom: 43px;
}

.footer-office-address {
  letter-spacing: 0.07vw;
  margin-bottom: 0;
  font-weight: 300;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  font-size: 1.11vw;
}

.footer-contacts-email,
.footer-contacts-phone {
  letter-spacing: 0.07vw;
  margin-bottom: 0;
  font-weight: 300;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  font-size: 1.11vw;
}

.grid-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.4vw;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.menu-section {
  max-width: 760px;
  margin: auto;
  padding-bottom: 25px;
}

.menu-section p, .menu-section p a{
  text-transform: uppercase;
  font-size: .89vw;
  font-weight: 500;
  line-height: 1vw;
}

.built-by p {
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.11vw;
}

.copyright p {
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  font-size: 0.89vw;
  font-weight: 400;
  line-height: 1vw;
}

.copyright-section {
  margin-top: 30px;
  margin-bottom: 160px;
}

.footer-title {
  font-size: 13.33vw;
  font-weight: 700;
  line-height: 10vw;
  text-transform: uppercase;
}

.footer-pretitle {
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.11vw;
}

@media (max-width: 992px) {
  .contact-section {
    display: block;
  }

  .footer-email {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .footer-description {
    letter-spacing: 0.0625rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .footer-right {
    margin-top: 2rem;
  }

  .footer-office-title {
    letter-spacing: 0.125rem;
    font-size: 0.9rem;
    line-height: 1rem;
    margin-bottom: 16px;
  }

  .footer-contacts-title {
    letter-spacing: 0.125rem;
    font-size: 0.9rem;
    line-height: 1rem;
    margin-bottom: 16px;
  }

  .footer-office-address {
    letter-spacing: 0.0625rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .footer-contacts-email,
  .footer-contacts-phone {
    letter-spacing: 0.0625rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .contact-section {
    border-radius: 64px;
    margin-bottom: 4rem;
  }

  .menu-section {
    max-width: 585px;
  }

  .menu-section p {
    letter-spacing: 0.125rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .built-by p {
    letter-spacing: 0.125rem;
    font-size: 0.9rem;
    line-height: 1rem;
  }

  .copyright p {
    letter-spacing: 0.125rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .grid-wrapper {
    gap: 1.2rem;
  }

  .copyright-section {
    margin-top: 1.8rem;
    margin-bottom: 9rem;
  }

  .footer-title {
    font-size: 8rem;
    line-height: 6.3rem;
  }

  .footer-pretitle {
    letter-spacing: 0.125rem;
    font-size: 0.9rem;
    line-height: 1rem;
  }
	
	.menu-section p, .menu-section p a{
		font-size: 1.89vw;
	}
}

@media (max-width: 576px) {
  .copyright-section {
    margin-bottom: 4.5rem;
  }

  .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1.1rem;
    justify-items: stretch;
  }

  .menu-section {
    max-width: 100%;
  }

  .menu-section p {
    margin: 0;
    text-align: center;
  }

  .menu-section p,
  .menu-section p a {
    font-size: 0.9rem;
    line-height: 1.15rem;
    letter-spacing: 0.06rem;
  }

  .footer-title {
    font-size: 15vw;
    line-height: 3rem;
  }
  
  .footer-component {
    padding-top: 40px;
  }

  .contact-section {
    
    padding: 4rem 2rem;
  }
  
  .footer-email {
    font-size: 7.5vw;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }

  .footer-contacts{
    margin-top: 2rem;
  }

  .logo-section {
    padding-bottom: 7rem;
  }
}

@media (min-width: 2780px){
	.menu-section{
		max-width: 1015px;
	}
}