@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  -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: bold;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

/*==============RESET===================*/

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: 'IBM Plex Mono', IBM Plex, monospace;
}

/*=========check styles=========*/

.un-steps__check {
  display: block;
  margin: 0px auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: var(--check-font-regular) !important;
  font-size: 1rem;
  line-height: 1rem;
}

.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: 3rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.bank__logo {
    max-width: 135px;
    width: 100%;
    height: 60px;
    object-fit: cover;
    object-position: center;
  }

.check__top-col-title {
  color: var(--grey);
  margin-bottom: 8px;
  margin-top: 8px;
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 0.8fr 0.7fr;
  gap: 1rem;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 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;
  margin: 0px auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

/*=========check mq=========*/

@media screen and (max-width: 1200px) {
  .check {
    font-size: .8rem;
    line-height: .9rem;
  }
}

@media screen and (max-width: 1279px) {
  .un-steps__check-mobile {
    margin: 0px auto;
  }
}

@media (max-width: 800px) {
  .un-steps__check {
    display: none;
  }
  .un-steps__check-mobile {
    display: block !important;
    padding: 1.2rem;
    border: 1px grey solid;
    font-family: var(--check-font-regular);
    line-height: 1;
    margin-bottom: 20px;
  }
  .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: 1.8rem;
  }
  .check-mobile__bot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: .9rem;
  }
  .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.3rem;
    color: #000;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: .8rem;
    margin-bottom: 10px;
  }
  .check-mobile__logo {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center -33px;
  }
  .check-mobile_amount,
  .check-mobile__date {
    color: #666;
  }
  .check-mobile_amount {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }
  .check-mobile__date {
    margin: .5rem auto .7rem;
    font-size: .9rem;
  }
}

@media only screen and (max-width: 639px) {
  .un-steps__check-mobile {
    margin-bottom: 24px;
  }
}


@media (max-width: 435px) {
  .un-steps__check-mobile {
    padding: .8rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: .7rem;
    margin-bottom: 7px;
  }
  .check-mobile_amount {
    font-size: .8rem;
    margin-bottom: 0.7rem;
  }
  .check-mobile__date {
    margin: .3rem auto .7rem;
    font-size: .7rem;
  }
  .check-mobile_sum-text {
    font-size: .9rem;
    color: #000;
  }
  .check-mobile__logo {
    height: 40px;
    margin-top: .7rem;
    object-position: 0 -30px;
    max-width: 150px;
  }
}

@media (max-width: 377px) {
  .un-steps__check-mobile {
    padding: .8rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: .6rem;
    margin-bottom: 7px;
  }
}

@media (max-width: 341px) {
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: .6rem;
    margin-bottom: 5px;
  }
}



