@font-face {
  src: url(https://banka.credit/font/Geometria-ExtraBold.woff2);
  font-family: 'Geometria-ExtraBold';
  font-style: normal;
}

@font-face {
  src: url(https://banka.credit/font/Montserrat-SemiBold.woff2);
  font-family: 'Montserrat';
  font-style: normal;
}

body {background-color: #ecf0f3; margin: 0;}

/* тема */
.theme {
	background-color: #ffcd04;
	color: #4b3620;
}

.card-info span {
    font-weight: bold;
    color: #ffcd04;
}

/* end */

.container {
	padding-left: 1rem;
	padding-right: 1rem;
}

#header {
	padding: 7px;
	background-color: rgba(236, 240, 243, 0.96);
	color: #333;
	box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(0,0,0,.2);
	position: sticky;
	top: 0;
	z-index: 1020;
	margin-left: -1rem;
	margin-right: -1rem;
}

#header > h2 {
	font-family: 'Geometria-ExtraBold', sans-serif;
	font-weight: 800;
	margin: 0;
}

.card-item {
	color: #000;
	text-align: center;
    background-color: #fff;
    box-shadow: 3px 2px 10px 1px rgba(45,45,45,.2);
    padding: 20px 10px 0;
    border-radius: 5px;
    overflow: hidden;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.card-item .header {
    margin: 10px 0 5px 0;
    padding: 10px 0;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
}

.card-item button {
	font-size: 18px;
	width: 90%;
	white-space: pre;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	border: none;
	border-radius: 7px;
}

.card-item button:hover {
	opacity: .9;
	transition: .5s;
}

.card-info {  
	clear: both;
}

.card-info .url {
	color: #0d6efd;
	text-decoration: underline;
}

.card-info .url:hover {
	text-decoration: underline;	
}

.mfo-item table {border: 7px solid #fff}
.mfo-item > a, a.offer {text-decoration: none;}

/* footer */
#footer .info > h3,
#footer .links > h3 {
	font-size: 18px;
	padding: 10px 15px;
	margin-left: -1rem;
	margin-right: -1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
#footer a {color: #1e1e1e;}

@media screen and (max-width: 767px) {
	.container {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	
	#header {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	
	.card-item button {
		font-size: 14px;
	}
	
	#footer .info > h3,
	#footer .links > h3 {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	
}