header {
	height: auto;
	z-index: 1001;
	width: 100%;
	background-color: white;
}

header .top {
	box-sizing: content-box!important;
	height: 60px;
	padding-top: 20px;
}

header .top .middle-block {
	height: 100%;
}

header .top .middle-block .left {
	height: 100%;
}

header .top .middle-block .left a {
	display: block;
}

header .top .middle-block .left a .logo-sport{
	width: 295px;
	height: 42px;
}

header .bottom .middle-block {
	height: 100%;
}

.bars-menu, .cross-menu {
	width: 24px;
	height: 19px;
	margin-left: 20px;
}

header .bottom .middle-block .main-menu {
	margin: 0;
	height: 100%;
	width: auto;
	float: left;
}

ul {
	list-style: disc outside;
}

header .bottom .middle-block .main-menu li {
	float: left;
	line-height: 50px;
	margin-right: 30px;
	list-style: none;
}

header #lang {
	background: #F7F7F7;
	padding: 4px 7px;
	width: 75px;
	position: relative;
	border: 1px solid #E6E6E6
}

header #lang a {
	color: black;
}

header #lang a:hover {
	color: #2E519B
}

header #lang img {
	margin-right: 5px
}

header #lang .selected {
	cursor: default;
	text-align: center
}

header #lang .no-selected {
	display: none;
	position: absolute;
	top: 11px;
	left: -27px;
	padding: 4px 7px;
	list-style: none;
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	width: 75px;
	margin: 16px 2rem;
}

header #lang .no-selected:hover {
	display: block
}

header #lang .no-selected li {
	text-align: center
}

.language-mobile a.menu__link {
	position: absolute;
	right: 5px;
	top: -20px;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	width: 40px;
}

.language-mobile a {
	color: #fff;
}

.language-mobile {
	z-index: 120;
	position: absolute;
	right: 5px;
	top: 5px;
}

.language-mobile {
	width: 100%;
}

.language-mobile .arrow-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	top: 9px;
	position: absolute;
	display: none;
	right: 25px;
}

.language-mobile .list-inline.languages.dropdown-menu {
	display: none;
	background-color: #fff;
	padding-top: 10px;
	margin-left: 0;
	left: 0;
	border: none;
	width: 100%;
	height: 180px;
	text-align: center;
	position: absolute;
	top: 6px;
	line-height: 54px;
}

.language-mobile .list-inline.languages.dropdown-menu li {
	text-align: center;
	display: block;
	float: none;
	margin-right: 0px;
	list-style: none;
}

.language-mobile .list-inline.languages.dropdown-menu li a {
	padding: 0;
	font-size: 2.2rem;
	line-height: 50px;
	color: #6FA4EC;
}

header .contact {
	float: right;
	display: -webkit-box;
	display: -moz-box;
}

header .contact, header .logo {
	margin-top: 10px;
}

header .contact .data {
	margin: 3px 15px 0;
	color: #4A4C4E;
}

.inline {
	display: inline-block !important;
}

header .contact .data a {
	color: #4A4C4E;
}

svg.icon-head {
	width: 18px;
	float: left;
	height: 18px;
	margin-right: 10px;
}

header .contact .data a {
	color: #4A4C4E;
}

header .bottom {
	background-color: rgba(0,0,0,0.4);
	height: 50px;
	position: absolute;
	left: 0;
	width: 100%;
}

header .bottom .middle-block .right #lang {
	background: transparent;
	border: none;
	color: #D8D8D8;
	float: left;
	margin-top: 13px;
}

header .bottom .middle-block .right #lang .arrow-down {
	width: 12px;
	height: 8px;
}

header .bottom .middle-block .right .social-block {
	float: right;
	padding-top: 8px;
}

header .bottom .middle-block .right .social-block ul {
	margin: 0;
}

header .bottom .middle-block .right .social-block ul li {
	float: left;
	margin-left: 10px;
	list-style: none;
}

header .bottom .middle-block .main-menu li a {
	color: #D8D8D8;
	font-size: 14px;
}

#lang:hover .no-selected {
	display: block;
}

header .bottom .middle-block .right .social-block ul li a {
	display: block;
	line-height: 50px;
}

header .bottom .middle-block .right .social-block ul li a .no-hover {
	display: block;
}

header .bottom .middle-block .right .social-block ul li a svg {
	height: 35px;
	width: 35px;
}

@media screen and (min-width: 1025px) {
	.hidden-big {
		display: none !important;
	}

	#lang {
		margin-right: 10px
	}

	header #lang {
		float: right
	}
}
