.futer {
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: auto;
  background: linear-gradient(
    15deg,
    rgb(60, 60, 60),
    rgb(117, 117, 117) 40%,
    rgb(60, 60, 60) 100%
  );
  border-top: 4px solid var(--white);
  border-bottom: 4px solid var(--white);
  color: var(--white);
  clip-path: polygon(
    50% 10%,
    70% 0%,
    100% 0%,
    100% 100%,
    70% 100%,
    50% 90%,
    30% 100%,
    0% 100%,
    0% 0%,
    30% 0%
  );
  padding: 1rem;
  filter: drop-shadow(0 0 1px var(--black));
}
.futer-div {
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.sam-logo img {
  width: 40px;
}
.futer .vnimanie {
  padding: 10px;
  margin-right: 10px;
}
.futer .zvon {
  display: flex;
  align-items: center;
  margin-inline: 10px;
}
.futer .liniya img {
  padding-inline: 10px;
  height: 30px;
  width: auto;
}
.max-icon {
  margin: auto auto;
}

.futer .yandex-btn img {
  height: 25px;
  width: 70px;
  border-radius: 30%;
}
/* ===  === */

@media (max-width: 485px) {
  .vnimanie {
    font-size: 0.7rem;
  }
}
@media (max-width: 425px) {
  .futer {
    font-size: 0.7rem;
  }
  .liniya {
    display: grid;
  }
}
