footer {
    padding: 48px 100px;
}

.footer-container p {
  font-size: 16px;
}

.footer-links {
  display:flex;
  gap:24px;
}



.footerWrapper {
  border-bottom: 3px solid var(--accent-color);
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 

}
.footerItem_left img {
  height: unset;
}
.footerItem_left {
    display: flex;
    row-gap: 30px;
    justify-content: space-between;
    width: 100%;
}
}
.footerItem_right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 25px;
  margin-bottom:50px;
}
.footerItem_right *{ 
  color:#ffffff;
}
.footerMenu__container .hs-menu-wrapper ul li {
  line-height: 25px;
  height: 40px;
}
.footer-phone {
    text-decoration: none;
}
.footer-phone,
p.footerAddress {
   line-height: 150%;
   font-size:16px;
}
.block {
  text-decoration: none;
}
.footerHeadlines {
  font-size: 20px; 
  font-weight: 700; 
  margin-bottom: 10px;
  margin-top:0px;
}

.footerMenu__container ul{
  padding-left: 0px; 
  list-style-type: none; 
color: #ffffff;
  margin-top:0px;
  display: flex;
  column-gap: 42px;
  row-gap:5px;
  flex-wrap: wrap;
  max-width:495px;
  justify-content: center;
}
.footerMenu__container ul li a {
  font-size: 18px;
  text-decoration: none; 
}
.footerCopyright a {
    font-size: 14px;
}
.footerMenu__container ul li a:hover ,.footerCopyright a:hover{
  text-decoration: underline; 
}
.footerSocialContainer {
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: flex-start;  
  align-items: center;  
  gap: 20px;
}
.footerCopyright {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  font-size:14px;
  align-items:center;
gap:24px;
}
.footerCopyright .hs-menu-wrapper ul {
  display:flex;
  gap:20px;
  list-style:none;
  padding:0px
    
}
.footerCopyright .hs-menu-wrapper ul li a{
   font-size:14px;
}
.footerCopyright p {
   display: block;
   font-size: 14px;
}
.footer-mobile{
  display:none;
}
a.ironpaper {
  text-decoration:none;
}
a.ironpaper:hover {
  text-decoration:underline;
}
@media screen and (max-width: 1200px){
  .footer-container {
  padding:0px 25px;

}
  .footerItem_right{
    column-gap:0px;
    justify-content:space-around;
  }
  }
.social-mobile {
  display:none;
}
@media screen and (max-width: 991px) {
  .social-mobile{
    display:flex;
    }
    .social-desktop{
    display:none;
    }
 .footerItem_left {
  align-items:flex-start;
  margin-bottom:10px;
   justify-content:center;
   flex-wrap:wrap;
   }
  .footerItem_right{
    justify-content:flex-start;
  }
  .footerMenu__container ul{
     flex-direction: column; 
  }
  .footerWrapper{
    flex-direction: column; 
    row-gap: 30px;
  }
  
  
  .footerHeadlines{
    margin-top: 7px; 
    margin-bottom: 7px; 
  }
  .footerSocialContainer{
    flex-basis: 100%; 
    text-align: center;
    justify-content: center;
  }

  .footerCopyright{
    flex-basis: 100%; 
    justify-content: center;
    text-align: center;
    flex-direction:column;
    gap: 20px;
  }
 p.footerAddress{
    text-align:center;
   font-size:14px;
    }
  .footerSocialContainer {
    column-gap: 48px;
    }
}

.footer-menu ul {
    display: flex;
    column-gap: 80px;
    list-style-type: none;
    margin-top: 0px;
    padding-left: 0px;
}
.footer-menu ul a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}
.footer-menu ul li:hover,
.footer-menu ul a:hover {
    text-decoration: none !important;
}
.footer-menu li.hs-menu-depth-1.hs-item-has-children > a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
}
.footer-menu li.hs-item-has-children {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.footer-menu ul.hs-menu-children-wrapper {
    flex-direction: column;
    padding: 0px;
    width: 100%;
}
.footer-menu .hs-menu-item.hs-menu-depth-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    margin-left: 0px;
}
.footer-mb {
    display: none;
}
@media screen and (max-width: 768px) {
    .footerItem {
        margin: 0px 0px 2% 4%;
    }
    .footer-phone {
        display: none;
    }
    .footer-mb {
        display: block;
    }
    .footer-menu ul {
        flex-direction: column;
        padding-left: 24px;
    }
    .footer-menu ul a {
        padding: 15px 0;
    }
    .footerWrapper {
        gap: unset;
        padding-bottom: 20px;
    }
    .footerItem_right {
        display: none;
    }
    .footerCopyright {
       flex-wrap:wrap;
    }
    body footer {
        padding: 48px 30px !important;
    }
}
footer .footerCopyright a,
body footer li a {
    --border-width: 2px;
    --bottom-distance: -5px;
    background-image: linear-gradient(var(--primary-button-background), var(--primary-button-background));
    background-position: 0 calc(71% - var(--bottom-distance));
    background-repeat: no-repeat;
    background-size: 0 var(--border-width);
    transition: all 0.2s ease-out !important;
}
footer .footerCopyright a:hover,
footer li a:hover {
  background-size: 100% var(--border-width);
  text-decoration: none;
}
footer li a[href$='javascript:;'] {
  background-image: unset;
  cursor: initial;
}