

/* Start:/local/templates/cleverence/components/bitrix/menu/wiki/style.css?16956929931060*/
.wiki-top-category-list {
    padding: 0.5em 2px 0px 2em;
    padding-left: 0;
}

.wiki-top-category-list.sub {
    padding: 0.5em 0px 0px 2em;
}

.wiki-top-category-list li {
    background: none;
    font-size: 10pt;
    list-style: outside none none;
    padding: 0px 4px 0px 0px;
}

#wiki-post img {
    max-width: 800px;
}

#wiki-post ul:not(.series-product-list) {
    max-width: 500px;
}

.series-product-list .info {
    clear: both;
}

body,
.wrapper {
    font: 16px/1.33 'Open Sans'
}

.content-inner {
/ / width: 840 px;
}

.sidebar-left {
    float: left;
    padding-bottom: 35px;
    width: 300px;
}

.sidebar-left ul > li a {
    display: inline-block;
    padding-bottom: 0.5em;
    padding-left: 5px;
    padding-top: 0.5em;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.sidebar-left ul > li a.active {
    color: #000;
}

.sidebar-left ul > li div.active {
    background-color: white;
}

.sidebar-left ul > li a.active:hover {
    text-decoration: none;
}
/* End */


/* Start:/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/style.css?172247579726312*/
div#wiki-post {
	margin-bottom: 10px;
}

div#wiki-post h1{
	max-width: 620px;
}
div#wiki-post #wiki-post-content h1{
	max-width: inherit;
}

div#wiki-post .tags{
	padding: 0px;
      color: lightgray;
}
div#wiki-post .tags a{
      color: lightgray;
}
div#wiki-post .tags.date{
	padding-bottom: 18px;
}

div.wiki-errors {
	border: 1px solid #FFD482;
	margin: 1.117em;
	padding: 0.4em 1.117em;
	color:red;
	background-color:#FFFEEB;
}

div#wiki-post a.wiki_red
{
	color: red;
}

div#wiki-post div#wiki-sub-post_content {
	color:#7D7D7D;
	line-height:1.2em;
	margin:1.4em 0 1.4em 0;
	width:auto;
}

div#wiki-post div#wiki_category {
	padding: 2px 10px;
	border: 1px solid #AAAAAA;
	background-color:#F9F9F9;
	margin-top: 10px;
}

div#wiki-post div.wiki-post-header {
	background-color:#E7E7E7;
	font-size:1em;
	padding:0.462em 1.117em;
	vertical-align:middle;
	border:1px solid #E1E1E1;
	line-height:1.5em;
	margin-bottom: 5px;
}
div#wiki-post div#wiki-post-content {
    overflow: visible;
}

div.wiki-category-item { float: left; width: 80%;}
div.wiki-category-rating { float: right; }

div#wiki_category .ilike-light .bx-ilike-right {
	padding: 1px 1px 0 11px;
}
div#wiki_category .ilike-light .bx-ilike-text {
	padding: 0;
}

#wiki-post-content pre,
.wiki_post_feed pre{

	background-color: #FFFFFF;
	font-family: monospace,Courier !important;
	border-color: #C3C3C3;
	border-style: solid;
	border-width: 1px;
	line-height: 1.5em;
	padding: 5px;
	font-size: 1em;
	margin: 15px 5px 5px 0px;
	color: #696969;
	overflow: auto;
}

.bx-firefox #wiki-post-content pre
{
	font-size: medium;
}

.wiki-soft {
	margin-right:20px;
	margin-top: -20px;
}
.wiki-soft:LAST-CHILD {
	margin-right:0;
}
.wiki-soft a{
	display: inline-block;
	padding: 2px 6px;
	border-radius: 5px;
	color: #000;
}
#wiki-post-content td {
	vertical-align: top;
}

@media (max-width:767px) {
	#wiki-post-content td {
		display: block;
	}
}

#wiki-post-content td h3 {
	padding: 0px 0px 20px 0px;
	font-weight: bold;
}

.attention {
	font-size: 18px;
	margin-bottom: 20px;
}

.attention p {
    color: red;
	padding-bottom: 5px;
	padding-top: 10px;
}

button.btn-red.anchor {
    font-size: 87%;
    padding: 5px 10px;
}

.form-pdf {
    display: inline-block;
}

.wrapper-main {
	background-color: #F8F8F8;
}
.wrapper-main .max-wrap {
	max-width: 1400px;
}
.wrapper-main .content {
	padding-top: 0;
}
.wrapper-main * {
	box-sizing: border-box;
}
.content-main .side-nav-panel {
	display: -ms-flexbox;
	display: flex;
}
.content-main .side-nav-panel:last-child {
	margin-bottom: 0;
}
.cnt-box {
	display: block;
	margin-bottom: 25px;
	border-radius: 15px;
	padding: 15px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}
