/*Верхняя панель с настройками*/
.theme-settings-panel{
	border-bottom: 1px solid #000;
}
.theme-settings {
	float: left;
	white-space: nowrap;
	color: #6d6d6d;
}
.theme-settings > div {
	display: inline-block;
}
.theme-settings a {
	text-transform: uppercase;
	font-weight: 500;
}
.theme-settings,
.theme-settings .font-small {
	font-size: 14px;
}
.theme-settings .font-medium {
	font-size: 18px;
}
.theme-settings .font-big {
	font-size: 22px;
}
.theme-settings-fonts {
	margin-right: 15px;
}
.theme-settings-fonts a {
	width: 32px;
	text-decoration: none;
	position: relative;
	text-align: center;
}
.theme-settings-fonts a:first-child {
	margin-left: 5px;
}
.theme-settings-fonts a.font-small {
	padding: 8px 10px;
}
.theme-settings-fonts a.font-medium {
	padding: 6px 9px;
}
.theme-settings-fonts a.font-big {
	padding: 3px 8px;
}
.theme-settings-fonts a.active {
	background: black;
	color: white;
	width: 32px;
	height: 32px;
}
.theme-settings-fonts a.active:after,
.theme-settings-font-style a.active:after,
.theme-settings-kerning a.active:after
{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}

.theme-settings-color a {
	width: 32px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	padding: 7px 5px;
	margin-left: 5px;

}
.theme-settings-color a:hover {
	text-decoration: none;
}
.theme-settings-color a.color-white {
	background: white;
	color: black;
	text-decoration: none;
	font-size: 16px;
	border:1px solid #000;
}
.theme-settings-color a.color-black {
	background: black;
	color: white;
	text-decoration: none;
	font-size: 16px;
}
.theme-settings-color a.color-blue {
	background: #b5dcff;
	color: #063462;
	text-decoration: none;
	font-size: 16px;
}
.theme-settings-color a.active:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.theme-settings-color a.color-white.active:after {
	border-top: 4px solid white;
}
.theme-settings-color a.color-black.active:after {
	border-top: 4px solid black;
}
.theme-settings-color a.color-blue.active:after {
	border-top: 4px solid #b5dcff;
}

.theme-settings-color,
.theme-settings-font-style{
	margin-right:15px;
}

.theme-settings-font-style a {
	vertical-align: middle;
	position: relative;
	top: -1px;
	padding: 7px 5px;
	margin-left: 5px;
}

.theme-settings-kerning a {
	vertical-align: middle;
	position: relative;
	top: -1px;
	padding: 7px 5px;
	margin-left: 5px;
	white-space: pre;
}

.theme-settings-font-style a.font-arial,
.theme-settings-font-style a.font-times,
.theme-settings-kerning a.kerning-small,
.theme-settings-kerning a.kerning-medium,
.theme-settings-kerning a.kerning-big
{
	background: white;
	color: black;
	text-decoration: none;
	font-size: 16px;
}

.theme-settings-font-style a.active,
.theme-settings-kerning a.active
{
	background: black;
	color: white;
}

.theme-settings-font-style a.font-times{
	font-family: 'Times New Roman' !important;
}

.theme-settings-font-style a.font-arial{
	font-family: 'Open Sans' !important;
}

.theme-settings-default{
	text-align: right;
	margin: auto 0;
}

/*Контент*/
body {
	background-color: #fff;
	background-image: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

a{
	color: #000;
}

a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}

.hedder-img {
	background-image: none;
}

.hedder-img .grad {
	background: none;
	color: #000;
}

.grad .line {
	color: #fff;
}

.gerb{
	border:0;
}

.grad a {
	color: #000;
}

.grad a:hover {
	color: #000;
}

.name-site a {
	color: #000;
}

.name-site .title p, .name-site .title span,
.name-site .title p, .name-site .title h1 {
	color: #000;
}

#menu-block {
	background-color: #000;
}

#menu-block .container {
	background-color: #000;
}

#menu-block .container button {
	border: 1px solid #fff;
}

#menu-block .container .navbar-toggler-icon .fa {
	color: #fff;
}

.navbar {
	background-color: #000;
}

.navbar-nav .nav-item:hover {
	background-color: #fff;
	color: #000;
	border-radius: 0;
}

