:root {
  --bs-link-decoration: none;
}
a {
  text-decoration: none;
}
* > a {
  text-decoration: none;
}
* > * > a {
  text-decoration: none;
}
.footer__widget {
  margin-bottom: 30px;
  overflow: hidden;
}
.footer__widget h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer__widget ul {
  width: 50%;
  float: left;
}
.footer__widget ul li {
  list-style: none;
}
.footer__widget ul li a {
  color: #fdfdfd;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.footer__widget ul li a:hover {
  color: #fe1616;
  /* font-size: 14px; */
  /* line-height: 26px; */
  /* font-weight: 600; */
}
.footer__widget p {
  font-size: 14px;
  color: #1c1c1c;
  margin-bottom: 30px;
}
.footer__widget form {
  position: relative;
  margin-bottom: 30px;
}
.footer__widget form input {
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  color: #1c1c1c;
  height: 46px;
  border: 1px solid #ededed;
}
.footer__widget form input::placeholder {
  color: #1c1c1c;
}
.footer__widget form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 26px;
  height: 100%;
}
.footer__widget .footer__widget__social a {
  display: inline-block;
  height: 41px;
  width: 41px;
  font-size: 16px;
  color: #404040;
  border: 1px solid #ededed;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  background: #ffffff;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-right: 10px;
}

.footer__widget .footer__widget__social a:hover {
  background: #fe1616;
  color: #ffffffff;
  border-color: #ffffff;
}
.footer__widget .footer__widget__social a:last-child {
  margin-right: 0;
}
.footer__widget .footer__widget__social a:hover {
  background: #fe1616;
  color: #ffffff;
  border-color: #ffffff;
}
