<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type=checkbox], input[type=radio]  {
	display:none;
}
input[type=checkbox] + label {
	/*width: 120px;*/
	display:inline-block;
	margin-bottom: 0;
	margin-right: 0;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 12px;
}

input[type=checkbox] + label#css1{/*Ð§ÐµÑ€Ð½Ð¾Ð²Ð¸Ðº*/
	background-color: #ededed;
	color: #0039ac;
	font-weight: 600;
} 
input[type=checkbox]:checked + label#css1{ 
	background-color: #0039ac;
	color: #fff;
	font-weight: 600;
}

input[type=checkbox] + label#css2{ /*Ð&nbsp;ÐµÑ†ÐµÐ½Ð·Ð¸Ñ*/
	background-color: #ededed;
	color: #3a7b39;
	font-weight: 600;
} 
input[type=checkbox]:checked + label#css2{
	background-color: #3a7b39;
	color: #fff;
	font-weight: 600;
} 
input[type=checkbox] + label#css3{ /*Ð—Ð°Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ*/
	background-color: #ededed;
	color: #984092;
	font-weight: 600;
} 
input[type=checkbox]:checked + label#css3{
	background-color: #984092;
	color: #fff;
	font-weight: 600;
} 

input[type=checkbox] + label#css4{ /*ÐžÐ¿ÑƒÐ±Ð»Ð¸ÐºÐ¾Ð²Ð°Ð½*/
	background-color: #ededed;
	color: #ff4949;
	font-weight: 600;
}
input[type=checkbox]:checked + label#css4{
	background-color: #ff4949;
	color: #fff;
	font-weight: 600;
}  
input[type=checkbox] + label#css5{ /*ÐÑ€Ñ…Ð¸Ð²*/
	background-color: #ededed;
	color: #636363;
	font-weight: 600;

} 
input[type=checkbox]:checked + label#css5{
	color: #fff;
	background-color: #636363;
	font-weight: 600;
}

input[type=checkbox] + label#css6{ /*Ð£Ð´Ð°Ð»ÐµÐ½*/
	background-color: #ededed;
	color: #3cbcc3;
	font-weight: 600;
} 
input[type=checkbox]:checked + label#css6{ 
	background-color: #3cbcc3;
	color: #fff;
	font-weight: 600;
} 

 
input[type=radio] + label {
	width: 60px;
	display:inline-block;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 40px;
	color: #000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #ededed;
	border-radius: 20px;
	
}
 input[type=radio]:checked + label{
	   background-image: none;
		outline: 0;
		background-color:#ff4949;
		color: #fff;
}

.knopkaUser label 
{
	right: 0px;
}

.table th,
.table td 
{
  padding: 0.35rem !important;
  vertical-align: middle !important;
 /* height: 35px;*/
}
/*.knopka {
	margin-left: 1px;
}

.knopkaUser {
	margin-left: 20px;
}
.table td {
vertical-align: baseline !important;	
}*/

p.tags-p 
{
	padding: 0 1rem;
}


table 
{
	margin-bottom: 0.4rem !important;
}
.table td
{
	padding: 0 !important;
}

.single-faq
{
	position: relative;
}

.section-header
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	color: #ff4949;
	font-size: 18px;
/*	margin: 1rem; */
}

.news-link-details-div
{
	cursor: pointer;
}

.news-link-details-div[aria-expanded="true"]
{
	background: #F97777;
}

.news-link-details-div[aria-expanded="true"] .news-link-details-div-span
{
	color: white;
}
 
.news-link-details-div-span
{
	display: inline-block;
	width: 90%;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	padding: 0.75rem;
/*	transition: linear 0.1s; */
}

.trianglespan
{
	display: inline-block;
	transition: linear 0.1s;
	transform: rotate(-90deg);
}

.news-link-details-div[aria-expanded="true"] .news-link-details-div-span .trianglespan
{
	transform: rotate(0deg);
}

.collapse-spoiler
{
	margin: 1rem;
	display: inline-block;
	line-height: 20px;
}

/*a.news-tags
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600 !important;
	font-size: 14px;
	line-height: 14px;
	color: #F54B4B !important;
	padding: 7px 10px;
	background: #EEEEEE;
	border-radius: 4px;
	text-decoration: none !important;
	margin-top: 10px;
}

a.news-tags:hover 
{
	color: #FFFFFF !important;
	text-decoration: none !important;
	background: #636363;
}*/

div.mycol-news
{
	padding-left: 5px;
	padding-right: 5px;
}

hr.news-hr
{
	margin: 5px 0;
	color: rgba(0, 0, 0, 0.1);
}

.news-link-details-filter
{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 6px;
	cursor: pointer;
}

.news-link-details-div[aria-expanded="true"] ~ .news-link-details-filter
{
	color: white;	
}

.news-link-details-pin
{
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	transform: rotate(45deg);
	transition: linear 0.1s;
}

.news-link-details-div[aria-expanded="false"] ~ .news-link-details-pin-pinned.news-link-details-pin
{
	display: block;	
	color: black;
}

.news-link-details-div[aria-expanded="false"] ~ .news-link-details-pin-pinned.news-link-details-pin:hover 
{
	color: #f54b4b;
}

.news-link-details-div[aria-expanded="true"] ~ .news-link-details-pin
{
	display: block;	
}

.news-link-details-pin:hover 
{
	cursor: pointer;
	color: white;	
}

.news-link-details-pin-icon
{
	padding: 14px;
}

.news-link-details-pin-pinned
{
	transform: rotate(0deg);
	color: white;	
}

.news-link-details-pin-pinned:hover
{
	color: black;
}</pre></body></html>