/* Адаптивные стили для футера */

/* Планшеты и меньше */
@media only screen and (max-width: 991px) {
  .tp-header-3-top.tp-header-4-top {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .tp-header-3-location ul {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 25px;
  }

  .tp-header-3-location ul li {
    margin-right: 0 !important;
    width: 100%;
  }

  footer .text-end {
    text-align: center !important;
    padding-right: 0 !important;
    margin-top: 30px;
  }
}

/* Мобильные устройства */
@media only screen and (max-width: 767px) {
  .tp-header-3-top.tp-header-4-top {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .tp-header-3-location ul {
    gap: 20px;
  }

  .tp-header-3-location ul li {
    flex-direction: row;
    align-items: flex-start;
  }

  .tp-header-3-location ul li .icons {
    flex-shrink: 0;
    margin-right: 12px;
  }

  .tp-header-3-location ul li p {
    font-size: 14px;
    line-height: 1.6;
  }

  footer .text-end img {
    height: 40px !important;
  }
}

/* Очень маленькие экраны */
@media only screen and (max-width: 575px) {
  .tp-header-3-top.tp-header-4-top {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .tp-header-3-location ul {
    gap: 18px;
  }

  .tp-header-3-location ul li .icons {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }

  .tp-header-3-location ul li .icons svg {
    width: 14px;
    height: 14px;
  }

  .tp-header-3-location ul li p {
    font-size: 13px;
  }

  footer .text-end img {
    height: 35px !important;
  }
}
