


/* Start:/bitrix/templates/7sky/colums.css*/
/**

/////two columns

<div class="columnizer column-2lc">
	<div class="middleColumn">
		<div class="middleColumnInner">
		</div>
	</div>
	<div class="leftColumn"> </div>
	<div class="rightColumn"> </div>
</div>


/////three columns

<div class="columnizer column-3lcr">
	<div class="middleColumn">
		<div class="middleColumnInner">
			<div class="colContent border_5px"></div>
		</div>
	</div>
	<div class="leftColumn"> </div>
	<div class="rightColumn"> </div>
</div>

*/
.columnizer .leftColumn {
	float       : left;
	display     : inline;
	overflow    : hidden;
	margin-left : -100%;
}
.columnizer .middleColumn {
	float    : left;
	width    : 100%;
	overflow : hidden;
margin: 0 0 25px;
}
.columnizer .middleColumnInner {
	position : relative;
}
.columnizer .rightColumn {
	float    : left;
	display  : inline;
	overflow : hidden;
}
/*********************************/
	.column-3lcr .leftColumn {
	width : 230px;
}
.column-3lcr .middleColumnInner {
	margin  : 0 170px 0 250px;
	/*padding : 0 10px;*/
}
.column-3lcr .rightColumn {
	width       : 160px;
	margin-left : -160px;
}
/*********************************/
.column-2lc .leftColumn {
	width : 230px;
}
.column-2lc .middleColumnInner {
	margin : 0 0 0 250px;
	/*padding:  20px 0 30px;*/
}
.column-2lc .rightColumn {
	display : none;
}
/*********************************/
.column-2cr .leftColumn {
	display : none;
}
.column-2cr .middleColumnInner {
	margin : 0 170px 0 0;
	/*padding:  20px 0 30px;*/
}
.column-2cr .rightColumn {
	width       : 160px;
	margin-left : -160px;
}
/*********************************/
.column-1c .leftColumn {
	display : none;
}
.column-1c .middleColumnInner {
}
.column-1c .rightColumn {
	display : none;
}
.columnizer  {
	_overflow: hidden; /* ie 6&7 hack*/
}
.columnizer:after {
	content: ' ';
	display: block;
	clear: both;
}

/* End */



/* Start:/bitrix/templates/7sky/components/bitrix/menu/vertical_multilevel1/style.css*/
ul.menu, .menu ul
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EBF5FF;
    border-color: #B5D7FF;
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0;
    padding: 10px 9px 9px;
}

/*Submenu box*/
.menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
border-radius: 5px 5px 5px 5px;
	width:200px;
border: 1px solid #C3D4E6;
}

/* Submenu Items */ 
.menu li a
{ 
   color: #4B6078;
    display: block;
    margin: 0 0 0 17px;
    padding: 5px 10px 2px 0;
    text-decoration: none;
width: 200px;
}

/*Items selected*/
.menu li a.item-selected
{ 
 
}

/*Items Hover */
.menu li a:hover
{
 
} 

/*Rootmenu Items*/
.menu a.root-item
{


	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
.menu a.root-item:hover, .menu a.root-item-selected:hover
{
font-weight: bold;
}

/*Rootmenu Items Selected*/
.menu a.root-item-selected
{
font-weight:bold;	
/*color:#fff;
	
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/7sky/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:26px;
	overflow:hidden;*/
}

/*Parent item*/
.menu a.parent
{
font-weight: bold;
}

/*Denied items*/
.menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/7sky/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul.menu li { float: left; height: 1%; } 
* html ul.menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
.menu li ul.root-item
{
	margin:-28px 0 0 220px;
width: 215px;
}

.menu li ul
{
	margin: -37px 0 0 225px;
width: 215px;
}

.menu ul li ul li ul li ul
{
	margin: -50px 0 0 210px;
}



/*Submenu hide*/
.menu li:hover ul ul,
.menu li.jsvhover ul ul,
.menu li:hover ul ul ul,
.menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
.menu li:hover ul,
.menu li.jsvhover ul,
.menu li li:hover ul,
.menu li li.jsvhover ul,
.menu li li li:hover ul,
.menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}





