:root {
	--page-bg-color-main: #FFFFFF;
	--page-bg-color-additional: #F7F7F8;
	--page-main-bg-color: #FFFFFF;
	--page-main-font-color: #000000;
	--page-default-font-color: #000000;
	--page-main-border-color: #000000;
	--page-bg-color-black: #000000;


	--page-button-bg-main: #09294E;
	--page-button-bg-blue: #0191B6;
	--page-button-bg-green: #0C7C59;
	--page-button-bg-red: #C6281E;
	--page-button-bg-black: #000000;
	--page-button-bg-white: #FFFFFF;
	--page-button-fc-main: #FFFFFF;
	--page-button-fc-grey: #BABABA;
	--page-button-bg-orange: #F2711C;

	--page-border-blue: #0191B6;

	--page-fc-main: #000000;
	--page-fc-blue: #009FFD;
	--page-fc-green: #0C7C59;
	--page-fc-red: #A22C29;
	--page-fc-white: #FFFFFF;
	--page-fc-link: #207A97;
	--page-fc-yellow: #FFC400;
	--page-fc-dark-grey: #4E5058;
;

	--page-form-error-line: #FB7F78;
	--page-form-error-text: #993B3B;
	--page-form-line-grey: #BABABA;
	--page-form-starter-bg: #F3F3F3;


	--table-thead-bg-color: #000000;
	--table-thead-fc-color: #FFFFFF;
	--table-tbody-odd-bg-color: #FFFFFF;
	--table-tbody-even-bg-color: #EEF1F4;
	--table-pagin-current-bg-color: #000000;
	--table-pagin-current-fc-color: #FFFFFF;
	--table-tbody-border-color: #BABABA;
	--logo-icon: 'url(/projects/qalaqyzmet/images/logo-b.svg)';

	--page-logo-font: 'SamsungSharpSans';
	--page-head-font: 'KZCenturyGothic';
	--page-text-font: 'SamsungOne';
}

* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: var(--page-default-font-color);
	font-family: var(--page-text-font);
}

h1, h2, h3 {
	font-family: var(--page-head-font);
}

h4, h5, h6 {
	font-family: var(--page-text-font);
}

a {
	color: #2196F3;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none !important;
}

.vrt-link {
	cursor: pointer !important;
}

#header {
	background-color: var(--page-main-bg-color);
	color: var(--page-main-font-color);
	box-sizing: border-box;
}

#header .header-block .right-side .user-area .h-button {
	background-color: var(--page-button-bg-blue);
	color: var(--page-button-fc-main);
	cursor: pointer;
}

#header .header-block .right-side .user-area .h-button:hover {
	opacity: .85;
}

#header .header-block .right-side .user-area .user-bar .user-menu .user-button {
	cursor: pointer;
}

#header .header-block .right-side .user-area .user-bar .user-menu:hover {
	background-color: var(--page-button-bg-blue);
	color: var(--page-button-fc-main);
}

#header .header-block .right-side .user-area .user-bar .user-menu:hover .user-menu-items {
	background-color: var(--page-bg-color-main);
}

#header .header-block .right-side .user-area .user-bar .user-menu .user-menu-items .um-item {
	color: var(--page-button-bg-blue);
	cursor: pointer;
}

#header .header-block .right-side .user-area .user-bar .user-menu .user-menu-items .um-item:last-child {
	border-bottom: none;
}

#header .header-block .right-side .user-area .user-bar .user-menu .user-menu-items .um-item:hover {
	background-color: var(--page-button-bg-blue);
	color: var(--page-fc-white);
}

#header .header-block .right-side .lang-select .lang-item {
	cursor: pointer;
}

#header .header-block .right-side .lang-select .lang-item.active, #header .header-block .right-side .lang-select .lang-item:hover {
	color: #0191B6;
}

#header .header-block .right-side .bvi-select {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 0 0 0 40px;
	font-size: 24px;
}

#header .header-block .right-side .bvi-select i {
	margin: auto auto;
}

#header .header-block .right-side .bvi-select:hover {
	color: var(--page-fc-link);
}


#footer {
	background-color: var(--page-bg-color-black);
}

#footer .footer-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	margin: auto auto;
}

#footer .footer-block .footer-content {
	color: var(--page-fc-white);
}

/* ---------------------------- Дизайн блоков главной страницы ---------------------------- */

/* Блок категорий */

#index-categories .page-block .page-block-tile {
	background-color: var(--page-main-bg-color);
	color: var(--page-main-font-color);
}

#index-categories .page-block .page-block-tile .pb-tile-content .pb-tile-title {
	font-weight: normal;
}

/* Блок Как получить услугу */

#guide {
	background-color: var(--page-main-bg-color);
}

#guide .page-block .guide-menu .gm-buttons .gm-title {
	font-weight: bold;
}

#guide .page-block .guide-menu .gm-buttons .gm-button {
	font-weight: bold;
	cursor: pointer;
}

