/* region global */
* {
	box-sizing: border-box;
}

body {
	font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #4A4A4A;
	background-color: #F5F5F5;
	font-size: 16px;
	line-height: 1.2;
	word-break: break-all;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
}

input[type="text"], input[type="password"], select, button, textarea {
	font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	color: #363636;
	word-break: break-all;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
	padding: calc(.375em - 1px) calc(.625em - 1px);
	font-size: 16px;
}

input:hover {
	border-color: #B5B5B5;
}

input:active, input:focus {
	border-color: #3273DC;
	box-shadow: 0 0 0 0.125em rgba(50, 115, 220, .25);
}

a {
	text-decoration: none;
	color: #4A4A4A;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

.Ajax {
	display: none;
}

._MainController {
	overflow: hidden;
	width: 1440px;
	margin: 0 auto;
	display: flex;
}

#_MainLocated {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-left: 200px;
}

#_MainLocated > div {
	width: 1366px;
	padding: 32px;
	display: flex;
	margin: 0 auto;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

/* endregion global */
/* -------------------------------------------------*/
/*region ._SubNavigationBlock */
._SubNavigationBlock {
	font-size: .75rem;
	background-color: #FFFFFF;
	border-radius: 100px;
	border: 1px solid #DBDBDB;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 5px;
	margin-bottom: 1.5rem;
}

._SubNavigationBlock .SubNavigationFrame {
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

._SubNavigationBlock a {
	color: #3273DC;
	fill: #3273DC;
}

._SubNavigationBlock a:hover, ._SubNavigationBlock a:active {
	color: #363636;
	fill: #363636;
}

._SubNavigationBlock div {
	color: #363636;
	fill: #363636;
}

._SubNavigationBlock a svg,
._SubNavigationBlock div svg {
	width: 12px;
	height: 12px;
	margin-right: 10px;
}

._SubNavigationBlock a + div:before,
._SubNavigationBlock a + a:before,
._SubNavigationBlock div + div:before {
	content: '/';
	padding-right: 15px;
}

/*endregion ._SubNavigationBlock */
/* -------------------------------------------------*/
/*region #_SortableLocated */
#_SortableLocated .-SortableShow {
	display: none;
}

#_SortableLocated .-SortableShow svg {
	width: 16px;
}

#_SortableLocated.--Active .-SortableShow {
	display: table-cell;
	cursor: move;
	width: 60px;
	text-align: center;
}

#_SortableLocated.--Active .-SortableHide {
	display: none;
}

.-FinishSortable {
	display: none;
}

/*endregion #_SortableLocated */

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1500px) {
	#_MainLocated > div {
		width: 100%;
	}
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1050px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 830px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 680px) {
}

@media screen and (max-width: 650px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 475px) {
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 350px) {
}

@media screen and (max-width: 320px) {
}