.footer {
  background-color: #081828;
  position: relative;
}

.footer .footer-top .inner-content {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff26;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .inner-content {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .footer .footer-top .inner-content {
    padding: 20px 0;
    text-align: center;
  }
}

.footer .footer-top .footer-logo a img {
  width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .footer-logo a img {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .footer .footer-top .footer-logo a img {
    width: 190px;
  }

  .footer .footer-top .footer-newsletter {
    padding: 0 20px;
  }
}

.footer .footer-top .footer-contact .title,
.footer .footer-top .footer-newsletter .title {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .footer-contact .title,
  .footer .footer-top .footer-newsletter .title {
    margin-bottom: 20px;
    display: block;
  }
}

@media (max-width: 767px) {
  .footer .footer-top .footer-contact .title,
  .footer .footer-top .footer-newsletter .title {
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    width: 100%;
  }

  .footer .footer-top .footer-contact {
    padding: 0 20px;
  }
}

.footer .footer-top .footer-contact .title span,
.footer .footer-top .footer-newsletter .title span {
  color: #c2c2c2;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer .footer-top .footer-contact .title span,
  .footer .footer-top .footer-newsletter .title span {
    margin-top: 10px;
  }
}

.footer .footer-top .footer-newsletter .newsletter-form {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .footer-newsletter .newsletter-form {
    float: none;
  }
}

@media (max-width: 767px) {
  .footer .footer-top .footer-newsletter .newsletter-form {
    float: none;
    margin-top: 20px;
  }
}

.footer .footer-top .footer-newsletter .newsletter-form input {
  height: 50px;
  background-color: hsla(0, 0%, 100%, 0.308);
  border-radius: 4px;
  width: 300px;
  display: inline-block;
  border: none;
  padding: 0 20px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-top .footer-newsletter .newsletter-form input {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .footer .footer-top .footer-newsletter .newsletter-form input {
    width: 100%;
    text-align: center;
  }
}

.footer .footer-top .footer-newsletter .newsletter-form input::placeholder {
  color: #fff;
}

.footer .footer-top .footer-newsletter .newsletter-form .button {
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  .footer .footer-top .footer-newsletter .newsletter-form .button {
    margin: 10px 0 0;
    top: 0;
    width: 100%;
  }
}

.footer .footer-top .footer-newsletter .newsletter-form .button .btn {
  height: 50px;
}

@media (max-width: 767px) {
  .footer .footer-top .footer-newsletter .newsletter-form .button .btn {
    width: 100%;
  }
}

.footer .footer-top .footer-newsletter .newsletter-form .button .btn:hover {
  color: #081828;
  background-color: #fff;
}

.footer .footer-medium .bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer .footer-medium .f-link ul {
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .footer .footer-medium .f-link ul {
    display: inline-block;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}

/* 🎨 Стили для баннеров в футере */
.footer .footer-medium .footer-banners {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}

.footer .footer-medium .footer-banner-item {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer .footer-medium .footer-banner-item:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.footer .footer-medium .footer-banner-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.footer .footer-medium .footer-banner-content {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.footer .footer-medium .footer-banner-content:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.footer .footer-medium .footer-banner-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.footer .footer-medium .footer-banner-text {
  flex: 1;
}

.footer .footer-medium .footer-banner-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 1.3;
}

.footer .footer-medium .footer-banner-subtitle {
  color: #cccccc;
  font-size: 14px;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.footer .footer-medium .footer-banner-button {
  display: inline-block;
  background: #0167f3;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}

.footer .footer-medium .footer-banner-content:hover .footer-banner-button {
  background: #0154d1;
}

/* Адаптивные стили для баннеров */
@media (max-width: 767px) {
  .footer .footer-medium .footer-banners {
    padding: 15px 0;
    text-align: center;
  }

  .footer .footer-medium .footer-banner-content {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .footer .footer-medium .footer-banner-image {
    width: 50px;
    height: 50px;
  }

  .footer .footer-medium .footer-banner-title {
    font-size: 15px;
  }

  .footer .footer-medium .footer-banner-subtitle {
    font-size: 13px;
  }
}
.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 30px;
  background-color: #0167f3;
  color: #fff;
  border: none;
  transition: 0.2s;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #081828;
  box-shadow: 0 4px 4px #0000000f;
}

.button .btn-alt {
  background-color: #081828 !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn-alt:hover {
  background-color: #0167f3 !important;
  color: #fff !important;
}

.footer .single-footer {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 30px;
    text-align: center;
  }
}

.footer .single-footer h3 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.footer .single-footer h3:before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #0167f3;
  content: "";
}

@media (max-width: 767px) {
  .footer .single-footer h3:before {
    left: 50%;
    margin-left: -20px;
  }
}

.footer .single-footer.f-link ul li {
  display: block;
  margin-bottom: 12px;
  position: relative;
}

.footer .single-footer.f-link ul li:last-child {
  margin-bottom: 0;
}

.footer .single-footer.f-link ul li a {
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.footer .single-footer.f-link ul li a:hover {
  padding-left: 5px;
  color: #0167f3;
}

.footer .footer-bottom .inner-content {
  border-top: 1px solid #ffffff26;
  padding: 25px 0;
}

@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-bottom .inner-content {
    text-align: center;
  }

  .footer .footer-bottom .payment-gateway {
    margin-bottom: 12px;
  }
}

/* 📊 Стили для блока счетчиков аналитики */
.footer .footer-bottom .analytics-counters {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .footer-bottom .analytics-counters span {
  display: inline-block;
  margin-right: 12px;
  color: #fff;
  font-size: 14px;
}

.footer .footer-bottom .analytics-counters .counter-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer .footer-bottom .analytics-counters .counter-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.footer .footer-bottom .analytics-counters .counter-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.footer .footer-bottom .analytics-counters .counter-item i {
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer .footer-bottom .analytics-counters {
    justify-content: center;
    margin-bottom: 12px;
  }

  .footer .footer-bottom .analytics-counters span {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
}

.footer .footer-bottom .payment-gateway span {
  display: inline-block;
  margin-right: 12px;
  color: #fff;
}

@media (max-width: 767px) {
  .footer .footer-bottom .payment-gateway span {
    display: block;
    margin: 0 0 10px;
  }
}

.footer .footer-bottom .payment-gateway img {
  width: 200px;
}

.footer .footer-bottom .copyright {
  text-align: center;
}

@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-bottom .copyright {
    margin-bottom: 12px;
  }
}

.footer .footer-bottom .copyright p {
  color: #fff;
}

.footer .footer-bottom .copyright p a {
  color: #eee;
  display: inline-block;
  margin-left: 4px;
  text-decoration: none;
}

.footer .footer-bottom .copyright p a:hover {
  color: #0167f3;
}

.footer .footer-bottom .socila {
  display: block;
  float: right;
}

@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-bottom .socila {
    float: none;
    text-align: center;
  }
}

.footer .footer-bottom .socila li {
  margin: 0 5px 0 0;
  display: inline-block;
}

.footer .footer-bottom .socila li:last-child {
  margin: 0;
}

.footer .footer-bottom .socila li a {
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 50%;
  line-height: 35px;
  font-size: 15px;
}

.footer .footer-bottom .socila li a:hover {
  background-color: #0167f3;
  color: #fff;
  border-color: transparent;
}

.footer .footer-bottom .socila li span {
  display: inline-block;
  color: #fff;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .footer .footer-bottom .socila li span {
    display: none;
  }
}

.color-danger {
  color: #f73232 !important;
}

.header-banner {
  background-color: #4757d2;
  text-align: center;
  color: #fff;
}

.slide-up {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}

.header-banner .content {
  margin-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0.15625rem;
  height: 2.1875rem;
}

.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #0167f3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff !important;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
}

.scroll-top:hover {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}

/* 🎨 Стили для баннеров в верхней части футера */
.footer .footer-top .footer-top-banners {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}

.footer .footer-top .footer-top-banner-item {
  width: 100%;
  transition: transform 0.3s ease;
}

.footer .footer-top .footer-top-banner-item:hover {
  transform: scale(1.02);
}

.footer .footer-top .footer-top-banner-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.footer .footer-top .footer-top-banner-content {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.footer .footer-top .footer-top-banner-content:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
}

.footer .footer-top .footer-top-banner-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.footer .footer-top .footer-top-banner-text {
  flex: 1;
  text-align: center;
}

.footer .footer-top .footer-top-banner-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 3px 0;
  line-height: 1.3;
}

.footer .footer-top .footer-top-banner-subtitle {
  color: #cccccc;
  font-size: 12px;
  margin: 0 0 5px 0;
  line-height: 1.4;
}

.footer .footer-top .footer-top-banner-button {
  display: inline-block;
  background: #0167f3;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}

.footer .footer-top .footer-top-banner-content:hover .footer-top-banner-button {
  background: #0154d1;
}

/* Адаптивные стили для баннеров в топе */
@media (max-width: 767px) {
  .footer .footer-top .footer-top-banner-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 12px;
  }

  .footer .footer-top .footer-top-banner-image {
    width: 40px;
    height: 40px;
  }

  .footer .footer-top .footer-top-banner-title {
    font-size: 15px;
  }

  .footer .footer-top .footer-top-banner-subtitle {
    font-size: 13px;
  }
}

/* 🎨 Стили для заглушки баннера */
.footer .footer-top .footer-banner-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.footer .footer-top .footer-banner-placeholder:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.footer .footer-top .footer-banner-placeholder .placeholder-content {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-top .footer-banner-placeholder .placeholder-content i {
  font-size: 20px;
  margin-bottom: 4px;
  display: block;
  color: rgba(255, 255, 255, 0.4);
}

.footer .footer-top .footer-banner-placeholder .placeholder-content p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

.footer .footer-top .footer-banner-placeholder .placeholder-content small {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .footer .footer-top .footer-banner-placeholder {
    height: 50px;
  }

  .footer .footer-top .footer-banner-placeholder .placeholder-content i {
    font-size: 16px;
  }

  .footer .footer-top .footer-banner-placeholder .placeholder-content p {
    font-size: 11px;
  }

  .footer .footer-top .footer-banner-placeholder .placeholder-content small {
    font-size: 9px;
  }
}

/* 📞 Стили для блока консультации в футере */
.footer .footer-top .footer-consultation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  text-align: right;
  padding: 10px 0;
}

/* Заголовок "Нужна консультация?" */
.footer .footer-top .footer-consultation .consultation-title {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 0;
  letter-spacing: 0.3px;
}

/* Блок с телефоном */
.footer .footer-top .footer-consultation .consultation-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Иконка телефона */
.footer .footer-top .footer-consultation .consultation-phone i {
  font-size: 22px;
  color: #0167f3;
}

/* Крупный номер телефона - подогнан под размер логотипа */
.footer .footer-top .footer-consultation .main-phone-link {
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}

.footer .footer-top .footer-consultation .main-phone-link:hover {
  color: #0167f3 !important;
}

/* Адаптивные стили для консультации */
/* Планшеты и небольшие экраны */
@media (max-width: 1199px) {
  .footer .footer-top .footer-consultation .consultation-title {
    font-size: 15px;
  }

  .footer .footer-top .footer-consultation .main-phone-link {
    font-size: 20px !important;
  }

  .footer .footer-top .footer-consultation .consultation-phone i {
    font-size: 20px;
  }
}

/* Средние экраны */
@media (max-width: 991px) {
  .footer .footer-top .footer-consultation {
    text-align: center;
    align-items: center;
    padding: 15px 10px;
  }

  .footer .footer-top .footer-consultation .consultation-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .footer .footer-top .footer-consultation .main-phone-link {
    font-size: 19px !important;
    line-height: 1.2;
  }

  .footer .footer-top .footer-consultation .consultation-phone {
    flex-direction: column;
    gap: 6px;
  }

  .footer .footer-top .footer-consultation .consultation-phone i {
    font-size: 18px;
  }
}

/* Маленькие экраны и мобильные */
@media (max-width: 767px) {
  .footer .footer-top .footer-consultation {
    padding: 15px 10px;
    text-align: center;
    align-items: center;
  }

  .footer .footer-top .footer-consultation .consultation-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .footer .footer-top .footer-consultation .consultation-phone i {
    font-size: 18px;
  }

  .footer .footer-top .footer-consultation .main-phone-link {
    font-size: 17px !important;
    word-break: break-all;
    line-height: 1.3;
  }
}

/* Очень маленькие экраны */
@media (max-width: 576px) {
  .footer .footer-top .footer-consultation .main-phone-link {
    font-size: 16px !important;
    word-break: break-all;
  }

  .footer .footer-top .footer-consultation .consultation-phone {
    flex-direction: column;
    gap: 4px;
  }
}

.footer .footer-top .footer-contact .contact-info-list {
  text-align: left;
  max-width: 300px;
  margin-left: auto;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .footer-contact {
    justify-content: center;
  }
  .footer .footer-top .footer-contact .contact-info-list {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer .footer-top .footer-contact {
    justify-content: center;
  }
  .footer .footer-top .footer-contact .contact-info-list {
    text-align: center;
    margin-top: 20px;
  }
}

.footer .footer-top .footer-contact .contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 8px 0;
  text-align: left;
}

.footer .footer-top .footer-contact .phone-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 4px 0;
  text-align: left;
}

.footer .footer-top .footer-contact .contact-item i {
  font-size: 16px;
  color: #0167f3;
  width: 20px;
  flex-shrink: 0;
}

.footer .footer-top .footer-contact .phone-item i {
  font-size: 20px;
  color: #0167f3;
  width: 24px;
  flex-shrink: 0;
}

.footer .footer-top .footer-contact .contact-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer .footer-top .footer-contact .phone-link {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer .footer-top .footer-contact .contact-link:hover,
.footer .footer-top .footer-contact .phone-link:hover {
  color: #0167f3;
}

.footer .footer-top .footer-contact .contact-link small {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  font-weight: 400;
}

.footer .footer-top .footer-contact .contact-text {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
}

/* Усиление белого цвета для всех текстов - МАКСИМАЛЬНАЯ СПЕЦИФИЧНОСТЬ */
.footer .footer-top .footer-contact .contact-info-list .contact-item .contact-link,
.footer .footer-top .footer-contact .contact-info-list .contact-item .phone-link,
.footer .footer-top .footer-contact .contact-info-list .contact-item a,
.footer .footer-top .footer-contact .contact-info-list .phone-item a,
.footer .footer-top .footer-contact .contact-info-list .phone-item .phone-link {
  color: #ffffff !important;
  text-decoration: none !important;
}

.footer .footer-top .footer-contact .contact-info-list .contact-item .contact-text,
.footer .footer-top .footer-contact .contact-info-list .contact-item span:not(.contact-link),
.footer .footer-top .footer-contact .contact-info-list .contact-item span.contact-text {
  color: #ffffff !important;
}

.footer .footer-top .footer-contact .contact-info-list .contact-item .contact-link small,
.footer .footer-top .footer-contact .contact-info-list .contact-item small,
.footer .footer-top .footer-contact .contact-info-list .phone-item small {
  color: #ffffff !important;
  font-weight: 400 !important;
}

/* Стили для описания телефона - такой же размер как номер */
.footer .footer-top .footer-contact .phone-description {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-left: 5px;
}

/* Специально для ссылок - перебиваем все возможные стили */
.footer .footer-top .footer-contact a:link,
.footer .footer-top .footer-contact a:visited,
.footer .footer-top .footer-contact a:hover,
.footer .footer-top .footer-contact a:active {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .footer .footer-top .footer-contact .contact-item {
    justify-content: center;
    text-align: center;
  }

  .footer .footer-top .footer-contact .contact-link,
  .footer .footer-top .footer-contact .contact-text {
    text-align: center;
  }
}
