#sv_panel {
	border-bottom: 1px solid black;
	z-index: 99999;
	position: relative;
}

#sv_panel *{
	line-height: 36px !important;
	letter-spacing: normal !important;
	font-family: "Roboto", sans-serif !important;
	font-size: 1em;
}

#sv_eye {
	height: 48px;
}

#sv_pin {
    width: 26px;
    cursor: pointer;
    vertical-align: middle;
}

.sv_panel-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 36px !important;
}

.sv_panel-button-group {
	margin: 20px 20px;
	text-align: center;
}

.button-group-title {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}

.sv-button {
	text-decoration: none;
	color: black;
	background-color: transparent;
	text-align: center;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	cursor: pointer;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	font-weight: bold;
	line-height: 36px;
	padding: 0 10px;
	vertical-align: middle;
	border: 1px solid #b2b2b2;
}

.sv-button.sv-button-font-size-normal {
	font-size: 1em !important;
}

.sv-button.sv-button-font-size-medium {
	font-size: 1.3em !important;
}

.sv-button.sv-button-font-size-large {
	font-size: 1.6em !important;
}

.sv-button-spec-version {
	display: flex;
	text-transform: uppercase;
	height: 50px;
	align-items: center;
	column-gap: 10px;
}

.sv-button-eye {
	position: absolute;
	right: 0;
	z-index: 99999;
	cursor: pointer;
}

.sv-img-clone {
	word-wrap: break-word;
}

html[data-sv-theme="white"] *, html[data-sv-theme="white"] .scontent .search-panel input::placeholder, html[data-sv-theme="white"] body .ui-menu li div, html[data-sv-theme="white"] #alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
	background-color: #fff !important;
	color: #000 !important;
	border-color: #000 !important;
}

html[data-sv-theme="black"] *, html[data-sv-theme="black"] .scontent .search-panel input::placeholder, html[data-sv-theme="black"] body .ui-menu li div, html[data-sv-theme="black"] #alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #fff !important;
}

html[data-sv-theme="blue"] *, html[data-sv-theme="blue"] .scontent .search-panel input::placeholder, html[data-sv-theme="blue"] body .ui-menu li div, html[data-sv-theme="blue"] #alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
	background-color: #9dd1ff !important;
	color: #14305e !important;
	border-color: #14305e !important;
}

html[data-sv-theme="gray"] *, html[data-sv-theme="gray"] .scontent .search-panel input::placeholder, html[data-sv-theme="gray"] body .ui-menu li div, html[data-sv-theme="gray"] #alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
	background-color: #f7f3d6 !important;
	color: #4d4b43 !important;
	border-color: #4d4b43 !important;
}

html[data-sv-theme="green"] *, html[data-sv-theme="green"] .scontent .search-panel input::placeholder, html[data-sv-theme="green"] body .ui-menu li div, html[data-sv-theme="green"] #alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
	background-color: #3b2716 !important;
	color: #a9e44d !important;
	border-color: #a9e44d !important;
}

html[data-sv-theme="white"] #sv_eye {
	fill: #000 !important;
}

html[data-sv-theme="black"] #sv_eye {
	fill: #fff !important;
}

html[data-sv-theme="blue"] #sv_eye {
	fill: #14305e !important;
}

html[data-sv-theme="gray"] #sv_eye {
	fill: #4d4b43 !important;
}

html[data-sv-theme="green"] #sv_eye {
	fill: #a9e44d !important;
}

html[data-sv-theme="white"] #sv_pin {
	fill: #000 !important;
}

html[data-sv-theme="black"] #sv_pin {
	fill: #fff !important;
}

html[data-sv-theme="blue"] #sv_pin {
	fill: #14305e !important;
}

html[data-sv-theme="gray"] #sv_pin {
	fill: #4d4b43 !important;
}

html[data-sv-theme="green"] #sv_pin {
	fill: #a9e44d !important;
}

html[data-sv-font="times"] *:not(i){
	font-family: "Times New Roman", serif !important; 
}

html[data-sv-font="arial"] *:not(i){
	font-family: "Arial", sans-serif !important; 
}

html[data-sv-images="off"] img {
	display: none !important;
}

html[data-sv-images="on"] img {
	display: initial !important;
	filter: grayscale(100%) !important;
}

html[data-sv-images="color"] img {
	display: initial !important;
	filter: none !important;
}

html[data-sv-images="on"] .sv-img-clone.sv-img-hidden, html[data-sv-images="color"] .sv-img-clone.sv-img-hidden {
	display: none !important;
}

html[data-sv-images="off"] .sv-img-clone {
	display: block !important;
}

html[data-sv-letter-spacing="normal"] * {
	letter-spacing: normal !important;
}

html[data-sv-letter-spacing="medium"] * {
	letter-spacing: 1px !important;
}

html[data-sv-letter-spacing="large"] * {
	letter-spacing: 2px !important;
}

