@media (min-width: 1024px) {
  .exchange-rates__inner {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .exchange-rates__left-col, .exchange-rates__right-col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .exchange-rates__right-col {
    margin-left: 30px;
  }
}
.exchange-rates__table-wrapper {
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .exchange-rates__table-wrapper {
    margin: 0;
  }
}
.exchange-rates table {
  width: 100% !important;
  border-color: transparent;
  border-collapse: collapse;
  border-spacing: 0 !important;
}
@media (min-width: 1024px) {
  .exchange-rates thead tr {
    font-size: 1rem;
  }
}
.exchange-rates thead th:first-child {
  text-align: left !important;
}
.exchange-rates thead td,
.exchange-rates thead th {
  padding: 15px 10px 0 !important;
}
@media (min-width: 1280px) {
  .exchange-rates thead td,
  .exchange-rates thead th {
    padding: 15px 22px 0 !important;
  }
}
@media (min-width: 1024px) {
  .exchange-rates tbody tr {
    border-bottom: 1px solid #F5F7FA;
  }
}
.exchange-rates tr {
  color: currentColor !important;
}
.exchange-rates tr td,
.exchange-rates tr th {
  border-color: transparent;
  font-weight: normal;
}
.exchange-rates tr td {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .exchange-rates tr td {
    font-size: 1.5rem;
  }
}
.exchange-rates tr td:first-child {
  font-family: FuturaPTHeavy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 1280px) {
  .exchange-rates tr td:first-child {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 16px 5px 16px 22px !important;
  }
}
.exchange-rates tr td:nth-child(3), .exchange-rates tr td:nth-child(4) {
  font-family: FuturaPTMedium, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.exchange-rates td,
.exchange-rates th {
  width: 25%;
  padding: 15px 10px !important;
  text-align: right !important;
}
@media (min-width: 1024px) {
  .exchange-rates td,
  .exchange-rates th {
    width: auto !important;
  }
}
@media (min-width: 1280px) {
  .exchange-rates td,
  .exchange-rates th {
    padding: 15px 10px !important;
  }
}
.exchange-rates td:first-child {
  text-align: left !important;
}
@media (min-width: 1280px) {
  .exchange-rates__currency-caption {
    font-family: FuturaPTBook, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    line-height: 1.5;
  }
}
.exchange-rates__important-note {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}
.exchange-rates__important-note::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='8' cy='8' r='8' fill='%23FFAE36'/%3E %3Cpath d='M8.81319 9.29429H7.18681V4H8.81319V9.29429ZM7.28571 11.6955C7.09524 11.4846 7 11.2308 7 10.9341C7 10.6374 7.09524 10.3875 7.28571 10.1845C7.48352 9.97365 7.72161 9.86823 8 9.86823C8.27839 9.86823 8.51282 9.97365 8.7033 10.1845C8.9011 10.3875 9 10.6374 9 10.9341C9 11.2308 8.9011 11.4846 8.7033 11.6955C8.51282 11.8985 8.27839 12 8 12C7.72161 12 7.48352 11.8985 7.28571 11.6955Z' fill='%23262633'/%3E %3C/svg%3E");
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.exchange-rates__converter {
  padding: 30px 20px;
  background-color: #F5F7FA;
  border-radius: 4px;
  box-shadow: 0 1px 1px #D0E2FD;
}
@media (min-width: 1024px) {
  .exchange-rates__converter {
    padding: 30px 40px;
  }
}
.exchange-rates__converter-caption {
  font-family: FuturaPTHeavy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .exchange-rates__converter-caption {
    margin-bottom: 17px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.exchange-rates__inputs {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .exchange-rates__inputs {
    margin-right: 10px;
  }
}
@media (min-width: 1280px) {
  .exchange-rates__result {
    margin-left: 50px;
  }
}
.exchange-rates__result-text {
  font-size: 0.875rem;
}
.exchange-rates__result-sum {
  font-family: FuturaPTHeavy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .exchange-rates__result-sum {
    font-size: 1.5rem;
  }
}
.exchange-rates__info-note {
  font-family: FuturaPTMedium, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  line-height: 1.5;
}
.exchange-rates__select {
  width: 100px;
  margin-left: 10px;
}
.exchange-rates p a {
  color: #00A388;
  text-decoration: none;
}
@keyframes animation-wiooy9 {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.skeleton {
  box-sizing: content-box;
  display: inline-block;
  background-color: rgba(245, 247, 250, 0.5);
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 3px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.skeleton::after {
  animation: animation-wiooy9 1.6s linear 0.5s infinite;
  background: linear-gradient(90deg, transparent, #F5F7FA, transparent);
  content: "";
  position: absolute;
  transform: translateX(-100%);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/*# sourceMappingURL=exchange-rates.3cfa2e03e057e33fceeb.css.map*/