.info__text {
    font-size: 18px;
}

.info__imp {
    font-size: 18px;
    font-style: italic;
    border-left: 5px solid #d10a10;
    padding-left: 5px;
}

.day {
    margin-top: 15px;
    font-size: 22px;
    text-align: center;
    background-color: #d10a10;
    color: white;
}

.border_day {
    padding: 10px;
    border: 1px solid #d10a10;
    border-radius: 0px 0px 4px 4px;
}

/*==============CHECK==============*/

.check {
    border: 1px solid;
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-top: 1rem;
}

.check__wrapper {
    padding: 0.5rem;
}

.check__top {}

.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;
}

.bank__logo {}

.check__top-col-title {}

.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, 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;
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
    .check {
        font-size: 0.8rem;
    }
}

@media (max-width: 1024px) {
    .check {
        font-size: 0.6rem;
    }
}

@media (max-width: 992px) {
    .check {
        font-size: 0.6rem;
    }
}

/*===========REG==========*/

.reg {
    font-size: 1.2rem;
    line-height: 1.8;
}

.reg__list {
    max-width: 100%;
    margin: 0 auto;
    list-style-type: disc;
}

.reg__title {
    max-width: 100%;
    margin: 1rem auto;
}

.button-link {
    display: block;
    margin: 1.8rem auto;
    width: 300px;
    padding: 1rem 0;
    text-align: center;
    background-color: #d10a10;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.button-link:hover {
    transform: translateY(5px);
    color: #fff;
}

.tags__row {
    text-align: right;
    font-family: var(--sans);
}