.fix-width {
  width: 100% !important;
}

/*==============CHECK==============*/

.check {
	box-shadow: var(--box-shadow);
	max-width: 100%;
	font-family: Arial, Helvetica, sans-serif !important;
	margin-top: 1rem;
	margin-bottom: 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.5rem;
	}
}
@media (max-width: 440px) {

	.check__top-col-2 span,.check__top-col-1-row span,.check__top-col-title,.check__iban,.check__bot-grid-col-title,.check__bot-grid-col-text,.check__thanks {
		font-size: 1rem;
	}
	.check__top-grid {
		flex-direction: column;
	}
	
}
.img-cap {
	font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: block;
    margin-top: 3px;
    line-height: 1.2188;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.my-link {
    text-decoration: underline;
}
