.section * {
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
  margin: unset;
  padding: unset;
  font-family: "Mulish", sans-serif;
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section {
  display: flex;
  justify-content: center;
  margin: 0 0 160px;
  max-width: 2560px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .section {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 650px) {
  .section {
    margin: 0 0 100px;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 100px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .container {
    padding: 0 154px;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    padding: 0 36px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .container {
    padding: 0 20px;
  }
}
.container--small {
  padding: 0 200px;
}
@media screen and (max-width: 1600px) {
  .container--small {
    padding: 0 217px;
  }
}
@media screen and (max-width: 1366px) {
  .container--small {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .container--small {
    padding: 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .container--small {
    padding: 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .container--small {
    padding: 0 20px;
  }
}

.title {
  color: #000000;
  font-size: 80px;
  font-weight: 800;
  line-height: 105%;
}
@media screen and (max-width: 1600px) {
  .title {
    font-size: 56px;
  }
}
@media screen and (max-width: 650px) {
  .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .title--big {
    font-size: 48px;
  }
}
@media screen and (max-width: 1600px) {
  .title--small {
    font-size: 48px;
  }
}
@media screen and (max-width: 650px) {
  .title--small {
    font-size: 32px;
  }
}
.title-white {
  color: #ffffff;
}

.btn {
  padding: 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: unset;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  text-align: center;
}
.btn-orange {
  background: #F58220;
  color: #ffffff;
}
.btn-orange:hover {
  background: #FAA61A;
}
.btn-white {
  background-color: #ffffff;
  color: #000;
}
.btn-white:hover {
  background: #FAA61A;
}
.btn-white-brd {
  border: 3px solid #EFEFEF;
  color: #000;
}
.btn-white-brd:hover {
  background: #EFEFEF;
}
@media screen and (max-width: 1600px) {
  .btn-half {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.btn-icon-r svg {
  margin: 0 0 0 8px;
}
.btn-icon-l svg {
  margin: 0 12px 0 0;
}

.online {
  margin: unset;
}
.online__home {
  margin: 0 0 160px;
}
@media screen and (max-width: 1600px) {
  .online__home {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 650px) {
  .online__home {
    margin: 0 0 100px;
  }
}
.online--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .online--head {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 1024px) {
  .online--head {
    flex-direction: column;
  }
}
.online--head__title {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
  .online--head__title {
    width: 100%;
    margin: 0 0 24px;
  }
}
.online--head__title span {
  color: #F58220;
}
.online--head__info {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
  .online--head__info {
    width: 100%;
  }
}
.online--head__info p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
  margin: 0 0 36px;
}
@media screen and (max-width: 1600px) {
  .online--head__info p {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin: 0 0 24px;
  }
}
.online--how {
  border-radius: 12px;
  border: 3px solid #EFEFEF;
  padding: 36px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .online--how {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 650px) {
  .online--how {
    padding: 12px;
  }
}
.online--how__title {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  padding: 0 0 24px;
  margin: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .online--how__title {
    font-size: 24px;
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
}
.online--how__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-image: url(../../../images/home/line-grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}
.online--how__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .online--how__list {
    flex-direction: column;
  }
}
.online--how__list--item {
  width: calc(50% - 8px);
  border-radius: 12px;
  background: #F9F9F9;
  padding: 36px;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .online--how__list--item {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .online--how__list--item {
    width: 100%;
    margin: 0 0 16px;
  }
  .online--how__list--item:last-child {
    margin: unset;
  }
}
@media screen and (max-width: 650px) {
  .online--how__list--item {
    padding: 12px;
  }
}
.online--how__list--item__name {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .online--how__list--item__name {
    font-size: 20px;
  }
}
.online--how__list--item__list {
  border-radius: 12px;
  background: #EEE;
  padding: 24px;
}
@media screen and (max-width: 650px) {
  .online--how__list--item__list {
    padding: 12px 12px 24px;
  }
}
.online--how__list--item__list--item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
}
.online--how__list--item__list--item:last-child {
  margin: unset;
}
.online--how__list--item__list--item small {
  width: 36px;
  min-width: 36px;
  height: 36px;
  background: #F66C21;
  border-radius: 50%;
  margin: 0 8px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online--how__list--item__list--item__info span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
}
.online--how__list--item__list--item__info p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  opacity: 0.6;
}
.online--how__list--item.orange {
  background: #F58220;
}
.online--how__list--item.orange .online--how__list--item__name {
  color: #ffffff;
}
.online--how__list--item.orange .online--how__list--item__list {
  background: #FF8A26;
}
.online--how__list--item.orange .online--how__list--item__list--item span,
.online--how__list--item.orange .online--how__list--item__list--item p {
  color: #ffffff;
}
.online--info {
  border-radius: 12px;
  border: 3px solid #EFEFEF;
  padding: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 64px;
}
@media screen and (max-width: 1600px) {
  .online--info {
    padding: 24px;
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .online--info {
    flex-direction: column;
  }
}
.online--info__icon {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F58220;
}
@media screen and (max-width: 1600px) {
  .online--info__icon {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 650px) {
  .online--info__icon {
    margin: 0 0 36px;
  }
}
.online--info__text {
  width: calc(100% - 82px - 36px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .online--info__text {
    width: calc(100% - 64px - 36px);
  }
}
@media screen and (max-width: 650px) {
  .online--info__text {
    width: 100%;
  }
}
.online--info__text span {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  display: block;
  margin: 0 0 4px;
}
@media screen and (max-width: 1600px) {
  .online--info__text span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.online--info__text p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .online--info__text p {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.online--products__title {
  margin: 0 0 24px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.online--products__title span {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  max-width: 670px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .online--products__title span {
    font-size: 28px;
    letter-spacing: 0.56px;
    max-width: 520px;
  }
}
.online--products__title span small {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  color: #F58220;
}
@media screen and (max-width: 1600px) {
  .online--products__title span small {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
.online--products__title::after {
  content: "";
  display: block;
  flex: 1;
  height: 3px;
  background: #EFEFEF;
}
.online--products__list {
  display: flex;
  flex-wrap: wrap;
}
.online--products__list--item {
  width: 25%;
  padding: 36px 0 0;
  border-right: 3px solid #EFEFEF;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .online--products__list--item {
    padding: 22px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item {
    width: 50%;
    padding: 24px;
    border-top: 3px solid #EFEFEF;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 650px) {
  .online--products__list--item {
    width: 100%;
    border: unset !important;
    border-bottom: 3px solid #EFEFEF !important;
    padding: 24px 24px 36px;
  }
}
.online--products__list--item:last-child {
  border-right: unset;
}
@media screen and (max-width: 650px) {
  .online--products__list--item:last-child {
    border-bottom: unset !important;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item:nth-child(1) {
    border-top: unset;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item:nth-child(2) {
    border-top: unset;
    border-right: unset;
  }
}
.online--products__list--item span {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 16px;
  display: block;
  padding: 0 36px;
}
@media screen and (max-width: 1600px) {
  .online--products__list--item span {
    font-size: 20px;
    letter-spacing: 0.4px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item span {
    order: 2;
    padding: unset;
  }
}
.online--products__list--item p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  opacity: 0.8;
  margin: 0 0 36px;
  padding: 0 36px;
}
@media screen and (max-width: 1600px) {
  .online--products__list--item p {
    padding: 0 22px;
  }
}
@media screen and (max-width: 1024px) {
  .online--products__list--item p {
    order: 3;
    padding: unset;
    margin: unset;
  }
}
.online--products__list--item img {
  margin: auto 0 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .online--products__list--item img {
    width: 150px;
    margin: unset;
    order: 1;
    margin: 24px 0 16px;
  }
}

.requirements--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .requirements--wrap {
    flex-direction: column;
  }
}
.requirements__info {
  width: 750px;
}
@media screen and (max-width: 1600px) {
  .requirements__info {
    width: 514px;
  }
}
@media screen and (max-width: 1024px) {
  .requirements__info {
    width: 100%;
    margin: 0 0 48px;
  }
}
.requirements__info--title {
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .requirements__info--title {
    margin: 0 0 16px;
  }
}
.requirements__info p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
  margin: 0 0 48px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .requirements__info p {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin: 0 0 36px;
  }
}
.requirements__list {
  width: calc(100% - 750px - 148px);
}
@media screen and (max-width: 1600px) {
  .requirements__list {
    width: calc(100% - 514px - 79px);
  }
}
@media screen and (max-width: 1024px) {
  .requirements__list {
    width: 100%;
  }
}
.requirements__list--item {
  margin: 0 0 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.requirements__list--item small {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F66C21;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.28px;
}
.requirements__list--item__info {
  width: calc(100% - 36px - 8px);
}
.requirements__list--item__info span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
  display: block;
  margin: 0 0 4px;
}
.requirements__list--item__info p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.requirements__list--item__info p:last-child {
  margin: unset;
}
.requirements__list--item:last-child {
  margin: unset;
}

.partners__title {
  margin: 0 0 36px;
}
.partners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .partners__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .partners__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.partners__list--item {
  padding: 48px 36px 36px;
  border-radius: 12px;
  border: 2px solid #E4E4E4;
  background: #ffffff;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.partners__list--item img {
  height: 64px;
  max-width: 100%;
  width: auto;
  margin: 0 0 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__list--item__name {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}
.partners__list--item__name span {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  transition: 0.3s all ease-in-out;
}
.partners__list--item:hover {
  background-color: #F58220;
  border-color: #F58220;
}
.partners__list--item:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(64deg) brightness(105%) contrast(101%);
}
.partners__list--item:hover .partners__list--item__name {
  color: #ffffff;
}
.partners__list--item:hover .partners__list--item__name span {
  color: #ffffff;
}

.corporate {
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .corporate {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate {
    margin-top: 30px;
  }
}
@media screen and (max-width: 650px) {
  .corporate {
    margin-top: unset;
  }
}
@media screen and (max-width: 650px) {
  .corporate .container {
    padding: unset;
  }
}
.corporate--wrap {
  border-radius: 20px;
  background: #F58220;
  padding: 100px;
  box-shadow: 0px 0px 109.6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .corporate--wrap {
    padding: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate--wrap {
    padding: 48px;
  }
}
@media screen and (max-width: 650px) {
  .corporate--wrap {
    padding: 20px;
  }
}
.corporate--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 48px;
  margin: 0 0 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .corporate--head {
    padding: 0 0 36px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate--head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.corporate--head__info {
  max-width: 768px;
}
@media screen and (max-width: 1580px) {
  .corporate--head__info {
    max-width: 64%;
  }
}
@media screen and (max-width: 1366px) {
  .corporate--head__info {
    max-width: 71%;
  }
}
@media screen and (max-width: 1200px) {
  .corporate--head__info {
    max-width: 66%;
  }
}
@media screen and (max-width: 1024px) {
  .corporate--head__info {
    max-width: 100%;
    margin: 0 0 36px;
  }
}
.corporate--head__info--title {
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .corporate--head__info--title {
    margin: 0 0 16px;
  }
}
.corporate--head__info p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
}
@media screen and (max-width: 1366px) {
  .corporate--head__info p {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 650px) {
  .corporate--head a {
    width: 100%;
  }
}
.corporate--head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../../images/home/yellow-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.corporate--head__icon {
  position: absolute;
  right: 27.5%;
  bottom: -13px;
}
@media screen and (max-width: 1580px) {
  .corporate--head__icon {
    right: 32%;
  }
}
@media screen and (max-width: 1366px) {
  .corporate--head__icon {
    right: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .corporate--head__icon {
    right: 29%;
  }
}
@media screen and (max-width: 1024px) {
  .corporate--head__icon {
    display: none;
  }
}
.corporate__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.corporate__list--item {
  width: 33.3333333333%;
  padding: 36px;
  border-right: 3px solid #FFCB05;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .corporate__list--item {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__list--item {
    width: 100%;
    border: unset !important;
    border-bottom: 3px solid #FFCB05 !important;
    flex-direction: row;
  }
}
@media screen and (max-width: 650px) {
  .corporate__list--item {
    flex-direction: column;
  }
}
.corporate__list--item:last-child {
  border-bottom: unset !important;
}
.corporate__list--item:nth-child(3n) {
  border: unset;
}
.corporate__list--item__icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  margin: 0 0 36px;
}
@media screen and (max-width: 1600px) {
  .corporate__list--item__icon {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__list--item__icon {
    margin: 0 24px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .corporate__list--item__icon {
    margin: 0 0 24px;
  }
}
.corporate__list--item__info {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .corporate__list--item__info {
    width: calc(100% - 48px - 24px);
  }
}
@media screen and (max-width: 650px) {
  .corporate__list--item__info {
    width: 100%;
  }
}
.corporate__list--item__info span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 12px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .corporate__list--item__info span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.corporate__list--item__info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.corporate__list--item__info p b {
  color: #ffffff;
}
.corporate__circle {
  width: 570px;
  height: 570px;
  position: absolute;
  border-radius: 100%;
  background: #F56B20;
  filter: blur(125px);
  -webkit-filter: blur(125px);
}
.corporate__circle--1 {
  bottom: -14px;
  left: -232px;
}
@media screen and (max-width: 1600px) {
  .corporate__circle--1 {
    bottom: -119px;
    left: -268px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__circle--1 {
    bottom: 75px;
    left: -284px;
  }
}
@media screen and (max-width: 768px) {
  .corporate__circle--1 {
    bottom: 190px;
  }
}
@media screen and (max-width: 650px) {
  .corporate__circle--1 {
    bottom: unset;
    top: 480px;
    left: -312px;
  }
}
.corporate__circle--2 {
  top: -70px;
  right: -43px;
}
@media screen and (max-width: 1600px) {
  .corporate__circle--2 {
    top: -175px;
    right: -435px;
  }
}
@media screen and (max-width: 1366px) {
  .corporate__circle--2 {
    top: -190px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__circle--2 {
    display: none;
  }
}
.corporate__hands {
  position: absolute;
  width: 909px;
  height: 450px;
  transform: rotate(-23deg);
  right: 213px;
  top: -177px;
}
@media screen and (max-width: 2200px) {
  .corporate__hands {
    right: -99px;
  }
}
@media screen and (max-width: 1750px) {
  .corporate__hands {
    right: -249px;
  }
}
@media screen and (max-width: 1600px) {
  .corporate__hands {
    width: 584px;
    height: 289px;
    right: -59px;
    top: -141px;
  }
}
@media screen and (max-width: 1366px) {
  .corporate__hands {
    right: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate__hands {
    width: 416px;
    height: 206px;
    top: -129px;
    right: -55px;
  }
}
@media screen and (max-width: 768px) {
  .corporate__hands {
    width: 338px;
    height: 167px;
    top: -96px;
    right: -46px;
  }
}
@media screen and (max-width: 650px) {
  .corporate__hands {
    width: 176px;
    height: 87px;
    top: -55px;
    right: -8px;
  }
}

.money-transfers {
  padding-bottom: 160px;
}
.money-transfers .breadcrumb {
  display: flex;
  list-style-type: none;
  padding: unset;
  align-items: center;
  margin: 48px 0;
}
@media (max-width: 1600px) {
  .money-transfers .breadcrumb {
    margin-top: 24px;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .money-transfers .breadcrumb {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .money-transfers .breadcrumb {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.money-transfers .breadcrumb li {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.money-transfers .breadcrumb .breadcrumb-home {
  padding: 10px 11px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.money-transfers .breadcrumb .breadcrumb-home a {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: unset;
}
.money-transfers .breadcrumb .breadcrumb-home:hover {
  background-color: #F58220;
}
.money-transfers .breadcrumb .breadcrumb-home:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(220deg) brightness(112%) contrast(100%);
}
.money-transfers .breadcrumb-item {
  padding: 9px 10px;
  border-radius: 36px;
  cursor: pointer;
  color: #000000;
  opacity: 30%;
  transition: all 0.3s ease-in-out;
}
.money-transfers .breadcrumb-item a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.money-transfers .breadcrumb-item:last-child {
  cursor: inherit;
}
.money-transfers .breadcrumb-item:hover {
  background-color: #EFEFEF;
  opacity: 100%;
  color: #000000;
}
.money-transfers .breadcrumb-item:hover a {
  color: #000000;
}
.money-transfers .breadcrumb-item.active:hover {
  background-color: unset;
  opacity: 30% !important;
  color: #000000;
}
.money-transfers .breadcrumb-separator {
  color: #F58220;
}
@media (max-width: 1600px) {
  .money-transfers {
    padding-bottom: 120px;
  }
}
@media (max-width: 640px) {
  .money-transfers {
    padding-bottom: 100px;
  }
}
.money-transfers-details__headline {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .money-transfers-details__headline {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.money-transfers-details__headline p {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1600px) {
  .money-transfers-details__headline p {
    max-width: 696px;
  }
}
.money-transfers-details__subtitle {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.money-transfers-details__content ul {
  padding-left: 8px;
  margin-top: unset;
  margin-bottom: unset;
  list-style-type: none;
}
.money-transfers-details__content ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.money-transfers-details__content ul li:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
}
.money-transfers-details__content ul li b,
.money-transfers-details__content ul li strong {
  color: #000000;
}
.money-transfers-details__content ol {
  padding-left: unset;
  margin-top: unset;
  margin-bottom: unset;
}
.money-transfers-details__content ol li {
  list-style-type: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.02em;
}
.money-transfers-details__content ol li b,
.money-transfers-details__content ol li strong {
  color: #000000;
}
.money-transfers .online--head {
  margin: 0 0 160px;
}
@media screen and (max-width: 1600px) {
  .money-transfers .online--head {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 650px) {
  .money-transfers .online--head {
    margin: 0 0 100px;
  }
}
.money-transfers .online--head__title {
  width: calc(61% - 50px);
}
@media screen and (max-width: 1024px) {
  .money-transfers .online--head__title {
    width: 100%;
  }
}
.money-transfers .online--head__info {
  width: calc(39% - 50px);
}
@media screen and (max-width: 1024px) {
  .money-transfers .online--head__info {
    width: 100%;
  }
}
.money-transfers .online--head__info p {
  margin: unset;
}
.money-transfers .online--head__info a {
  margin: 36px 0 0;
}
.money-transfers .corporate {
  margin-top: unset !important;
}
.money-transfers .corporate--head {
  padding: unset;
  margin: unset;
}
.money-transfers .corporate--head__info {
  max-width: 912px;
}
@media screen and (max-width: 1600px) {
  .money-transfers .corporate--head__info {
    max-width: 712px;
  }
}
.money-transfers .corporate--head__info--title {
  font-size: 48px;
}
@media screen and (max-width: 1600px) {
  .money-transfers .corporate--head__info--title {
    font-size: 32px;
  }
}
.money-transfers .corporate--head::after {
  display: none;
}

.contacts--title {
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .contacts--title {
    margin: 0 0 36px;
  }
}
.contacts--info {
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .contacts--info {
    margin: 0 0 36px;
  }
}
.contacts--info__head {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 3px solid #EFEFEF;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head {
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__head {
    padding: 0;
  }
}
.contacts--info__head--item {
  display: flex;
  align-items: center;
  margin: 0 80px 0 0;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head--item {
    margin: 0 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__head--item {
    margin: 0 24px 24px 0;
  }
}
.contacts--info__head--item:last-child {
  margin: unset;
}
@media screen and (max-width: 768px) {
  .contacts--info__head--item:last-child {
    margin: 0 0 24px 0;
  }
}
.contacts--info__head--item__icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F58220;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head--item__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
.contacts--info__head--item__text span {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  display: block;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head--item__text span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.contacts--info__head--item__text a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  transition: 0.3s all ease-in-out;
  text-decoration: unset;
}
.contacts--info__head--item__text a:hover {
  color: #F58220;
}
.contacts--info__list--item {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 3px solid #EFEFEF;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item {
    border-width: 2px;
  }
}
.contacts--info__list--item:last-child {
  margin: unset;
  border-bottom: unset;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item:last-child {
    padding: unset;
  }
}
.contacts--info__list--item__head {
  padding: 0 0 24px;
  margin: 0 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .contacts--info__list--item__head {
    flex-wrap: wrap;
    padding: 0 0 8px;
  }
}
.contacts--info__list--item__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../../images/home/line-grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contacts--info__list--item__head--name {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--name {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
@media screen and (max-width: 1000px) {
  .contacts--info__list--item__head--name {
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--name {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.contacts--info__list--item__head--name img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px 0 0;
}
.contacts--info__list--item__head--info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .contacts--info__list--item__head--info {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts--info__list--item__head--info__item {
  display: flex;
  align-items: center;
  text-decoration: unset;
  position: relative;
  margin: 0 72px 0 0;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--info__item {
    margin: 0 48px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__item {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 3px solid #EFEFEF;
    width: 100%;
  }
}
.contacts--info__list--item__head--info__item--icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F58220;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--info__item--icon {
    width: 24px;
    height: 24px;
  }
  .contacts--info__list--item__head--info__item--icon svg {
    width: 10px;
  }
}
.contacts--info__list--item__head--info__item::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  right: -35px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--info__item::after {
    right: -27px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__item::after {
    display: none;
  }
}
.contacts--info__list--item__head--info__item:last-child {
  margin: unset;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__item:last-child {
    margin: unset;
    border: unset;
    padding: unset;
  }
}
.contacts--info__list--item__head--info__item:last-child::after {
  display: none;
}
.contacts--info__list--item__head--info__phone {
  transition: 0.3s all ease-in-out;
}
.contacts--info__list--item__head--info__phone span {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__phone span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.contacts--info__list--item__head--info__phone:hover span {
  color: #F58220;
}
.contacts--info__list--item__head--info__schedule--text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__schedule--text {
    flex-direction: row;
    align-items: center;
    width: calc(100% - 24px - 8px);
  }
}
.contacts--info__list--item__head--info__schedule p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__schedule p {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.contacts--info__list--item__head--info__schedule p small {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  opacity: 0.5;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__schedule p small {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.contacts--info__list--item__head--info__schedule span {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__schedule span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__schedule span {
    margin: 0 0 0 auto;
  }
}
.contacts--info__list--item__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px 72px;
}
@media screen and (max-width: 1440px) {
  .contacts--info__list--item__list {
    gap: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list {
    gap: 24px 48px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list {
    display: flex;
    gap: unset;
    flex-direction: column;
  }
}
.contacts--info__list--item__list--item {
  height: auto;
  position: relative;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item {
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 3px solid #EFEFEF !important;
  }
}
.contacts--info__list--item__list--item__el {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  margin: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item__el {
    margin: 0 0 8px;
  }
}
.contacts--info__list--item__list--item__el svg {
  margin: 0 8px 0 0;
  min-width: 16px;
}
.contacts--info__list--item__list--item__el:last-child {
  margin: unset;
}
.contacts--info__list--item__list--item a {
  text-decoration: unset;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
}
.contacts--info__list--item__list--item a:hover {
  color: #F58220;
}
.contacts--info__list--item__list--item::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  right: -36px;
  top: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 1440px) {
  .contacts--info__list--item__list--item::after {
    right: -18px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item::after {
    right: -24px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item::after {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item:nth-child(2n)::after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__list--item:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__list--item:nth-child(3n)::after {
    display: block;
  }
}
.contacts--info__list--item__list--item:nth-child(5n)::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item:nth-child(5n)::after {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item:last-child {
    padding: unset;
    margin: unset;
    border: unset !important;
  }
}
.contacts--info__list--item__list--single {
  display: flex;
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--single .contacts--info__list--item__list--item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item::after {
  display: none;
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item__el {
  margin: 0 36px 0 0;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--single .contacts--info__list--item__list--item__el {
    margin: 0 0 8px 0;
  }
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item__el:last-child {
  margin: unset;
}
.contacts--map {
  position: relative;
}
.contacts--map__info {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  z-index: 1;
  border-radius: 4px;
  background: #ffffff;
  padding: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
}
@media screen and (max-width: 650px) {
  .contacts--map__info {
    padding: 16px;
    top: 16px;
    left: 16px;
    font-size: 14px;
  }
}
.contacts--map__info--icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 650px) {
  .contacts--map__info--icon {
    margin: 0 8px 0 0;
  }
}
.contacts--map__content {
  width: 100%;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .contacts--map__content {
    height: 414px;
  }
}
@media screen and (max-width: 768px) {
  .contacts--map__content {
    height: 600px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--map__content {
    height: 520px;
  }
}

.faq--head {
  margin: 0 0 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .faq--head {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .faq--head {
    flex-direction: column;
    margin: 0 0 24px;
    align-items: center;
  }
}
.faq--head__title {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 650px) {
  .faq--head__title {
    margin: 0 0 16px;
    text-align: center;
  }
}
.faq--list__item {
  margin: 0 0 16px;
}
.faq--list__item:last-child {
  margin: unset;
}
.faq--list__item--q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.faq--list__item--q span {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  max-width: calc(100% - 60px);
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--q span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.faq--list__item--q__btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F58220;
  transition: 0.3s all ease-in-out;
}
.faq--list__item--q::after, .faq--list__item--q::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s all ease-in-out;
}
.faq--list__item--q::after {
  background-image: url(../../../images/home/faq_line_grey.svg);
}
.faq--list__item--q::before {
  background-image: url(../../../images/home/faq_line_orange.svg);
  opacity: 0;
}
.faq--list__item--q:hover span {
  color: #F58220;
}
.faq--list__item--q:hover::after {
  opacity: 0;
}
.faq--list__item--q:hover::before {
  opacity: 1;
}
.faq--list__item--a {
  padding: 16px 0 24px;
  display: none;
}
.faq--list__item--a > div h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 800;
  line-height: 105%;
  margin: 48px 0 24px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 650px) {
  .faq--list__item--a > div h2 {
    font-size: 26px;
  }
}
.faq--list__item--a > div h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
  line-height: 105%;
  margin: 36px 0 24px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h3 {
    font-size: 24px;
  }
}
.faq--list__item--a > div h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h4 {
    font-size: 24px;
  }
}
.faq--list__item--a > div h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0 12px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h5 {
    font-size: 20px;
  }
}
.faq--list__item--a > div h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.4px;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div h6 {
    font-size: 18px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a > div p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div p {
    font-size: 18px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a > div ul, .faq--list__item--a > div ol {
  padding: 0 0 0 20px;
  margin: 0 0 24px;
}
.faq--list__item--a > div ul li, .faq--list__item--a > div ol li {
  margin: 0 0 8px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.faq--list__item--a > div a {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a > div a {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a > div a:hover {
  color: #F58220;
}
.faq--list__item.rud-active .faq--list__item--q span {
  color: #F58220;
}
.faq--list__item.rud-active .faq--list__item--q__btn {
  transform: rotate(180deg);
}
.faq--list__item.rud-active .faq--list__item--q::after {
  opacity: 0;
}
.faq--list__item.rud-active .faq--list__item--q::before {
  opacity: 1;
}

.seo--wrap > *:last-child {
  margin-bottom: unset;
}
.seo h1 {
  color: #000000;
  font-size: 64px;
  font-weight: 800;
  line-height: 105%;
  margin: 0 0 36px;
}
@media screen and (max-width: 1600px) {
  .seo h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .seo h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 650px) {
  .seo h1 {
    font-size: 32px;
  }
}
.seo h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 800;
  line-height: 105%;
  margin: 48px 0 24px;
}
@media screen and (max-width: 1600px) {
  .seo h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 650px) {
  .seo h2 {
    font-size: 26px;
  }
}
.seo h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
  line-height: 105%;
  margin: 36px 0 24px;
}
@media screen and (max-width: 1600px) {
  .seo h3 {
    font-size: 24px;
  }
}
.seo h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0;
}
@media screen and (max-width: 1600px) {
  .seo h4 {
    font-size: 24px;
  }
}
.seo h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  line-height: 105%;
  margin: 24px 0 12px;
}
@media screen and (max-width: 1600px) {
  .seo h5 {
    font-size: 20px;
  }
}
.seo p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1600px) {
  .seo p {
    margin: 0 0 16px;
  }
}
.seo p b, .seo p strong {
  color: #000000;
}
.seo ul, .seo ol {
  padding: 0 0 0 20px;
  margin: 0 0 24px;
}
.seo ul li, .seo ol li {
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.seo ul li b, .seo ul li strong, .seo ol li b, .seo ol li strong {
  color: #000000;
}/*# sourceMappingURL=money-transfers.css.map */