

/* 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/templates/cleverence_new/css/intlTelInput.css?168776804325571*/
.iti {
    display: inline-block;
    position: relative;
}

.iti * {
    box-sizing: border-box;
}

.iti__hide {
    display: none;
}

.iti__v-hide {
    visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    margin-bottom: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
    padding-right: 36px;
    position: relative;
    z-index: 0;
}

.iti__flag-container {
    bottom: 0;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 0;
}

.iti__selected-flag {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 6px 0 8px;
    position: relative;
    z-index: 1;
}

.iti__arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
    height: 0;
    margin-left: 6px;
    width: 0;
}

[dir=rtl] .iti__arrow {
    margin-left: 0;
    margin-right: 6px;
}

.iti__arrow--up {
    border-bottom: 4px solid #555;
    border-top: none;
}

.iti__country-list {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    list-style: none;
    margin: 0 0 0 -1px;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 2;
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px;
}

.iti__divider {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.iti__country {
    align-items: center;
    display: flex;
    outline: none;
    padding: 5px 10px;
}

.iti__dial-code {
    color: #999;
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px;
}

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
    margin-left: 6px;
    margin-right: 0;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    margin-left: 0;
    padding-left: 52px;
    padding-right: 6px;
}

[dir=rtl] .iti--allow-dropdown input, [dir=rtl] .iti--allow-dropdown input[type=text], [dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input, [dir=rtl] .iti--separate-dial-code input[type=text], [dir=rtl] .iti--separate-dial-code input[type=tel] {
    margin-right: 0;
    padding-left: 6px;
    padding-right: 52px;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: 0;
    right: auto;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 6px;
}

.iti--container {
    left: -1000px;
    padding: 1px;
    position: absolute;
    top: -1000px;
    z-index: 1060;
}

.iti--container:hover {
    cursor: pointer;
}

.iti-mobile .iti--container {
    bottom: 30px;
    left: 30px;
    position: fixed;
    right: 30px;
    top: 30px;
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .iti__country {
    line-height: 1.5em;
    padding: 10px 10px;
}

.iti__flag {
    width: 20px;
}

.iti__flag.iti__be {
    width: 18px;
}

.iti__flag.iti__ch {
    width: 15px;
}

.iti__flag.iti__mc {
    width: 19px;
}

.iti__flag.iti__ne {
    width: 18px;
}

.iti__flag.iti__np {
    width: 13px;
}

.iti__flag.iti__va {
    width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}

.iti__flag.iti__ac {
    background-position: 0px 0px;
    height: 10px;
}

.iti__flag.iti__ad {
    background-position: -22px 0px;
    height: 14px;
}

.iti__flag.iti__ae {
    background-position: -44px 0px;
    height: 10px;
}

.iti__flag.iti__af {
    background-position: -66px 0px;
    height: 14px;
}

.iti__flag.iti__ag {
    background-position: -88px 0px;
    height: 14px;
}

.iti__flag.iti__ai {
    background-position: -110px 0px;
    height: 10px;
}

.iti__flag.iti__al {
    background-position: -132px 0px;
    height: 15px;
}

.iti__flag.iti__am {
    background-position: -154px 0px;
    height: 10px;
}

.iti__flag.iti__ao {
    background-position: -176px 0px;
    height: 14px;
}

.iti__flag.iti__aq {
    background-position: -198px 0px;
    height: 14px;
}

.iti__flag.iti__ar {
    background-position: -220px 0px;
    height: 13px;
}

.iti__flag.iti__as {
    background-position: -242px 0px;
    height: 10px;
}

.iti__flag.iti__at {
    background-position: -264px 0px;
    height: 14px;
}

.iti__flag.iti__au {
    background-position: -286px 0px;
    height: 10px;
}

.iti__flag.iti__aw {
    background-position: -308px 0px;
    height: 14px;
}

.iti__flag.iti__ax {
    background-position: -330px 0px;
    height: 13px;
}

.iti__flag.iti__az {
    background-position: -352px 0px;
    height: 10px;
}

.iti__flag.iti__ba {
    background-position: -374px 0px;
    height: 10px;
}

.iti__flag.iti__bb {
    background-position: -396px 0px;
    height: 14px;
}

.iti__flag.iti__bd {
    background-position: -418px 0px;
    height: 12px;
}

.iti__flag.iti__be {
    background-position: -440px 0px;
    height: 15px;
}

.iti__flag.iti__bf {
    background-position: -460px 0px;
    height: 14px;
}

.iti__flag.iti__bg {
    background-position: -482px 0px;
    height: 12px;
}

.iti__flag.iti__bh {
    background-position: -504px 0px;
    height: 12px;
}

.iti__flag.iti__bi {
    background-position: -526px 0px;
    height: 12px;
}

.iti__flag.iti__bj {
    background-position: -548px 0px;
    height: 14px;
}

.iti__flag.iti__bl {
    background-position: -570px 0px;
    height: 14px;
}

.iti__flag.iti__bm {
    background-position: -592px 0px;
    height: 10px;
}

.iti__flag.iti__bn {
    background-position: -614px 0px;
    height: 10px;
}

.iti__flag.iti__bo {
    background-position: -636px 0px;
    height: 14px;
}

.iti__flag.iti__bq {
    background-position: -658px 0px;
    height: 14px;
}

.iti__flag.iti__br {
    background-position: -680px 0px;
    height: 14px;
}

.iti__flag.iti__bs {
    background-position: -702px 0px;
    height: 10px;
}

.iti__flag.iti__bt {
    background-position: -724px 0px;
    height: 14px;
}

.iti__flag.iti__bv {
    background-position: -746px 0px;
    height: 15px;
}

.iti__flag.iti__bw {
    background-position: -768px 0px;
    height: 14px;
}

.iti__flag.iti__by {
    background-position: -790px 0px;
    height: 10px;
}

.iti__flag.iti__bz {
    background-position: -812px 0px;
    height: 14px;
}

.iti__flag.iti__ca {
    background-position: -834px 0px;
    height: 10px;
}

.iti__flag.iti__cc {
    background-position: -856px 0px;
    height: 10px;
}

.iti__flag.iti__cd {
    background-position: -878px 0px;
    height: 15px;
}

.iti__flag.iti__cf {
    background-position: -900px 0px;
    height: 14px;
}

.iti__flag.iti__cg {
    background-position: -922px 0px;
    height: 14px;
}

.iti__flag.iti__ch {
    background-position: -944px 0px;
    height: 15px;
}

.iti__flag.iti__ci {
    background-position: -961px 0px;
    height: 14px;
}

.iti__flag.iti__ck {
    background-position: -983px 0px;
    height: 10px;
}

.iti__flag.iti__cl {
    background-position: -1005px 0px;
    height: 14px;
}

.iti__flag.iti__cm {
    background-position: -1027px 0px;
    height: 14px;
}

.iti__flag.iti__cn {
    background-position: -1049px 0px;
    height: 14px;
}

.iti__flag.iti__co {
    background-position: -1071px 0px;
    height: 14px;
}

.iti__flag.iti__cp {
    background-position: -1093px 0px;
    height: 14px;
}

.iti__flag.iti__cr {
    background-position: -1115px 0px;
    height: 12px;
}

.iti__flag.iti__cu {
    background-position: -1137px 0px;
    height: 10px;
}

.iti__flag.iti__cv {
    background-position: -1159px 0px;
    height: 12px;
}

.iti__flag.iti__cw {
    background-position: -1181px 0px;
    height: 14px;
}

.iti__flag.iti__cx {
    background-position: -1203px 0px;
    height: 10px;
}

.iti__flag.iti__cy {
    background-position: -1225px 0px;
    height: 14px;
}

.iti__flag.iti__cz {
    background-position: -1247px 0px;
    height: 14px;
}

.iti__flag.iti__de {
    background-position: -1269px 0px;
    height: 12px;
}

.iti__flag.iti__dg {
    background-position: -1291px 0px;
    height: 10px;
}

.iti__flag.iti__dj {
    background-position: -1313px 0px;
    height: 14px;
}

.iti__flag.iti__dk {
    background-position: -1335px 0px;
    height: 15px;
}

.iti__flag.iti__dm {
    background-position: -1357px 0px;
    height: 10px;
}

.iti__flag.iti__do {
    background-position: -1379px 0px;
    height: 14px;
}

.iti__flag.iti__dz {
    background-position: -1401px 0px;
    height: 14px;
}

.iti__flag.iti__ea {
    background-position: -1423px 0px;
    height: 14px;
}

.iti__flag.iti__ec {
    background-position: -1445px 0px;
    height: 14px;
}

.iti__flag.iti__ee {
    background-position: -1467px 0px;
    height: 13px;
}

.iti__flag.iti__eg {
    background-position: -1489px 0px;
    height: 14px;
}

.iti__flag.iti__eh {
    background-position: -1511px 0px;
    height: 10px;
}

.iti__flag.iti__er {
    background-position: -1533px 0px;
    height: 10px;
}

.iti__flag.iti__es {
    background-position: -1555px 0px;
    height: 14px;
}

.iti__flag.iti__et {
    background-position: -1577px 0px;
    height: 10px;
}

.iti__flag.iti__eu {
    background-position: -1599px 0px;
    height: 14px;
}

.iti__flag.iti__fi {
    background-position: -1621px 0px;
    height: 12px;
}

.iti__flag.iti__fj {
    background-position: -1643px 0px;
    height: 10px;
}

.iti__flag.iti__fk {
    background-position: -1665px 0px;
    height: 10px;
}

.iti__flag.iti__fm {
    background-position: -1687px 0px;
    height: 11px;
}

.iti__flag.iti__fo {
    background-position: -1709px 0px;
    height: 15px;
}

.iti__flag.iti__fr {
    background-position: -1731px 0px;
    height: 14px;
}

.iti__flag.iti__ga {
    background-position: -1753px 0px;
    height: 15px;
}

.iti__flag.iti__gb {
    background-position: -1775px 0px;
    height: 10px;
}

.iti__flag.iti__gd {
    background-position: -1797px 0px;
    height: 12px;
}

.iti__flag.iti__ge {
    background-position: -1819px 0px;
    height: 14px;
}

.iti__flag.iti__gf {
    background-position: -1841px 0px;
    height: 14px;
}

.iti__flag.iti__gg {
    background-position: -1863px 0px;
    height: 14px;
}

.iti__flag.iti__gh {
    background-position: -1885px 0px;
    height: 14px;
}

.iti__flag.iti__gi {
    background-position: -1907px 0px;
    height: 10px;
}

.iti__flag.iti__gl {
    background-position: -1929px 0px;
    height: 14px;
}

.iti__flag.iti__gm {
    background-position: -1951px 0px;
    height: 14px;
}

.iti__flag.iti__gn {
    background-position: -1973px 0px;
    height: 14px;
}

.iti__flag.iti__gp {
    background-position: -1995px 0px;
    height: 14px;
}

.iti__flag.iti__gq {
    background-position: -2017px 0px;
    height: 14px;
}

.iti__flag.iti__gr {
    background-position: -2039px 0px;
    height: 14px;
}

.iti__flag.iti__gs {
    background-position: -2061px 0px;
    height: 10px;
}

.iti__flag.iti__gt {
    background-position: -2083px 0px;
    height: 13px;
}

.iti__flag.iti__gu {
    background-position: -2105px 0px;
    height: 11px;
}

.iti__flag.iti__gw {
    background-position: -2127px 0px;
    height: 10px;
}

.iti__flag.iti__gy {
    background-position: -2149px 0px;
    height: 12px;
}

.iti__flag.iti__hk {
    background-position: -2171px 0px;
    height: 14px;
}

.iti__flag.iti__hm {
    background-position: -2193px 0px;
    height: 10px;
}

.iti__flag.iti__hn {
    background-position: -2215px 0px;
    height: 10px;
}

.iti__flag.iti__hr {
    background-position: -2237px 0px;
    height: 10px;
}

.iti__flag.iti__ht {
    background-position: -2259px 0px;
    height: 12px;
}

.iti__flag.iti__hu {
    background-position: -2281px 0px;
    height: 10px;
}

.iti__flag.iti__ic {
    background-position: -2303px 0px;
    height: 14px;
}

.iti__flag.iti__id {
    background-position: -2325px 0px;
    height: 14px;
}

.iti__flag.iti__ie {
    background-position: -2347px 0px;
    height: 10px;
}

.iti__flag.iti__il {
    background-position: -2369px 0px;
    height: 15px;
}

.iti__flag.iti__im {
    background-position: -2391px 0px;
    height: 10px;
}

.iti__flag.iti__in {
    background-position: -2413px 0px;
    height: 14px;
}

.iti__flag.iti__io {
    background-position: -2435px 0px;
    height: 10px;
}

.iti__flag.iti__iq {
    background-position: -2457px 0px;
    height: 14px;
}

.iti__flag.iti__ir {
    background-position: -2479px 0px;
    height: 12px;
}

.iti__flag.iti__is {
    background-position: -2501px 0px;
    height: 15px;
}

.iti__flag.iti__it {
    background-position: -2523px 0px;
    height: 14px;
}

.iti__flag.iti__je {
    background-position: -2545px 0px;
    height: 12px;
}

.iti__flag.iti__jm {
    background-position: -2567px 0px;
    height: 10px;
}

.iti__flag.iti__jo {
    background-position: -2589px 0px;
    height: 10px;
}

.iti__flag.iti__jp {
    background-position: -2611px 0px;
    height: 14px;
}

.iti__flag.iti__ke {
    background-position: -2633px 0px;
    height: 14px;
}

.iti__flag.iti__kg {
    background-position: -2655px 0px;
    height: 12px;
}

.iti__flag.iti__kh {
    background-position: -2677px 0px;
    height: 13px;
}

.iti__flag.iti__ki {
    background-position: -2699px 0px;
    height: 10px;
}

.iti__flag.iti__km {
    background-position: -2721px 0px;
    height: 12px;
}

.iti__flag.iti__kn {
    background-position: -2743px 0px;
    height: 14px;
}

.iti__flag.iti__kp {
    background-position: -2765px 0px;
    height: 10px;
}

.iti__flag.iti__kr {
    background-position: -2787px 0px;
    height: 14px;
}

.iti__flag.iti__kw {
    background-position: -2809px 0px;
    height: 10px;
}

.iti__flag.iti__ky {
    background-position: -2831px 0px;
    height: 10px;
}

.iti__flag.iti__kz {
    background-position: -2853px 0px;
    height: 10px;
}

.iti__flag.iti__la {
    background-position: -2875px 0px;
    height: 14px;
}

.iti__flag.iti__lb {
    background-position: -2897px 0px;
    height: 14px;
}

.iti__flag.iti__lc {
    background-position: -2919px 0px;
    height: 10px;
}

.iti__flag.iti__li {
    background-position: -2941px 0px;
    height: 12px;
}

.iti__flag.iti__lk {
    background-position: -2963px 0px;
    height: 10px;
}

.iti__flag.iti__lr {
    background-position: -2985px 0px;
    height: 11px;
}

.iti__flag.iti__ls {
    background-position: -3007px 0px;
    height: 14px;
}

.iti__flag.iti__lt {
    background-position: -3029px 0px;
    height: 12px;
}

.iti__flag.iti__lu {
    background-position: -3051px 0px;
    height: 12px;
}

.iti__flag.iti__lv {
    background-position: -3073px 0px;
    height: 10px;
}

.iti__flag.iti__ly {
    background-position: -3095px 0px;
    height: 10px;
}

.iti__flag.iti__ma {
    background-position: -3117px 0px;
    height: 14px;
}

.iti__flag.iti__mc {
    background-position: -3139px 0px;
    height: 15px;
}

.iti__flag.iti__md {
    background-position: -3160px 0px;
    height: 10px;
}

.iti__flag.iti__me {
    background-position: -3182px 0px;
    height: 10px;
}

.iti__flag.iti__mf {
    background-position: -3204px 0px;
    height: 14px;
}

.iti__flag.iti__mg {
    background-position: -3226px 0px;
    height: 14px;
}

.iti__flag.iti__mh {
    background-position: -3248px 0px;
    height: 11px;
}

.iti__flag.iti__mk {
    background-position: -3270px 0px;
    height: 10px;
}

.iti__flag.iti__ml {
    background-position: -3292px 0px;
    height: 14px;
}

.iti__flag.iti__mm {
    background-position: -3314px 0px;
    height: 14px;
}

.iti__flag.iti__mn {
    background-position: -3336px 0px;
    height: 10px;
}

.iti__flag.iti__mo {
    background-position: -3358px 0px;
    height: 14px;
}

.iti__flag.iti__mp {
    background-position: -3380px 0px;
    height: 10px;
}

.iti__flag.iti__mq {
    background-position: -3402px 0px;
    height: 14px;
}

.iti__flag.iti__mr {
    background-position: -3424px 0px;
    height: 14px;
}

.iti__flag.iti__ms {
    background-position: -3446px 0px;
    height: 10px;
}

.iti__flag.iti__mt {
    background-position: -3468px 0px;
    height: 14px;
}

.iti__flag.iti__mu {
    background-position: -3490px 0px;
    height: 14px;
}

.iti__flag.iti__mv {
    background-position: -3512px 0px;
    height: 14px;
}

.iti__flag.iti__mw {
    background-position: -3534px 0px;
    height: 14px;
}

.iti__flag.iti__mx {
    background-position: -3556px 0px;
    height: 12px;
}

.iti__flag.iti__my {
    background-position: -3578px 0px;
    height: 10px;
}

.iti__flag.iti__mz {
    background-position: -3600px 0px;
    height: 14px;
}

.iti__flag.iti__na {
    background-position: -3622px 0px;
    height: 14px;
}

.iti__flag.iti__nc {
    background-position: -3644px 0px;
    height: 10px;
}

.iti__flag.iti__ne {
    background-position: -3666px 0px;
    height: 15px;
}

.iti__flag.iti__nf {
    background-position: -3686px 0px;
    height: 10px;
}

.iti__flag.iti__ng {
    background-position: -3708px 0px;
    height: 10px;
}

.iti__flag.iti__ni {
    background-position: -3730px 0px;
    height: 12px;
}

.iti__flag.iti__nl {
    background-position: -3752px 0px;
    height: 14px;
}

.iti__flag.iti__no {
    background-position: -3774px 0px;
    height: 15px;
}

.iti__flag.iti__np {
    background-position: -3796px 0px;
    height: 15px;
}

.iti__flag.iti__nr {
    background-position: -3811px 0px;
    height: 10px;
}

.iti__flag.iti__nu {
    background-position: -3833px 0px;
    height: 10px;
}

.iti__flag.iti__nz {
    background-position: -3855px 0px;
    height: 10px;
}

.iti__flag.iti__om {
    background-position: -3877px 0px;
    height: 10px;
}

.iti__flag.iti__pa {
    background-position: -3899px 0px;
    height: 14px;
}

.iti__flag.iti__pe {
    background-position: -3921px 0px;
    height: 14px;
}

.iti__flag.iti__pf {
    background-position: -3943px 0px;
    height: 14px;
}

.iti__flag.iti__pg {
    background-position: -3965px 0px;
    height: 15px;
}

.iti__flag.iti__ph {
    background-position: -3987px 0px;
    height: 10px;
}

.iti__flag.iti__pk {
    background-position: -4009px 0px;
    height: 14px;
}

.iti__flag.iti__pl {
    background-position: -4031px 0px;
    height: 13px;
}

.iti__flag.iti__pm {
    background-position: -4053px 0px;
    height: 14px;
}

.iti__flag.iti__pn {
    background-position: -4075px 0px;
    height: 10px;
}

.iti__flag.iti__pr {
    background-position: -4097px 0px;
    height: 14px;
}

.iti__flag.iti__ps {
    background-position: -4119px 0px;
    height: 10px;
}

.iti__flag.iti__pt {
    background-position: -4141px 0px;
    height: 14px;
}

.iti__flag.iti__pw {
    background-position: -4163px 0px;
    height: 13px;
}

.iti__flag.iti__py {
    background-position: -4185px 0px;
    height: 11px;
}

.iti__flag.iti__qa {
    background-position: -4207px 0px;
    height: 8px;
}

.iti__flag.iti__re {
    background-position: -4229px 0px;
    height: 14px;
}

.iti__flag.iti__ro {
    background-position: -4251px 0px;
    height: 14px;
}

.iti__flag.iti__rs {
    background-position: -4273px 0px;
    height: 14px;
}

.iti__flag.iti__ru {
    background-position: -4295px 0px;
    height: 14px;
}

.iti__flag.iti__rw {
    background-position: -4317px 0px;
    height: 14px;
}

.iti__flag.iti__sa {
    background-position: -4339px 0px;
    height: 14px;
}

.iti__flag.iti__sb {
    background-position: -4361px 0px;
    height: 10px;
}

.iti__flag.iti__sc {
    background-position: -4383px 0px;
    height: 10px;
}

.iti__flag.iti__sd {
    background-position: -4405px 0px;
    height: 10px;
}

.iti__flag.iti__se {
    background-position: -4427px 0px;
    height: 13px;
}

.iti__flag.iti__sg {
    background-position: -4449px 0px;
    height: 14px;
}

.iti__flag.iti__sh {
    background-position: -4471px 0px;
    height: 10px;
}

.iti__flag.iti__si {
    background-position: -4493px 0px;
    height: 10px;
}

.iti__flag.iti__sj {
    background-position: -4515px 0px;
    height: 15px;
}

.iti__flag.iti__sk {
    background-position: -4537px 0px;
    height: 14px;
}

.iti__flag.iti__sl {
    background-position: -4559px 0px;
    height: 14px;
}

.iti__flag.iti__sm {
    background-position: -4581px 0px;
    height: 15px;
}

.iti__flag.iti__sn {
    background-position: -4603px 0px;
    height: 14px;
}

.iti__flag.iti__so {
    background-position: -4625px 0px;
    height: 14px;
}

.iti__flag.iti__sr {
    background-position: -4647px 0px;
    height: 14px;
}

.iti__flag.iti__ss {
    background-position: -4669px 0px;
    height: 10px;
}

.iti__flag.iti__st {
    background-position: -4691px 0px;
    height: 10px;
}

.iti__flag.iti__sv {
    background-position: -4713px 0px;
    height: 12px;
}

.iti__flag.iti__sx {
    background-position: -4735px 0px;
    height: 14px;
}

.iti__flag.iti__sy {
    background-position: -4757px 0px;
    height: 14px;
}

.iti__flag.iti__sz {
    background-position: -4779px 0px;
    height: 14px;
}

.iti__flag.iti__ta {
    background-position: -4801px 0px;
    height: 10px;
}

.iti__flag.iti__tc {
    background-position: -4823px 0px;
    height: 10px;
}

.iti__flag.iti__td {
    background-position: -4845px 0px;
    height: 14px;
}

.iti__flag.iti__tf {
    background-position: -4867px 0px;
    height: 14px;
}

.iti__flag.iti__tg {
    background-position: -4889px 0px;
    height: 13px;
}

.iti__flag.iti__th {
    background-position: -4911px 0px;
    height: 14px;
}

.iti__flag.iti__tj {
    background-position: -4933px 0px;
    height: 10px;
}

.iti__flag.iti__tk {
    background-position: -4955px 0px;
    height: 10px;
}

.iti__flag.iti__tl {
    background-position: -4977px 0px;
    height: 10px;
}

.iti__flag.iti__tm {
    background-position: -4999px 0px;
    height: 14px;
}

.iti__flag.iti__tn {
    background-position: -5021px 0px;
    height: 14px;
}

.iti__flag.iti__to {
    background-position: -5043px 0px;
    height: 10px;
}

.iti__flag.iti__tr {
    background-position: -5065px 0px;
    height: 14px;
}

.iti__flag.iti__tt {
    background-position: -5087px 0px;
    height: 12px;
}

.iti__flag.iti__tv {
    background-position: -5109px 0px;
    height: 10px;
}

.iti__flag.iti__tw {
    background-position: -5131px 0px;
    height: 14px;
}

.iti__flag.iti__tz {
    background-position: -5153px 0px;
    height: 14px;
}

.iti__flag.iti__ua {
    background-position: -5175px 0px;
    height: 14px;
}

.iti__flag.iti__ug {
    background-position: -5197px 0px;
    height: 14px;
}

.iti__flag.iti__um {
    background-position: -5219px 0px;
    height: 11px;
}

.iti__flag.iti__un {
    background-position: -5241px 0px;
    height: 14px;
}

.iti__flag.iti__us {
    background-position: -5263px 0px;
    height: 11px;
}

.iti__flag.iti__uy {
    background-position: -5285px 0px;
    height: 14px;
}

.iti__flag.iti__uz {
    background-position: -5307px 0px;
    height: 10px;
}

.iti__flag.iti__va {
    background-position: -5329px 0px;
    height: 15px;
}

.iti__flag.iti__vc {
    background-position: -5346px 0px;
    height: 14px;
}

.iti__flag.iti__ve {
    background-position: -5368px 0px;
    height: 14px;
}

.iti__flag.iti__vg {
    background-position: -5390px 0px;
    height: 10px;
}

.iti__flag.iti__vi {
    background-position: -5412px 0px;
    height: 14px;
}

.iti__flag.iti__vn {
    background-position: -5434px 0px;
    height: 14px;
}

.iti__flag.iti__vu {
    background-position: -5456px 0px;
    height: 12px;
}

.iti__flag.iti__wf {
    background-position: -5478px 0px;
    height: 14px;
}

.iti__flag.iti__ws {
    background-position: -5500px 0px;
    height: 10px;
}

.iti__flag.iti__xk {
    background-position: -5522px 0px;
    height: 15px;
}

.iti__flag.iti__ye {
    background-position: -5544px 0px;
    height: 14px;
}

.iti__flag.iti__yt {
    background-position: -5566px 0px;
    height: 14px;
}

.iti__flag.iti__za {
    background-position: -5588px 0px;
    height: 14px;
}

.iti__flag.iti__zm {
    background-position: -5610px 0px;
    height: 14px;
}

.iti__flag.iti__zw {
    background-position: -5632px 0px;
    height: 10px;
}

.iti__flag {
    background-color: #dbdbdb;
    background-image: url("/local/templates/cleverence_new/css/../img/flags.png");
    background-position: 20px 0;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 1px 0px #888;
    height: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/local/templates/cleverence_new/css/../img/flags@2x.png");
    }
}

.iti__flag.iti__np {
    background-color: transparent;
}
/* End */


/* Start:/local/components/cleverence/form.master.any/templates/get_page_url/style.css?17132606602419*/
.form-box {
    align-items: flex-end;
    background: #f0f0f0;
    border-radius: 23px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 20px 24px 28px 24px;
    width: 100%;
}

.form-outer-info,
.form-outer-box {
    margin-bottom: 42px;
}

.form-box .popup-title {
    color: #2f3035;
    font-size: 24px;
    font-weight: 600;
}

.form-box .form-subtitle {
    color: #2f3035;
    font-size: 14px;
}

.frm-form {
    display: flex;
}

.frm-form .form-input {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-right: 8px;
    min-width: 237px;
    padding: 10px;
}

.form-content-wrap {
    margin-left: 48px;
}

.frm-form .page-section-button {
    background: #2ea6e1;
    border: 0px solid #cdcdcd;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 11px 22px;
}

.form-outer-info {
    align-items: center;
    background: #f0f0f0;
    border-radius: 23px;
    box-sizing: border-box;
    display: none;
    justify-content: space-between;
    padding: 6px 93px 0 24px;
    width: 100%;
}

.form-outer-info .text {
    font-size: 24px;
    font-weight: 600;
}

.form-outer-info svg {
    height: 88px;
    width: 123px;
}

.page-section-button:disabled {
    opacity: 0.4;
}

.text-info {
    color: red;
    display: none;
}

@media (max-width: 800px) {
    .form-box {
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }

    .form-content-wrap {
        margin-left: 0px;
        margin-top: 17px;
    }

    .frm-form .form-input, .form-content-wrap {
        width: 100%;
    }

    .form-box .popup-title {
        font-size: 20px;
    }

    .frm-form {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .frm-form .page-section-button {
        margin-top: 8px;
        max-width: 121px;
    }

    .form-outer-info .text {
        font-size: 20px;
        font-weight: 500;
        max-width: 220px;
    }

    .form-outer-info .img {
        margin-left: auto;
    }

    .form-outer-info svg {
        height: 110px;
        width: 149px;
    }

    .form-outer-info {
        align-items: flex-start;
        flex-direction: column;
        padding-right: 46px;
        padding-top: 16px;
    }

    .form-outer-info .text {
        margin-bottom: 29px;
    }
}
/* 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/templates/cleverence_new/css/intlTelInput.css?168776804325571 */
/* /local/components/cleverence/form.master.any/templates/get_page_url/style.css?17132606602419 */
/* /local/templates/cleverence/components/bitrix/wiki/.default/elastic/wiki.show/.default/include/correction.css?172672786710235 */
/* /local/components/rbroker/rating/templates/.default/style.css?16436059623257 */