#guide .page-block .guide-menu .gm-buttons .gm-button.active {
	background-color: var(--page-button-bg-black);
	color: var(--page-button-fc-main);
	cursor: default;
}

/* Блок FAQ */

#faq .page-block .faq-menu .faq-title {
	font-weight: bold;
}

#faq .page-block .faq-questions .faq-item .faq-expand {
	color: var(--page-button-bg-red);
	font-weight: bold;
}

#faq .page-block .faq-questions .faq-item .faq-content .faq-question {
	font-weight: bold;
}

#faq .page-block .faq-questions .faq-item .faq-expand-button {
	cursor: pointer;
}

/* Блок Полезное */

#helpful {
	background-color: var(--page-bg-color-additional);
}

#helpful .page-block .helpful-title .helpful-title-text {
	font-weight: bold;
}

#helpful .page-block .helpful-vidgets .helpful-vidget {
	background-color: var(--page-main-bg-color);
	color: var(--page-main-font-color);
}

#helpful .page-block .helpful-vidgets .helpful-vidget:hover {
	opacity: .9;
}

#helpful .page-block .helpful-vidgets .helpful-vidget.green {
	background-color: var(--page-button-bg-green) !important;
}

/* Блок Контакты */

#contacts .page-block .contacts-title .contacts-title-text {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

/* ---------------------------- Дизайн блоков модульных страниц ---------------------------- */

/* Заголовок страницы */

#title .page-block .search-field .search-field-button {
	cursor: pointer;
}

#title .page-block .search-field .search-field-button:hover {
	opacity: .8;
}

/* Блок фильтра заявок */

#filter .page-block .filter-title .filter-show-button {
	font-family: var(--page-head-font);
	color: var(--page-fc-main);
}

#filter .page-block .filter-title .filter-show-button:hover {
	opacity: .9;
}

/* Блок заявок */

#bids .page-block .bids-table a:hover {
	text-decoration: none;
}

#bids .page-block .bids-table .dt-delete-btn {
	font-size: 20px;
	line-height: 20px;
	color: var(--page-default-font-color);
	padding: 5px 8px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

#bids .page-block .bids-table .dt-delete-btn:hover {
	opacity: .9;
	color: var(--page-button-bg-red);
}

#bids .page-block .bids-table .dt-status-btn {
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0;
	text-align: left;
	vertical-align: middle;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
}

#bids .page-block .bids-table .dt-status-btn i {
	font-size: 20px;
	margin: auto 0;
	margin-right: 10px;

}

#bids .page-block .bids-table .dt-status-btn.inwork {
	color: #0191B6;
}

#bids .page-block .bids-table .dt-status-btn.executed {
	color: #01B6AB;
}

#bids .page-block .bids-table .dt-status-btn.reject {
	color: #A22C29;
}

/* Блок фильтра заявок - Элемемнты формы (Semantic UI) */

#filter.user .ui.form .fields {
	margin: 5px 0 !important;
}

#filter.user label {
	color: var(--page-default-font-color) !important;
	margin: 0 0 3px 0 !important;
}

#filter.user input, #filter.user select {
	color: var(--page-default-font-color) !important;
	padding: 9px 12px !important;
}

#filter.user .ui.selection.dropdown {
	color: var(--page-default-font-color) !important;
	padding: 11px 12px 10px 12px !important;
	min-height: 41px !important;
}

#filter.user .ui.selection.dropdown>.dropdown.icon {
	padding: 11px !important;
}

/* Блок мои документы */

#mydocs {
	padding: 0 0 10px 0 !important;
	margin: 30px 0 50px;
}

#mydocs .page-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#mydocs .page-block .mydocs-items {
	display: table;
}

#mydocs .page-block .mydocs-items .mydocs-item-row {
	display: table-row;
}

#mydocs .page-block .mydocs-items .mydocs-item {
	display: table-cell;
	padding: 16px 2px;
	font-size: 16px;
	font-family: var(--page-text-font);
	vertical-align: middle;
	border-bottom: 1px solid var(--page-bg-color-black);
}

#mydocs .page-block .mydocs-items .mydocs-item .mdi-title-text {
	display: flex;
	flex-direction: row;
	margin: auto 0;
}

#mydocs .page-block .mydocs-items .mydocs-item .mdi-title-text i {
	font-size: 26px;
	display: flex;
	margin: auto 0;
	margin-right: 12px;
}

#mydocs .page-block .mydocs-items .mydocs-item .mdi-title-text span {
	display: flex;
	margin: auto 0;
}

#mydocs .page-block .mydocs-items .mydocs-item .mdi-button {
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	padding: 8px 0;
	border: 1px solid var(--page-bg-color-black);
	border-radius: 22px;
	width: 200px;
	
}

#mydocs .page-block .mydocs-items .mydocs-item.mdi-view,
#mydocs .page-block .mydocs-items .mydocs-item.mdi-delete {
	width: 240px;
	text-align: center;
}

#mydocs .page-block .mydocs-items .mydocs-item .mdi-button.view {
	color: var(--page-fc-main);
	float: right;
}