ul.menu {
	padding: 10px 9px 9px;
	margin: 0;
	border: 0 solid #b5d7ff;
	border-width:1px;
	background: #ebf5ff;
	-webkit-border-radius:5px 5px;
	border-radius: 5px;
}
ul.menu ul a {
	color: #4b6078;
	text-decoration: none;
	display: block;
	padding: 5px 10px 2px 0;
	margin: 0 0 0 17px;
}
ul.menu ul a:hover {
	font-weight: bold;
}
ul.menu li {
	padding: 0;

	border: 0 solid #fbfdff;
	border-width: 0 0 1px;
}
ul.menu li:before {
    background: url(/bitrix/templates/7sky/images/bmg-left-menu-arrows.png) no-repeat scroll 8px 10px transparent;
    content: " ";
    display: block;
    height: 22px;
    left: 0;
    position: absolute;
    width: 20px;
}
ul.menu li.unfolded:before {
	background-position: 0 -11px;
}
ul.menu li:after {
	content: ' ';
	width: 100%;
	display: block;
	height: 0;
	width: 100%;
	border: 0 solid #c3d4e6;
	border-width: 0 0 1px;
}
ul.menu li:last-child {
	border: none;
}
ul.menu li:last-child:after {
	display: none;
}

/* End */



/* Start:/bitrix/templates/7sky/styles.css*/
/**
 * Layout by "Seventh Sky" company
 * @file styles.css
 */

html, body {
	margin: 0;
	padding: 0;
	font: 10pt/1.385em Arial, Helvetica, sans;
	color: #333333;
}

p, ul, ol, li, dl, dd, dt, ins, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
}
a {
	color: #1856a0;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #003168;
}

h1,
h2 {
	color: #003168;
	font-size: 1.231em;
	font-weight: normal;
	margin: 0 0 26px;
}
h3 ,
h4 ,
h5 {
	color: #003168;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 16px;
}
p {
	margin: 0 0 1.846em;
}
/*img  {*/
	/*margin: 24px auto;*/
	/*border: 0;*/
	/*display: block;*/
	/*max-width: 100%;*/
/*}*/
/*img[align=left]  {*/
	/*display: inline;*/
	/*margin: 0px 20px 24px 0;*/
	/*max-width: 24%;*/
/*}*/
/*img[align=right]  {*/
	/*display: inline;*/
	/*margin: 0px 0 24px 20px;*/
	/*max-width: 24%;*/
/*}*/
blockquote  {
	clear: left;
	margin: 24px 0;
	padding: 0 0 0 15px;
	color: #717171;
	font-style: italic;
	background: url('/bitrix/templates/7sky/images/bmg-main-content_06.png') 0 2px no-repeat ;
}
blockquote:after {
	content: ' ';
	display: inline-block;
	background: url('/bitrix/templates/7sky/images/bmg-main-content_05.png') 100% 2px no-repeat;
	width: 10px;
	height: 1em;
}

ul  {
	margin: 24px 0;
	clear: left;
}
ol  {
	margin: 24px 0;
	clear: left;
}
li  {
	padding: 0 0 0.462em 15px;
}
ul li  {
	/*background: url('/bitrix/templates/7sky/images/bmg-main-content_03.png') 0 6px no-repeat;*/
}


/* End */



/* Start:/bitrix/templates/7sky/template_styles.css*/
/**
 * Layout by "Seventh Sky" company
 * @file styles.css
 */
 
/**
* created by Guz Anton guz.anton@gmail.com
* date 01.06.2012 11:45
*/

