.footer {
  background: linear-gradient(#151515cc, #151515cc),
    url(/static/img/glitter.png) no-repeat;
  background-size: cover;
}
a {
  text-decoration: none;
}
.footpad {
  padding-top: 78px;
}
.footer h2 {
  font-weight: 500;
  font-family: Gilroy;
  font-size: 16px;
  line-height: 18.83px;
  color: white;
  margin-bottom: 24px;
}
.footer h3 {
  font-family: Gilroy;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.34px;
  color: white;
  margin-bottom: 24px;
}
.contacts {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contacts h4 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.56px;
  color: white;
}
.telegram {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.footer h5 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 18.56px;
}
.footlin {
  width: 100%;
  border: 1px solid #efdaed;
  margin-top: 30px;
  margin-bottom: 31px;
}
.footer h6 {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.24px;
  color: white;
}
.rightfoot {
  display: flex;
  align-items: center;
  gap: 32px;
}
.forfootik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3%;
}
.forsmalldivs {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1400px) {
  .container-fluid {
    width: 1230px;
  }
}
.forlinks div {
  cursor: pointer;
}
.bottom-plashki {
  display: flex;
  gap: 16px;
}
.bottom-plashki img {
  width: 240px;
}
@media (max-width: 1199px) {
  .first-part-footer {
    display: flex;
    flex-direction: column;
  }
  .bottom-plashki img {
    width: 460px;
  }
  .bottom-plashki {
    margin-bottom: 30px;
  }
  .footer a {
    display: block;
    height: 25px;
  }
  .forlinks h3 {
    text-align: right;
  }
  .forlinks div {
    justify-content: end;
  }
  .forcontacts h3 {
    text-align: center;
  }
  .contacts {
    justify-content: center;
  }
  .fio1 {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .zdes {
    top: 71%;
  }
}
@media (max-width: 992px) {
  .bottom-plashki img {
    width: 338px;
  }
  .zavitka {
    top: 65%;
  }
  .zdes {
    top: 75%;
    right: -3%;
  }
}
@media (max-width: 840px) {
  .zdes {
    font-size: 20px;
    right: 4%;
  }
}
@media (max-width: 767px) {
  .zdes {
    font-size: 15px;
    top: 78%;
  }
  .bottom-plashki img {
    width: 254px !important;
  }
  .contacts h4 {
    font-size: 12px;
  }
}
@media (max-width: 577px) {
  .bottom-plashki {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .bottom-plashki img {
    width: 80% !important;
  }
  .links {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
  .contacts h4 {
    font-size: 20px;
  }
  .forlinks {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
  }
  .forfootik {
    align-items: baseline;
    flex-direction: column;
  }
  .forgap {
    --bs-gutter-x: 0px;
  }
}