#mydocs .page-block .mydocs-items .mydocs-item .mdi-button.remove {
	color: var(--page-fc-white);
	background-color: var(--page-bg-color-black);
	float: right;
}

#mydocs .page-block .mydocs-items .mydocs-item .mdi-button:hover {
	border: 1px solid var(--page-button-bg-blue);
	color: var(--page-fc-white);
	background-color: var(--page-button-bg-blue);
}

#mydocs .page-block .mydoc-buttons {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 50px 0 0 0;
}

#mydocs .page-block .mydoc-buttons .mydoc-button {
	width: 40%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
}

#mydocs .page-block .mydoc-buttons .mydoc-button:hover {
	color: var(--page-fc-link) !important;
}

#mydocs .page-block .mydoc-buttons .mydoc-button .mydoc-button-icon {
	flex: 0 0 auto;
	display: flex;
	margin: auto 0;
	font-size: 34px;
}

#mydocs .page-block .mydoc-buttons .mydoc-button .mydoc-button-text {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	margin: auto 0;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
}

#mydocs .page-block .mydoc-buttons .mydoc-button .mydoc-button-text span {
	font-family: var(--page-head-font);
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 4px;
}

/* Блок Категории */

#categories .page-block .categories-items .item span.ci-text {
	background-color: var(--page-main-bg-color);
	color: var(--page-main-font-color);
	cursor: pointer;
}

#categories .page-block .categories-items .item.active span.ci-text {
	background-color: var(--page-button-bg-blue);
	color: var(--page-fc-white) !important;
}

#categories .page-block .categories-items .item:hover span.ci-text {
	background-color: var(--page-button-bg-blue);
	color: var(--page-fc-white) !important;
}
	

/* Блок Услуги */

#services .page-block .services-table .st-item .st-item-name, 
#services .page-block .services-table .st-item .st-item-org {
	vertical-align: middle;
}

#services .page-block .services-table .st-item .st-item-name a, 
#services .page-block .services-table .st-item .st-item-org a {
	color: var(--page-fc-main);
}

#services .page-block .services-table .st-item:hover {
	color: var(--page-fc-link);
}

#services .page-block .services-table .st-item:hover a {
	color: var(--page-fc-link);
}

/* Личный кабиент - Настройки */

#uc-settings {
	margin: 0 !important;
	padding: 0 !important;
}

#uc-settings .page-block {
	margin: 30px 0 50px 0 !important;
	padding: 0 !important;
}

#uc-settings .page-block h3 {
	font-family: var(--page-head-font);
	margin: 0 0 40px 0 !important;
	padding: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

#uc-settings .page-block .uc-settings-options {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
}

#uc-settings .page-block .uc-settings-options .ucso-item {
	display: grid;
	grid-template-columns: 300px auto 300px;
	grid-gap: 0 20px;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-title,
#uc-settings .page-block .uc-settings-options .ucso-item .ucso-content {
	display: flex;
	padding: 15px 8px;
	margin: auto 0;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-title {
	height: 100%;
	font-weight: bold;
	padding-right: 20px;
	border-bottom: 1px solid var(--table-tbody-border-color);
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-title span {
	margin: auto 0;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-content {
	height: 100%;
	border-bottom: 1px solid var(--table-tbody-border-color);
	display: flex;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-buttons {
	height: 100%;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-content .ucso-content-block {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto 0;
	height: 100%;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-content .ucso-content-block .ucso-content-text {
	flex: 1 1 auto;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-content .ucso-content-block .ucso-content-buttons {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: auto 0;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-content .ucso-content-block .ucso-content-buttons .ucso-content-button {
	cursor: pointer;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-content .ucso-content-block .ucso-content-buttons .ucso-content-button.email-confirm {
	color: var(--page-button-bg-blue);
	cursor: default;
	font-size: 20px;
	padding: 0;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-content .ucso-content-block .ucso-content-buttons .ucso-content-button:last-child {
	margin-right: 0;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-buttons {
	display: flex;
	margin: auto 0;
	margin-left: 20px;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-buttons .ucso-button { 
	flex: 1 1 auto;
	display: flex;
	margin: auto auto;
	border: 1px solid var(--page-button-bg-black);
	padding: 10px 8px;
	border-radius: 18px;
	cursor: pointer;
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-buttons .ucso-button:hover {
	border: 1px solid var(--page-button-bg-blue);
	background-color: var(--page-button-bg-blue);
	color: var(--page-fc-white);
}

#uc-settings .page-block .uc-settings-options .ucso-item .ucso-buttons .ucso-button span {
	display: flex;
	margin: auto auto;
}

/* Личный кабиент - Уведомления */

#uc-notices {
	
}

#uc-notices .page-block {
	padding: 50px 8px !important;
	border-top: 1px solid var(--page-bg-color-black);
	border-bottom: 1px solid var(--page-bg-color-black);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#uc-notices .page-block .un-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#uc-notices .page-block .un-block.left {
	width: 45%;
	flex: 0 0 auto;
}

#uc-notices .page-block .un-block.right {
	flex: 1 1 auto;
}

#uc-notices .page-block .un-block .unb-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: var(--page-head-font);
	font-weight: bold;
	margin: 15px 0;
	padding: 0 0 15px 0;
	font-size: 24px;
}

#uc-notices .page-block .un-block .unb-title .ucnh-button {
	flex: 0 0 auto;
	font-size: 16px;
	color: var(--page-fc-main);
	cursor: pointer;
	margin-right: 30px;
}

#uc-notices .page-block .un-block .unb-title .ucnh-button:hover {
	text-decoration: underline;
	color: var(--page-button-bg-blue);
}

#uc-notices .page-block .un-block.right .unb-title {
	padding-left: 20px;
}

#uc-notices .page-block .un-block .unb-form {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto 0;
	padding: 5px 0 10px;
}

#uc-notices .page-block .un-block.right .unb-form {
	border-left: 1px solid var(--page-button-bg-black);
	padding-left: 20px;

}

#uc-notices .page-block .un-block .unb-form .unbf-item {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto 0;
}

#uc-notices .page-block .un-block .unb-form .unbf-item label {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: auto 0;
	cursor: pointer;
}

