﻿/*----- Tabs -----*/
.tabs {
	background-image:url('../images/logotip.png');
	background-repeat: no-repeat;	
	background-position: center top;
	border-bottom: 1px solid #ff3035;
	height: 54px;
	margin: 0 auto 0;
	max-width: 1920px;
}

/*----- Tab Links -----*/
/* Clearfix */
.tabs_ul:after {
	display:block;
	clear:both;
	content:'';
}

.tabs_ul{
	margin: 0 auto 0;
	width: 1000px;
	text-transform: uppercase;
}
    .logo_link {
        float: left !important;
        margin: 0px !important;
        height: 45px;
        width: 135px;
    }
	    .logo_link a {
	        display: block;
	        height: 100%;
	        outline: none;
	    }
	.tabs_ul li {
		float: right;
		font-family: 'MuseoSansCyrillic';
		line-height: 1.9;
		margin: 15px 20px 0 0;
	}
		.tabs_ul a {
			color: black;
			text-decoration: none;
		}
		.tabs_ul a:visited {color: black;}

li.active a, li.active a:hover {
	text-decoration: underline;
}

/*----- Content of Tabs -----*/
.tab-content {

}

.tab {
	display:none;
}

.tab.active {
	display:block;
}

/*--------------------------------------*/

.tabs-container {
	margin-top: 50px;
}

.tabs-menu {
    height: 62px;
    float: left;
	list-style: none;
    clear: both;
	padding: 0;
	margin: 0;
}

.tabs-menu li {
	font-family: 'MuseoSansCyrillic';
	font-size: 14px;
    line-height: 30px;
    float: left;
	height: 62px;
	padding-top: 12px;
	text-align: left;
	text-decoration: underline;
	width:205px;
	padding-left: 25px;
}

.tabs-menu li.current {
	font-family: 'MuseoSansCyrillic-Bold';
	font-weight: bold;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
	text-decoration: none;
	padding-left: 25px;
}

.tabs-menu li a {
	color: #092a38;
    text-transform: uppercase;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #092a38;
}

.tabb {
    background-color: #fff;
    float: left;
    width: auto;
}

.tab-contents {
	height: 628px;
    width: 1000px;
    display: none;
}

#tabb-1 {
 display: block;   
}

	#li_main > a{
		width: 24px;
		height: 24px;
		display: inline-block;
		background: url("/theme2/images/icon-home.png") center no-repeat;
		background-size: 75%;
	}