.header-2 { position: absolute; top: 193px; left: 0; right: 0; z-index: 120; width: 1160px; max-width: 100%; margin: 0 auto; }
.header-2-menu { float: right; list-style-type: none; padding: 0 20px; margin: 0; -webkit-border-radius: 50px; border-radius: 50px; background-color: rgba(255, 255, 255, 0.8); }
.header-2-menu .header-menu__item { display: inline-block; text-transform: uppercase; }
.header-2-menu .header-menu__link { display: block; padding: 10px; color: #0c1c34; }
.header-2-menu .header-menu__link:hover { color:#e23a19; text-decoration: underline; }
.header-2-menu .header-menu__item.active .header-menu__link { color: #e23a19; }
.header-2.sticky { position: fixed; top: 25px; right: 0; }
.header-2.sticky .header-2-menu { border: 1px #DDD solid; }
.header-2-page-title { float: left; padding: 10px 20px; margin-left: 10px; border-radius: 50px; background-color: rgba(255, 255, 255, 0.9); text-transform: uppercase; font: bold 22px 'PFDinTextCondProRegular'; border: 1px #DDD solid; margin-top:-10px; color:#e23a19; }
.header-2.sticky .header-2-page-title { font-size: 18px; }
header div.header-2-page-title { text-decoration: underline; }
header a.header-2-page-title { color: #666; }
header a.header-2-page-title:hover { color: #e23a19; text-decoration: underline; }
@media screen and (max-width: 1200px) {
	.header-2 { top: 180px; width: 960px }
	.header-2-page-title { font-size: 18px; }
	.header-2.sticky { left: 70px; }
}
@media screen and (max-width: 992px) { .header-2 { display:none; } }