#uc-notices .page-block .un-block .unb-form .unbf-item label input[type=checkbox] {
	width: 20px;
	height: 20px;
	display: flex;
	margin: auto 0;
	margin-left: 20px;
	accent-color: var(--page-button-bg-blue);
}

#uc-notices .page-block .un-block .unb-form .unbf-item label span {
	display: flex;
	margin: auto 0;
}

/* Личный кабиент - Последние действия */

#uc-log .page-block {
	margin: 30px 0 50px !important;
	padding: 0 !important;
}

#uc-log .page-block h3 {
	font-family: var(--page-head-font);
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	font-size: 24px;
}

#uc-log .page-block .uc-log-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 20px;
}

#uc-log .page-block .uc-log-list .uc-log-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto 0;
}

#uc-log .page-block .uc-log-list .uc-log-item .ucli-action {
	flex: 1 1 auto;
	border-bottom: 1px solid var(--table-tbody-border-color);
	padding: 12px 0;
}

#uc-log .page-block .uc-log-list .uc-log-item .ucli-date {
	width: 110px;
	flex: 0 0 auto;
	border-bottom: 1px solid var(--table-tbody-border-color);
	margin-left: 20px;
	padding: 12px 0;
}

#uc-log .page-block .uc-log-list .uc-log-item .ucli-time {
	width: 110px;
	flex: 0 0 auto;
	border-bottom: 1px solid var(--table-tbody-border-color);
	margin-left: 20px;
	padding: 12px 0;
}

/* Блок Карточка заявки */

#bid {
	/*margin: 0 !important;
	padding: 0 !important;*/
}

#bid .page-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 0;
	margin-bottom: 40px;
}

#bid .page-block .bid-subtitle {
	margin: 0;
	border-bottom: 1px solid var(--page-main-border-color);
	padding: 15px 0 15px 38px;
	font-size: 24px;
	font-family: var(--page-head-font);
	font-weight: bolder;
	text-align: left;
	cursor: default !important;
	background-image: url('/projects/qalaqyzmet/images/icons/squares.svg');
	background-repeat: no-repeat;
	background-position: left center;

}

#userBidCard .card-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#userBidCard .card-content .side {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#userBidCard .card-content .side .side-container {
	flex: 0 0 48%;
	margin: 0 0 30px 0;
}

#userBidCard .card-content .side .side-container.outline {
	border-bottom: 1px solid var(--table-tbody-border-color);
}

#userBidCard .bid-vidget {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 20px 0 30px;
}

#userBidCard .bid-vidget .bv-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
}

#userBidCard .bid-vidget .bv-item .bv-title {
	font-weight: bold;
	width: 38%;
	padding: 12px 0;
	padding-right: 10px;
	margin: auto 0;
}

#userBidCard .bid-vidget .bv-item .bv-text {
	width: 60%;
	padding: 12px 0;
	flex: 0 0 auto;
	border-bottom: 1px solid var(--table-tbody-border-color);
	margin: auto 0;
}

#userCardAttachments table {
	margin: 40px 0 40px 0;
}

#userCardAttachments .ui.table thead tr:first-child>th:first-child, 
#userCardAttachments .ui.table thead tr:first-child>th:last-child {
	border-radius: 0 !important;
}

#userCardAttachments .ui.celled.table {
	margin: 40px 0 50px 0;
	border-radius: 0 !important;
	border: 0 !important;
}

#userCardAttachments .ui.celled.table thead tr th {
	background-color: var(--table-thead-bg-color);
	color: var(--page-fc-white);
	font-weight: normal;
	padding: 15px 20px !important;
}

#userCardAttachments .ui.celled.table tbody tr td {
	border: 0 !important;
	border-bottom: 1px solid var(--table-tbody-border-color) !important;
	padding: 15px 20px !important;
	background-color: var(--page-bg-color-main);
}

