{% set black_color = theme.global_colors.black.color %}

#footer {
   padding: 15px 0 0;
   overflow-x: hidden;
}
.footer-wrapper{
   border-top: 3px solid rgb(32 35 51 / 10%);
   padding: 70px 0 60px;
}
#footer a {
   text-decoration: none;
}
#footer .footer-logo-wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 26px;
} 

#footer .footer-logo-wrapper .menu__link {
   color: 1px solid rgb(32 35 51 / 10%);
   text-align: center;
   text-transform: uppercase;
}
#footer .menu-module ul.no-list {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
#footer .footer-content-wrapper{
   margin-top: 26px;
   margin-bottom: 12px;
}
@media (max-width: 767px) {
   #footer .footer-content-right > *{
      margin-top: 12px;
   }
}
@media (max-width: 575px) {
   #footer .footer-content-right > *{
      margin-bottom: 12px;
   }
}
#footer .footer-content-right > *:not(:first-child){
   margin-left: 4.4%;
}
@media (max-width: 575px) {
   #footer .footer-content-right > *:not(:first-child){
      margin-left: 0;
   }
}
#footer .footer-content-right a{
   color:#000;
}
#footer .footer-content-right .social-list a:not(:first-child){
   margin-left:12px;
}
.copyright-title{
   font-size: 12px;
}