.footer {
  background-color: #fff;
}
.footer_top,
.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}
.footer_bottom div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #555f62;
  gap: 20px;
  font-size: 12px;
}
.footer_bottom svg {
  width: 21px;
  height: 32px;
}
.footer_bottom a {
  color: #555f62;
}
.footer_main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.footer_main .flex_row {
  display: flex;
  gap: 50px;
}
.footer_main .flex_row a:hover {
  color: #182cc0;
}

.footer_main .flex_column a:hover {
  text-decoration: underline;
}

.footer_main div nav {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer h3 {
  color: black;
  padding: 20px 0px;
  width:210px;
}
.footer_main a {
  color: #555f62;
  display: flex;
  gap: 5px;
}
.footer_buttons_flex button {
  border: none;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  background-color: #f9fafa;
  cursor: pointer;
  color: #555f62;
}
.footer_buttons_flex button:hover {
  color: #182cc0;
  background-color: #eee;
}
.with_border span {
  display: none;
  color:black;
  font-size: 20px;
}
#mob_none1, #mob_none2, #mob_none3, #mob_none4 , #mob_none5, #mob_none6  {
  display: block;
}
#mob_none1 a, #mob_none2 a, #mob_none3 a , #mob_none4 a, #mob_none5 a, #mob_none6 a{
  padding-top:25px;
  display: block;
}
hr {
  margin:0;
  padding:0;
}

@media only screen and (max-width: 950px) {
  .footer_main {
    flex-direction: column;
    gap: 10px;
  }
  .footer_main .flex_row {
    flex-direction: column;
    gap: 0px;
  }
  .footer_bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    background-color: #f9fafa;;
  }
  #mob_none1, #mob_none2, #mob_none3, #mob_none4 , #mob_none5, #mob_none6 {
    display: none;
  }
  
  #mob_none1 a, #mob_none2 a, #mob_none3 a , #mob_none4 a, #mob_none5 a, #mob_none6 a{
    padding-top:25px;
    padding-left:15px;
  }
  .with_border {
    border-bottom: 1px solid #d1d5d6;
    padding: 0;
  }
  .with_border a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
  .with_top_border {
    border-top: 1px solid #d1d5d6;
  }
  .with_border span {
    display: block;
  }
  .flex_column{
    padding: 15px;
  }
.lang_footer_btn {
    display:block;
    margin-right:15px;
  }
  .lang_footer_btn :first-child{
    padding-right:7px;
  }
.footer_bottom div {
  padding:0px 15px;
}
.footer_logo{
  padding-left: 20px;
}
.flex_row {
  padding-bottom: 0px;
} 
  }
  

  