html, body {
    margin: 0;
    
    background-color: #bddaf8;
	padding: 0;
	height: 100%;
	font: 10pt/1.385em Arial, Helvetica, sans;
	color: #333333;
}
.mainWrapper {
	min-height: 100%;
	position: relative;
}
.contentSizer {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.tablebodytext
{
display:none;
}
.mainHeader {
	background: url('/bitrix/templates/7sky/images/mbg-header.png') 50% no-repeat;
	border-radius: 5px;
	background-position: center
        width: 100%;
	height: 220px;
}
.mainHeader .logoType {
	float: left;
}
.mainHeader .logoType img {
	width: 218px;
	display: block;
	float: left;
	border: 0 none;
	margin: 0;

}

.mainHeader .personalBlock {
	width: 210px;
	/*margin: 85px 0 0;*/
	padding: 10px;
	float: right;
	background: url('/bitrix/templates/7sky/images/mbg-login-block.gif') 0 0 repeat;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0, 63, 169, 0.18);
	box-shadow: 0px 0px 4px 4px rgba(0, 63, 169, 0.18);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4b6078;
	font-size: 12px;
    position: absolute;
    right: 0;
    top: 128px;
}
.mainHeader .personalBlock fieldset {
}
.mainHeader .personalBlock label {
	line-height: 24px;
}
.mainHeader .personalBlock a {
	color: #4b6078;
}
.mainHeader .personalBlock .uLogin input {
	color: #4b6078;
	float: right;
	width: 120px;
	padding: 3px 25px 3px 5px;
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 63, 169, 0.33);
	box-shadow: inset 1px 1px 1px 0px rgba(0, 63, 169, 0.33);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff url('/bitrix/templates/7sky/images/bmg-login-form.png') 130px 3px no-repeat;
	border: 0 none;
}
.mainHeader .personalBlock .uPass input {
	color: #4b6078;
	float: right;
	width: 120px;
	padding: 3px 25px 3px 5px;
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 63, 169, 0.33);
	box-shadow: inset 1px 1px 1px 0px rgba(0, 63, 169, 0.33);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff url('/bitrix/templates/7sky/images/bmg-login-form.png') 130px -24px no-repeat;
	border: 0 none;
}
.mainHeader .personalBlock .uAgree input {
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}
.mainHeader .personalBlock .uButton {
	float: right;
}
.mainHeader .personalBlock .uButton input {
	border: 0;
	background: none;
	margin: 0;
	padding: 4px 20px;
	background: url('/bitrix/templates/7sky/images/mbg-button.gif') 50% 50% repeat-x;
	border: 1px solid #bddaf8;
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.56);
	box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.56);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
}
.mainHeader .personalBlock .uRegister {
	/*text-align: right;*/
	float: right;
}
.mainHeader .personalBlock .uLogin span,
.mainHeader .personalBlock .uPass span {
	float: left;
}
.mainHeader .personalBlock .uAgree {
	_float: left;
}
.mainHeader .personalBlock .uRemember {
	_float: left;
}
.mainHeader .personalBlock { }

.mainHeader .cName {
	/*margin: 0 250px;*/
	padding: 15px 0 0;
	border: 0 solid #ffffff;
	border-width: 0 0 1px;
	/*font: 22px/30px "Times New Roman", Times, sans-serif;*/
font: 38px "Times New Roman", Times, sans-serif;
	color: #013675;
	text-shadow: 1px 1px 1px #ffffff;
	/*filter: dropshadow(color = #ffffff, offx = 1, offy = 1);*/
}
.mainHeader .cName:after {
	display: block;
	content: ' ';
	height: 13px;
	border: 0 solid #9ebee3;
	border-width: 0 0 1px;
	width: 100%;
}
.mainHeader .cContacts {
	/*margin: 0 250px;*/
	padding: 13px 0;
margin: 0 240px;
}
.mainHeader .cContacts a {
	display: inline-block;
	background: url('/bitrix/templates/7sky/images/bmg-contacts.png') 1000px 1000px no-repeat;
	color: #013675;
	text-decoration: none;
	height: 28px;
	line-height: 24px;
	font-size: 20px;
	font-family: "Times New Roman", Times, sans-serif;
	padding: 0 0 0 30px;
	letter-spacing: -0.1pt;
}
.mainHeader .cContacts .phone {
	background-position: 0 0;
}
.mainHeader .cContacts .fax {
	background-position: 0 -57px;
}
.mainHeader .cContacts .email {
	background-position: 0 -29px;
}
.mainHeader .topMenu {
	margin: 0 0 0 0px;
	clear: right;
}
.mainHeader .topMenu ul {
    position: relative;
	display: block;
	margin: 0 0px;
	padding: 0;
	background: url('/bitrix/templates/7sky/images/bmg-topmenu.png') 0 -76px repeat-x;
	height: 38px;
	clear: none;
}
.mainHeader .topMenu ul:before {
	display: block;
	position: relative;
	content: ' ';
	left: -1px;
	top: 0;
	width: 5px;
	height: 1px;
	background: url('/bitrix/templates/7sky/images/bmg-topmenu.png') 100% -114px no-repeat;
}
.mainHeader .topMenu ul:after {
	display: block;
	position: relative;
	content: ' ';
	left: 100%;
	top: 0;
	width: 0px;
	height: 38px;
	background: url('/bitrix/templates/7sky/images/bmg-topmenu.png') 0 0px no-repeat;
}
.mainHeader .topMenu li {
	display: block;
	float: left;
	height: 34px;
	padding: 0;
	background: url('/bitrix/templates/7sky/images/bmg-topmenu.png') 0 -38px no-repeat;
}
.mainHeader .topMenu li:first-child {
	background: none;
}
.mainHeader .topMenu a {
	display: block;
	line-height: 34px;
	font-size: 14px;
	color: #ffffff;
	width: 130px;
	text-align: center;
	text-shadow: 1px 1px 1px #002754;
	/*filter: dropshadow(color=#fff, offx=1, offy=1);*/
	text-decoration: none;
}

