

/* Start:/local/templates/metib2023/components/metib/pages/private.cross-border-transfers/style.css?16950239095144*/
.transfers {
  font-weight: 400;
}
.transfers__top {
  position: relative;
  filter: drop-shadow(0px 4px 20px rgba(1, 49, 113, 0.04));
  border-radius: 20px;
}
.transfers__top .top-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 45px 54% 45px 60px;
  color: #ffffff;
  background: url("/local/templates/metib2023/components/metib/pages/private.cross-border-transfers/images/international-transfers.png") calc(100% - 60px) 50% no-repeat;
  background-size: 33%;
}
.transfers__top .top-info p {
  margin: 16px 0 0 0;
  font-size: 20px;
  line-height: 120%;
}
.transfers__top .top-info p:first-child {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .transfers__top .top-info p {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .transfers__top .top-info {
    min-height: unset;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 60%;
    padding-right: 20px;
    background-position: 50% 90%;
    background-size: 75%;
  }
}
.transfers__top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: radial-gradient(13.77% 22.96% at 75.7% 22.76%, rgba(203, 176, 255, 0.5) 0%, rgba(203, 176, 255, 0) 100%), radial-gradient(16.87% 20.07% at 81.69% 79.01%, rgba(29, 0, 89, 0.7) 0%, rgba(29, 0, 89, 0) 100%), linear-gradient(135deg, #9E6DFF 8.46%, #3F0DA4 90.85%);
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .transfers__top:before {
    background: radial-gradient(23.91% 7.74% at 39.37% 59.58%, rgba(203, 176, 255, 0.4) 0%, rgba(203, 176, 255, 0) 100%), radial-gradient(30.16% 6.47% at 54.84% 87.86%, rgba(29, 0, 89, 0.7) 0%, rgba(29, 0, 89, 0) 100%), linear-gradient(135deg, #9E6DFF 8.46%, #3F0DA4 90.85%);
  }
}
.transfers__tariffs > div {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(1, 49, 113, 0.08);
  border-radius: 20px;
}
.transfers__tariffs--list {
  display: flex;
}
.transfers__tariffs--list .list-item {
  padding: 24px 24px 32px 24px;
  flex: 0 0 50%;
  line-height: 120%;
}
.transfers__tariffs--list .list-item__pic {
  margin: 0 auto;
  height: 72px;
  width: 72px;
  border-radius: 16px;
}
.transfers__tariffs--list .list-item__pic--violet {
  background: #8339FA url("/local/templates/metib2023/components/metib/pages/private.cross-border-transfers/images/bank.svg") 50% 50% no-repeat;
  box-shadow: 0 2px 12px rgba(104, 45, 199, 0.2);
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list .list-item__pic--violet {
    background-size: 24px;
  }
}
.transfers__tariffs--list .list-item__pic--yellow {
  background: #FFC60C url("/local/templates/metib2023/components/metib/pages/private.cross-border-transfers/images/app.png") 50% 50% no-repeat;
  box-shadow: 0px 2px 12px rgba(179, 139, 9, 0.2);
  background-size: 40px;
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list .list-item__pic--yellow {
    background-size: 24px;
  }
}
.transfers__tariffs--list .list-item__pic--green {
  background: #28ca8d url("/local/templates/metib2023/components/metib/pages/private.cross-border-transfers/images/rub.svg") 50% 50% no-repeat;
  box-shadow: 0px 2px 12px rgba(30, 150, 105, 0.2);
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list .list-item__pic--green {
    background-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list .list-item__pic {
    flex: 0 0 56px;
    margin: 0 16px 0 0;
    height: 56px;
  }
}
.transfers__tariffs--list .list-item__text h3 {
  display: block;
  margin: 20px 0 0 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.transfers__tariffs--list .list-item__text h3 span {
  display: block;
  margin: 4px 0 0 0;
  min-height: 40px;
  font-size: 16px;
  line-height: 125%;
  font-weight: 500;
  text-align: center;
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list .list-item__text h3 span {
    min-height: unset;
    font-size: 14px;
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list .list-item__text h3 {
    margin-top: 0;
    font-size: 18px;
    text-align: left;
  }
}
.transfers__tariffs--list .list-item__text p {
  margin: 8px 0 0 0;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list .list-item__text p {
    font-size: 16px;
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list .list-item:last-child {
    padding-bottom: 24px;
  }
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list .list-item {
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .transfers__tariffs--list {
    display: block;
  }
}
.transfers__tariffs--text {
  padding: 0 24px 24px 24px;
}
.transfers__tariffs--text .small {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #474E57;
}
.transfers__tariffs--text .small:first-child {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .transfers__tariffs--text .small {
    font-size: 13px;
    line-height: 16px;
  }
}
@media all and (max-width: 767px) {
  .transfers__tariffs--text {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.transfers .spoiler-list {
  padding: 0 0 20px 0;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/metib2023/components/metib/pages/private.cross-border-transfers/style.css?16950239095144 */
