

/* Start:/bitrix/templates/web_client/components/bitrix/menu/top_menu/style.css?16158040562033*/
.top_menu {
	margin: 5px;
	font-size: 22px;
}

.top_menu .link {
	list-style: none;
	text-align: center;
	height: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

.top_menu .link a {
	display: block;
	width: 145px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #bbb;
	border: 1px solid #828282;
	border-radius: 3px;
	box-shadow: 0 0 2px #828282;
	color: #363636;
}

.top_menu .link a:hover {
	background-color: #ccc;
}

.top_menu .link a.selected {
	background-color: #828282;
	color: #E8E8E8;
}


/******************************************************************************************/


@media only screen and (max-device-width: 720px) {
	.top_menu {
		margin: 0 auto;
		width: 100%;
		font-size: 27px;
	}

	.top_menu .link {
		height: 100%;
		list-style: none;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}

	.top_menu .link a {
		height: 33px;
		width: 100%;
		padding: 20px 0;
		text-decoration: none;
		background-color: #bbb;
		border: 1px solid #828282;
		border-radius: 3px;
		color: #363636;
	}

	.top_menu .link a:hover {
		background-color: #ccc;
	}

	.top_menu .link a.selected {
		background-color: #828282;
		color: #E8E8E8;
	}
}


/******************************************************************************************************************************/


@media only screen and (max-device-width: 480px) {
	.top_menu {
		margin: 0 auto;
		width: 100%;
		font-size: 27px;
	}

	.top_menu .link {
		height: 100%;
		list-style: none;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
	}

	.top_menu .link a {
		height: 27px;
		width: 100%;
		padding: 20px 0;
		text-decoration: none;
		background-color: #bbb;
		border: 1px solid #828282;
		border-radius: 3px;
		color: #363636;
	}

	.top_menu .link a:hover {
		background-color: #ccc;
	}

	.top_menu .link a.selected {
		background-color: #828282;
		color: #E8E8E8;
	}
}
/* End */


/* Start:/bitrix/templates/web_client/components/bitrix/system.auth.form/auth_form/style.css?16158373501212*/
.auth_profile {
	float: right;
	margin-right: 8px;
	margin-bottom: 1px;
	padding: 3px 3px 3px 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.auth_profile .name {
	font-size: 21px;
	padding: 0 10px 0;
}

.auth_profile .submit input {
	margin: 1px 1px 1px 1px; padding: 0;
	font-size: 15px;
	width: 70px;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #aaa;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	cursor: pointer;
}

.auth_profile .submit input:hover {
	background-color: #ccc;
}

/**********************************************************************************************************/

@media only screen and (max-device-width: 720px) {
	.auth_profile {
		float: right;
		margin-right: 8px;
		margin-bottom: 1px;
		padding: 2px;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
		box-shadow: 0 0 1px rgba(0,0,0,0.5);
	}

	.auth_profile .name {
		display: none;
	}

	.auth_profile .submit input {
		margin: 1px 1px 1px 1px; padding: 0;
		font-family: Bookman, URW Bookman L, serif;
		font-size: 18px;
		font-weight: bolder;
		width: 100px;
		height: 50px;
		border-radius: 3px;
		border: 1px solid #aaa;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		cursor: pointer;
	}
}
/* End */


/* Start:/bitrix/templates/web_client/components/bitrix/menu/sub_menu/style.css?16163350804086*/
.dropbtn {
	display: none;
}

.text_menu {
	display: none;
}

.dropdown-content {
	margin: 8px 9px;
	padding: 0;
}

.dropdown-content .link {
	display: inline-block;
	list-style:none;
	text-align: center;
	height: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

.dropdown-content .link a {
	display: block;
	margin-right: 2px;
	width: 185px;
	padding: 10px 0;
	text-decoration: none;
	color: #BC262C;
	font-size: 16px;
}

.dropdown-content .link a:hover {
	background-color: #eee;
}

.dropdown-content .link a.selected {
	text-decoration: none;
	color: #BC262C;
	background-color: #ccc;
	box-shadow: 0 0 3px rgba(0,0,0,0.7);
}


/******************************************************************************************/


@media only screen and (max-device-width: 720px) {
	.m_block {
		position: relative;
		width: 100%;
		height: 72px;
		background-color: #ddd;
	}

	.dropdown {
		display: inline-block;
		position: absolute;
		right: 0;
	}

	.text_menu {
		padding: 0; margin: 0;
		display: block;
		position: absolute;
		min-width: 300px;
		right: 100px; top: 19px;
		text-decoration: none;
		text-align: right;
		color: #404040;
		font-size: 30px;
		font-weight: bolder;
		text-shadow: 0px 0px 2px rgba(0,0,0,0.7);
	}

	.dropbtn {
		display: block;
		margin: 8px;
		padding: 27px;
		font-size: 30px;
		border: 1px solid #bbb;
		cursor: pointer;
		border-radius: 3px 3px;
		background-image: url(/bitrix/templates/web_client/components/bitrix/menu/sub_menu/images/menu.png);
		background-repeat: no-repeat;
		background-position-x: 50%;
		background-position-y: 45%;
		background-size: 27px 27px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	}

	.dropbtn:hover, .dropbtn:focus {
		text-decoration: none;
		color: #BC262C;
		background-color: #ccc;
		box-shadow: 0 0 3px rgba(0,0,0,0.7);
	}

	.dropdown-content {
		display: none;
		position: absolute;
		top: 57px; right: -3px;
		background-color: #ddd;
		box-shadow: -10px 10px 16px rgba(0,0,0,0.5);
		z-index: 1;
	}

	.dropdown-content .link a {
		border-bottom: 1px solid #ccc;
		width: 340px;
		display: block;
		margin: 1px;
		padding: 25px 15px;
		text-decoration: none;
		color: #BC262C;
		font-size: 30px;
	}

	.dropdown-content .link a:hover {
		background-color: #ccc;
	}

	.dropdown-content .link a.selected {
		text-decoration: none;
		color: #BC262C;
		background-color: #ccc;
		box-shadow: 0 0 3px rgba(0,0,0,0.7);
	}

	.show {
		display:block;
	}
}


/******************************************************************************************/


@media only screen and (max-device-width: 480px) {
	.m_block {
		position: relative;
		width: 100%;
		height: 72px;
		background-color: #ddd;
	}
	
	.dropdown {
		display: inline-block;
		position: absolute;
		right: 0;
	}

	.text_menu {
		padding: 0; margin: 0;
		display: block;
		position: absolute;
		min-width: 280px;
		right: 90px; top: 20px;
		text-decoration: none;
		text-align: right;
		color: #404040;
		font-size: 2em;
		font-weight: bolder;
		text-shadow: 0px 0px 2px rgba(0,0,0,0.7);
	}

	.dropbtn {
		display: block;
		margin: 8px;
		padding: 27px;
		font-size: 30px;
		border: 1px solid #bbb;
		cursor: pointer;
		border-radius: 3px 3px;
		background-image: url(/bitrix/templates/web_client/components/bitrix/menu/sub_menu/images/menu.png);
		background-repeat: no-repeat;
		background-position-x: 50%;
		background-position-y: 45%;
		background-size: 27px 27px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	}

	.dropbtn:hover, .dropbtn:focus {
		text-decoration: none;
		color: #BC262C;
		background-color: #ccc;
		box-shadow: 0 0 3px rgba(0,0,0,0.7);
	}

	.dropdown-content {
		display: none;
		position: absolute;
		top: 57px; right: -3px;
		background-color: #ddd;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
		z-index: 1;
	}

	.dropdown-content .link a {
		border: 1px solid #ccc;
		width: 300px;
		display: block;
		margin: 1px;
		padding: 25px 15px;
		text-decoration: none;
		color: #BC262C;
		font-size: 30px;
	}

	.dropdown-content .link a:hover {
		background-color: #ccc;
	}

	.dropdown-content .link a.selected {
		text-decoration: none;
		color: #BC262C;
		background-color: #ccc;
		box-shadow: 0 0 3px rgba(0,0,0,0.7);
	}

	.show {
		display:block;
	}
}
/* End */


/* Start:/bitrix/templates/web_client/template_styles.css?1732183090732*/
body {
	margin: 5px auto; padding: 0;
	max-width: 1600px;
	width: 99.4%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(169,169,169,169) inset;
}

#top_menu {
	display: table;
	width: 100%;
	margin: 0; padding: 0;
	background-color: #f0f0f0;
	box-shadow: 0 0 3px rgba(169,169,169,169) inset;
}

#left_menu {
	float: left;
	width: 200px;
	min-height: 100%;
}

#sub_menu {
	width: 100%;
	display: table;
	border-bottom: 0.5px solid #ccc;
}

.article_page {
	overflow: auto;
	max-height: 100vh;
	max-width: 100%;
	padding: 0;
}

#auth_form {
	width: auto;
	display: table-cell;
}

#toTop {
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index: 1;
}
/* End */
/* /bitrix/templates/web_client/components/bitrix/menu/top_menu/style.css?16158040562033 */
/* /bitrix/templates/web_client/components/bitrix/system.auth.form/auth_form/style.css?16158373501212 */
/* /bitrix/templates/web_client/components/bitrix/menu/sub_menu/style.css?16163350804086 */
/* /bitrix/templates/web_client/template_styles.css?1732183090732 */
