
.logo_blocks{
	column-gap: 15px;
	align-items: center;
}
.logo_blocks .pict{}
.logo_blocks .pict img{
	max-width: 73px;
}

.logo_blocks .logo-text:focus,
.logo_blocks .logo-text:hover{
	text-decoration: none;
}
.logo_blocks .logo-text{
	text-decoration: none;
}
.logo_blocks .logo-text h2{
	color: #1e3668;
	font-size: 25px;
	font-weight: 700;
	display: block;
	line-height: 0.9;
	font-family: "Impact", sans-serif;

	-webkit-transition: font-size 1s;
       -moz-transition: font-size 1s;
         -o-transition: font-size 1s;
            transition: font-size 1s;
}
.logo_blocks .logo-text h2 span.red{
	color: #c61f25;
}
.logo_blocks .logo-text h2 small{
	color: #1e3668;
	font-weight: 700;
	font-size: 16px;
}
header.head.headers.morph .logo_heads img{
	max-width: 56px;
}
.logo_blocks .logo-text small.info{
	font-size: 12px;
	font-weight: 400;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;

	-webkit-transition: font-size 1s;
       -moz-transition: font-size 1s;
         -o-transition: font-size 1s;
            transition: font-size 1s;
}

.logo_heads a:hover{
	text-decoration: none;
}

header.head.headers.morph .logo_blocks .logo-text h2{
	font-size: 18px;
	line-height: 1;
}
header.head.headers.morph .logo_blocks .logo-text small.info{
	font-size: 9px;
}

@media (max-width: 767px){
	.logo_blocks {
		column-gap: 10px;
	}
	.logo_blocks .logo-text h2{
		font-size: 15px;
	}
	.logo_blocks .logo-text h2 small{
		font-size: 70%;
	}
	.logo_blocks .pict img{
		max-width: 42px;
	}
	header.head.headers.morph .logo_blocks .logo-text h2{
		font-size: 14px;
	}
}