@font-face {
  font-family: ibm plex mono;
  src: url("/fonts/IBMPlexMono.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}
@font-face {
  font-family: ibm plex mono;
  src: url("/fonts/IBMPlexMono-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}
:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}
.un-steps__check {
  display: block;
}
.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: ibm plex mono, IBM Plex, monospace !important;
  font-size: 16px;
  margin: 10px;
}
.check__wrapper {
  padding: 0.5rem;
}
.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}
.check__top-col-title {
  color: var(--grey);
  margin-bottom: 8px;
  margin-top: 8px;
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check__bot {
  border-bottom: 3px solid #000;
}
.check__bot-grid {
  display: grid;
  grid-template-columns: 1.5fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}
.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}
.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}
.un-steps__check-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .check {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .un-steps__check {
    display: none;
  }
  .un-steps__check-mobile {
    margin: 10px;
    display: block;
    padding: 2rem;
    border: 1px grey solid;
    font-family: var(--check-font-regular);
    line-height: 1.3;
  }
  .check-mobile__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1.5px #666 solid;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
  .check-mobile__bot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 1.5rem;
  }
  .check-mobile_lcolumn {
    display: block;
    text-align: left;
    color: #666;
  }
  .check-mobile_rcolumn {
    display: block;
    text-align: right;
    color: #000;
  }
  .check-mobile_sum-text {
    font-size: 1.8rem;
    color: #000;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.9rem;
  }
  .check-mobile__logo {
    margin: 0.5rem auto 1rem;
    height: 100%;
    width: 150px;
  }
  .check-mobile_amount,
  .check-mobile__date {
    color: #666;
    margin-bottom: 0.5rem;
  }
  .check-mobile_amount {
    font-size: 1.4rem;
  }
  .check-mobile__date {
    margin: 1.5rem auto;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .un-steps__check-mobile {
    margin: 10px;
    padding: 1.5rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.8rem;
  }
}
@media (max-width: 580px) {
  .check-mobile__top {
    margin-bottom: 2rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.7rem;
  }
  .un-steps__check-mobile {
    margin: 10px;
    padding: 1.5rem;
  }
  .check-mobile_sum-text {
    font-size: 1.4rem;
  }
  .check-mobile_amount {
    font-size: 1.2rem;
  }
  .check-mobile__date {
    font-size: 0.8rem;
    margin: 1rem auto;
  }
}
@media (max-width: 450px) {
  .check-mobile__top {
    margin-bottom: 1rem;
  }
}
@media (max-width: 400px) {
  .un-steps__check-mobile {
    margin: 10px;
    padding: 0.8rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.6rem;
  }
}
.form__protect {
  display: flex !important;
  align-items: center !important;
  column-gap: 13px !important;
  padding: 10px 25px 25px 25px !important;
  background: #000 !important;
}

.form__protect-icon {
  width: 35.021px !important;
  height: 25px !important;
  flex-shrink: 0 !important;
}

.form__protect-title {
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-align: left !important;
}

.form__protect-description {
  color: #fff !important;
  font-size: 6px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important
  ;
}