#userCardAttachments table tbody tr td:last-child {
	width: 25%;
}

#userCardAttachments .ui.celled.table tbody tr td a {
	font-size: 16px;
	line-height: 16px !important;
	color: var(--page-fc-link) !important;
	padding: 0 0 3px 26px;
	background-image: url('/projects/qalaqyzmet/images/icons/download.svg');
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}


/* Блок Карточка услуги */

#service .page-block .service-info .si-items .item .item-title {
	font-weight: bold;
}

#service .page-block .service-info .si-actions .without-login {
	background-color: var(--page-bg-color-additional);
}

#service .page-block .service-info .si-actions .without-login .wl-info {
	text-align: center;
	color: var(--page-button-bg-blue);
}

#service .page-block .service-info .si-actions .without-login .wl-login {
	background-color: var(--page-button-bg-green);
	color: var(--page-main-font-color);
	text-transform: uppercase;
	cursor: pointer;
}

#service .page-block .service-info .si-actions .without-login .wl-login:hover {
	opacity: .8;
}

#service .page-block .service-result .result-title {
	font-weight: bold;
}

#service .page-block .order-block .order-btn {
	background-color: var(--page-button-bg-green);
	color: var(--page-main-font-color);
	text-transform: uppercase;
	cursor: pointer;
}

#service .page-block .order-block .order-btn:hover {
	opacity: .9;
}

/* Блок системных сообщений */ 

#sysmessage .page-block .sm-content.error {
	background-color: #fff6f6;
	color: var(--page-button-bg-red);
}

#sysmessage .page-block .sm-content.success {
	background-color: #fcfff5;
	color: var(--page-button-bg-green);
}

#sysmessage .page-block .sm-content.info {
	background-color: #f8ffff;
	color: var(--page-button-bg-blue);
}

#sysmessage .page-block .sm-content .sm-header {
	font-weight: bold;
}

/* Блок выбора цветовой схемы */

#pageStyle {
	position: absolute ;
	bottom: 8px;
	right: 4px;
}

#pageStyle .button {
	background-color: transparent !important;
	color: var(--page-main-font-color);
	font-size: 28px;
	padding: 8px !important;
	margin: 0 !important;
}

#pageStyle .button:hover {
	color: #A6FF00;
}

#pageStyle .button .menu .header {
	font-size: 18px !important;
}

#pageStyle .button .menu .item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: auto 0;
}

#pageStyle .button .menu .item .color-scheme {
	width: 20px;
	height: 20px;
	background-color: darkred;
	margin: 0 10px 0 0;
	padding: 0;
}

#pageStyle .button .menu .item .color-scheme.default {
	background-color: var(--page-main-bg-color);
}

#pageStyle .button .menu .item .color-scheme.blue {
	background-color: blue;
}

#pageStyle .button .menu .item .color-scheme.green {
	background-color: green;
}

#pageStyle .button .menu .item .color-scheme.grey {
	background-color: grey;
}

/* Блок модальных окон */

.wm-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	background-color: #E8E8E8;
	z-index: 9999;
}

.wm-modal .modal-content {
	width: 530px;
	height: auto;
	min-height: 200px;
	max-height: 90%;
	margin: auto auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	position: relative;
	background-color: var(--page-main-bg-color);
}

.wm-modal .modal-content .mc-header {
	flex: 0 0 auto;
	margin: 0;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: var(--page-main-font-color);
	box-sizing: border-box;
}

