.section-from-to-transfer {
  padding: 16px 0 84px 0;
}
@media all and (min-width: 620px) {
  .section-from-to-transfer {
    padding: 66px 0 84px 0;
  }
}
.section-from-to-transfer .section-title {
  margin-bottom: 52px;
}
.section-from-to-transfer ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  column-gap: 28px;
}
.section-from-to-transfer ul.hidden-list {
  display: none;
}
@media all and (min-width: 1025px) {
  .section-from-to-transfer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
.section-from-to-transfer ul li {
  flex: 0 0 calc(50% - 14px);
  box-sizing: border-box;
  display: flex;
  padding: 16px 19px;
  position: relative;
  align-items: center;
  border: 1px solid rgba(0, 42, 49, 0.2);
  height: 63px;
  transition: 0.3s ease-out;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  margin-bottom: 15px;
}
@media all and (min-width: 1025px) {
  .section-from-to-transfer ul li {
    margin-bottom: 0;
  }
}
.section-from-to-transfer ul li.hidden-item.hide {
  display: none;
}
.section-from-to-transfer ul li:hover {
  box-shadow: 0 9px 25px 0 rgba(173, 173, 173, 0.55);
}
.section-from-to-transfer ul li a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.section-from-to-transfer ul li .flag {
  line-height: 1;
  height: 30px;
  object-fit: cover;
}
.section-from-to-transfer ul li .arrow-separator {
  margin: 0 5px;
  display: flex;
  align-self: center;
}
.section-from-to-transfer ul li .arrow-separator + img {
  margin-right: 10px;
}
@media all and (min-width: 1025px) {
  .section-from-to-transfer ul li .arrow-separator + img {
    margin-right: 5px;
  }
}
.section-from-to-transfer ul li .arrow-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-from-to-transfer ul li .send-text {
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  color: #1e1e1e;
  font-weight: 300;
  margin: 0 5px;
}
@media all and (min-width: 768px) {
  .section-from-to-transfer ul li .send-text {
    font-size: 13px;
  }
}
@media all and (min-width: 1175px) {
  .section-from-to-transfer ul li .send-text {
    font-size: 15px;
  }
}
.section-from-to-transfer ul li .send-text:first-of-type {
  display: none;
}
@media all and (min-width: 620px) {
  .section-from-to-transfer ul li .send-text:first-of-type {
    display: inline-block;
  }
}
.section-from-to-transfer ul li .send-country {
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
  color: #353535;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .section-from-to-transfer ul li .send-country {
    font-size: 14px;
  }
}
@media all and (min-width: 1175px) {
  .section-from-to-transfer ul li .send-country {
    font-size: 15px;
  }
}
.section-from-to-transfer .ce-load-more-countries {
  position: relative;
  margin-top: 30px;
}
.section-from-to-transfer .ce-load-more-countries::before, .section-from-to-transfer .ce-load-more-countries::after {
  content: "";
  width: calc(50% - 27px);
  display: block;
  border-bottom: 1px solid #cecece;
  position: absolute;
  top: 12px;
}
.section-from-to-transfer .ce-load-more-countries::after {
  right: 0;
}
.section-from-to-transfer .ce-load-more-countries span.load-more-arrow {
  cursor: pointer;
  width: 27px;
  height: 27px;
  position: absolute;
}
.section-from-to-transfer .ce-load-more-countries span.load-more-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-color: #353535;
  border-width: 0 2px 2px 0;
  border-style: solid;
  height: 8px;
  top: 8px;
  width: 8px;
  left: -5px;
  transform: rotate(45deg);
  z-index: 999999;
}
.section-from-to-transfer .ce-load-more-countries.active span.load-more-arrow:after {
  transform: rotate(-135deg);
}

/*# sourceMappingURL=from-to-transfer.css.map */
