/*---------Верхнее меню-----------*/
.top_menu_container_dop {
	box-sizing: border-box;
	width: 100%;
	padding-left:34px;
	padding-right: 34px;
	
	position: absolute; left: 0px; top: 4,2 cm; z-index: 990;

}
.top_menu_container {
	height: 47px;
	position: relative;
	background: repeat-x  top url(../../design/img/images/tm_fon.png);
	 border-radius: 6px;
	}

.left_tm {
	width: 11px; height: 47px;
	position: absolute; left: -11px; top: 0px;
	background: no-repeat left top url(../../design/img/images/tm_left.png);
}
.right_tm {
	width: 11px; height: 47px;
	position: absolute; right: -11px; top: 0px;
	background: no-repeat left top url(../../design/img/images/tm_right.png);
}


#top_menu,
#top_menu a.tm-a-level-0 {height: 47px;}
#top_menu { display: flex; }
#top_menu div.tm_item {
	flex-grow:1;
	margin-bottom:34px;
	padding: 0px 0px;
	position:relative;
}
/* ur0 */
a.tm-a-level-0 {
    display: table;
		width: 100%;
    color:#ffffff; font-size:20px; line-height:20px;
    font-family: Arial, Geneva, sans-serif;
	text-transform:uppercase;
    text-decoration:none;
    white-space:nowrap;
}
a.tm-a-level-0:hover,
a.tm-a-level-0.active {
    color: #ffffff;
	text-decoration: underline;
}
a.tm-a-level-0 span {
    display: table-cell;
    text-align:center;
    vertical-align:middle;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 0;
	border-bottom: 1px solid transparent;
}
a.tm-a-level-0 span span {
    display: inline-block;
    padding: 0px 0px 1px;
}
a.tm-a-level-0.active span span,
a.tm-a-level-0:hover span span {
    padding-top: 1px;
    border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.tm_r {
  width: 2px;height: 47px;  background: no-repeat center top url("../../design/img/images/tm_razd.png");
  margin-top: 5px;
  }
  
.safari .top_menu_container {
	max-width: 1280px; height: 47px; margin:0 auto; 
	position: relative;
}
.safari .tm_item {
	position: relative; float: left; width: 20%;
}
.safari a.tm-a-level-0 {
    display: table;
		width: 100%;
    color:#ffffff; font-size:20px; line-height:20px;
    font-family: Arial, Geneva, sans-serif;
	text-transform:uppercase;
    text-decoration:none;
    white-space:nowrap;
}
.safari .tm_r {
  width: 2%; height: 46px;  background: no-repeat center top url("../../design/img/images/tm_razd.png");

  }