

/* Start:/bitrix/templates/.default/components/bitrix/menu/topmenu_V3/style.css?13702008862878*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */ 
#vertical-multilevel-menu li a
{ 
	display: block; 
	text-decoration: none; 
	color: #4F4F4F; 
	font-weight:bold;
	padding: 5px; 
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{ 
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
} 

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/.default/components/bitrix/menu/topmenu_V3/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/.default/components/bitrix/menu/topmenu_V3/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/.default/components/bitrix/menu/topmenu_V3/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*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/topmenu_V3/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/topmenu_V3/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#vertical-multilevel-menu li { float: left; height: 1%; } 
* html ul#vertical-multilevel-menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/template6/style.css?1242826074583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/template6/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/components/georg/form.result.new/templates/send_appl/style.css?1556538130666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/components/georg/form.result.new/templates/send_appl/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/georg/form.result.new/templates/send_appl/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/main_20160329/styles.css?172430424314871*/
body {
margin:0;
background:#c02126;
/*background:#fff;*/
font-family: Arial;
font-size:12px;
color:#333333;
text-align:center;
line-height: 1.5em;
padding-top: 0;
padding-right: 0;
padding-bottom: 23px;
padding-left: 0;
height:100%;
}


body.html_wr {
    background: none;
    text-align: left;
    height: auto;
    color: #000;
}

html {
height: 100%;
}

.clear { clear: both;}

#hide, #hide2, #hide3, #hide4, #hide5, #hide6, #hide7, #hide8, #hide9, #hide10, #hide11, #hide12, #hide13, #hide14, #hide15, #hide16, #hide17, #hide18, #hide19, #hide20, #hide21, #hide22, #hide23, #hide24, #hide25, #hide26, #hide27, #hide28, #hide29, #hide30, #hide31 {
display:none;
}


#maincontainer {
width: 1160px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(/bitrix/templates/main_20160329/images/img01_1.jpg) repeat-y;
font-family:Arial;
text-align:center;
margin-bottom: 50px;
}

#topsection {
width:100%;
/* float:left; */
background: url(/bitrix/templates/main_20160329/images/img02_1.jpg) no-repeat;
height: 93px; /*Height of top section*/
text-align:left;
position: relative;
}

.cad > #topsection {
    background-image: none;
    background-color: #fff;
}

#topsection2 {
width:100%;
float:left;
background: url(/bitrix/templates/main_20160329/images/img03_1.jpg) no-repeat;
height: 118px; /*Height of top section*/
text-align:left;
}

#topsection3 { 
float:left;
margin-top:10px;
margin-bottom:10px;
width:1160px;
background: url(/bitrix/templates/main_20160329/images/img06.jpg) no-repeat;
height: 149px; /*Height of top section*/
text-align:left;
}

#contentwrapper {
float: left;
width: 100%;
background: url(/bitrix/templates/main_20160329/images/img01_1.jpg) repeat-y;
/*_height: 500px;*/
min-height: 500px;
position: relative;

}

#contentcolumn { 
margin-left: 467px; /*Set left margin to LeftColumnWidth*/
text-align:left;
}

#leftcolumn {
float: left;
width: 467px; /*Width of left column*/
margin-left: -1160px; /*Set left margin to -(MainContainerWidth)*/
text-align:left;
}

/*#footer {  clear: left; width: 100%; height:92px; background: url(/bitrix/templates/main_20160329/images/img04_1.jpg) no-repeat; color: #333333; text-align:center; } */

#footer  {  clear: left; width: 100%; height:100px; background: url(/bitrix/templates/main_20160329/images/img04_2.jpg) no-repeat; color: #333333; text-align:center; }

#footer #social, .footer #social {padding:12px 0 10px 0; color: #666666; font-size: 11px;}
#footer #social img, .footer #social img {padding:0 4px; border:0;}




div.catalog-section div.social {float:right; margin-top: 10px;}
div.catalog-section div.social img {padding:0 4px; border:0;}

table {
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td {
padding:0px; /* cellspadding="0" */
vertical-align:top;
}

a {
color:#2570b8;
text-decoration:underline;
}

#userka {
float:left;
margin-top:65px;
padding-left: 10px;
}

.activepunkt {
float:left;
}

.punkt {
float:left;
padding-right: 20px;
}

.punkt.ver2 {
    margin-top: 8px;
}

#phone {
float:left;
width:283px;
height:26px;
background: url(/bitrix/templates/main_20160329/images/telefons2.gif) no-repeat;
margin-left:94px;
margin-top:60px;
}

#search1 { 
    float: left;
    margin-right: 30px;
    margin-top: 40px;
    padding-left: 40px;
/* ash^	MARGIN-TOP: 40px; PADDING-LEFT: 140px; FLOAT: left*/    
}
#banner_q,
.banner_q  {
  margin-left:10px; 
  padding-top:13px;
  float: left;
}

