@font-face {
    font-family: ibm plex mono;
    src: url("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("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: var(--check-font-regular);
    font-size: .8rem;
    line-height: 1.3
}

.check__wrapper {
    padding: .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: 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, .39);
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-left: 2px
}

.check__thanks {
    text-align: right;
    display: block;
    margin: .5rem 2rem
}

.un-steps__check-mobile {
    display: none
}

@media(max-width:1200px) {
    .check {
        font-size: .7rem
    }
}

@media(max-width:1024px) {
    .un-steps__check {
        display: none
    }
    .un-steps__check-mobile {
        display: block;
        padding: 1rem;
        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: .5rem;
        margin-bottom: 1rem
    }
    .check-mobile__bot {
        display: flex;
        width: 100%;
        justify-content: space-between;
        font-size: .8rem
    }
    .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.2rem;
        color: #000
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
        font-size: .7rem
    }
    .check-mobile__logo {
        margin: .3rem auto .5rem;
        max-width: 200px;
        width: 100%;
        height: 100%
    }
    .check-mobile_amount,
    .check-mobile__date {
        color: #666;
        margin-bottom: .5rem
    }
    .check-mobile_amount {
        font-size: 1rem
    }
    .check-mobile__date {
        margin: 1rem auto;
        font-size: .8rem
    }
}

@media(min-width:768px) {
    .un-steps__check-mobile {
        padding: .7rem
    }
}

@media(max-width:580px) {
    .check-mobile__top {
        margin-bottom: .6rem
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p,
    .check-mobile__date {
        font-size: .6rem
    }
    .check-mobile__date {
        margin: .6rem auto
    }
    .check-mobile_sum-text {
        font-size: .9rem
    }
    .check-mobile_amount {
        font-size: .8rem
    }
}

@media(max-width:450px) {
    .check-mobile__logo {
        max-width: 150px
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
        font-size: .5rem
    }
}

@media(max-width:400px) {
    .un-steps__check-mobile {
        padding: .6rem
    }
    .check-mobile_lcolumn p,
    .check-mobile_rcolumn p {
        font-size: .4rem
    }
}