<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#rek_fixed {
	display: block;
	width: 300px;
	position: fixed;
	bottom: 0;
	margin: 0 0 0 0;
	background: rgba(255,255,255,0.9);
	z-index: 999999999;
}
.rek_close {
	display: block;
	position: absolute;
	top: -30px;
	right: 0;
	background: #ccc;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	z-index: 9999999999;
	cursor: pointer;
}

/* Ð•ÑÐ»Ð¸ Ð½ÑƒÐ¶Ð½Ð¾ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ð½Ð° mobile, Ñ‚Ð¾ Ñ€Ð°ÑÑÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ñ‚ÑŒ:
@media (min-width: 728px){
	#rek_fixed {
		display: none;
	}
}
*/</pre></body></html>