

/* Start:/bitrix/templates/lexed/components/bitrix/menu/catalog_horizontal1/style.css?16012894436922*/
﻿.bx_horizontal_menu_advaced .animate{
}

.bx_horizontal_menu_advaced{position:relative}
.bx_horizontal_menu_advaced>ul{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	list-style:none;

	



	
	margin		: 0;
	padding		: 0;
	display		: table;/*для начала заставим   ul вести себя как табличный элемент */
	width		: 100%;
	border-right	: 2px solid #fff;
	
	
	
	
	
}

/* 1st level */

.bx_horizontal_menu_advaced .bx_hma_one_lvl{


	display		: table-cell;/*а затем - все li как ячейки одной строки таблицы, то есть выстроим наши картинки в один ряд, о том */
	text-align	: center;/*для красоты*/
	width		: 41%;/*100%/9=11,1% округляем до 11*/
border-left	: 2px solid #fff;





white-space: nowrap;





/*


	display:block;
	float:left;

	*/
	
	
	
	padding:0;
	height:42px;
	background:#d7d7d7;

	
	
	
	
	
	
	
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl>a{





padding-left: 14px!important;
padding-right: 14px!important;








	position:relative;
	z-index:105;
	display:block;

	
	
	height:42px;
	color:#5b5b5b;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(255,255,255,.8);
	font-weight:bold;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.hover{
	height:42px;
	background:#d7d7d7;

	
	
	text-decoration: none ;
	
	
	

}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown.hover{

}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.dropdown.hover>a{
	z-index:140;
	height:42px;
	background:#f4f4f4;

}

.bx_horizontal_menu_advaced .bx_hma_one_lvl>a:active,
.bx_horizontal_menu_advaced .bx_hma_one_lvl.current>a{
	
	background:#f4f4f4;
	
}
.bx_horizontal_menu_advaced.small>ul{height:42px}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl,
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a{

	padding:0;
	height:42px;
	font-weight:normal;
	font-size:16px;
	line-height:40px;
	text-decoration: none;
	cursor: pointer;
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.dropdown:hover{
	border-radius:3px 3px 0 0;
	box-shadow:none;
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.dropdown:hover>a{
	z-index:140;
	height:42px;
		background:#f4f4f4;

}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a:active,
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.current a{ }

/* // 1st level */
/* The Container */

.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
	top:56px;
	z-index:1001;
	display:none;
	overflow:hidden;

	padding-top:3px;
	max-width:100%;

}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container{top:38px}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.hover .bx_children_container{
	display:block;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;

	margin-bottom:-20000px;
	padding:10px 12px;
	padding-bottom:20000px;
	min-width:130px;
	
	border-left:1px solid #f2f2f2;
	background:#f4f4f4;
}

.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;

	inset 5px 0    7px  -5px rgba(0,0,0,.12);
}

/*// Container */
/* 2nd level*/

.bx_horizontal_menu_advaced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{
	display:block;
	padding:5px 10px;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{
	color: #1DA3DB; text-decoration: underline;
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block li a{
	font-size:13px;
	line-height:normal;
}

/* //2nd level*/

/* 3rd level */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent a{line-height:15px}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a{
	display:block;
	padding:5px 10px;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{
	background:#f0f6f8;
	text-decoration: none ;

}
/* // 3rd level */

/* Panel */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel{
	display:none;

	text-align:center;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel img{

	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel strong{
	display:block;
	color:#000;
	text-align:left !important;
	margin-top:10px;
	margin-bottom:10px;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{
	max-width:100%;
	/*max-height:220px;*/
	display:block;
	color:#000;
	text-align:left !important;
	white-space:normal;
	font-weight:normal;
	font-size:13px!importamt;
	padding-bottom: 10px;
	overflow: hidden;
	line-height:18px !important;
}

/* // The Panel*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{
	display:block;
	background:#f4f4f4;
	
	

    background-image: url("/images/cross.png");
    background-position: left center;
    background-repeat: no-repeat;

	
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	color:#20394c;
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
	line-height:23px;
	
	
	text-align: left;
	
	
	
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl ul li ul li a{
	color:#000;
	text-decoration:none;
	font-size:15px;
}

@media (min-width:980px) {
	.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{min-width:200px}
}

@media (max-width:569px) {
	.header_inner_bottom_line{
		overflow:hidden;
		height:auto;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/bread/style.css?1588258998266*/
ul.breadcrumb-navigation
{
	padding:0!important; margin: 10px 0!important;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}

#wa { margin-top:0!important; }
/* End */


/* Start:/bitrix/templates/lexed/styles.css?16499493895313*/
/* --------------- reset --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, a, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   vertical-align: baseline;
   background: transparent;
   font-size: 100%;
}

.example {
    border: 2px solid red; 
    color: red;
    padding: 20px; 
}

html{
	min-width: 560px;
}

iframe{
   border: 1px solid white;
}

table {                  
   border-collapse: collapse; 
   border-spacing: 0;
}
td, td img {
   vertical-align: top;         
} 
input, select, button, textarea {
   margin: 0;             
   font-size: 100%; 
	height: 24px;         
}
input[type="text"], input[type="password"], textarea {
   padding: 0;             
}
input[type="checkbox"] {       
   vertical-align: bottom;
}
input[type="radio"] {
   vertical-align: text-bottom;
}
sub {
   vertical-align: sub;
	
   font-size: smaller;
}
sup {
   vertical-align: super;
   font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display:block;
   position: relative;
}
nav ul {
    list-style:none;
}



html {
height: 100%; background: #f5f5f5; 
font-family: Arial;
color:#333333;
font-size: 13px;
}
  
  
body { height: auto !important; height: 100%; min-height: 100%; position: relative; font-size: 13px;} /* body height 100% */
a { color: #1da3db;  text-decoration: underline;}
a:hover {text-decoration: none; }

.textleft{
font-size: 13px!important;
font-family: 'Arial', sans-serif;
font-weight:bold;
line-height:12px;
text-indent: 20px;
text-align: left;
display: block;
}
.textright{
font-size: 13px!important;
font-family: 'Arial', sans-serif;
font-style: italic!important;
text-align: right!important;
display: block;
}
.textcenter{
text-align: center!important;
font-weight: bold!important;
display: block;
font-size: 13px!important;
}
.text{
font-family: 'Arial', sans-serif;
font-size: 13px!important;
text-indent: 20px!important;
display: block;
}
.textjust{
font-family: 'Arial', sans-serif;
font-size: 13px!important;
text-align: justify;
text-indent: 20px!important;
display: block;
}
.textjust2{
font-family: 'Arial', sans-serif;
font-size: 13px!important;
text-align: justify;
display: block;
}
.textmar{
font-family: 'Arial', sans-serif;
font-size: 13px!important;
text-align: justify!important;
text-indent: 20px!important;
margin-top: 5px!important;
margin-bottom: 3px!important;
display: block;
}

.textcolor{
font-family: 'Arial', sans-serif!important;

color:#616290!important;
display: block;
}

.table {
}
.table td{
border-collapse:collapse;
border: 1px double #b2b2b2!important;
padding: 10px;
}
.table2 {
padding: 0 150px  0 150px;
}
.table2 td{
border-collapse:collapse;
border: 1px double #000;
padding: 10px;
width: 308px;
}

.soder{
font-family: 'Arial', sans-serif;
font-size: 13px!important;
text-align: left!important;
display: block;
}

.lisite {background: url('//www.lexed.ru.opt-images.1c-bitrix-cdn.ru/images/icons/icon-k.png?14038823931555') 0px 2px no-repeat;
padding: 20px 0px 0px 48px;
min-height: 20px;
width: 90%;
margin-left:25px;
margin-bottom:10px;
border-bottom: solid 1px #ddd;
display: block;
float:left;
}

.lifz {
background: url('//www.lexed.ru.opt-images.1c-bitrix-cdn.ru/images/icons/icon-fz.png?14041277881631') 0px 2px no-repeat;
padding: 20px 0px 0px 48px;
min-height: 20px;
width: 90%;
margin-left:25px;
margin-bottom:10px;
border-bottom: solid 1px #ddd;
display: block;
float:left;
}

.lia {
background: url('//www.lexed.ru.opt-images.1c-bitrix-cdn.ru/images/icons/icon-a.png?14041434281561') 0px 2px no-repeat;
padding: 20px 0px 0px 48px!important;
min-height: 20px;
width: 90%;
margin-left:25px;
margin-bottom:10px;
border-bottom: solid 1px #ddd;
display: block;
float:left;
}

.lit {
background: url('//www.lexed.ru.opt-images.1c-bitrix-cdn.ru/images/icons/icon-t.png?14041434091470') 0px 2px no-repeat;
padding: 20px 0px 0px 48px;
display: block;
float:left;
min-height: 30px;
width: 93%;
margin-left:25px;
}

.lio {
background: url('//www.lexed.ru.opt-images.1c-bitrix-cdn.ru/images/icons/icon-o.png?14048347461574') 0px 2px no-repeat;
padding: 20px 0px 0px 48px!important;
display: block;
float:left;
min-height: 30px;
width: 93%;
border-bottom: solid 1px #ddd;
margin-left:25px;
}

.lib {
background: url('//www.lexed.ru.opt-images.1c-bitrix-cdn.ru/images/icons/icon-b.png?14048347461524') 0px 2px no-repeat;
padding: 20px 0px 0px 48px!important;
display: block;
float:left;
min-height: 30px;
width: 93%;
margin-left:25px;
}

.lis {
background: url('//www.lexed.ru.opt-images.1c-bitrix-cdn.ru/images/icons/icon-s.png?14055119581570') 0px 2px no-repeat;
padding: 20px 0px 0px 48px!important;
min-height: 20px;
width: 80%;
margin-left:25px;
margin-bottom:10px;
border-bottom: solid 1px #ddd;
display: block;
float:left;
}
.limo {
background: url('//www.lexed.ru.opt-images.1c-bitrix-cdn.ru/images/icons/icon-o.png') 0px 2px no-repeat;
padding: 20px 0px 0px 48px!important;
min-height: 20px;
width: 80%;
margin-left:25px;
margin-bottom:10px;
border-bottom: solid 1px #ddd;
display: block;
}
/* End */


/* Start:/bitrix/templates/lexed/template_styles.css?171225757219483*/
/* --------------- reset --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, a, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   vertical-align: baseline;
   background: transparent;
   font-size: 100%;
}

html{
	min-width: 560px;
}

iframe{
   border: 1px solid white;
}

table {                  
   border-collapse: collapse; 
   border-spacing: 0;
}
td, td img {
   vertical-align: top;         
} 
input, select, button, textarea {
   margin: 0;             
   font-size: 100%;          
}
input[type="text"], input[type="password"], textarea {
   padding: 0;             
}
input[type="checkbox"] {       
   vertical-align: bottom;
}
input[type="radio"] {
   vertical-align: text-bottom;
}
sub {
   vertical-align: sub;
	
   font-size: smaller;
}
sup {
   vertical-align: super;
   font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display:block;
   position: relative;
}
nav ul {
    list-style:none;
}









html {
height: 100%; background: #f5f5f5; 
font-family: Arial;
color:#333333;
font-size: 12px;
}

  
body { height: auto !important; height: 100%; min-height: 100%; position: relative; } /* body height 100% */
a { color: #6b1e07;  text-decoration: none ;}
a:hover { color: #ad4f33; text-decoration: none ; }


.fl{float: left;}
.fr{float: right;}
.frb{float: right; margin-right: 260px;}
.tar{text-align: right;}
.cl{clear: both;}
.oh{overflow: hidden;}
.mr0{margin-right: 0px!important;}
.tac{text-align: center;}

/* --------------- //  reset --------------- */ 



/* header */ 

header{
border-bottom: 1px solid #e8ebec;
width: 100%;
background: #fff;
}

header .cont{
width: 980px;

margin: auto;
}




.topinfo{
	height: 145px;
	overflow: hidden;
}

.topinfo .name{


padding-left: 18px;
//border-left: 2px solid #6b1e07;
height: 76px;
	float: left;
	margin-left: 4px;
	font-size: 19px;
	font-weight: bold;
color: #6b1e07;
padding-top: 14px;
margin-top: 30px;
}

.topinfo .name span{

color: #6b1e07;
font-size: 16px;
font-weight: normal;
display: block;
line-height: 30px;


}


.topinfo img{
	float: left;
	margin-top: 30px;
	margin-left: 10px;
    margin-right: 15px;
}



header .cont .fr{
	

color: #345d87;
font-size: 14px;

line-height: 24px;

margin-top: 12px;


}

header .cont .fr a{color:#345d87;}
header .cont .fr a.act{

color: #f41111;
text-decoration: underline;

}

header .cont .fr em{

margin-left: 12px;
margin-right: 12px;
}


.fb{
width: 24px;
height: 24px;
background:url(/bitrix/templates/lexed/images/fb.gif) 0px 0px no-repeat;
float: right;
display: block;
cursor: pointer;
margin-left: 15px;
}


.fb:hover {

background:url(/bitrix/templates/lexed/images/fb.gif) -24px 0px no-repeat;

}








nav{
	width: 980px;

	height: 47px;
margin: auto;
}


/* // header */ 



/* wa */ 

#wa{
	width: 980px;
	margin: auto;
	overflow: hidden;
	margin-top: 26px;

}


#wa .col1{
float: left;
width: 229px;
margin-right: 10px;
}

#wa .col2{
float: left;
width: 740px;
}


#wa .col2 h2{
	white-space: normal; 	display: inline;
}


#wa .col2 p{


}

.myul{ 

margin:0px!important;
padding:0px!important;
margin-left:10px!important;

}

.myul li{
background: none!important;
list-style: none!important;
}

.myul li .plus{
display: inline-block!important;
cursor: pointer!important;
}
/*
.myul li .plus{
display: inline-block!important;
background:url(/images/plusminus.gif) 0px 0px no-repeat!important;
width:9px!important;
height:9px!important;
margin-right:10px!important;
cursor: pointer!important;
}
*/

.myul li .minus{
display: inline-block!important;
background:url(/images/plusminus.gif) -25px 0px no-repeat!important;
width:9px!important;
height:9px!important;

margin-right:10px!important;
cursor: pointer!important;

}








#wa .col2 ul{margin-left:25px; margin-right:20px;}

#wa .col2 li{

margin-top:5px;
margin-bottom:5px;

list-style: none;
  background-position: 0px 3px;
    background-repeat: no-repeat;
padding-left:5px;

}


#wa .col3{
float: right;
width: 229px;
}

#wa{
	
	line-height: 17px;
}


.infobl{
background: #fff;
overflow: hidden;
border-bottom: 3px solid #d2d2d2;
}

.infoblspr{
background: none repeat scroll 0% 0% #FFF;
overflow: hidden;
border-bottom: 3px solid #D2D2D2;
}

.infobl .blue{
margin: 4px;
background: #6b1e07;
color: #fff;
padding-top: 7px;
padding-bottom: 7px;
}
.infobl .red{
margin: 4px;
background-color: red;
color: #fff;
padding-top: 7px;
padding-bottom: 7px;
height: 24px;
}

.infobl .red h1{

color: #fff;

font-family: 'PT Sans Narrow', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
margin-left: 0px;
text-transform: uppercase;
padding-left: 10px;
}

.infobl .red2{
margin: 4px;
background-image: linear-gradient(45deg, #bc8427, #e3a93b, #cb9028);
color: #fff;
padding-top: 7px;
padding-bottom: 7px;
height: 24px;
text-shadow: 1px 1px 2px black;
}

.infobl .red2 h1{

color: #fff;

font-family: 'PT Sans Narrow', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
margin-left: 0px;
text-transform: uppercase;
padding-left: 10px;
}

.red2 a{

color: #fff;

font-family: 'PT Sans Narrow', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
margin-left: 0px;
text-transform: uppercase;
padding-left: 10px;
text-decoration: underline;
}

.red3{
margin: 4px;
background: #345d87;
color: #fff;
padding-top: 7px;
padding-bottom: 7px;
height: 24px;
}


.green{
margin: 4px;
background: #03813a;
color: #fff;
padding-top: 7px;
padding-bottom: 7px;
}

h3{

font-size:16px;
font-family: 'PT Sans Narrow', sans-serif;
line-height:24px;
font-weight: normal;
padding-bottom: 15px;
}

textblock{

font-size:16px;
font-family: 'Arial', sans-serif;
font-weight:normal;
line-height:12px;
}

.simplepage{}
.simplepage h1{ font-family: 'Arial', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
text-align: center;
text-transform: uppercase;
margin-bottom:36px;


}

#wa .col2 h1{ 
text-transform: none;


}

.infobl .blue h2{

color: #fff;

font-family: 'PT Sans Narrow', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
margin-left: 0px;

text-transform: uppercase;







padding-left: 24px;


}









.infobl .cont{
margin: 0px 6px 6px 10px;
overflow: hidden	

}



.br{
	height: 5px;
}


.newss{
	
	margin-top: 10px;
	padding-bottom:1px;
}


.newss img{
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	border-bottom: 1px solid #2e649e;
	padding-bottom: 1px;
}





.newss p{

margin-top: 8px;

}

.bb0{
	border-bottom:0px!important;
font-size: 11px;
}


.leftmenu{
	
}


.leftmenu {
margin: 4px!important;
padding: 0px;
	
}

.leftmenu li{


display: block;

background-color: #dddddd;









}


.leftmenu li a:active{
background-color: #f5f5f5;


}


.leftmenu li a{

font-family: 'PT Sans Narrow', sans-serif;
font-size: 16px;
color: #6b1e07;

margin-bottom: 4px;
padding-left: 10px;
padding-top: 10px;
padding-right:7px;

padding-bottom: 10px;


display: block;	






}


.leftmenu li.act{
background-color: #f5f5f5;
color: #e8302d;
}

.leftmenu li:hover{
background-color: #f5f5f5;
color: #e8302d;
}

.leftmenu li.act a{

color: #e8302d;
}





.botinc{
	
	overflow: hidden;
	background: #fff;
	
	
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #D2D2D2;
	
}

.botinc .col1{
width: 250px!important;
margin-right: 0px !important;	
}

.botinc .col1 .infobl{

	background: none;
    border-bottom: 0px;
}

.col12 .infobl{
width:714px;
min-height:400px!important;
padding-left:10px!important;
padding-right:10px!important;
padding-top:20px!important;
padding-bottom:20px!important;
overflow: hidden!important;
}

.col12 .infoblh{
width:960px!important;
}

.data{
display: block;
float:left;
color: #fff;
font-size: 13px;
line-height: 20px;
padding-top: 3px;
padding-left: 7px;
padding-right: 7px;
margin-right: 7px;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;


background: #659cca;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1OWNjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzMxNmZhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #659cca 0%, #316fa7 97%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659cca), color-stop(97%,#316fa7));
background: -webkit-linear-gradient(top,  #659cca 0%,#316fa7 97%);
background: -o-linear-gradient(top,  #659cca 0%,#316fa7 97%);
background: -ms-linear-gradient(top,  #659cca 0%,#316fa7 97%);
background: linear-gradient(to bottom,  #659cca 0%,#316fa7 97%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659cca', endColorstr='#316fa7',GradientType=0 );




	
}


.data img{


margin-right: 5px;


}

.botinc .col1 p{
margin-top: 4px;
	
}



/* // wa */ 


/* footer */ 


footer{
	
	width: 980px!important;
padding-bottom: 14px;
	margin: auto;
	display:block;
	font-size: 11px;
	overflow: hidden;
	font-size: 120%;
}


footer .fl{
margin-top: 20px;
color: #333333;
line-height: 20px;
}


footer .fr{

margin-top: 20px;
width: 200px;
border-left:3px solid #898989; 
padding-left: 14px;
font-size: 16px;
font-weight: bold;
color: #555555;

}


footer .fr a{

font-size: 11px;
font-weight: normal;

}
footer a{
	color: #6b1e07;
}






/* // footer */ 




#wa ul{
	margin-left: 40px;
	margin-top: 8px;
	margin-bottom: 8px;
}



.sh111{width: 194px!important;}


.sh11{
	

width: 153px;
background: #fafafa;
	height: 23px;

	
	-webkit-box-shadow: 0px 1px 0px 0px #cbcbcb;
-moz-box-shadow:    0px 1px 0px 0px #cbcbcb;
box-shadow:         0px 1px 0px 0px #cbcbcb;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	
	border: 1px solid #d8d8d8;
	
	
	margin-bottom: 10px;
	
}

.tal{
	
	text-align: left;
}

.inp1{

border: none;
background-image:url('//www.lexed.ru.opt-images.1c-bitrix-cdn.ru/images/loop.gif?13951814301473');
background-repeat:no-repeat;
background-position:left center; 
width: 22px;
height: 22px;
margin-left: 8px;
background-color: transparent;

cursor: pointer;
}

.inp2{

width:123px;
float:right;

padding-top:0px;
margin-top:0px;
	
	color: #666666;
font-size: 12px;
font-family: arial;
background: none;

height:24px;


border: none;
}



.inp22{
float:right;
	width: 142px;
	color: #666666;
font-size: 12px;
font-family: arial;
background: none;

height:22px;
border: none;
}






/* Basic jQuery Slider essential styles */


.bjqs{margin:0px!important; padding:0px!important; }

.bjqs li{ list-style: none!important; margin:0px!important; padding:0px!important;}


ul.bjqs{position:relative; list-style:none;

padding:0!important;
margin:0!important;


overflow:hidden; display:none;






margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;


}
li.bjqs-slide{display:none;position:absolute;}

li.bjqs-slide a{
	
	display: block;
}




ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}




.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999; background-image:none;}
.bjqs-markers li{float:left; 	list-style:none!important; background:none!important;
 padding-left:0px!important;
background-image:none!important;

}

p.bjqs-caption{
display:block;
margin-left:59%;
padding:2%;
position:absolute;
top:0;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 17px;
line-height: 24px;
color:#333;
text-align:left;
float:right;
}

div.bjqs-news{
display:block;
margin-left:59%;
padding:2%;
position:absolute;
top:100px;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 14px;
line-height: 16px;
color:#333;
text-align:left;
float:right;
}



#banner {
  height:300px;
  width:512px;
  margin:0 auto;
  position:relative;
  background:#fff;


}




 ul.bjqs-controls li a{
  display:block;
  padding:5px 10px;
  position:absolute;
  background:#fff;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}




a.bjqs-prev{
  left:0;
}

a.bjqs-next{
  right:0;
}





 ol.bjqs-markers{
  position:absolute;
  bottom:-25px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
  display:block;
  height:13px;
  width:13px;
  border:2px solid #fff;
  overflow:hidden;
  text-indent:-9999px;
  background:#d2d2d2;
  border-radius:10px;
 
}

ol.bjqs-markers li.active-marker a{
  background:#5e91c7;
}
/* ----------- */


.docinfo .cont em{

font-style: normal;
float: left;
display: block;
	margin-right: 14px;
}





.pdf{
	background:url(/bitrix/templates/lexed/images/loaddoc.jpg) 0px 0px no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}


.word{
	
		background:url(/bitrix/templates/lexed/images/loaddoc.jpg) -35px 0px no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	text-decoration: none;
	
	
	float: left;
	
	
}


.docinfo .cont p{

margin-top: 7px;
margin-bottom: 9px;

}



.arrup{
	
	color: #333333;
	
	
	background:url(/bitrix/templates/lexed/images/arrup.jpg) top right no-repeat;
	padding-right: 13px;
	margin-top: 10px;

	margin-bottom: 8px;
	display: inline-block;
	
	
	
}

.grayline{
	width: 100%;
	background:#a9a9a9;
	height: 1px;
	
margin-bottom:16px;
}

.inp3{
	border : solid 0px #ffffff;
	border-radius : 2px;
	moz-border-radius : 2px;
	font-size : 13px;
	color : #ffffff;
	padding : 4px 6px;
	background-color : #606060;

	font-family: arial;
}


.bx_sitemap .bx_sitemap_li_title a{ 	display: inline;
	
	white-space: normal;}


.bx_sitemap_ul{}

.bx_sitemap_ul li{list-style:none;}



.titlesign{}

.titlesign h2{ border-bottom:1px solid #878787;  
font-weight: normal; font-family: 'PT Sans Narrow',sans-serif; 
margin-top:9px; margin-bottom:11px; text-transform: uppercase; font-size:18px;}
.titlesign h3{ color:#6a6a6a; 
border-bottom:1px solid #dcdcdc;   font-weight: normal;
font-family: 'PT Sans Narrow',sans-serif; 
margin-top:9px;
 margin-bottom:9px; text-transform: uppercase; font-size:16px;


}

.poiskf{width:960px;}

.poiskf h3{font-size:18px; margin-bottom:5px;}

.poiskf div{margin-bottom:10px; overflow: hidden;}


.poiskf .pcol1{ margin-bottom:0px;  }
.poiskf .pcol2 { margin-bottom:0px; }
.poiskf .pcol2 input{width:698px;border: 1px solid #aeaeae; }
.poiskf .pcol3 input{vertical-align: middle!important; border: 1px solid #aeaeae; }
.poiskf .pcol3{vertical-align: middle!important;  margin-bottom:5px;}
.poiskf .pcol3 span{line-height:20px; vertical-align: middle!important;}
.poiskf .pcol4 select{ width:556px; float:right; margin-right: 260px; }
.poiskf .pcol4 option{width:526px; }
.poiskf .pcol5 select{  width:556px; float:right; margin-right: 260px;}
.poiskf .pcol5 option{width:526px; }
.poiskf .pcol6 input{  width:112px;  margin-right: 702px; float: right; border: 1px solid #aeaeae;}

.poiskf .pcol7 input{  width:250px; float:right;border: 1px solid #aeaeae;}

.poiskf .pcol8 em{ display: block; width: 144px; font-style: normal; float: left; }
.poiskf .pcol8 span{ display: block; float: left; }
.poiskf .pcol8 span input{float:left; width:90px; margin-right:6px; border: 1px solid #aeaeae;}
.poiskf .pcol8 span inpit{float:left;} 
.poiskf .pcol8 span img{float:left; margin-top:-1px; margin-right:6px;}

.poiskf .pcol9 em{ display: block; width: 144px; font-style: normal; float: left; }
.poiskf .pcol9 span{ display: block; float: left;margin-bottom: 10px; }
.poiskf .pcol9 span input{width:90px;margin-right:74px; margin-right:6px;border: 1px solid #aeaeae;}
.poiskf .pcol9 span inpit{float: left;} 
.poiskf .pcol9 span img{margin-top:-1px; margin-right:6px;}

.grhr{width:100%; height:1px; background:#D2D2D2; margin-bottom:5px; margin-top:5px;}

.news-list1{
text-align: justify;
}



/* international_obligations */
.io_page {
    padding: 0 8px;
}
.io_page p,
.io_page {
    font-size: 13px;
    line-height: 17px;
    color: #1e1f24;
}
.io_page .io_text {
    margin-bottom: 17px;
}
.io_page a {
    color: rgba(52,93,135,1);
    border-bottom: 1px solid rgba(52,93,135,0.8);
}
    .io_page a:hover {
	color: rgba(52,93,135,0.8);
	border-bottom: 1px solid rgba(52,93,135,0.4);
    }
    .io_page h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	margin-top: 40px;
    }
	.io_page .io_item:first-child h2 {
	    margin-top: 0px;
	}
    #wa .io_page h2 {
	display: block;
    }
    .io_page p {
	margin-bottom: 17px;
    }
    .io_page p:last-child {
	margin-bottom: 0;
    }
.io_page .open_block {
    border: 1px solid #bbbbbb;
    margin-bottom: 10px;
}
    .io_page .open_block .text p {
	font-size: 14px;
    }
.io_page .open_block.gray_block {
    background: #f5f5f5;
}
    .io_page .open_block .title {
	background: rgba(215,215,215,1);
	font-weight: bold;
	line-height: 25px;
	padding-left: 26px;
	position: relative;
	cursor: pointer;
    }
	.io_page .open_block .title:hover {
	    background: rgba(215,215,215,0.6);
	}
	.io_page .open_block .title:before {
	    content: '';
	    position: absolute;
	    left: 7px;
	    top: 6px;
	    background:url(/bitrix/templates/lexed/images/ico_open_close.png) 0 0 no-repeat;
	    width: 11px;
	    height: 11px;
	}
	    .io_page .open_block .title.open:before {
		background:url(/bitrix/templates/lexed/images/ico_open_close.png) 0 -11px no-repeat;
	    }
    .io_page .open_block .text {
	display: none;
	font-size: 14px!important;
	text-indent: 0px!important;
	padding: 26px 20px 26px;
    }
	.io_page .open_block.gray_block .text {
	    padding: 26px 20px;
	}
	.io_page .open_block .text h3 {
	    font-size: 16px;
	    font-weight: bold;
	    text-transform: uppercase;
	    margin-bottom: 14px;
	    line-height: 22px;
	    font-family: Arial;
	    padding-bottom: 0;
	}
	.io_page .open_block .text h4 {
	    font-size: 14px;
	    margin-bottom: 11px;
	}
	.io_page .open_block .text h5 {
	    color: #345d87;
	    text-transform: uppercase;
	    font-weight: normal;
	    margin-bottom: 11px;
	}
	    .io_page .open_block .text p + h5 {
		margin-top: 23px;
	    }
	.io_page .open_block .text table {
	    border: 1px solid #bbbbbb;
	    margin-bottom: 35px;
	    width: 100%;
	    table-layout: fixed;
	}
	    .io_page .open_block .text table:last-child {
		margin-bottom: 0px;
	    }
	    .io_page .open_block .text table td {
		padding: 9px 20px 9px 10px;
	    }
	    .io_page .open_block .text table tr:last-child td {
		padding: 9px 20px 19px 10px;
	    }
	    .io_page .open_block .text table td:last-child {
		padding: 9px 10px 9px 10px;
	    }
	    .io_page .open_block .text table tr:last-child td:last-child {
		padding: 9px 10px 19px 10px;
	    }
	    .io_page .open_block .text table tr:first-child td {
		font-weight: bold;
		border-bottom: 1px solid #bbbbbb;
		padding: 9px 20px 11px 10px;
	    }
    .io_page .open_block .text p + h4 {
	margin-top: 21px;
    }
    .io_page .open_block .text p {
	margin-bottom: 11px;
    }
	.io_page .open_block .text p:last-child {
	    margin-bottom: 0px;
	}
/* End */
/* /bitrix/templates/lexed/components/bitrix/menu/catalog_horizontal1/style.css?16012894436922 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/bread/style.css?1588258998266 */
/* /bitrix/templates/lexed/styles.css?16499493895313 */
/* /bitrix/templates/lexed/template_styles.css?171225757219483 */