.wm-modal .modal-content .mc-header .mch-title {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.wm-modal .modal-content .mc-header .mch-title img.mch-logo {
	height: 24px;
	width: auto;
	margin: auto 0;
}

.wm-modal .modal-content .mc-header .mch-title .mch-theme {
	font-size: 24px;
	text-transform: uppercase;
	display: flex;
	margin: auto 0;
	padding: 0 15px;
	font-weight: bold;
	font-family: var(--page-head-font);
}

.wm-modal .modal-content .mc-header .mch-button {
	font-size: 26px;
	display: flex;
	margin: auto 0;
	padding: 0;
	cursor: pointer;
	margin: auto 0;
	display: flex;
}

.wm-modal .modal-content .mc-header .mch-button:hover {
	opacity: .8;
}

.wm-modal .modal-content .mc-header .mch-button i {
	margin: auto auto;
}
	
.wm-modal .modal-content .mc-body {
	width: 100%;
	flex: 1 1 auto;
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.wm-modal .modal-content .mc-body .field {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.wm-modal .modal-content .mc-body .field label {
	margin: 5px 0  !important;
	line-height: 22px;
	font-weight: bold;
	font-family: var(--page-head-font);
	font-size: 16px;
}

.wm-modal .modal-content .mc-body .field select {
	font-size: 14px;
	font-family: var(--page-text-font);
	padding: 12px 0 !important;
	margin: 10px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--page-form-line-grey);
	color: var(--page-fc-dark-grey) !important;
}

.wm-modal .modal-content .mc-body .field select:focus {
	outline: none !important;
}

.wm-modal .modal-content .mc-body .mcb-navtab {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 20px 0;
	padding: 0;
}

.wm-modal .modal-content .mc-body .mcb-navtab .mcbn-item {
	flex: 0 0 auto;
	width: 49%;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid var(--page-button-fc-grey);
	cursor: pointer;
}

.wm-modal .modal-content .mc-body .mcb-navtab .mcbn-item.active {
	border-bottom: 1px solid var(--page-button-bg-green);
	color: var(--page-button-bg-green);
}

.wm-modal .modal-content .mc-body .mcb-content {
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.wm-modal .modal-content .mc-body .mcb-content.active {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.wm-modal .modal-content .mc-body .mcb-content .mcbc-button {
	width: 70%;
	height: 40px;
	border-radius: 20px;
	color: var(--page-fc-white);
	margin: 20px auto;
	cursor: pointer;
	display: flex;
}

.wm-modal .modal-content .mc-body .mcb-content .mcbc-button.sign-btn {
	background-color: var(--page-button-bg-blue);
}

.wm-modal .modal-content .mc-body .mcb-content .mcbc-button span {
	margin: auto auto;
}

.wm-modal .modal-content .mc-body .mcb-content .mcbc-description {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

.wm-modal .modal-content .mc-body .mcb-content .mcbc-gr-image {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.wm-modal .modal-content .mc-body .mcb-content .mcbc-gr-image img {
	margin: auto auto;
	width: 300px;
	height: 300px;
}

.wm-modal .modal-content .mc-footer {
	flex: 0 0 auto;
	margin: 0;
	padding: 16px 0 0 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	background-color: var(--page-main-bg-color);
	color: var(--page-main-font-color);
	box-sizing: border-box;
}

.wm-modal .modal-content .mc-footer .mcf-buttons {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.wm-modal .modal-content .mc-footer .mcf-buttons .mcf-button {
	margin: 0 12px 0 0;
	padding: 12px 32px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 20px;
	cursor: pointer;
}

.wm-modal .modal-content .mc-footer .mcf-buttons .mcf-button:last-child {
	margin-right: 0;
}

.wm-modal .modal-content .mc-footer .mcf-buttons .mcf-button:hover {
	opacity: .8;
}

.wm-modal .modal-content .mc-footer .mcf-buttons .mcf-button.login-btn {
	background-color: var(--page-button-bg-blue);
	border: 1px solid var(--page-button-bg-blue);
	color: var(--page-fc-white);

}

.wm-modal .modal-content .mc-footer .mcf-buttons .mcf-button.close-btn {
	background-color: var(--page-button-bg-white);
	border: 1px solid var(--page-button-bg-black);
	color: var(--page-fc-main);
}

/* ------- Старые модальные окна -------- */

#modal_block {
	width: 530px !important;
	border-radius: 0 !important;
	padding: 30px !important;
}

#modal_block .header, #modal_block .actions {
	color: var(--page-fc-main);
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

#modal_block .header {
	text-align: left;
	font-size: 18px !important;
	font-family: var(--page-head-font);
	color: var(--page-fc-main);
	line-height: 18px;
	margin-bottom: 20px !important;
}

#modal_block .close/*, #large_modal_block .close*/ {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	font-size: 20px;
	padding: 0 !important;
	margin: 0 !important;
	color: var(--page-fc-main);
	width: 20px;
	height: 20px;
}

#modal_block .content/*, #large_modal_block .content*/ {
	margin: 0;
	padding: 10px 0;
}

#modal_block .content .ui.input {
	width: 100%;
	margin: 0;
	padding: 0 0 12px 0;
	border: 0;
	border-bottom: 1px solid var(--page-form-line-grey);
}

/*#large_modal_block .content .ui.input {
	margin: 0;
	padding: 0;
}*/

#modal_block .ui.input input {
	border-radius: 0;
	font-size: 14px;
	color: var(--page-fc-dark-grey);
	font-family: var(--page-text-font);
	border: none !important;
	padding: 0;
	margin: 0;
}

/*#large_modal_block .ui.input input {
	border-radius: 0;
	font-size: 16px;
	color: #858585;
}*/

#modal_block .actions/*, #large_modal_block .actions*/ {
	margin-top: 20px !important;
	padding: 0; 
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#modal_block .actions .button {
	margin: 0 12px 0 0;
	padding: 12px 32px;
	font-size: 14px;
	line-height: 14px;
	border-radius: 20px;
	cursor: pointer;
}

/*#large_modal_block .actions .button {
	border-radius: 0;
	margin: 0;
}*/

#modal_block .actions .button:hover {
	opacity: .8;
}

#modal_block .actions .ui.send.button {
	background-color: var(--page-button-bg-blue);
	border: 1px solid var(--page-button-bg-blue);
	color: var(--page-fc-white);
}

/*#large_modal_block .actions .ui.send.button {
	background-color: var(--page-button-bg-green);
	color: #fff;
	margin-right: 20px;
}*/

