/*Menu � �����*/
.bg_top_menu.in-header {
    display: block;
    width: 100%;
}
.bg_top_menu.normal {
    max-width: 1162px;
    margin: 0 auto;
}
.bg_top_menu.in-header .radius_top_menu {
    height: 48px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td {
    height: 96px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td a.title_f{
    display: block;    
    margin-bottom: 45px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .child.submenu {
   top: 50px;
   margin-top: 35px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .i_menu {
   top: 50px;
	margin-top: 70px;
}
/*------------*/


.radius_top_menu {
	//max-width:1240px;
    max-width: 1162px;
	margin:0 auto;	
	//box-shadow:0px 2px 6px 0px rgba(189,189,189,0.3);
	//-webkit-box-shadow:0px 2px 6px 0px rgba(189,189,189,0.3);
	//-moz-box-shadow:0px 2px 6px 0px rgba(189,189,189,0.3);
}
.top .radius_top_menu {
	//height:50px;
}
.min_menu {
	display: none;
}
table.top_menu  {
	width:100%;
	height: 100%;
	border-color: #cccccc;
	//display: inline-block;
    //-webkit-box-pack: space-between;
    //-ms-flex-pack: space-between;
    //justify-content: space-between;
	
}
table.top_menu  a {
	text-decoration:none;
	outline:none;
}
table.top_menu  span.arrow {
	color:#212121;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
table.top_menu td:hover span.arrow {
	text-decoration:underline;
}
table.top_menu td.current  span.arrow{
	color:#1a58d7;
}
table.top_menu  td {
	text-align:left;
	position:relative;
	//padding-right: 20px;
	//border: 1px dotted gray;
}
table.top_menu  td:hover .child.submenu {
	display:block;
	background:#fff;
	z-index: 40;
}
table.top_menu .child.submenu {
	display:none;
	position:absolute;
	background:#fff;
	margin: auto;
	left:0;
	right:0;
	width:180px;
	padding:16px 18px;
	border-top:2px solid #1a58d7;
	box-shadow: 0 4px 2px rgba(0,0,0,0.5);
}
table.top_menu .child.submenu a {
	display:block;
}
table.top_menu  td.td_catalog  {
	position:static;
}
table.top_menu  td:hover .i_menu {
	display:block
}
/* original menu*/
.top .bg_top_menu.border  {
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top table.top_menu  span.arrow {
	font-size:14px;
	/*font-family: Arial;*/
}
table.top_menu .child.submenu {
	top:50px;
}
table.top_menu .child.submenu a {
	display:block;
	text-align:left;
	color:#212121;	
	padding:3px;
	line-height: 22px;
	font-size:14px;
}
table.top_menu .child.submenu a:hover {	
	text-decoration:underline;
}
.top .top_menu {
	position:relative;
}
.top table.top_menu  td:hover .i_menu {
	top:50px;
}
/* original solid top menu*/
.top .bg_top_menu.solid.wide {
	background:#1a58d7
} 
.top .bg_top_menu.solid  {
	background:#1a58d7; 
}
.top .bg_top_menu.solid table.top_menu td.current span.arrow{
	text-decoration:underline;
	color:#fff;
}
.top .bg_top_menu.solid table.top_menu  span.arrow {
	color:#fff;
}
.top .bg_top_menu .min_menu {
	display:none;
	width:100%;
	height:100%;
	text-align:center;
	background:#1a58d7;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	line-height:50px;
	cursor:pointer;
	text-transform:uppercase;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:  border-box;
}
@media (max-width:800px) {
	.adaptiv .top .bg_top_menu .min_menu {
		display:block;
	}
	.adaptiv .top .bg_top_menu table.top_menu {
		display:none;
		height:auto;
		border-right:1px solid #e7e7e7;
		border-left: 1px solid #e7e7e7;
	}
	.adaptiv .top .bg_top_menu .radius_top_menu {
		height: auto;
	}
	.adaptiv .bg_top_menu .i_menu,
	.adaptiv .bg_top_menu .child.submenu	{
		display:none!important;
	}
	.adaptiv .top .bg_top_menu table.top_menu  td {
		display:block;
		width:100%!important;
		text-align:center;
		padding:10px 0;
		border-bottom: 1px solid #e7e7e7;		
	}
}
/*menu in top_panel*/
.bg_top_menu.catalog {
	float:left;
	width:60%;
}
.bg_top_menu.catalog table.top_menu {
	line-height:40px;
}
.bg_top_menu.catalog table.top_menu td {
	text-align:left;
}
.bg_top_menu.catalog table.top_menu span.arrow {
	color:#696969;
	text-transform:none;
	font-weight:normal;
}
.bg_top_menu.catalog table.top_menu td.current span.arrow {
	text-decoration:underline;
}


/* flex меню */
.f-top_menu {
    position: relative;
    //overflow: hidden;
}

.f-top_menu ul{
	margin: 0;
	padding: 0;
	
	list-style-type: none;
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-direction: row;
    flex-wrap: wrap;
    
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.f-top_menu li{
    margin: 0 10px;
    display: block;
    position: static;
    padding: 10px;
    
	//border: 1px dotted gray;
}

.f-top_menu li a.toplevel{
	color:#212121;
	font-size: 16px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.f-top_menu li:first-child{
    margin-left: 0;
    padding-left: 0;
}

.f-top_menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.f-top_menu a{
	color: inherit;
	display: block;
}

.f-top_menu li.current .toplevel{
	//text-decoration:underline;
	color:#1a58d7;
}

.f-top_menu .submenu{
	position: absolute;
	//height: 30px;
	background-color: rgba(245, 245, 245, 0.98);
	border: 1px solid #f1f1f1;
	border-top: 2px solid #212121;
	box-shadow: 0 0 5px #cccccc;
	display: none;
	width: 100%;
	top:100%;
	left: 0;
	padding: 20px;
	
	
	flex-direction: column;
	
}

.f-top_menu .submenu a{
	padding: 5px;
	font-size: 14px;
	font-weight: 600;
	//color: red;
	//text-transform: lowercase; 
}

.f-top_menu li:hover{
	//border-color: red;
}

.f-top_menu li:hover .submenu{
	display: flex;
}



.f-tabs__item, .f-tabs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
}

.f-tabs__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.flex-panel-space-between {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.main-navigation__panels-area .f-tabs__item {
    font-weight: 500;
}

.f-tabs__item:first-child {
    margin-left: 0;
}

.f-tabs__item {
    border-bottom: 3px solid transparent;
    box-sizing: content-box;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    //font-size: 18px;
    height: 57px;
    margin: 0 10px;
    position: relative;
    text-align: center;
    
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    vertical-align: bottom;
    
	color:#212121;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}	

.f-tabs__item, .f-tabs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
}

.f-tabs__item:last-child {
    margin-right: 0;
}

.f-tabs__item .el-link, .f-tabs__item a:not(.btn), .f-tabs__item span {
    color: #2d2d2d;
    display: inline-block;
    //font-weight: 500;
    line-height: normal;
    //margin-top: 3px;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
}

.f-tabs__item:hover{
	text-decoration:underline;
}
.f-tabs__item a.current{
	text-decoration:underline;
	//color:#1a58d7;
}