#banner_q img,
.banner_q img  {
  border:1px solid #dfdfdf;
}

#search2 {
	FLOAT: right; margin-bottom:15px;
}
FORM#search_box, FORM#search_box2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}


#search_box, #search_box2 {
	BACKGROUND: url(/bitrix/templates/main_20160329/images/search_new.gif) no-repeat; HEIGHT: 26px; 
}
#search_box #s, #search_box2 #s2 {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; FLOAT: left; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 5px 0px 0px 4px; WIDTH: 147px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px;
}


#search_box #go, #search_box2 #go2 {
	float: left; width: 49px; height: 26px;
}

#logo { 
  MARGIN-TOP: 14px; 
  FLOAT: left; 
  MARGIN-LEFT: 10px; 
  width:270px; 
  height:90px; 
  background:url(/bitrix/templates/main_20160329/images/logo_rp_job.gif) left top no-repeat;;
}

#logo a{
  display:block; 
  width:270px; 
  height:90px; 
}

#logo:hover, #logo a:hover{ 
  background:url(/bitrix/templates/main_20160329/images/logo_rp_on_job.gif) left top no-repeat;;
}

#mainmenu1 {float:left;width:820px;color:#ffffff;font-weight:bold;text-transform: uppercase;margin-left:5px;padding-top:36px;}
/*w: 550px; m-l: 95px;*/
/*
#mainmenu1 a{text-transform:uppercase; font-size:14px;font-weight:bold;text-decoration:none;} */
.menu1 {float:left;width:101px;} /* ������� */
.menu2 {float:left;width:170px;}  /* ������� */
.menu3 {float:left;width:115px;} /* � �������� */
.menu4 {float:left;width:161px;} /* ������� */

.menu1a {float:left;width:101px;} /* ������� */
.menu2a {float:left;width:170px;} /* ������������ */
.menu3a {float:left;width:115px;} /* �������� */
.menu4a {float:left;width:161px;}  /* ������ */