#modal_block .actions .ui.send.button:hover, #large_modal_block .actions .ui.send.button:hover {
	opacity: .8;
}

#modal_block .actions .ui.cancel.button {
	background-color: var(--page-button-bg-white);
	border: 1px solid var(--page-button-bg-black);
	color: var(--page-fc-main);
	margin-right: 0 !important;
}

/*#large_modal_block .actions .ui.cancel.button {
	float: right;
	background-color: var(--page-button-bg-blue);
	color: #fff;
}*/

#modal_block .actions .ui.cancel.button:hover, #large_modal_block .actions .ui.cancel.button:hover {
	opacity: .8;
}

#modal_block .ui.popup {
	padding: 10px 25px;
	min-width: 240px;
}

#modal_block .ui.popup .header {
	font-size: 12px;
	margin: 8px 0;
	padding: 0;
	line-height: 14px;
}

#modal_block .ui.popup .sub-title {
	font-size: 12px;
	margin: 8px 0;
	padding: 0;
	line-height: 14px;
	text-align: left;
}

#modal_block .ui.popup p {
	font-size: 11px;
	margin: 4px 0;
	padding: 0;
	line-height: 12px;
	text-align: left;
}

#modal_block .field, #large_modal_block .field {
	margin: 15px 0;
}

#modal_block .field label, #large_modal_block .field label {
	font-size: 16px;
	font-weight: bolder;
	font-family: var(--page-head-font);
}

#modal_block .field .ui.input,  #large_modal_block .field .ui.input, #modal_block .field .ui.dropdown {
	margin-top: 10px;
}

#large_modal_block .field .ui.dropdown {
	margin-top: 10px;
	font-size: 16px;
	border-radius: 0 !important;
	padding: 14px 20px 14px;
}

#modal_block .field .ui.input input {
	font-size: 14px !important;
	font-family: var(--page-text-font);
}

#modal_block .ui.error.message, #large_modal_block .ui.error.message {
	display: none;
	width: 100%;
}

#large_modal_block .fields {
	margin-bottom: 0;
}

#large_modal_block .divider {
	margin: 30px 0 15;
	font-size: 16px;
}

#modal_block .file-container {
	margin: 20px 0 0 0;
	width: auto;
	padding: 0;
}

#modal_block .file-container .fc-loader {
	display: none;
}

#modal_block .file-container .fc-control .btn-group {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

#modal_block .file-container .fc-loader-btn {
	flex: 0 0 auto;
	padding: 8px 20px;
	color: #fff;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	cursor: pointer;
	border-radius: 18px;
	margin-right: 20px;
	background-color: var(--page-button-bg-black);
}

#modal_block .file-container .fc-loader-btn i {
	display: none;
}

#modal_block .file-container .fc-loader-btn:hover {
	opacity: .8;
}

#modal_block .file-container .fc-container {
	margin: 0;
	padding: 0;
}

#modal_block .file-container .fc-container .fc-preview {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}

#modal_block .file-container .fc-container .fc-preview img {
	width: 90px;
	height: 90px;
	object-fit: cover;
}

#modal_block .file-container .dropdown.fc-preview .header {
	padding: 0 15px !important;
}

#modal_block .file-container .dropdown.fc-preview .divider {
	margin: 0 !important;
}

#modal_block .file-container .fc-container .menu .header {
	font-size: 12px !important;
	font-family: var(--page-text-font);
	line-height: 16px;
	margin: 6px 0 !important;
}

#modal_block .file-container .fc-container .menu .item {
	font-size: 14px !important;
	font-family: var(--page-text-font);
	line-height: 16px;
	margin: 0 !important;
	padding: 6px 10px !important;
}

#modal_block .file-container .fc-container .menu .item i {
	display: none !important;
}

#modal_block .file-info {
	font-size: 12px;
	font-family: var(--page-text-font);
	color: var(--page-fc-link);
	line-height: 16px;
	padding: 0 5px;
}

/* ------------------------- Документы -------------------------- */

#new_file_title_block, #new_file_mark_block {
	display: none;
	width: 100%;
}

#new_doc_type {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 0;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid var(--page-form-line-grey);
	color: var(--page-fc-dark-grey);
	font-family: var(--page-text-font);
}

#new_doc_type:focus {
	outline: none !important;
}

#file_loader_block {
	display: none;
	margin-top: 25px !important;
	width: 100%;
}

#file_loader_block .row {
	display: table-row;
}

#file_loader_block .row .cell {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

#file_loader_block .row .cell:first-child {
	width: 270px;
	font-weight: bolder;
	padding-left: 10px;
}

/* ------------------------- Статусы обращений -------------------------- */

.state-color-green {
	color: #01B6AB;
}

.state-color-red {
	color: #A22C29;
}

.state-color-blue {
	color: #0191B6;
}

.state-color-brown {
	color: #d2a50f;
}

.state-color-gray {
	color: #ccc;
}

/* Проверка договора */

