@media screen and (max-width: 680px) {
  .rate-table td {
    padding-left: 2px;
    padding-right: 0;
  }
  .rate-table th {
    padding-left: 2px;
    padding-right: 0;
  }
  .rate-table td .home-exchange__currency {
    width: 75px;
    display: grid;
    grid-template-columns: 1rf;
  }
  .rate-table td .home-exchange__currency .home-exchange__label {
    margin-left: 3px;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .rate-table td .home-exchange__currency .home-exchange__label2 {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .inner {
    max-width: 980px;
  }
}

@media screen and (max-width: 991px) {
  .inner {
    max-width: 720px;
  }

  .header-toolbar {
    display: none;
  }

  .header-logo__link {
    height: 45px;
  }

  .header-nav {
    display: none;
  }

  .header-menu {
    display: block;
    font-size: 24px;
  }

  .footer-advertise {
    display: none;
  }

  .footer-image__item + .footer-image__item {
    margin-left: 15px;
  }

  .footer-link__group {
    display: block;
    white-space: nowrap;
  }

  .footer-link__row + .footer-link__row {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }

  .footer-link__external {
    display: block;
    width: 20px;
    height: 20px;
    padding-left: 0;
    margin-left: 15px;
  }

  .banner-image__wrapper {
    padding-bottom: 52.75%;
  }

  .home-service li:nth-child(odd) .home-service__image:after {
    display: none;
  }

  .home-exchange__currency span {
    font-size: 13px;
  }

  .home-exchange__button {
    width: 100%;
    margin-top: 12px;
  }

  .rate-header__button {
    width: 100%;
  }

  .rate-exchange__currency {
    font-size: 13px;
  }

  .rate-exchange__currency span {
    font-size: 13px;
  }

  .contact-whatsapp__button {
    font-size: 20px;
    padding: 15px;
  }

  .contact-whatsapp__button icon-font {
    font-size: 36px;
  }

  .contact-whatsapp__button p {
    line-height: 1.2;
  }

  .contact-address__item {
    flex-direction: column-reverse;
  }

  .contact-address__map {
    width: 100%;
    margin-right: 0;
    margin-top: 12px;
  }
}
