.social-icons img {
  height: 43px;
}

footer {
  background: #4a4a49;

}

.foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /*border: 1px solid yellow;*/
}

.foot > div {
  /*border: 1px solid red;*/
  position: relative;
}

.foot .clickr {
  position: absolute;
  cursor: pointer;
  /*border:1px solid red;*/

}

.foot > div > img {
  height: 13vw;
  min-height: 120px;
  max-height: 200px;
}

footer nav {
  column-count: 1;
}

footer .foot nav a:hover {
  color: #00a5d4 !important;
}
.c_bw {
  width: 100%;
  height: 50%;
}
.c_ps {
  top:50%;
  width: 100%;
  height: 50%;
}
.c_ka, .c_swka {
  width:30%;
  height: 100%;
}
.c_ka {
  left:30%;
  width: 70%;
}
@media (max-width: 960px) {

  .foot {
    flex-wrap: wrap;
    gap: 50px;
    /*justify-content: center;*/
  }

  .foot > div {
    width: 45%;
  }

  .foot > div:last-child {
    margin-right: auto;
  }

  .foot > div > img {
    height: 20vw;
    min-height: 140px;
    max-height: 200px;
  }
}

@media (max-width: 550px) {
  .foot {
    flex-direction: column;

  }
  .foot > div {
    width: 70%;
  }

}