.logo_img{
	height: 55px
}
.active_catalog_wrapper{
	margin-top: 0 !important
}
.active_catalog_wrapper body{
	min-width: 900px
}	
.active_catalog_wrapper .logo{
	position: relative;
	top: 7px;
	left: auto;
	margin-left: 0
}	
.header{
	height: 100px;
	background: #ffffff;
	padding: 0 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header_top {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.cat_iframe_title{
	height: 30px;
	text-align: right;
	margin: 0;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.1em;
	margin:-4px 0 0;
	color: #000;
	padding-top: 0 !important
}
.actions {
	display: flex;
	align-items: center;
	gap: 15px;
}

.actions a{
	padding: 10px 15px;
	text-decoration: none;
	border: none;
	background: #4277cc;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
}

.actions a.email{
	background: transparent;
	padding: 0;
	text-decoration: underline;
	color: #0F47A3;
    font-weight: 700;
    line-height: 1.1em;
}
.actions a.email:hover{
	text-decoration: none
}
.actions a:hover{
	opacity: 0.85;
}

/* iframe */
.viewer {
	width: 100%;
	height: calc(100vh - 110px);
	border: none;
	margin-bottom: 0!important
}