.mainBody .breadcrumbs {
	margin: 26px 0 33px;
	padding: 0;
}
.mainBody .breadcrumbs li {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mainBody .breadcrumbs li:after {
	content: "\2192";
	display: inline-block;
	padding: 0 5px;
	color: #4375b1;
	width: 12px;
}
.mainBody .breadcrumbs li:last-child:after {
	content: ' ';
}
.mainBody .breadcrumbs a {
	color: #4375b1;
}
.mainBody .breadcrumbs span {
	font-weight: bold;
}

.mainBody h1.pageTitle {
	font: 24px/1em "Times New Roman", Times, sans-serif;
	padding: 5px 0 4px;
	margin: 16px 0 24px;
	border: 0 solid #b8d9ff;
	border-width: 0 0 1px;
	color: #003168;
}
.pageContent h1,
.pageContent h2 {
	color: #003168;
	font-size: 1.231em;
	font-weight: normal;
	margin: 0 0 26px;
}
.pageContent h3 ,
.pageContent h4 ,
.pageContent h5 {
	color: #003168;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 16px;
}
.pageContent p {
	margin: 0 0 1.846em;
font-weight: normal;
color: #333333;
}
.pageContent img  {
	margin: 24px auto;
	border: 0;
	display: block;
	clear: both;
	max-width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
/*border: 1px solid;*/
padding: 5px;
}
.pageContent img[align=left]  {
	display: inline;
	margin: 0 20px 24px 0;
	max-width: 24%;
	clear: left;
}
.pageContent img[align=right]  {
	display: inline;
	margin: 0 0 24px 20px;
	max-width: 24%;
	clear: right;
}
.pageContent blockquote  {
	clear: left;
	margin: 24px 0;
	padding: 0 0 0 15px;
	color: #717171;
	font-style: italic;
	background: url('/bitrix/templates/7sky/images/bmg-main-content_06.png') 0 2px no-repeat ;
}
.pageContent blockquote:after {
	content: ' ';
	display: inline-block;
	background: url('/bitrix/templates/7sky/images/bmg-main-content_05.png') 100% 2px no-repeat;
	width: 10px;
	height: 1em;
}

.pageContent ul  {
	margin: 24px 0;
	clear: left;
}
.pageContent ol  {
	margin: 24px 0;
	clear: left;
}
.pageContent li  {
	padding: 0 0 0.462em 15px;
}
.pageContent ul li  {
	background: url('/bitrix/templates/7sky/images/bmg-main-content_03.png') 0 6px no-repeat;
}



.leftColumn .searchForm {
	margin: 21px 0 28px;
}
.leftColumn .searchForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.leftColumn .searchForm:after {
	content: ' ';
	display: block;
	clear: both;
}
.leftColumn .searchForm .sButton {
	display: block;
	float: right;
	width: 37px;
	background: url('/bitrix/templates/7sky/images/bmg-search.png') 0 0 no-repeat;
	height: 30px;
	cursor: pointer;
}
.leftColumn .searchForm .sButton input {
	text-indent: -999px;
	overflow: hidden;
	width: 5px;
	height: 5px;
	border: 0 none;
	background: transparent;
	outline: none;
}
.leftColumn .searchForm .sText {
	height: 30px;
	line-height: 30px;
	background: url('/bitrix/templates/7sky/images/bmg-search.png') 0 -30px repeat-x;
	margin: 0 37px 0 10px;
	display: block;
	position: relative;
}
.leftColumn .searchForm .sText:before {
	content: ' ';
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
	height: 30px;
	width: 10px;
	background: url('/bitrix/templates/7sky/images/bmg-search.png') 0 -60px repeat-x;

}
.leftColumn .searchForm .sText input {
	width: 100%;
	background: transparent;
	border: 0;
}
.leftColumn .searchForm .sText input::-webkit-input-placeholder {font-style: italic;}
.leftColumn .searchForm .sText input:-moz-placeholder { font-style: italic; }

.leftColumn .leftMenu {
	margin: 0 0 27px;
}
.leftColumn .leftMenu h3.menuHead {
	background: url('/bitrix/templates/7sky/images/bmg-left-menu-head.png') 0 0 repeat-x;
	padding: 10px;
	margin: 0;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	color: #ffffff  ;
	text-shadow: 1px 1px 1px #002754;
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
}
.leftColumn .leftMenu ul.menu {
	padding: 10px 9px 9px;
	margin: 0;
	border: 0 solid #b5d7ff;
	border-width: 0 1px 1px;
	background: #ebf5ff;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.leftColumn .leftMenu ul a {
	color: #4b6078;
	text-decoration: none;
	display: block;
	padding: 5px 10px 2px 0;
	margin: 0 0 0 17px;
}
.leftColumn .leftMenu ul a:hover {
	font-weight: bold;
}
.leftColumn .leftMenu ul.menu li {
	padding: 0;
	position: relative;
	border: 0 solid #fbfdff;
	border-width: 0 0 1px;
}
.leftColumn .leftMenu ul.menu li:before {
	content: ' ';
	position: absolute;
	display: block;
	background: url('/bitrix/templates/7sky/images/bmg-left-menu-arrows.png') 0 0 no-repeat;
	width: 12px;
	height: 11px;
	top: 8px;
	left: 0;
}
.leftColumn .leftMenu ul.menu li.unfolded:before {
	background-position: 0 -11px;
}
.leftColumn .leftMenu ul.menu li:after {
	content: ' ';
	width: 100%;
	display: block;
	height: 0;
	width: 100%;
	border: 0 solid #c3d4e6;
	border-width: 0 0 1px;
}
.leftColumn .leftMenu ul.menu li:last-child {
	border: none;
}
.leftColumn .leftMenu ul.menu li:last-child:after {
	display: none;
}
.leftColumn .leftMenu ul .unfolded a ,
.leftColumn .leftMenu ul .selected a {
	font-weight: bold;
}
.leftColumn .leftMenu ul.menu li li {
	border: none;
	margin: 0 0 0 17px;
}
.leftColumn .leftMenu ul.menu li li:before {
	display: none;
}
.leftColumn .leftMenu ul.menu li li:after {
	display: none;
}
.leftColumn .leftMenu ul.menu li li a {
	font-weight: normal;
	margin: 0;
	padding: 5px 10px 2px;
}
.leftColumn .leftMenu ul.menu li li a:hover ,
.leftColumn .leftMenu ul.menu li li.selected a {
	font-weight: normal;
	background: #ffffff;
}
.leftColumn .unheaded ul.menu  {
	border-width: 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.leftColumn .leftNews {
	margin: 26px 0;
}
.leftColumn .leftNews h3 {
	color: #003168;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 3px;
	border: 0 solid #b8d9ff;
	border-width: 0 0 1px;
}
.leftColumn .leftNews .news-item {
	margin: 0 0 16px;
}
.leftColumn .leftNews .news-date-time {
	display: block;
	font-size: 0.846em;
	color: #727272;
}
.leftColumn .leftNews .item {
	display: block;
}


/*blockquote*/
.mainFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 67px;
	background: url('/bitrix/templates/7sky/images/mbg-footer.png') 0 100% repeat-x;
	font-size: 0.846em;
	line-height: 1.2em;
	color: #013675;
}
.mainFooter .copyRight {
	float: left;
	padding: 28px 0 0 70px;
	width: 160px;
	background: url('/bitrix/templates/7sky/images/bmg-small-logo.png') 0 10px no-repeat;
	text-indent: -10px;
	min-height: 28px;
}
.mainFooter .counterBlock {
	float: right;
	padding: 18px 0 0;
	width: 230px;
	text-align: right;
}
.mainFooter .footMenu {
	padding: 28px 0 0;
	text-align: center;
	margin: 0 250px;
}
.mainFooter .footMenu a {
	padding: 0 5px;
}
.mainBody {
	padding: 0 0 67px;
}

div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
font-weight: bold;
}

div.news-detail {
font-weight: normal;
}
.glav_vid {
text-align: center;
font-size: 12px;
color: #013675;
}
.vyrob {
    float: left;
    margin: 0 30px 0 0;
width: 205px;
}
.glav_vid .vid {
    background-color: #EBF5FF;
    border: 1px solid #83B9D1;
    border-radius: 5px 5px 5px 5px;   
    font-weight: bold;
    padding: 5px;    
    width: 200px;
    margin: 20px 0 0;

}
.glav_vid .pid {
    padding: 0 5px;
    width: 200px;
font-size: 11px;
}
.glav_vid .zagal {
 background-color: #EBF5FF;
    border: 1px solid #83B9D1;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 0;
    width: 210px;
font-weight: bold;
}
.glav_vid a:link, .glav_vid a:visited {
color:#013675;
text-decoration: none;
}
.glav_vid a:hover, .glav_vid a:active {
color:#013675;
text-decoration: underline;
}
/* End */
/* /bitrix/templates/7sky/colums.css */
/* /bitrix/templates/7sky/components/bitrix/menu/vertical_multilevel1/style.css */
/* /bitrix/templates/7sky/styles.css */
/* /bitrix/templates/7sky/template_styles.css */