html[data-sv-line-height="normal"] * {
	line-height: inherit;
}

html[data-sv-line-height="medium"] * {
	line-height: 2 !important;
}

html[data-sv-line-height="large"] * {
	line-height: 2.5 !important;
}

html[data-sv-font="times"] .sv-button.sv-button-times,  html[data-sv-font="arial"] .sv-button.sv-button-arial,
html[data-sv-images="off"] .sv-button.sv-button-images-off, html[data-sv-images="on"] .sv-button.sv-button-images-on, html[data-sv-images="color"] .sv-button.sv-button-images-color,
html[data-sv-letter-spacing="normal"] .sv-button.sv-button-letter-spacing-normal, html[data-sv-letter-spacing="medium"] .sv-button.sv-button-letter-spacing-medium,
html[data-sv-letter-spacing="large"] .sv-button.sv-button-letter-spacing-large, html[data-sv-line-height="normal"] .sv-button.sv-button-line-height-normal,
html[data-sv-line-height="medium"] .sv-button.sv-button-line-height-medium, html[data-sv-line-height="large"] .sv-button.sv-button-line-height-large,
html[data-sv-font-size="normal"] .sv-button.sv-button-font-size-normal, html[data-sv-font-size="medium"] .sv-button.sv-button-font-size-medium,
html[data-sv-font-size="large"] .sv-button.sv-button-font-size-large, html[data-sv-pin-panel="on"] .sv-button.sv-button-pin, html[data-sv-pin-panel="on"] #sv_pin
{
	background: #976c6c !important;
}

/* Pin rules */

html[data-sv-pin-panel="on"] body {
	position: relative;
}

html[data-sv-pin-panel="on"] #sv_panel {
	position: sticky;
	top: 0;
}

@media all and (max-width: 900px) {
	.sv-button-eye {
		right: 50px;
		top: 18px;
	}
}

/* CUSTOM RULES for innovation.gov35.ru */

html[data-sv-theme] .bx-breadcrumb {
    z-index: 9999;
    position: relative;
}

html[data-sv-theme] .katalogs1 {
	background: none;
}

html[data-sv-theme] .is_niokr, html[data-sv-theme] .is_niokr1, html[data-sv-theme] .katalogs {
	display: none;
}

html[data-sv-theme="white"] .uk-form ::placeholder {
	color: #000 !important;
}

html[data-sv-theme="black"] .uk-form ::placeholder {
	color: #fff !important;
}

html[data-sv-theme="blue"] .uk-form ::placeholder {
	color: #14305e !important;
}

html[data-sv-theme="gray"] .uk-form ::placeholder {
	color: #4d4b43 !important;
}

html[data-sv-theme="green"] .uk-form ::placeholder {
	color: #a9e44d !important;
}

/* font rules */

html[data-sv-font-size="medium"] p, html[data-sv-font-size="medium"] footer span {
	font-size: 17px !important;
}

html[data-sv-font-size="large"] p, html[data-sv-font-size="large"] footer span {
	font-size: 20px !important;
}

html[data-sv-font-size="medium"] .uk-form ::placeholder {
	font-size: 15px !important;
}

html[data-sv-font-size="large"] .uk-form ::placeholder {
	font-size: 18px !important;
}

html[data-sv-font-size="medium"] a:not(.sv-button), html[data-sv-font-size="medium"] td, html[data-sv-font-size="medium"] form * {
	font-size: 17px !important;
}

html[data-sv-font-size="large"] a:not(.sv-button), html[data-sv-font-size="large"] td, html[data-sv-font-size="large"] form *{
	font-size: 20px !important;
}

html[data-sv-font-size="medium"] a.heading_text{
	font-size: 20px !important;
}

html[data-sv-font-size="large"] a.heading_text{
	font-size: 23px !important;
}

html[data-sv-font-size="medium"] #navigation .bx-breadcrumb-item span, html[data-sv-font-size="medium"] .bx-auth-note {
	font-size: 16px !important;
}

html[data-sv-font-size="large"] #navigation .bx-breadcrumb-item span, html[data-sv-font-size="large"] .bx-auth-note {
	font-size: 19px !important;
}

html[data-sv-font-size="medium"] article p span, html[data-sv-font-size="medium"] article span {
	font-size: 18px !important;
}

html[data-sv-font-size="large"] article p span, html[data-sv-font-size="large"] article span {
	font-size: 21px !important;
}

html[data-sv-font-size="medium"] .bx-auth-reg form td, html[data-sv-font-size="medium"] h3, html[data-sv-font-size="medium"] h3 a, html[data-sv-font-size="medium"] .news-list b {
	font-size: 21px !important;
}

html[data-sv-font-size="large"] .bx-auth-reg form td, html[data-sv-font-size="large"] h3, html[data-sv-font-size="large"] h3 a, html[data-sv-font-size="large"] .news-list b  {
	font-size: 24px !important;
}

/***********************************/

