footer {
  background: url("../img/footer_back.png") no-repeat;
  background-size: 100% 101%;
    padding: 200px 0 40px ;
    overflow: hidden;
    position: relative;
      margin-top: 100px;  
    z-index:  1;
 }
  .rigth_footer {
  position: absolute;
  bottom: 3%;
  z-index: -1;
  left: 0;
}

 
.content_footer {
  margin: auto;
  max-width: 1103px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
   .logo_footer {
  width: auto;
  height: auto;
  max-width: 471.44px;
  max-height:188.37px;
 }

 .flex_footer h6 {
  color: #ACACAC;
  font-size:20px ;
  transition: var(--transition);
 }
 .flex_footer h6:hover {
  color: var(--unnamed-color-c5f74e);
 }

 .flex_footer {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 40px;
   padding-top: 50px;
 }
 .card_footer {
  width: 53px;
height: 51px;
display: flex;
justify-content: center;
align-items: center;
 }
 


.puiux-img {
  width: auto;
  height: auto;
  max-width: 100.84px;
  max-height: 38.56px;
}
  
 
.flex-gap-contect-foot {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  transition: var(--transition);
  gap: 30px;
  align-items: center;
  padding-top: 50px;
}
.foot-puiux {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 80px;
}
.foot-puiux p {
  font-size: 14px;
  color: var(--unnamed-color-ffffff);
}
.foot-puiux p span {
  color: var(--unnamed-color-c5f74e);
  font-size: 14px;
  font-weight: bold;
}
.card_footer {
  width: 53px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  background: url("../img/card_footer.png") no-repeat;
  background-size: 100% 100%;
}
.card_footer i {
  color: #ACACAC;
  transition: var(--transition);
  font-weight: bold;
  font-size: 20px;
}
.card_footer:hover i {
  color: var(--unnamed-color-c5f74e);
 }
.card_footer:hover {
  color: var(--unnamed-color-c5f74e);
  background: url("../img/card_footer_hover.png") no-repeat;
}
.flex_footer_card {
  display: flex;
  gap: 15px;
}
 
.content_footer .p {
  max-width: 586px;
  color: #ACACAC;
  text-align: center;
  font-size: 20px;
}

