.new-footer {
  background-color: #fff;
}
.new-footer.programmbank-index .container{
  border-top: 1px solid  #C4C4C6;
  padding-top: 40px;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: static;
  background: rgb(0, 139, 138);
  height: auto;
  color: #272728;
  padding: 40px 0 30px;
  margin-top: 30px;
  margin-top: auto;
}
.container {
  max-width: 1234px;
  margin: 0 auto;
  padding: 0;
}
.mobile-app-links {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__link {
  color: #272728;

  font-size: 14px;
  font-style: normal;
  line-height: 20px; /* 142.857% */
}
.footer__link:hover {
  color: #007cf0;
  text-decoration: underline !important;
}
footer .contact-item{
  padding: 0;
}
.contact-value {
  color: var(--text-gray-primary, #272728);

  font-family: Ubuntu-Medium;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
}
.contact-label {
  color: #838386;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.footer-links {
  display: flex;
  justify-content: space-between;
}
.icon__wrapper{
width: 46px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
}
.icon__wrapper img {
  padding: 10px;

}
.icon__wrapper:hover {
  background: #f5f5f5;
  border-radius: 8px;
}
h5.mobile-app-title {
  color: #272728;
  font-size: 14px;
  font-style: normal;
  font-family: Ubuntu-Medium;
  line-height: 20px;
  max-width: 190px;
}
.footer--links__block {
  display: grid;
      grid-template-columns: 325px auto 1fr ;
     column-gap: 76px;
     margin-left: auto;
}  .footer--links__block .footer__col:nth-last-child(3){
  gap:16px;
}
.separator{
  margin-block: 20px;
}
div.social-links {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}
.footer__col.last-col{
  gap:8px;
}
.separator{
  height: 0.748px;
background-color:  #E1E2E2;
}
.copyright-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-block img{
  object-fit: cover;
  height: 29px;
}
.copyright-block span{
  color:  #272728;

font-size:  12px;
font-style: normal;
font-weight: 400;
line-height: 17px; 
}
.companies__logo{
  display: flex;
  align-items: center;
  gap:20px;
}
.mobile-only{
  display: none;
}
.desktop-only{
  display: inline;
}

@media screen and (max-width:1200px) {
.mobile-only{
  display: inline;
}
.desktop-only{
  display: none;
}
  .separator-mobile{
      height: 0.748px;
      background-color:  #E1E2E2;
      margin-block: 16px;
  }
 footer .social-links img{
    width:32px;
    height:32px;
  }
  footer{
      padding:24px 16px;
  }
  .footer-links{
      flex-direction: column-reverse;
  }
  .footer--links__block{
      display: flex;
      flex-direction: column;
  }
  h5.mobile-app-title{
      max-width: fit-content;
      color: var(--text-gray-primary, #272728);
      font-family:  Ubuntu;
font-size:  14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
  }
}