.cnt-box .container-voter {
	display: block;
	margin-bottom: 15px;
}
.cnt-box .container-voter .voter__buttons {
	margin: 0 -5px;
	display: -ms-flexbox;
	display: flex;
}
.cnt-box .container-voter .button__voter {
	width: calc(50% - 10px);
	margin: 0 5px;
	height: 45px;
	border-radius: 15px;
	border: 2px solid #7B7C85;
	padding: 0 5px;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #7B7C85;
}
.cnt-box .container-voter .button__voter img,
.cnt-box .container-voter .button__voter svg {
	display: block;
	width: 24px;
	margin: 0 0 0 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.cnt-box .container-voter .button__voter .button__text {
	display: block;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.cnt-box .container-voter .button__voter.button_type_yes {
	border-color: #3858C9;
	color: #3858C9;
}
.cnt-box .container-voter .voter__title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}
.cnt-box .side-nav-panel {
	background-color: transparent;
	padding: 0;
	margin-bottom: 15px;
}
.cnt-box * {
	box-sizing: border-box;
}
.header-panel {
	display: block;
	position: relative;
	padding: 15px 0 15px 0;
	width: 100%;
}
.header-panel .max-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.header-panel .header-logo {
	width: 170px;
	padding: 0 15px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
}
.header-panel .header-nav {
	-ms-flex: 1;
	flex: 1;
	max-width: calc(100% - 170px);
	width: calc(100% - 170px);
	height: 30px;
	overflow: hidden;
}
.header-panel .breadcrumbs-hodler {
	padding: 0;
	margin: 0;
	height: 30px;
	position: relative;
	overflow: hidden;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.header-panel .breadcrumbs-hodler::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.header-panel .breadcrumbs-hodler .breadcrumbs-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
	white-space: nowrap;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	width: auto;
	max-width: inherit;
}
.header-panel .breadcrumbs-hodler .breadcrumbs-list li {
	margin: 0 25px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	background: none;
	position: relative;
}
.header-panel .breadcrumbs-hodler .breadcrumbs-list li:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/arrow-breadcrumbs.svg) center no-repeat;
	background-size: 100% auto;
	left: 100%;
	top: 50%;
	margin-top: -12px;
}
.header-panel .breadcrumbs-hodler .breadcrumbs-list li:last-child {
	padding-right: 15px;
}
.header-panel .breadcrumbs-hodler .breadcrumbs-list li:last-child:after {
	display: none;
}
.header-panel .logo {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.header-panel .logo img,
.header-panel .logo svg {
	display: block;
	width: 100%;
	max-width: 100%;
}
.header-panel * {
	box-sizing: border-box;
}
.article-inner-box {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}
.article-inner-box p {
	margin: 0 0 15px 0;
	padding: 0;
}
.article-inner-box p:last-child {
	margin-bottom: 0;
}
.article-inner-box p img {
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	margin: 0 30px 30px 0;
}
.article-inner-box ul,
.article-inner-box ol {
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 0;
}
.article-inner-box ul:last-child,
.article-inner-box ol:last-child {
	margin-bottom: 0;
}
.article-inner-box h2,
.article-inner-box .h2-title,
.article-inner-box h3,
.article-inner-box .h3-title,
.article-inner-box h4,
.article-inner-box .h4-title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	margin: 30px 0 15px 0;
	padding: 0 !important;
}
.article-inner-box h2:first-child,
.article-inner-box .h2-title:first-child,
.article-inner-box h3:first-child,
.article-inner-box .h3-title:first-child,
.article-inner-box h4:first-child,
.article-inner-box .h4-title:first-child {
	margin-top: 0;
}
.article-inner-box h3,
.article-inner-box .h3-title {
	font-size: 20px;
	margin: 15px 0;
}
.article-inner-box h4,
.article-inner-box .h4-title {
	font-size: 16px;
	margin: 15px 0;
}
.article-inner-box a:not(:hover) {
	color: #3858C9;
}
.article-inner-box a:hover {
	color: #4969da;
}
.article-inner-box pre,
.article-inner-box .pre-text {
	display: block;
	position: relative;
	margin-bottom: 15px;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	background: #F8F8F8;
	padding: 10px 40px 10px 15px;
	margin: 0 0 15px 0;
	border-radius: 10px;
	border: none;
	border-left: 2px solid #C7C7D6;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
}
.article-inner-box pre.active .text-hidden-wrap,
.article-inner-box .pre-text.active .text-hidden-wrap {
	display: block;
}
.article-inner-box pre.active .btn-action-more:before,
.article-inner-box .pre-text.active .btn-action-more:before {
	transform: rotate(-90deg);
}
.article-inner-box pre.active .btn-action-more:after,
.article-inner-box .pre-text.active .btn-action-more:after {
	content: attr(data-hide);
}
.article-inner-box pre .text-hidden-wrap,
.article-inner-box .pre-text .text-hidden-wrap {
	display: none;
}
.article-inner-box pre .text-link-wrap,
.article-inner-box .pre-text .text-link-wrap {
	margin-top: 10px;
}
.article-inner-box pre .btn-action-copy,
.article-inner-box .pre-text .btn-action-copy {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 2;
	width: 24px;
	height: 24px;
}
.article-inner-box blockquote,
.article-inner-box .bq-text,
.article-inner-box q {
	margin-bottom: 20px;
	padding: 10px 15px;
	display: block;
	background: rgba(242, 149, 64, 0.2);
	border-radius: 10px;
	font-style: normal;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	border: none;
	border-left: 2px solid #FFC000;
}
.article-inner-box blockquote:after,
.article-inner-box .bq-text:after,
.article-inner-box q:after {
	display: none;
}
.article-info-box {
	font-size: 16px;
	color: #7B7C85;
	line-height: 1.5;
	font-weight: 500;
}
.article-info-box .link-inner-wrap {
	margin-bottom: 15px;
}
.article-info-box .tags-inner-wrap {
	margin-bottom: 5px;
	display: block;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.article-info-box .info-title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 15px 15px 0;
}
.article-info-box .info-items {
	margin: 0 -5px 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.article-info-box a:not(:hover) {
	color: #3858C9;
}
.article-info-box .elm-tag {
	margin: 0 5px 5px 0;
}
.article-title-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.article-title-box .title-wrap {
	width: 100%;
	margin-bottom: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.article-title-box .actions-wrap {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 15px;
}
.article-title-box .action-wrap {
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px 0 0;
}
.article-title-box .action-wrap + .action-wrap {
	-ms-flex: inherit;
	flex: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 0;
}
.article-title-box .button-main:not(.button-icon) {
	width: 100%;
}
.article-title-box h1 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 10px;
}
.article-title-box h1:last-child {
	margin-bottom: 0;
}
.side-nav-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 15px 15px;
	background: #fff;
	max-width: 100%;
}
.side-nav-panel a {
	display: inline-block;
	max-width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #3858C9 !important;
	height: 24px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}