.topmenu {float:left;width:100%;margin: 0;}
ul.topmenu li { list-style: none; margin: 0; padding:0;}    
.bottommenu {float:left;width:100%;margin: 0;margin-top:12px;}
ul.bottommenu li { list-style: none; margin: 0; padding:0;}    
.roundcont {
width: auto;
float:left;
padding-left:94px;
padding-top:23px;
z-index:10;}
.roundcont3 {
padding-left:1px;
width: auto;
float:left;
z-index:10;}
.roundcont2 {
width: auto;
float:left;
padding-left:43px;
padding-top:23px;
z-index:10;}
.roundtop { z-index:10;
background: url(/bitrix/templates/main_20160329/images/spacer.gif) no-repeat top right;
position:relative;}
.roundbottom {
background: url(/bitrix/templates/main_20160329/images/b2.gif) no-repeat top right;
z-index:10;
position: relative;}
*html .roundbottom{position: static;}/*��� ��� IE6*/
img.corner {
width: 4px;
height: 4px;
border: none;
display: block !important;
}
.img{ margin:-4px 0;}
*html .img{ margin:-4px 0 -6px 0;}
.zagolovok, h1.zag {font-size:20px;margin:0 0 13px 0; font-weight: normal;}
.zagolovok11 {font-size:18px; font-weight: bold;}
.zagolovok4 {MARGIN-TOP: 5px; FONT-SIZE: 14px; MARGIN-BOTTOM: 13px; padding: 0px; font-weight: bold;}
.zagolovok3 {font-size:18px;margin-bottom:10px;}
.red1 {color:#da251c;font-size:15px;margin-bottom:10px;}

h2 {color:#da251c;font-size:16px;margin-bottom:10px; clear:both;}
h4 {color:#da251c;font-size:14px;margin-bottom:10px; }
.mtop{     margin-top:10px; }

.price {color:#da251c;font-size:12px;}

.table1 {width: 100%; font-size: 11px; }
.table1 tr {border: 1px solid #da251c;}
.table1 td {vertical-align: top; text-align:left; border: 1px solid #da251c; padding: 5px;}
.table1 th {vertical-align: middle; background-color:#da251c; color:#FFFFFF;padding: 5px; text-align: center; }
.table1 th  a{color:#FFFFFF; text-decoration:underline; }

.table3, .table3 p {font-size: 12px; border: none; }
.table3 td {padding: 10px; border: none;  }


table.tdcenter td{ text-align:center; }
table.vmiddle td{ vertical-align: middle; }
table.vbott td{ vertical-align: bottom; }

th.w10, td.w10{ width:10%; }
th.w15, td.w15{ width:15%; }
th.w20, td.w20{ width:20%; }
th.w25, td.w25{ width:25%; }
th.w30, td.w30{ width:30%; }
th.w35, td.w35{ width:35%; }
th.w40, td.w40{ width:40%; }
th.w50, td.w50{ width:50%; }
th.w60, td.w60{ width:60%; }
th.w70, td.w70{ width:70%; }
th.w75, td.w75{ width:75%; }

img.left{
  float:left;
  padding:0 20px 10px 0;
}

img.right{
  float:right;
  padding:0 0 10px 20px;
}

img.bord-g{
  border:1px solid #dddddd; margin:0 10px;
}

table.left{
  float:left;
  margin:0 20px 20px 0;
}

.table2 {width: 100%; font-size: 10px; }
.table2 tr {border: 1px dotted #cdd5df;}
.table2 td {vertical-align: top; text-align:left; border: 1px dotted #cdd5df; padding: 2px;}

ul {padding:0;margin:0;margin-left:20px;}
ul li {padding:0;margin:0;list-style:url(/bitrix/templates/main_20160329/images/list.gif);}
ul li a {font-size: 12px;  }
ol li a {font-size: 12px;  }
/*
.eq_content ul {font-size: 12px; color:#333333;}
li a {text-decoration:underline;font-size:12px;}*/
.maintext {padding-left:47px;padding-top:35px;padding-right:90px;text-align:left;}
.maintext2 {float: left; width:1000px;text-align:left;padding-top:15px; padding-bottom: 35px; padding-left: 50px;}

.maintext2 p { text-align:justify;} /* ash */


.maintext_cat {float: left; width:850px;text-align:left;padding-top:10px; padding-bottom: 35px;}

.zagolovok2 {font-size:18px;margin-bottom:10px;padding-left:20px;text-decoration:underline;background:url(/bitrix/templates/main_20160329/images/news.gif) no-repeat;background-position:0 5px;}
.news1 {padding-left:20px;}
.date {color:#cccccc;font-size:10px;}
.news1 a{color:#2570b8;font-size:12px;}
.line {margin-top:15px;width:342px;height:10px;background:url(/bitrix/templates/main_20160329/images/line.gif) no-repeat;}

/* #copy {float:left;padding-left:350px;padding-top:40px;font-size:12px;} */
#copy    {font-size:12px;}

.small1 {font-size:11px;color:#666666;}
.navigation2 {float:left;width:750px;height:30px;}
.samtext {float:left;margin-top:15px;}
.twomenu {float:left;color:#2570b8;margin-right:20px; font-size: 12px;}

.twomenu.red_m  a { color: #db261d; }
.twomenu2 {float:left;color:#2570b8;margin-right:25px; font-size: 12px; background-color: #fff; padding: 2px 4px;

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

}
.twomenu3 {
float:left;
color:#2570b8;
margin-right:20px;
width:auto;
margin-bottom:10px;
}

/*.twomenu a{display:block;font-size:12px;text-decoration:none;color:#2570b8;border-bottom:1px dashed #2570b8;font-weight:bold;}*/

.twomenu a{display:block;font-size:12px;text-decoration:none;color:#fff;font-weight:bold;}

/*.lefttd {width:2px;height:17px;background:url(/bitrix/templates/main_20160329/images/left.gif);}
.righttd {width:2px;height:17px;background:url(/bitrix/templates/main_20160329/images/right.gif);}
.centertd {background:#da251c;color:#fefefe;font-weight:bold;height:17px;padding-left:5px;padding-right:5px; font-size: 12px;}*/
centertd2 {text-align:center;}
.centertd a{border:0px;color:#db261d;font-weight:bold;text-decoration:none;}
.raised {margin-left:30px;margin-top:12px;width:433px;background: transparent;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:#eef2f6; border-left:1px solid #eef2f6; border-right:1px solid #eef2f6;}
.raised .b3 {background:#eef2f6; border-left:1px solid #eef2f6; border-right:1px solid #eef2f6;}
.raised .b4 {background:#eef2f6; border-left:1px solid #eef2f6; border-right:1px solid #eef2f6;}
.raised .b4b {background:#eef2f6; border-left:1px solid #eef2f6; border-right:1px solid #eef2f6;}
.raised .b3b {background:#eef2f6; border-left:1px solid #eef2f6; border-right:1px solid #eef2f6;}
.raised .b2b {background:#eef2f6; border-left:1px solid #eef2f6; border-right:1px solid #eef2f6;}
.raised .b1 {margin:0 5px; background:#eef2f6;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#eef2f6;}
.raised .boxcontent {display:block;background:#eef2f6; border-left:1px solid #eef2f6; border-right:1px solid #eef2f6;
font-size:12px; font-family:Arial;color: #333333;font-weight:normal;text-decoration: none;text-align:left;}
.textin {padding:20px;}
.newsdata {color:#cccccc;font-size:10px;}
#kursiv {font-size:13px;font-style:italic;}


img.imgcat {vertical-align: bottom; padding-right: 5px;}

.submenusale2 {position:absolute; top: -30px; left: 160px;}
.submenusale {position:absolute; top: -43px; left: 160px;}

.telephon { position: absolute; top: 4px; left:  220px; }

.telephon div.t1, .telephon div.t2 { width:360px; height:89px; }

div.t1        {background:url(/bitrix/templates/main_20160329/images/call_phone3.gif) no-repeat 0 0;  width:360px; height:89px; }
div.t1:hover  {background:url(/bitrix/templates/main_20160329/images/call_phone3_on.gif) no-repeat 0 0;}

.telephon div.t2        {background:url(/bitrix/templates/main_20160329/images/call_online.gif) no-repeat 0 0;}
.telephon div.t2:hover  {background:url(/bitrix/templates/main_20160329/images/call_online_on.gif) no-repeat 0 0;}

.telephon div.t1 a,
.telephon div.t2 a     {display:block; width:360px; height:89px;}

.equiptext {
    float: left; 
    border:2px solid #C02126; 
    padding: 0 10px; 
    width: 755px; 
    margin-bottom:10px;
    font-weight: bold;
    
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;    
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3); 
}    

.equipe_table {
    border-collapse: collapse;
    border: 1px solid #da251c;
}



.equipe_table th {
    background-color: #da251c;
    text-align: center;
    color: #fff;
}

.equipe_table th, .equipe_table td {
    padding: 4px;
    border: 1px solid #da251c;
}

.analog_table {
    margin-top:6px; 
    width: 90%;
    border: 1px solid #000;
    border-collapse: collapse;
}

.analog_table td {
    border: 1px solid #000;
    padding: 3px 20px 3px 3px;
}

.analog_table td.price_td {
    padding: 3px 3px 3px 3px;
    width: 80px;
    text-align: right;
}

.sale_order_full_table td {
    padding: 0 8px 8px 0;
}

.catalog_right_column #right_banners {
    margin-top: 45px;
    
}

.remont #right_banners {
    margin-top: -32px;
    
}

.right_banners_wrapper {
    position: relative;
}

#right_banners {
    position: fixed; 
    z-index: 1000;
    /*margin-left: 1035px; 
    width: 109px; */
    
    margin-left: 1114px; 
    width: 30px; 
}

#right_banners img {
    float: right;
    border: 0;
}

.spacer{
    height:1px;
    font-size:1px;
    line-height:1px;
    overflow:hidden;
    clear:both;
}

.red_link {
    font-weight: bold;
    color: #da251c;
    font-size: 110%;
}

.ico_pdf {
    position: relative;
    top: -10px;
    margin-left: 10px;
}

.subscribe_link {
    color: #F21916;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    text-decoration: none;
    top: -2px;
}

.operator-left{
    float:left; 
    width:163px;
    margin-right:18px;
    height:61px;
}

.button_RY{
    margin:0 18px;
}

.awards_div {
    float: left;
    width: 140px;
    height: 176px;
    background:url(/bitrix/templates/site/images/vert_frame.png) no-repeat 0 0;
    padding: 41px 0 0 40px;
    margin: 0 15px 15px 0;
}

.awards_div a {
    display: table-cell;
    height: 136px;
    vertical-align: middle;
    text-align: center;    
}

.equip_banners {
    margin-bottom:20px;
    width: 840px;
}

.equip_banners img {
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

.equip_text {
    display: none;
	position: fixed;
    top: 33%;
    left: 26%;
	z-index: 3000;
	border: 1px dashed #111;
	background-color: #e6da4e;
	padding: 10px;
    text-align: left;
    max-width: 700px;
	opacity: 0.85;
    font-size: 16px;
    font-weight: bold;
}
/* End */


/* Start:/bitrix/templates/main_20160329/template_styles.css?1724304243251*/
.zagolovok4 {font-size:18px;margin-bottom:10px;}
.zagolovok22 {font-size:15px;font-weight:bold;margin-bottom:10px;}
.smalltextblack {font-size: 12px;}

h1	{
    font-size:20px;
    font-weight:normal;
}

.table1:before { 
content: "";
clear: both; }


/* End */
/* /bitrix/templates/.default/components/bitrix/menu/topmenu_V3/style.css?13702008862878 */
/* /bitrix/templates/.default/components/bitrix/menu/template6/style.css?1242826074583 */
/* /bitrix/components/georg/form.result.new/templates/send_appl/style.css?1556538130666 */
/* /bitrix/templates/main_20160329/styles.css?172430424314871 */
/* /bitrix/templates/main_20160329/template_styles.css?1724304243251 */
