/* стили для использования совместно со скриптом для слабо видящих */

/* универсальные стили */

html.special .btn,
	html.special .open_link,
	html.special .slick-arrow,
	html.special-images-0 figure
		{ outline:1px solid; border-radius:0; }
		
html.special-images-0 figure
		{ outline:1px solid; border:unset !important; }
		
html.special-images-0 figure img { border:unset !important; outline:unset !important; }

html.special a:not(.btn):not(.open_link) { text-decoration:underline; }
html.special .wrap a:not(.btn):not(.open_link):hover { text-decoration:none; }

html.special .section + .section { border-top:1px solid; }

html.special .container:before, html.special .container:after,
html.special .section:before, html.special .section:after 
		{ content:unset !important; }

.special-panel button[value] i:before { font-family:"lidrekon" !important; }
.special-settings i:before { content:'\e808' !important; font-family:"lidrekon" !important; }
.special-quit i:before { content:'\e809' !important; font-family:"lidrekon" !important; }
.special-images button[value="0"] i:before { content:'\e810' !important; }
.special-images button[value="1"] i:before { content:'\e807' !important; }
.special-audio button[value="0"] i:before { content: '\e801' !important; }
.special-audio button[value="1"] i:before { content: '\e800' !important; }

html.special h1, html.special h2, html.special h3, html.special h4, html.special h5 { text-transform:uppercase; }

/* стили для конкретного сайта */

html.special .main_menu > li > a[href],
	html.special .main_menu li .open_link,
	html.special .main_menu ul
		{ outline:1px solid; border-radius:0; }
html.special header .contacts { border-color:transparent !important; }
html.special .main_menu { margin-right:1px; }

html.special .intro .title_block { display: block; }
	html.special .intro .title_block span { margin:0; padding: 0 0 0 11px; }
	html.special .intro .title_block b { display:inline; }
	
html.special .breadcrumbs + .section { background-color:#fff !important; }	