footer{
  margin-top: auto;
  background: var(--brown);
  color: var(--white);
}
.footer-top{
  padding: 6.4rem 0 4rem;
}
.footer-top-columns{
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
.footer-top-columns:last-child{
  margin-bottom: 0;
}
.footer-top-column{
  width: 100%;
  max-width: 27.6rem;
}
.footer-top-icon{
  width: 4.4rem;
  height: 4.4rem;
}
.footer-top-column p{
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.newsletter-block{
  border-top: 1px solid rgba(255,255,255,0.25);
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
.newsletter-block:first-child{
  border-top: 0;
  padding-top: 0;
}
.newsletter-text{
  width: 100%;
  max-width: 51.2rem;
}
.newsletter{
  width: 100%;
  max-width: 64rem;
  position: relative;
}
.newsletter-form{
  position: relative;
}
.newsletter-input .form-control{
  height: 6.5rem;
  border: 0;
  padding: 0 16rem 0 5.4rem;
  background: var(--white);
  background-image: url(../images/icon-email.png);
  background-repeat: no-repeat;
  background-position: left 2.4rem center;
}
.newsletter-btn{
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 1;
}
.footer-center{
  border-top: 1px solid rgba(255,255,255,0.25);
  padding: 4rem 0 5.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.2rem;
}
.footer-center:first-child{
  border-top: 0;
}
.footer-info{
  width: 100%;
  max-width: 43.2rem;
}
.footer-logo{
  width: 18.4rem;
  height: 2.9rem;
}
.footer-logo img{
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.footer-info-item span{
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: block;
  margin-bottom: 0.4rem;
}
.footer-info-item a,
.footer-info-item p{
  font-size: 2.4rem;
  line-height: 120%;
  color: var(--white);
  font-weight: 600;
}
.footer-info-item a:hover{
  text-decoration: underline !important;
}
.footer-icon{
  margin-right: 1rem;
}
.footer-icon:last-child{
  margin-right: 0;
}
.footer-icon img{
  width: 4.8rem;
  height: 3.3rem;
  object-fit: cover;
}
.footer-link.large{
  width: 100%;
  max-width: 45.2rem;
}
.footer-link.large .footer-link-list{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.footer-head{
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 2.8rem;
}
.footer-link-list li{
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.footer-link-list li:last-child{
  margin-bottom: 0;
}
.footer-link-list a{
  color: var(--white);
}
.footer-link-list a:hover{
  text-decoration: underline !important;
}
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.25);
  padding: 4rem 0;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.footer-bottom:first-child{
  border-top: 0;
}
.copytext,
.designby,
.footer-nav li{
  margin-right: 3.2rem;
}
.footer-bottom a{
  color: var(--white);
}
.footer-bottom a:hover{
  text-decoration: underline !important;
}
.footer-nav{
  display: flex;
  flex-wrap: wrap;
}
.footer-social ul {
  display: flex;
}
.footer-nav li:last-child{
  margin-right: 0;
}
.footer-social li{
  margin-left: 2rem;
}
.footer-social li:first-child{
  margin-left: 0;
}
.footer-social a:hover img{
  filter: brightness(0) invert(15%) sepia(83%) saturate(4796%) hue-rotate(334deg) brightness(98%) contrast(115%);;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .footer-top {
    padding: 5.6rem 0 4rem;
  }
  .footer-top-columns {
    gap: 2.4rem;
  }
  .footer-top-column p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .footer-logo {
    width: 16.4rem;
    height: 2.6rem;
  }
  .footer-info-item a, 
  .footer-info-item p {
    font-size: 2.2rem;
  }
  .footer-link.large {
    max-width: 43.2rem;
  }
  .footer-head {
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-bottom: 2.4rem;
  }
  .footer-link-list li {
    margin-bottom: 1.3rem;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .footer-bottom {
    padding: 3.2rem 0;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .footer-top {
    padding: 5.6rem 0 4rem;
  }
  .footer-top-columns {
    gap: 2.4rem;
  }
  .footer-top-column p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .newsletter-input .form-control {
    height: 6.1rem;
    padding: 0 14rem 0 5.4rem;
  }
  .newsletter-input br{
    display: none;
  }
  .footer-info {
    width: 100%;
    max-width: 40.5rem;
  }
  .footer-logo {
    width: 16.4rem;
    height: 2.6rem;
  }
  .footer-info-item a, 
  .footer-info-item p {
    font-size: 2.2rem;
  }
  .footer-icons{
    margin-top: 4rem;
  }
  .footer-icon img {
    width: 4.3rem;
    height: 2.95rem;
  }
  .footer-head {
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-bottom: 2.4rem;
  }
  .footer-link.large {
    max-width: 41.2rem;
  }
  .footer-link-list li {
    margin-bottom: 1.3rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .footer-bottom {
    padding: 3.2rem 0;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .copytext, 
  .designby, 
  .footer-nav li {
    margin-right: 2.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .footer-top {
    padding: 4rem 0;
  }
  .footer-top-columns {
    gap: 2rem;
  }
  .footer-top-column p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .newsletter-input .form-control {
    height: 6.1rem;
    padding: 0 14rem 0 5.4rem;
  }
  .footer-center {
    gap: 2rem;
  }
  .footer-info {
    max-width: 36.2rem;
  }
  .footer-logo {
    width: 14.4rem;
    height: 2.3rem;
  }
  .footer-info-item a, 
  .footer-info-item p {
    font-size: 2rem;
  }
  .footer-text br{
    display: none;
  }
  .footer-icons {
    margin-top: 3.2rem;
  }
  .footer-icon img {
    width: 4rem;
    height: 2.75rem;
  }
  .footer-link.large {
    max-width: 36.2rem;
  }
  .footer-head {
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-bottom: 2.2rem;
  }
  .footer-link-list li {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .footer-bottom {
    padding: 3.2rem 0;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .copytext, .designby, .footer-nav li {
    margin-right: 2.4rem;
  }
  .footer-social li {
    margin-left: 1.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .footer-top {
    padding: 4rem 0;
  }
  .footer-top-columns {
    gap: 1.6rem;
  }
  .footer-top-column p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .newsletter-block {
    gap: 2.4rem;
    flex-wrap: wrap;
  }
  .newsletter-text,
  .newsletter{
    max-width: 100%;
  }
  .newsletter-input .form-control {
    height: 5.9rem;
    padding: 0 14rem 0 5.4rem;
  }
  .newsletter-input br{
    display: none;
  }
  .footer-center {
    padding: 4rem 0;
    gap: 2.4rem;
    flex-wrap: wrap;
  }
  .footer-info {
    max-width: 100%;
  }
  .footer-info br{
    display: none;
  }
  .footer-logo {
    width: 14.4rem;
    height: 2.3rem;
  }
  .footer-info-item a, 
  .footer-info-item p {
    font-size: 2rem;
  }
  .footer-icons {
    margin-top: 3.2rem;
  }
  .footer-link {
    margin-top: 2.4rem;
  }
  .footer-link.large {
    max-width: 40rem;
  }
  .footer-head {
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
  .footer-link-list li {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .footer-bottom {
    padding: 2.8rem 0;
    font-size: 1.3rem;
    line-height: 2.2rem;
    flex-wrap: wrap;
  }
  .copytext, 
  .designby, 
  .footer-nav li {
    margin-right: 2.4rem;
  }
  .footer-nav,
  .footer-social{
    margin-top: 0.8rem;
  }
}
@media(max-width:767.98px){
  .footer-top {
    padding: 4rem 0 4rem;
  }
  .footer-top-columns {
    gap: 0;
    flex-wrap: wrap;
  }
  .footer-top-column {
    max-width: calc(50% - 0.8rem);
  }
  .footer-top-column:nth-child(n + 3){
    margin-top: 2rem;
  }
  .footer-top-column p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .newsletter-block{
    flex-wrap: wrap;
    gap: 0;
    padding-top: 3.2rem;
  }
  .newsletter {
    max-width: 100%;
    margin-top: 1.6rem;
  }
  .newsletter-input .form-control {
    height: 5.8rem;
    padding: 0 14rem 0 5.4rem;
  }
  .newsletter-input br{
    display: none;
  }
  .footer-center {
    padding: 4rem 0;
    gap: 0;
    flex-wrap: wrap;
  }
  .footer-logo {
    width: 12rem;
    height: 1.9rem;
  }
  .footer-info-item a, 
  .footer-info-item p {
    font-size: 2rem;
  }
  .footer-text br{
    display: none;
  }
  .footer-icons {
    margin-top: 2.4rem;
  }
  .footer-icon img {
    width: 4rem;
    height: 2.75rem;
  }
  .footer-link{
    margin-top: 2.4rem;
  }
  .footer-link.large {
    max-width: 100%;
  }
  .footer-head {
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-bottom: 2rem;
  }
  .footer-link.large 
  .footer-link-list {
    gap: 1.6rem;
  }
  .footer-link-list li {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .footer-bottom {
    padding: 2.4rem 0;
    font-size: 1.3rem;
    line-height: 2.3rem;
    flex-wrap: wrap;
  }
  .copytext, 
  .designby{
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .copytext, 
  .designby {
    margin-right: 0;
  }
  .footer-nav li {
    margin-right: 2.2rem;
  }
  .footer-social {
    width: 100%;
    margin-top: 1rem;
  }
  .footer-social li {
    margin-left: 1.6rem;
  }
}
.footer-logo img,
.footer-top-icon img {
  width: 100%;
  height: 100%;
}