footer{

z-index: 98;
}

#button_back{
  color: black;
  background-color: black;
  width: 61px ;
  height: 61px ;
  top: -30.5px;
  
  display: flex;
  justify-content: center;
  align-items: center;

}

#button_back img{
  width: 12.75px;
  height: 12.75px;
  transform: rotate(-45deg);
}

footer ul {
    margin: 1.5rem 0 0;
}

/* Footer Fonts */



.footer_adress h3{
  font-size: 14px;
  padding: 0 0 7px 0;

}

.footer_adress p{
  font-size: 14px;
  line-height: 1.7em;
}











/* Footer Container */

.footer .dnd-section {
  padding: 0;
}

.footer__container {
  margin: 0 auto;
  padding: 5.6rem 20px 2.8rem;
}

/* Footer Rows */

.footer__row {
  display: flex;
  justify-content: space-between;
}

.footer__navigation {
  width: 22%;
}

.footer .hs-menu-wrapper ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  margin: 0;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
}

#hs_menu_wrapper_footer_menu li{    line-height: 1em; margin: 0 0 20px 80px;}
#hs_menu_wrapper_footer_menu li:first-child{  margin: 0 0 20px 0px;}

.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}

.footer__form {
  width: 25%;
}

@media (max-width: 767px) {
  .footer__row {
    flex-wrap: wrap;
  }
#hs_menu_wrapper_footer_menu li, #hs_menu_wrapper_footer_menu li:first-child{   margin: 0 0 12px;}
  .footer__navigation,
  .footer__form,
  .footer__follow-me,
  .footer .widget-type-header,
  .footer .widget-type-simple_menu,
  .footer .social-links {
    text-align: center;
    width: 100%;
  }
}

/* Footer Form */

.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 1.5rem;
  padding: 0;
}

/* Landing Page Footer */

.footer--landing-page {
  border-top: 2px solid #eff7ff;
}

.footer--landing-page .footer__container {
  padding: 2.8rem 0 1.5rem;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}

@media (max-width: 980px) {
  .footer--site-page .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }

  .footer--site-page .footer__form .form-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer--site-page .widget-type-form {
    margin: 0 auto;
    width: 75%;
  }
  .footer__container{
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.footer__container {
  max-width: 100% !important;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.footer__container .left {
  width: 25%;
}

.footer__container .right {
  width: 75%;
}

.footer__container .left h3 {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 500;
}

.footer__container .left p {
  margin: 0;
}

.footer__container .right .footer-menu ul li a {
  text-transform: uppercase;
}

.footer__container .right .footer-menu ul {
  text-align: right;
  margin: 0;

}

.footer__container .right .footer-menu ul li a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16em;
  font-weight: 900;
}
}

.footer__container .right .social-footer-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__container .right .social-footer-icon .social-icon li{
  display: inline-block;
  margin: 0 16px;
  line-height: normal;
}

.footer__container .right .social-footer-icon ul li img {
  width: 24px;
}



.footer .social-footer-icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 17px;
}
.footer-back-to-top-section {
  position: absolute;
  top: -18px;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 100%;
  cursor: pointer;
  z-index:2;
}

footer.footer.footer--site-page {
  position: relative;
}

i.fas.angle-up {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  left: 16px;
}

.footer a:hover{  opacity: 0.7; }

.footer .social-footer-icon ul li a {
  font-size: 14px;
  transition: 0.3s ease all;
}

.footer .social-footer-icon .hs-menu-wrapper ul li {
  margin: 0 20px;
}

.footer .social-footer-icon .hs-menu-wrapper ul li:last-child {
  margin-right: 0;
}


.social-footer-icon.footer-tab-view {
  display: none;
}

@media(max-width:940px){
  .footer .social-footer-icon {
    display: none;
  }
  .footer__container .right {
    padding-left: 50px;
  }
  .footer__container .right .footer-menu ul {
    display: block;
  }
  .footer__container .right .footer-menu ul li {
    display: inline-block;
    margin: 0 30px;
  }
  .footer .social-footer-icon.footer-tab-view {
    display: block;
    padding: 0 20px 50px;
    margin-top: 0;
  }
  .social-footer-icon.footer-tab-view ul.social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .social-footer-icon.footer-tab-view ul.social-icon li {
    display: inline-block;
  }
  .social-footer-icon.footer-tab-view ul.social-icon li img {
    width: 29px;
  }

  .footer .hs-menu-wrapper ul {
    display: block;
    margin: 0;
    text-align: center;
  }
  .footer .hs-menu-wrapper ul li {
    display: inline-block;
  } 
  .footer .social-footer-icon .hs-menu-wrapper ul li:last-child {
    margin-right: 20px;
  }
}

@media(max-width:767px){
  .footer__container .right {
    padding: 0;
    order: 1;
    width: 100%;
  }
  .footer__container .left {
    order: 2;
    width: 100%;
    padding-top: 30px;
  }
  .footer__container {
    flex-direction: column;
  }
  .footer__container .right .footer-menu ul {
    text-align: left;
  }
  .footer__container .right .footer-menu ul li {
    display: block;
    margin: 8px 0;
    line-height: normal;
  } 
}