.side-nav-panel [data-title-mobile]:after {
	content: attr(data-title-mobile);
}
.side-menu-main .wiki-top-category-list {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #7B7C85;
}
.side-menu-main .wiki-top-category-list {
	margin: 0;
	padding: 0;
}
.side-menu-main .wiki-top-category-list ul,
.side-menu-main .wiki-top-category-list li {
	margin: 0;
	padding: 0;
	overflow: visible;
}
.side-menu-main .tab-controls > .wiki-top-category-list {
	overflow: visible;
}
.side-menu-main .tab-controls > .wiki-top-category-list li.submenu-inner > a:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/arrow-back.svg) center no-repeat;
	background-size: 100% auto;
	top: 50%;
	left: 0;
	margin-top: -12px;
	transform-origin: center;
}
.side-menu-main .tab-controls > .wiki-top-category-list li.submenu-inner > a.active {
	background-color: transparent;
}
.side-menu-main .tab-controls > .wiki-top-category-list > li > ul {
	padding-top: 5px;
}
.side-menu-main .tab-controls > .wiki-top-category-list > li > ul .submenu-inner.submenu-open > a:before {
	transform: rotate(-90deg);
	left: -5px;
	margin-top: -18px;
}
.side-menu-main .tab-controls > .wiki-top-category-list > li > ul .submenu-inner > a:before {
	transform: rotate(180deg);
	opacity: 0.3;
	left: -10px;
}
.side-menu-main .tab-controls > .wiki-top-category-list > li > ul > li > ul {
	padding-left: 20px;
}
.side-menu-main .tab-controls > .wiki-top-category-list > li > ul > li > ul ul {
	padding-left: 20px;
}
.side-menu-main .tab-controls > .wiki-top-category-list > li > ul > li > ul > li > a {
	font-size: 16px;
}
.side-menu-main .tab-controls > .wiki-top-category-list > li > ul > li > a {
	font-size: 18px;
	line-height: 1.5;
}
.side-menu-main .tab-controls > .wiki-top-category-list > li > a {
	font-size: 24px;
	line-height: 1.4;
	color: #2F3035;
	font-weight: bold;
	overflow: visible;
}
.side-menu-main .tab-controls > .wiki-top-category-list > li > a:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/arrow-back.svg) center no-repeat;
	background-size: 100% auto;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
.side-menu-main .btn-popup-toggle,
.side-menu-main .side-nav-panel {
	display: none;
}
.side-menu-main .btn-popup-toggle {
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 44px;
	font-size: 18px;
	font-weight: 500;
	color: #06195E;
	text-decoration: none;
	text-align: left;
}
.side-menu-main .btn-popup-toggle:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/close.svg) center no-repeat;
	background-size: 100% auto;
	top: 50%;
	left: 10px;
	margin-top: -12px;
}
.side-menu-main ul > li > a,
.side-menu-main div > a,
.side-menu-main ul > li a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	overflow: visible;
	display: block;
	position: relative;
	transition: all ease 0.2s;
	padding: 6px 24px;
	border-radius: 10px 0 0 10px;
	text-decoration: none;
}
.side-menu-main ul > li > a:hover,
.side-menu-main div > a:hover,
.side-menu-main ul > li a:hover,
.side-menu-main ul > li > a.active,
.side-menu-main div > a.active,
.side-menu-main ul > li a.active {
	color: #2F3035;
}
.side-menu-main ul > li > a.active,
.side-menu-main div > a.active,
.side-menu-main ul > li a.active {
	font-weight: 600;
	background-color: #fff;
}
.side-menu-main * {
	box-sizing: border-box;
}
.btn-search-toggle,
.btn-action-close,
.btn-action-copy {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.btn-search-toggle:before,
.btn-action-close:before,
.btn-action-copy:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/search.svg) center no-repeat;
	background-size: 100% auto;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
