.mobileMenuButton {
	display: none;
	cursor: pointer;
}

.headerTopbar {
	background-color: #E30513;
	height: 42px;
}
.headerInner {
	padding: 0 42px;
	justify-content: space-between;
	display: flex;
	z-index: 1;
	
}
.headerInnerBlock, .headerInnerRow {
	display: flex;
	align-items: center;
}
.headerInnerBlockButton {
	display: flex;
	align-items:  center;
	cursor: pointer;
}
.headerInnerSocialButton {
	margin-right: 10px;
}

#headerRegisterButton {
	color: #FFFFFF;
	margin-right: 10px;
}
.headerInnerBlockButton {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
}


.headerInnerAuthButton{
padding: 2px 18px;
line-height: 14px;
height: 100%;
font-weight: 500;
}

.whiteButton {
    background: #FFFFFF;
    color: #E30513; 
}

.yellowButton {
	 background: #C79A25;
    color: #FFFFFF; 
}
#headerLogo {
	margin-right: 23px;
}
.pageInnerRow.headerInner {
	background-image: url('../../images/headerBgr.jpg');
	background-size: cover;
	height: 110px;
	
}
.headerTopbar .headerInner {
	height: 100%;
}

.headerInnerBlockNavigationItem {
	font-size: 14px;
line-height: 16px;
margin-right: 12px;
padding: 8px 0;
border-bottom: 2px solid transparent;
cursor: pointer;
}


.headerInnerBlockNavigationItemActive, .headerInnerBlockNavigationItem:hover {
	border-color: #FF0000;
	color: #FF0000;
}


.headerInnerBlockLangBtn {
	font-size: 11px;
line-height: 13px;
padding: 6px 5px;
color: #FFFFFF;
background: #A4A4A4;
border: 1px solid #A4A4A4;
box-sizing: border-box;
border-radius: 5px;
cursor: pointer;
}


.headerInnerBlockLangBtnActive {
background: #E30513;
border: 1px solid #E30513;
}


.headerInnerBlockLangDiv {
	margin: auto 8px;
	color: #000000;
	font-size: 19px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
}
.headerInnerBlockCountry {
	margin-right: 14px;
    padding-bottom: 10px;
}


.headerInnerBlockMusic {
	margin-left:42px;
}
p.headerInnerBlockMusicTitle {
	font-weight: 500;
}
p.headerInnerBlockMusicTitle b {
	font-weight: 900;
}
p.headerInnerBlockMusicTitle, .headerInnerBlockMusicAuthor, .headerInnerBlockMusicName {
	font-size: 10px;
line-height: 12px;

}
.headerInnerBlockMusicAuthor, .headerInnerBlockMusicName {
	display: inline-block;
	width: 47.5%;
}

.headerInnerBlockMusicAuthor {
	font-weight: bold;
}

.headerInnerBlockMusicName {
	text-align: right;
	color: #757070;
}


.headerInnerBlockMusicTrack {
	
}

p.headerInnerBlockCountryTitle {
padding-left: 4px;
font-size: 12px;
line-height: 14px;
color: #706F6F;

}
.headerInnerBanner {
	padding: 10px 0;
}



input
{
  display: none;
}

#text
{
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  text-indent: 10px;
   font-size: 11px;
	line-height: 13px;
	padding: 2px 0 2px 0;
	color: #A4A4A4;
}



.items label
{
  display: none;
  text-indent: 10px;
  background: white;
    font-size: 11px;
	line-height: 13px;
	padding: 2px 0 1px 0;
	color: #A4A4A4;
  
}

.headerInnerBlockCountrySelect {
	background: #FFFFFF;
	color: #A4A4A4;
	padding: 2px;
	margin-top: 4px;
	margin-right: 14px;
	border:0;

}



.select
{
  display: inline-block;
  width: 128px;
  height: 16px;
 
  position: relative;
}

.select:before
{
  content: "";
  display: inline-block;
  background: white;
  position: absolute;
  right: 3px;
  top: 5px;
  z-index: 2;
  width: 8px;
  height: 8px;
  text-align: center;
  background-image: url("../../images/icons/arrowSelect.svg");
  background-repeat: no-repeat;
  cursor: pointer;

}

.select input[name="list"]:not(:checked) ~ #text
{
  background: white;
}

.select input[name="list"]:checked ~ #text
{
  background: transparent;
  color: transparent;
  z-index: 2;
}

#select:disabled ~ .items #text
{
  background: #eee;
}

.items
{
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

#select:not(:checked) ~ .items
{
  height: 16px;
}



.items label:hover
{
  background: #eee;
  cursor: pointer;
}

#select:checked ~ .items
{
  padding-top: 12px;
}

#select:checked ~ .items label
{
  display: block;
}

.items input:checked + label
{
  display: block!important;
  border: none;
  background: white;
}

#select:checked ~ .bg
{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: rgba(0,0,0,0.4);
}

.accButton {
    cursor: default;
}


	


