.sz2020header
{
	position: absolute;
	top: 150px;
}

.sz2020logo
{
	height: 80px;
	margin-right: -20px;
}	

.sz2020header.active
{
	position: fixed;
	top: 0px;
}

.sz2020
{
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.sz2020 .wrap .image
{
    position: absolute;
    display: block;
    overflow: hidden;
    left: 85px;
    top: 27px;
    width: 350px;
    height: 100px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px 4px 4px 4px;
}

.sz2020 h1
{
	margin-top: 0px;
	top: 33px;
	left: 10px;
	position: relative;
}

.section-title .sz2020logo
{
	height: 200px;
    padding-top: 40px;
}	

.sz2020 .nav-link {
	padding: 0!important;	
	float: right;
    margin-right: 20px;
}

.wrap.desktop {
    overflow: hidden;
    height: 80px;
}

.infoblokk {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 12px;
    top: 26px;
    width: 320px;
    height: 99px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-indent: 120%;
    background: url(../sz2020/infoblokk2.png) 0 0 no-repeat;
    border: 0;
}



.mobile
{
	display: none;
}
.desktop
{
	display: block;
}



@media (max-width: 991px) {


  .onlydesktop
  {
  	display: none;
  }
  

}



@media only screen and (max-width: 768px) {

	
	.mobile
	{
		display: block!important;
	}
	.desktop
	{
		display: none!important;
	}
	
	.mobile h1
	{
		top: 28px;
		margin-right: 10px;
	}
}

.tocentr
{
	text-align: center;
}