.btn-action-copy:before {
	background-image: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/copy.svg);
}
.btn-search-toggle.active:before {
	background-image: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/close.svg);
}
.btn-action-close:before {
	background-image: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/close.svg);
}
.btn-action-more {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 30px 0 0;
	cursor: pointer;
	color: #3858C9;
}
.btn-action-more:hover {
	color: #4969da;
}
.btn-action-more.active:after {
	content: atr(data-hide);
}
.btn-action-more.active:before {
	transform: rotate(-90deg);
}
.btn-action-more:after {
	content: attr(data-show);
}
.btn-action-more:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/arrow-nav.svg) center no-repeat;
	background-size: 100% auto;
	transform: rotate(90deg);
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.btn-menu-toggle {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 40px;
	color: #06195E;
	font-weight: 500;
	text-decoration: none;
	padding: 0 0 0 34px;
	cursor: pointer;
}
.btn-menu-toggle:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/menu.svg) center no-repeat;
	background-size: 100% auto;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
.btn-action-nav {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 35px 0 0 !important;
}
.btn-action-nav:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/icons/arrow-nav.svg) center no-repeat;
	background-size: 100% auto;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.btn-action-nav.button-back {
	padding: 0 0 0 35px !important;
}
.btn-action-nav.button-back:before {
	right: auto;
	left: 0;
	transform: rotate(180deg);
}
.menu-panel-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
.search-main-form {
	margin-bottom: 15px;
	position: relative;
}
.search-main-form .frm-search {
	display: -ms-flexbox;
	display: flex;
}
.search-main-form .frm-search .form-input {
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px 0 0;
}
.search-main-form .frm-search .form-actions {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.search-main-form .frm-search input[type="text"] {
	display: block;
	width: 100%;
	height: 47px;
	background: #fff;
	padding: 0 10px 0 20px;
	border-radius: 15px;
	border: none;
	font-size: 18px;
	font-weight: 500;
}
.search-main-form .frm-search input[type="submit"],
.search-main-form .frm-search button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	border: none;
	border-radius: 15px;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	background: #3858C9;
	height: 47px;
	overflow: hidden;
}
.search-main-form .frm-search input[type="submit"]:hover,
.search-main-form .frm-search button:hover {
	background-color: #4969da;
}
.search-main-form .frm-search .btn-action-close {
	display: none;
}
.search-main-form * {
	box-sizing: border-box;
}
.button-main {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 18px;
	border-radius: 15px;
	border: 2px solid #3858C9;
	background-color: transparent;
	height: 45px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	color: #3858C9;
	text-decoration: none;
}
.button-main img,
.button-main svg {
	display: block;
	width: 24px;
	margin: 0 0 0 10px;
}
.button-main img:first-child,
.button-main svg:first-child {
	margin: 0 10px 0 0;
}
.button-main img:first-child:last-child,
.button-main svg:first-child:last-child {
	margin: 0 auto;
}
.button-main.button-icon {
	padding-left: 14px;
	padding-right: 14px;
}
.button-main:hover {
	background-color: #3858C9;
	border-color: #3858C9;
	color: #fff;
	text-decoration: none;
}
.button-main:hover img,
.button-main:hover svg {
	filter: brightness(0) invert(1);
}
.elm-tag {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 32px;
	line-height: 30px;
	border-radius: 16px;
	border: 1px solid #000;
	padding: 0 9px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
}
.elm-tag:hover {
	text-decoration: none;
}
.elm-tag.color01 {
	border-color: #F38529;
	color: #F38529;
}
.elm-tag.color02 {
	border-color: #B35754;
	color: #B35754;
}
.elm-tag.color03 {
	border-color: #5D8EE3;
	color: #5D8EE3;
}
.elm-tag.color04 {
	border-color: #DE9A16;
	color: #DE9A16;
}
.elm-tag.color05 {
	border-color: #7DC5F3;
	color: #7DC5F3;
}
@media (max-width: 1023px) {
	.wrap-content {
		position: relative;
	}
	.wrap-content .content-main {
		position: static;
	}
	.header-panel {
		padding-left: 15px;
	}
	.header-panel .max-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar-left.side-menu-main {
		display: none;
		z-index: 100;
		width: auto;
		margin: 0;
		position: absolute;
		top: 0;
		left: 15px;
		right: 15px;
		background: #F8F8F8;
		border-radius: 15px;
		max-height: calc(100dvh - 140px);
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: none;
		-ms-overflow-style: none;
		box-shadow: 0px 4px 20px 0px rgba(12, 23, 81, 0.1);
	}
	.sidebar-left.side-menu-main::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.sidebar-left.side-menu-main .tab-controls {
		padding: 0 15px;
	}
	.sidebar-left.side-menu-main.active {
		display: block;
	}
	.sidebar-left.side-menu-main .btn-popup-toggle {
		display: block;
	}
	.sidebar-left.side-menu-main .side-nav-panel {
		display: -ms-flexbox;
		display: flex;
	}
	.search-main-form {
		display: none;
		position: absolute;
		top: 0;
		left: 10px;
		right: 40px;
		z-index: 100;
	}
	.search-main-form.active {
		display: block;
	}
	.search-main-form .frm-search {
		display: -ms-flexbox;
		display: flex;
	}
	.search-main-form .frm-search input[type="text"] {
		height: 44px;
		font-size: 16px;
	}
	.search-main-form .frm-search .form-actions {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.search-main-form {
		left: 25px;
		right: 70px;
	}
	.sidebar-left.side-menu-main {
		left: 30px;
		right: 30px;
	}
}
@media (min-width: 1024px) {
	.cnt-box {
		padding: 25px;
		border-radius: 25px;
		font-size: 18px;
	}
	.cnt-box .side-nav-panel {
		margin-bottom: 25px;
		font-size: inherit;
	}
	.cnt-box .container-voter {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 25px;
	}
	.cnt-box .container-voter .voter__title {
		margin: 0;
		padding: 0 15px 0 0;
		font-size: 24px;
	}
	.cnt-box .container-voter .voter__buttons {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0;
	}
	.cnt-box .container-voter .button__voter {
		width: 105px;
		margin: 0 10px 0 0;
		font-size: 18px;
	}
	.cnt-box .container-voter .button__voter:last-child {
		margin-right: 0;
	}
	.menu-panel-wrap {
		display: none;
	}
	.header-panel {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.header-panel .max-wrap {
		padding-right: 0;
	}
	.header-panel .header-nav {
		max-width: calc(100% - 315px);
		width: calc(100% - 315px);
	}
	.header-panel .breadcrumbs-hodler .breadcrumbs-list {
		font-size: 18px;
	}
	.header-panel .breadcrumbs-hodler .breadcrumbs-list li {
		margin-right: 45px;
	}
	.header-panel .breadcrumbs-hodler .breadcrumbs-list li:after {
		margin-left: 10px;
	}
	.header-panel .header-logo {
		width: 315px;
	}
	.header-panel .logo {
		max-width: 212px;
	}
	.wrap-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		position: relative;
	}
	.sidebar-left.side-menu-main {
		float: none;
		width: 316px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		border-right: 1px solid #E2E2EB;
		margin: 0;
	}
	.content-main {
		-ms-flex: 1;
		flex: 1;
		position: relative;
		max-width: calc(100% - 316px);
		padding: 0 0 0 25px;
	}
	.side-nav-panel [data-title-desktop]:after {
		content: attr(data-title-desktop);
	}
	.article-title-box {
		margin-bottom: 10px;
	}
	.article-title-box h1 {
		font-size: 40px;
	}
	.article-info-box {
		margin-bottom: 25px;
		font-size: 18px;
	}
	.article-info-box .link-inner-wrap {
		margin-bottom: 15px;
	}
	.article-info-box .tags-inner-wrap {
		display: -ms-flexbox;
		display: flex;
	}
	.article-info-box .tags-inner-wrap .info-title {
		line-height: 32px;
		width: auto;
	}
	.article-info-box .tags-inner-wrap .info-items {
		-ms-flex: 1;
		flex: 1;
		margin: 0;
	}
	.article-inner-box {
		font-size: 18px;
	}
	.article-inner-box blockquote,
	.article-inner-box .bq-text,
	.article-inner-box q {
		margin-bottom: 20px;
		padding: 15px 20px;
		border-radius: 15px;
	}
	.article-inner-box h2,
	.article-inner-box .h2-title {
		font-size: 35px;
		margin-bottom: 25px;
		margin-top: 50px;
	}
	.article-inner-box h3,
	.article-inner-box .h3-title {
		margin: 35px 0 20px 0;
		font-size: 24px;
	}
	.article-inner-box h4,
	.article-inner-box .h4-title {
		padding: 20px 0 15px 0;
		font-size: 20px;
	}
	.article-inner-box p,
	.article-inner-box ul,
	.article-inner-box ol {
		margin-bottom: 15px;
	}
	.article-inner-box pre,
	.article-inner-box .pre-text {
		margin-bottom: 35px;
		padding: 15px 54px 15px 20px;
		border-radius: 15px;
	}
	.article-inner-box pre .btn-action-copy,
	.article-inner-box .pre-text .btn-action-copy {
		top: 15px;
		right: 20px;
	}
	.button-main {
		font-size: 18px;
		height: 47px;
	}
	.elm-tag {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.article-title-box {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 25px;
	}
	.article-title-box .title-wrap {
		-ms-flex: 1;
		flex: 1;
		padding: 0 15px 0 0;
		margin-bottom: 0;
		width: auto;
	}
	.article-title-box .actions-wrap {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
		width: auto;
	}
}


.sendBy {
	background: rgb(227, 224, 224);
	border-radius: 2em;
	padding: 1.5em;
	margin-bottom: 30px;
	margin-top: 30px;
}

.sendBy__items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2em;
}
.sendBy__item-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
}
.sendBy__item-title {
	line-height: 1.6;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 0;

}
.sendBy__item-input {
	background: #fff !important;
	padding: 10px !important;
	border-radius: 5px;
	width: 237px;
}
.sendBy__item-button {
	border-radius: 5px;
	background: #3858C9;
	border: none;
	outline: none;
	padding: 11px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}