#checkSignatures {
	width: 100%;
	height: auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#checkSignatures .free-space {
	flex: 1 1 auto;
}

#checkSignatures .check-button {
	display: flex;
	height: 40px;
	flex: 0 0 auto;
	padding: 0 40px;
	color: var(--page-fc-white);
	background-color: var(--page-button-bg-blue);
	cursor: pointer;
	border-radius: 20px;
}

#checkSignatures .check-button span {
	margin: auto auto;
}

#checkSignatures .check-button:hover {
	opacity: .8;
}

#signVerifyBlock {
	margin: 0;
	padding: 0;
}

#signVerifyBlock h3 {
	font-size: 1.2rem;
	color: var(--page-fc-dark-grey);
	margin: 15px 0 8px 0;
}

#signVerifyBlock h3:first-child {
	margin-top: 0;
}

#signVerifyBlock .sign-error {
	color: #DB2828;
}

#signVerifyBlock .sign-success {
	color: #21BA45;
}

#signVerifyBlock ul.errors-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #F2711C;
}

#signVerifyBlock table tr td:first-child {
	padding-right: 8px;
}

.mdl-reports {
	z-index: 9999 !important;
}

/* Форма заявки */

#service_block {
	padding: 0 0 10px 0 !important;
}

#service_block .page-block {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#userOptionsInfo {
	display: none;
}

/* Форма обратной связи */

#feedbackBtnSend {
	background-color: var(--page-button-bg-green) !important;
}

#feedbackBtnSend:hover {
	opacity: .8;
}

/* Форма проактивной заявки */



#proactiveFormBlock .page-block .paf-info {
	background-color: var(--page-bg-color-additional);
}

#proactiveFormBlock .page-block .paf-info.error-list {
	color: var(--page-button-bg-red);
	background-color: var(--page-bg-color-main);
}

#proactiveFormBlock .page-block .input-block.double {
	flex-wrap: wrap;
}

#proactiveFormBlock .page-block .input-block .ib-field .ib-label {
	font-weight: bold;
}

#proactiveFormBlock .page-block .input-block .ib-field .ib-input input:focus {
	outline: none !important;
}

#proactiveFormBlock .page-block .input-block .ib-field .ib-message {
	color: #AAA;
}

#proactiveFormBlock .page-block .input-block .ib-field .ib-message.error {
	font-style: italic;
	color: var(--page-fc-red);
}

#proactiveFormBlock .page-block .checking-block .cb-label {
	font-weight: bold;
}

#proactiveFormBlock .page-block .checking-block label {
	cursor: pointer;
}

#proactiveFormBlock .page-block .pa-form-actions .pa-form-buttons .pa-form-button {
	color: var(--page-fc-white);
	text-transform: uppercase;
	cursor: pointer;
}

#proactiveFormBlock .page-block .pa-form-actions .pa-form-buttons .pa-form-button:hover {
	opacity: .8;
}

#proactiveFormBlock .page-block .pa-form-actions .pa-form-buttons .pa-form-button.blue {
	background-color: var(--page-button-bg-blue);
}

#proactiveFormBlock .page-block .pa-form-actions .pa-form-buttons .pa-form-button.green {
	background-color: var(--page-button-bg-green);
}

#btnSignOrder {
	height: 40px;
	padding: 0 20px;
	background-color: var(--page-button-bg-blue);
	color: var(--page-fc-white);
	border-radius: 20px;
	cursor: pointer;
	display: flex;
}

#btnSignOrder:hover {
	opacity: .8;
}

#btnSignOrder span {
	margin:  auto auto;
}

#signOrderModal {
	border-radius: 0 !important;
}

#signOrderModal .actions {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	background-color: var(--page-bg-color-main);
}

#signOrderModal .actions #signOrderSendBtn {
	padding: 12px 26px;
	border-radius: 20px;
	background-color: var(--page-button-bg-blue);
	border: 1px solid var(--page-button-bg-blue);
	color: var(--page-fc-white);
	font-weight: normal;
}

#signOrderModal .actions #signOrderCloseBtn {
	padding: 12px 26px;
	border-radius: 20px;
	background-color: var(--page-button-bg-white);
	border: 1px solid var(--page-fc-main);
	color: var(--page-fc-main);
	font-weight: normal;
}

#checkSignaturesResult .actions {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#checkSignaturesClose {
	height: 40px;
	width: 200px;
	font-weight: normal;
	padding: 0;
	background-color: var(--page-button-bg-blue);
	color: var(--page-fc-white);
	border-radius: 20px;
	display: flex;
	cursor: pointer;
}

#checkSignaturesClose:hover {
	opacity: .8;
}

#checkSignaturesClose span {
	margin: auto auto;
}

#refuseToReceive {
	width: auto;
	margin: 0 auto;
	padding: 10px 16px;
	background-color: var(--page-button-bg-orange);
	color: var(--page-fc-white);
	border-radius: 8px;
	cursor: pointer;
	font-size: 120%;
	text-align: center;
}

#refuseToReceive:hover {
	opacity: .8;
}