<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #00bc52;
	color: #fff;
}

.theme2 {
	background-color: #000;
	color: #fff;
}

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

/* 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 &gt; 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;
}

.card-item .header {
    margin: 10px 0 5px 0;
    padding: 10px 0;
    font-size: 16px;
    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 {  
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	clear: both;
}

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

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

.mfo-item table {
	border: 7px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.mfo-item &gt; a, a.offer {
	text-decoration: none;
}

/* calc */
.calc .container .row {box-shadow: 3px 2px 10px 1px rgba(45,45,45,.2);}

.calc table td {width: 20%; white-space: pre}

.calc .label {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
}

.calc a {
	width: 100%;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 40px;
	white-space: pre;
	border: none;
	border-radius: 7px;
	text-decoration: none;
}

.calc [type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    height: 20px;
}

.calc input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    border: 2px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    margin-top: -7px;
}

.calc input[type='range']::-moz-range-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    border: 2px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    margin-top: -7px;
}

.calc input[type='range']::-ms-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    border: 2px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    margin-top: -7px;
}

.calc input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #00bc52;
    border-radius: 5px;
}

.calc input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #00bc52;
    border-radius: 5px;
}

.calc input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #00bc52;
    border-radius: 5px;
}

/* footer */
#footer .info &gt; h3,
#footer .links &gt; h3 {
	font-size: 18px;
	padding: 10px 15px;
	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 &gt; h3,
	#footer .links &gt; h3 {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	
}</pre></body></html>