@media (max-width: 600px) {
	.sendBy__items {
		flex-direction: column;
		gap: 0;
		text-align: center;
	}
}
@media (max-width: 450px) {
	.sendBy__item-box {
		flex-direction: column;
		gap: 1em;
		width: 75%;
	}
}

.looking {
	margin-top: 30px;

}
.looking__inner-title {
	line-height: 1.3;
	font-weight: bold;
	font-size: 24px;
	color: #06195E;
}
.looking__inner-button {
	border: none;
	outline: none;
	background: #FF6B57;
	border-radius: 5px;
	padding: 10px 20px 10px 40px;
	position: relative;
	color: #fff;
}
.looking__inner-button::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/../img/question.svg) center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);

}
/* End */


/* Start:/local/css/support_kb_banner.css?17763194441323*/
.support-kb-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    margin-bottom: 16px;
    background: #fe3a44;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid #d92f38;
    border-radius: 8px;
    box-sizing: border-box;
}

.support-kb-banner__text-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.support-kb-banner__icon {
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.support-kb-banner__text {
    min-width: 0;
}

.support-kb-banner__link {
    padding: 8px 16px;
    border-radius: 4px;
    background: #fff;
    color: #fe3a44;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.support-kb-banner__link:hover {
    background: #f2f2f2;
}

.support-kb-banner__link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@media (max-width: 640px) {
    .support-kb-banner {
        flex-wrap: wrap;
    }

    .support-kb-banner__link {
        width: 100%;
        text-align: center;
    }
}

/* End */


/* Start:/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/include/correction.css?172672786710235*/
.correction {
    position: relative;
}
.correction__title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 25px;
    color: #000;
}