.navbar-nav .nav-item a:hover {
	color: #000;
}

.navbar-nav .nav-item a {
	color: #fff;
}

.breadcrumb {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0px;
}

.links-index {
	background: #fff;
}

#layout-footer {
	border-top: 1px solid #000;
	color: #000;
	background-color: #fff;
}

#layout-footer .social a, #layout-footer a {
	color: #000;
}

#layout-footer .social a:hover, #layout-footer a:hover {
	color: #000;
}

.mp-block, .content-block {
	background-color: #fff;
	border: 1px solid #000;
}

.title-block {
	color: #000;
}

.news-list {
	background-color: #fff;
}

.news-list a {
	color: #000;
}

.news-list a:hover {
	color: #000;
}

.slick-prev i, .slick-next i {
	color: #000;
}

.slick-dots li button:before {
	color: black;
}

.slick-dots li.slick-active button:before {
	color: black;
}

#main-photos a, #main-video a {
	color: #000;
}

#main-photos a:hover, #main-video a:hover {
	color: #000;
}

#main-photos strong, #main-video strong {
	color: #000;
}

.faquestion {
	color: #000;
}

.page-date {
	color: #000;
}

.collapses .item .title a {
	color: #000;
}

.collapses .files .item {
	border: 1px solid #000;
}


.collapses .files .item a .file-title {
	color: #000;
}

.collapses .files .item a .file-size {
	color: #000;
}

.hash-tag {
	color: #000;
}

.hash-tag span {
	color: #000;
}

.tag {
	border-left: solid 2px #000;
	color: #000;
}

.tag:hover {
	color: #000 !important;
}

.question-description, .question-dates {
	color: #000;
}

.question-errors .errorSummary {
	color: #000;
}

.tickercontainer {
	background: #fff;
}

ul.newsticker li {
	background: #fff;
}

.gray-search {
	background: #fff;
	border: 1px solid #000;
}

.jspDrag {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}

.jspArrow {
	background: #000;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #000;
}

.jspCorner {
	background: #fff;
}

.social-share-title {
	color: #000;
}

@media screen and (max-width: 425px) {
	#menu-toogle {
		color: #000;
	}
}

h4 {
	color: #000;
}

.media .foot {
	border-top: 1px solid #000;
}

