@import "/style/forAll.css";
.footer__content {
  display: flex;
  width: 1213px;
  height: 149px;
  margin: 55px 60px 55px 60px;
  align-items: start;
  flex-direction: row;
  justify-content: space-between;
}

.footer__box {
  position: relative;
  width:100%;
  height: 259px;
  flex-shrink: 0;
  background: url("../src/background_for_label.png");
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 50px;
  z-index:3;
}

.footer__box-contacts {
  margin-left: 240px;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.footer__logo {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.footer__a-box {
  display: flex;
  margin-left: 124px;
  flex-direction: column;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.footer__p-box {
  display: flex;
  margin-left: 244px;
  flex-direction: column;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.footer__a-1 {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 25px;
}
.footer__a-2 {
  color: #c9c7c7;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.footer__a-3 {
  color: #c9c7c7;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.footer__a-5 {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 25px;
}
.footer__a-4 {
  color: #c9c7c7;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.footer__a-6 {
  color: #c9c7c7;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.footer__a-7 {
  color: #c9c7c7;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.footer__a-8 {
  color: #c9c7c7;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  outline: none;
  margin-bottom: 10px;
}

.footer__contact {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 25px;
}

.footer__phone {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 17px;
}
@media (max-width: 1114px) {
  .footer__box-contacts {
    margin-left: 122px;
  }
}
@media (max-width: 1000px) {
  .footer__p-box {
    margin-left: 122px;
  }
}
@media (max-width: 880px) {
  .footer__box-contacts {
    margin-left: 20px;
  }
  .footer__p-box {
    margin-left: 20px;
  }
  .footer__a-box {
    margin-left: 20px;
  }
}
@media (max-width: 570px) {
  .footer__logo {
    display: none;
  }
  .footer__h{
    font-size: 16px;
  }
  .footer__a{
    font-size: 14px;
  }
}

.cnt .fa-phone {
  font-size: 22px;
}

.cnt .fa, .cnt .fab {
  margin-right: 10px;
}