.correction .correction__article p::selection {
    background: #C6DFFC;
}

.correction__boxbtn {
    display:flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    margin-bottom: 15px;
}

.correction__boxbtn-popup {
    background: #EBEFFF;
    width: 178px;
    height: 103px;
    border-radius: 8px;
    position: absolute;
    bottom: 60px;
}
.correction__boxbtn-popup::before {
    content: "";
    width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #EBEFFF;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.correction__boxbtn-popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.correction__boxbtn-popup.close {
   display: none;
   width: 0;
   height: 0;
}
.correction__boxbtn-poptext {
    font-size: 12px;
    color: #000;
    line-height: 17px;
    padding: 10px 10px 20px 15px;
    margin: 0;
    max-width: 160px;
}


.correction__btn {
    text-align: right;
    display: inline-block;
    color: #FF524A;
    border-radius: 5px;
    border: 1px solid #FF524A;
    padding: 8px 8px 8px 35px;
    background: transparent;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    
}
.correction__btn::before {
    content: "";
    background: url(/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/include/../img/pencil.svg) center no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.correction__popup {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0rem;
	transition: all 0.8s ease 0s;
	z-index: 20000000;
    
}

.popup__body {
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup__text {
    font-family: 'IBM Plex Sans';
	font-size: 18px;
	margin-bottom: 35px;
}

.popup__content {
	position: relative;
	width: 684px;
	padding: 32px 40px;
	background: #fff;
 
	box-shadow: 2px 2px 15px 3px rgba(0, 0, 0, 0.4);
	transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
	opacity: 0;
	transition: all 0.8s ease;
    border-radius: 40px;
	
}
.popup__content-prod {
	width: 700px;
}

.popup__close {
	position: absolute;
	right: 42px;
	top: 50px;
	width: 20px;
    height: 20px;
}



.popup__btn {
	padding: 7px 25px;
	outline: none;
	border: none;
	box-shadow: 2px 2px 15px 3px rgba(0, 0, 0, 0.4);
	font-size: 18px;
	font-weight: 500;
	transition: all .2s ease-in-out;
}

.popup__btn2 {
	font-size: inherit;
	padding: 5px 15px;
}

.popup__btn:hover {
	transform: translate3d(3px, -3px, 0);
}

.popup__btn2:hover {
	transform: translate3d(0px, 0px, 0);
}

.popup__input {
	padding: 5px;
	border: none;
	box-shadow: 2px 2px 15px 3px rgba(0, 0, 0, 0.4);
}

.correction__popup.open .popup__content {
	transform: perspective(600px) translate(0, 0%) rotateX(0deg);
	opacity: 1;
}

.correction__popup.open {
	opacity: 1;
	visibility: visible;
}

.popup__performers-textarea {
    width: 100%;
    border: 1px solid #3858C9;
    border-radius: 14px;
    resize: none;
    outline: none;
    padding: 7px 10px 10px 17px;
    height: 177px;
    margin-bottom: 13px;
    box-sizing: border-box;
}
textarea::-webkit-input-placeholder { 
    color: #959595;
    font-weight: 400;
    font-size: 14px;
}

.popup__content-top-tittle {
    font-family: 'RF Dewi';
    font-size: 32px;
    margin-bottom: 12px;
    color: #06195E;
    font-weight: 700;
}
.popup__content-top-text {
    font-family: 'IBM Plex Sans';
    max-width: 506px;
    font-size: 20px;
    margin-bottom: 6px;
    color: #06195E;
    font-weight: 600;
}

.popup__content-top-text1 {
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    margin-bottom: 37px;
    color: #06195E;
    font-weight: 500;
}
.form__picture {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    
}

.thumbnails {
    display: flex;
}
.thumbnails img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    object-fit: cover;    
    border: 1px solid #3858c9;
}

.form__input-label {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 8px;    
    padding: 11px;    
    background: url('/local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/include/../img/paperclip.svg'), #E1E6F7;        
    background-size: 70%;    
    background-repeat: no-repeat;
    background-position: center center;
}

.form__input-file {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.form__input-fileimg {
    width: 48px;
    height: 48px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
    background: #E1E6F7;
    padding: 11px;
    box-sizing: border-box;
}
.divBox {
    display: flex;
    align-items: center;
    gap: 10px;
}

#correction_form .form__input {
    width: 100%;
    height: 62px;
    border: 1px solid #3858C9;
    border-radius: 14px;
    outline: none;
    padding: 7px 10px 10px 17px;
    font-size: 18px;
    margin-top: 37px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
#correction_form .form__input::-webkit-input-placeholder { 
    color: #BFC9FF;
    font-weight: 400;
    font-size: 20px;
}
.popup__performers-btn {
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    background: #000;
    color: #fff;
    background: #3858C9;
    font-size: 18px;
    border: none;
    border-radius: 14px;
    padding: 17px 29px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.popup__content-consent {
    font-family: 'RF Dewi';
    font-size: 14px;
    color: #83848C;
    font-weight: 400;
    max-width: 570px;
    margin-top: 13px;

}
.popup__content-consent a {
    color: #06195E;
    text-decoration: none;
}

.popup__content2 {
    width: 600px;
}

.editorBtn {
    position: absolute;
    opacity: 0;
    transition: all .3s linear;
}
.editorBtn.active  {
    opacity: 1;
    width: 24px;
    height: 24px;
    transition: all .3s linear;
    scale: 1.3;
}
.editorBtnImg {
    position: absolute;
    opacity: 0;
    transition: all .3s linear;
}
.editorBtnImg.active {
    opacity: 1;
    width: 24px;
    height: 24px;
    transition: all .3s linear;
    scale: 1.3;
}
.popup__content-top-title {
    font-family: 'RF Dewi';
    font-size: 32px;
    margin-bottom: 15px;
    color: #06195E;
    font-weight: 700;
}


.close-icon {
    width: 20px; /* Ширина иконки */
    height: 20px; /* Высота иконки */
    display: flex; /* Используем Flexbox для центрирования */
    align-items: center; /* Вертикальное выравнивание */
    justify-content: center; /* Горизонтальное выравнивание */
    background-color: #f00; /* Цвет фона */
    border-radius: 50%; /* Округлая форма */
    cursor: pointer; /* Курсор указывает на кликабельность */
    transition: background-color 0.3s; /* Плавный переход при наведении */
    position: absolute;
    top: -5px;
    right: 5px;
}

.close-icon:hover {
    background-color: #c00; /* Цвет фона при наведении */
}

.close-icon::before, .close-icon::after {
    content: '';
    position: absolute; /* Позиция относительно родителя */
    width: 12px; /* Ширина крестика */
    height: 2px; /* Толщина крестика */
    background-color: #fff; /* Цвет крестика */
    border-radius: 2px; /* Скругление углов крестика */
}

.close-icon::before {
    transform: rotate(45deg); /* Первое направление крестика */
}

.close-icon::after {
    transform: rotate(-45deg); /* Второе направление крестика */
}

.text-br {
    display: none;
}


@media(max-height: 790px) {
    #correction_form .form__input{
        margin-top: 18px;
        height: 50px;
   }
   .popup__performers-textarea {
         height: 120px;
   }
}
@media(max-width: 768px) {
    .popup__body {
        margin: 15px;
    }    
    .correction__btn {
        width: 100%;
    }
    .correction__btn::before {
        margin-left: 50px;
    }
    .text-br {
        display: unset;
    }
}
@media(max-width: 650px) {
    .popup__close {
        right: 30px;
        top: 30px;
        width: 15px;
        height: 15px;
    }
    .popup__content-top-tittle {
        font-size: 28px;
    }
}
@media(max-width: 520px) {
    .correction__btn {
        text-align: center;
        font-size: 12px;
        padding: 8px 44px 8px 44px;
        width: 100%;
    }
    .correction__title {
        margin: 20px 0;
    }
    .popup__close {
        right: 20px;
        top: 20px;

    }
    .popup__content {
        border-radius: 12px;
        padding: 22px 26px;
    }

    .popup__content-top-tittle {
        font-size: 24px;
        font-size: 24px;
    }
    .popup__content-top-text {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .popup__content-top-text1 {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .popup__performers-textarea {
        height: 150px;
        font-size: 14px;
    }
    .popup__performers-textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    
    .form__input-fileimg {
        width: 40px;
        height: 40px;
  
        padding: 11px
    }
    #correction_form .form__input {
        margin-top: 20px;
    }
    .popup__content-consent {
        font-size: 12px;
        max-width: 273px;
    }
    .popup__content2 {
        max-width: 325px;
        height: 175px;
    }
    .thumbnails img {
        width: 40px;
        margin-right: 10px;
        object-fit: cover;
    }
}

@media(max-width: 445px) {
    .popup__content-top-title {
        font-size: 27px;
        font-size: calc(var(--size) * 2);
    }
}
/* @media(max-width: 395px) {
    .popup__content-top-title {
        
    }
} */

/* End */


/* Start:/local/components/rbroker/rating/templates/.default/style.css?16436059623257*/
.block-voter{
    position: relative;
    display: inline-block;
}
.container-voter{
    display: flex;
    align-items: center;
}
.voter__buttons{
    display: flex;
    align-items: center;
}
.voter__title{
    margin-right: 15px;
    font-size: 22px;
}
.button__voter{
    outline: none;
    background: #fff;
    border: none;
}
.button_type_no{
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    border-radius: 3px 0 0 3px;
}
.button_type_yes{
    border: 1px solid grey;
    border-radius: 0 3px 3px 0;
}
.button__text{
    display: flex;
    padding: 3px 15px;
    align-items: center;
}
.button__text svg{
    margin-right: 5px;
}
.voter__popup{
    visibility: hidden;
    padding: 15px;
    transform: translateY(-30px);
    border-radius: .1px;
    background: #fff;
    box-shadow: 0 10px 20px -5px rgb(0 0 0 / 40%);
    box-sizing: border-box;
    opacity: 0;
    transition: .3s;
}
.voter__positive-popup{
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
}
.voter-popup_open{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.button__voter_active{
    background: grey;
}
.button__voter:hover{
    background: #cfcfcf;
}
.voter__text-popup{
    bottom: -100%;
}
.negative-link{
    text-decoration: dotted;
}
.negative-link:hover{
    color: red;
    transition: .3s;
}
.voter-list{
    margin: 5px 0 15px;
    padding-left: 0;
    list-style-type: none;
}
/*.popup__title{*/
/*    font-weight: 600;*/
/*}*/
.textarea__control{
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px;
    height: 135px;
    box-sizing: border-box;
}
/*.button_theme_action{*/
/*    border-radius: 3px;*/
/*    background-color: #ffdb4d;*/
/*    outline: none;*/
/*    border: none;*/
/*}*/
.voter__popup{
    position: absolute;
}
.voter__text-popup{
    position: absolute;
    width: 100%;
}
.count-error{
    color: red;
}
.assessment-form {
    text-align: center;
    font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.title{
    font-size: 27px;
}

.description{
    font-size: 13px;
}
.count {
    float: right;
    position: relative;
    margin-bottom: 10px;
}
.btn.disabled, .btn[disabled] {
    pointer-events: none;
    background: #BBBBBB !important;
    border-color: #BBBBBB !important;
    color: #fff !important;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none !important;
    padding: 0 20px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border-radius: 4px;
    background: #0787B7;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: all ease 0.2s;
    box-sizing: border-box;
    font-family: dinL;
    cursor: pointer;
}
.voter__email-popup input[type=text],
.voter__text-popup input[type=text]{
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px;
    height: 45px;
    box-sizing: border-box;
    min-width: 300px;
}
.voter__popup .error{
    color:red;
}
/* End */
/* /local/templates/cleverence/components/bitrix/menu/wiki/style.css?16956929931060 */
/* /local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/style.css?172247579726312 */
/* /local/css/support_kb_banner.css?17763194441323 */
/* /local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/include/correction.css?172672786710235 */
/* /local/components/rbroker/rating/templates/.default/style.css?16436059623257 */