.errorMessage {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

.table-filter .search {
	color: #000;
}

.table-filter .search span {
	color: #000;
}

.checked-list {
	background: #fff;
}

.checked-list .collapsed .title:after {
	border-top: 4px solid #000;
}

.checked-list .collapsed.hide .title:after {
	border-bottom: 4px solid #000;
}

.docs-info {
	border: 1px solid #000;
}

.links-table .head {
	background: #000;
	color: #fff;
}

.links-table ol {
	border: 1px solid #000;
}

.fancybox-skin .head h2 {
	background: #000;
	color: #fff;
}

.fancybox-skin .feedback-type a {
	color: #000;
	border: 1px solid #000;
}

.fancybox-skin .feedback-type a.active {
	color: #000;
	border: 1px solid #000;
}

.fancybox-skin .modal-quetions {
	border: 1px dotted #000;
}

.fancybox-skin .modal-quetions a {
	color: #000;
}


span[class|=required] {
	color: #000;
}

.feedback-modal .toggle-questions {
	color: #000;
}

.grid-search .search-min, .grid-search .search-min2 {
	background: #fff;
}

.gallery-list .desc {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.data-list {
	border-top: 1px solid #000;
}

.data-list li {
	border: 1px solid #000;
}

.data-list li .item {
	color: #000;
}

.simple-table th {
	border-bottom: 2px solid #000;
}

.simple-table th:before {
	background: #000;
}

.simple-table td {
	border-top: 1px solid #000;
}

.simple-table td:before {
	background: #000;
}

.search-page .search-left-content {
	background: #fff;
}

.search-result li {
	border-bottom: 1px solid #fff;
}

.search-result li .numb {
	color: #000;
}

.search-result li .date {
	color: #fff;
}

.search-result li .text {
	color: #000;
}

.search-page .pager ul {
	border: 1px solid #fff;
}

.select-filter {
	background: #fff;
}

.highlight-form {
	background: #fff;
}

.uploader-image .drop-file {
	color: #000;
}

.alert-overlay {
	background: #000;
	background: rgba(0, 0, 0, 0.2);
}

.alert-success,
.alert-error {
	background: #FFFFFF url("../images/success.png") no-repeat 19px center;
	color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
}

.alert-error {
	color: #000;
	background: #FFFFFF url("../images/error.png") no-repeat 19px center;
}

.jobs-list {
	color: #000;
}

.jobs-list > li {
	border-bottom: 1px solid #000;
}

p.date {
	color: #000;
}

.highlight-content {
	background: #000;
}

.hr {
	background: #000;
}

.qq-upload-button {
	background: #fff;
	color: #000;
}

.qq-upload-drop-area {
	border: 2px dashed #000;
	background: #FFF url("../images/image.jpg") no-repeat center 55px;
}

.qq-upload-drop-area span {
	color: #fff;
	color: #000;
}

.qq-upload-drop-area .uploader-wrapper {
	background: #FFF;
	border: 1px solid #000;
}

.qq-upload-drop-area .uploader-wrapper:before {
	border: 4px solid #000;
}

.qq-upload-drop-area .uploader-wrapper .edit_file {
	background: #FFF url("../images/table-update.png") no-repeat center;
}

.qq-upload-drop-area .uploader-wrapper .delete_file {
	background: #FFF url("../images/table-trash.png") no-repeat center;
	border-top: 1px solid #000;
}

.qq-uploader .max-file-size {
	color: #000;
}

.qq-uploader-multiple .qq-upload-drop-area {
	border: 2px dashed #000;
	background: #fff;
}

.qq-uploader-multiple .drop-area-text {
	color: #000;
}

.qq-uploader-multiple .drop-area-text i {
	color: #000;
}

.qq-uploader-multiple .download-count {
	color: #000;
}

.qq-uploader-multiple .qq-table-files .fileitem {
	color: #000;
	background: #fff;
}

.qq-uploader-multiple .qq-table-files .fileitem .filename {
	color: #000;
}

.qq-uploader.qq-uploader-no-image .uploader-wrapper .uploader-image-preview.preview-file span {
	color: #000;
}

blockquote {
	border-left: 1px solid black;
}

.date-comments {
	color: #000;

}

.ckeditor-invalid,
.ckeditor-invalid p,
.ckeditor-invalid span {
	color: #000 !important;
}

.ckeditor-invalid th,
.ckeditor-invalid th p,
.ckeditor-invalid th span {
	color: #000 !important;
}

.voted_message {
	color: #000;
	border: 1px solid #000;
}

.forest .tree li::before, .tree li::after {
	border-top: 1px solid #000;
}

.forest .tree li::after {
	border-left: 1px solid #000;
}

.forest .tree li:last-child::before {
	border-right: 1px solid #000;
}

.forest .tree ul ul::before {
	border-left: 1px solid #000;
}

.forest .tree li a {
	border: 1px solid #000;
	color: #000;
}

.forest .tree li a:hover, .tree li a:hover + ul li a {
	background: #000000;
	color: #FFF;
	border: 1px solid #000000;
}

.ajax-email {
	color: #000;
}

.ajax-email:hover {
	color: #000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000;
	background-color: #fff;
	border-color: #000 #000 #fff;
}
.nav-tabs {
	border-bottom: 1px solid #000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000;
	background-color: #fff;
	border-color: #000 #000 #fff;
}

.link-slick .txt, .link-without-slick .txt {
	color: #000;
}

.text-primary {
	color: #000!important;
}

a img, .news-view-image img, img {
	border: 1px solid #000;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}

.link-slick .image, .image {
	border: 1px solid #000;
}

.btn-primary{
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-primary:active, .btn-primary:hover{
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.page-item.active .page-link {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.page-link {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

.btn-link, .btn-link:active, .btn-link:focus {
	border-color: transparent;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
	background-color: transparent;
}
.btn-link {
	color: #000;
}

.btn-link:focus, .btn-link:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

.form-control, .form-control:focus {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
}

.table thead th {
	border-bottom: 2px solid #000;
}

.table td, .table th {
	border-top: 1px solid #000;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
	color: #fff;
	background-color: #000;
}

.text-muted {
	color: #000!important;
}

.grad .dropdown .dropdown-item{
	color: #000 !important;
}

.grad .dropdown-item.active, .dropdown-item:active{
	background-color: #fff;
}