#scrollTop {
  position: absolute;
  bottom: 4rem;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 50%;
}
.sec-scroll {
  position: fixed;
  bottom: 0;
  height: calc(100% - 10.8rem);
  right: 5rem;
  z-index: 3;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-scroll.show {
  display: flex;
}
footer{
  margin-top: auto;
  padding-left: 7.34375vw;
}
.footer-block{
  border: 2px solid var(--border-color);
  border-left: 0;
  border-right: 0;
  padding: 1.7708vw 5.0520vw 1.9791vw 3.1770vw;
  display: flex;
  align-items: center;
}
body:has(.header-white) .footer-block{
  border-color: var(--white);
}
.footer-logo img{
  width: 16.5625vw;
  height: auto;
}
/* body:has(.header-white) .footer-logo img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
} */
.footer-right{
  margin-left: auto;
  text-align: right;
}
footer .social{
  margin-bottom: 0.7291vw;
}
footer .social:last-child{
  margin-bottom: 0;
}
footer .social ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .social li{
  margin: 0 0 0 1.0416vw;
  width: initial;
}
footer .social a{
  margin: 0;
}
footer p{
  font-family: 'Montserrat';
  font-size: 0.625vw;
  line-height: 0.9635vw;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  margin-bottom: 0.5416vw;
}
footer .footer-right a {
  font-size: 0.625vw;
  margin-right: 15px;
}
body:has(.header-white) footer p{
  color: var(--white);
}
@media(min-width:1460px) and (max-width:1559.98px){
  footer p {
    font-size: 0.7vw;
    line-height: 0.9vw;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
   footer p {
    font-size: 0.7vw;
    line-height: 0.9vw;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .footer-logo img {
    width: 20.5625vw;
  }
  footer p {
    font-size: 0.9vw;
    line-height: 1.2vw;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  footer {
    padding-left: 9.34375vw;
  }
  .footer-logo img {
    width: 21.5625vw;
  }
  footer p {
    font-size: 1vw;
    line-height: 1.3vw;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  footer {
    padding-left: 0;
  }
  .footer-block {
    border-bottom: 0;
    padding: 2rem;
  }
  .footer-logo img {
    width: 28rem;
  }
  footer p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  footer .social li {
    margin: 0 0 0 1rem;
  }
  .social a {
    width: 4rem;
    height: 4rem;
  }
  .social img {
    height: 2rem;
  }
}
@media(max-width:767.98px){
  footer {
    padding-left: 0;
  }	
  .footer-block{
    border-bottom: 0;
    display: block;
    padding: 4rem 2rem;
  }
  .footer-logo img {
    width: 31.7rem;
    margin: 0 auto;
  }
  .footer-right {
    text-align: center;
    margin: 3rem auto 0;
    max-width: 20.6rem;
  }
  footer .social {
    margin-bottom: 0;
  }
  footer .social ul {
    justify-content: center;
  }
  footer .social li {
    margin: 0 1rem;
  }
  .social a {
    width: 4.364rem;
    height: 4.364rem;
    border-width: 2px;
  }
  .social img {
    height: 2.2rem;
  }
  footer p {
    font-size: 1.2rem;
    line-height: 1.85rem;
    letter-spacing: -0.15px;
    margin-top: 2rem;
  }
  footer p br{
    display: none;
  }
}