.cert-page-header {
	background: #fff;
	border-bottom: 1px solid #d8d8d8;
}

.cert-page-header__top {
	background: #2d2d2d;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.cert-page-header__top-inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1120px;
	min-height: 34px;
	padding: 0 16px;
}

.cert-page-header__contact-item {
	align-items: center;
	color: #fff;
	display: inline-flex;
	gap: 7px;
	text-decoration: none;
	white-space: nowrap;
}

.cert-page-header__contact-item--link:hover,
.cert-page-header__contact-item--link:focus {
	color: #fff;
	text-decoration: underline;
}

.cert-page-header__icon {
	color: #df1f2d;
	flex: 0 0 auto;
	height: 19px;
	width: 19px;
}

.cert-page-header__main {
	background: #fff;
}

.cert-page-header__main-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1120px;
	min-height: 74px;
	padding: 0 16px;
}

.cert-page-header__logo {
	align-items: center;
	display: inline-flex;
	max-width: 135px;
	position: relative;
	transform: translateY(-14px);
	z-index: 2;
}

.cert-page-header__logo img {
	display: block;
	height: auto;
	max-height: 66px;
	max-width: 135px;
	width: auto;
}

.cert-page-header__button {
	align-items: center;
	background: #d91f2b;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 30px;
	min-width: 172px;
	padding: 8px 20px;
	text-decoration: none;
}

.cert-page-header__button:hover,
.cert-page-header__button:focus {
	background: #b91923;
	color: #fff;
	text-decoration: none;
}

.page-template-template-certification-landing .rmp_menu_trigger {
	top: 65px;
}

@media (max-width: 900px) {
	.cert-page-header__top-inner {
		gap: 16px;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.cert-page-header__top-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.cert-page-header__main-inner {
		gap: 16px;
		min-height: 80px;
	}

	.cert-page-header__logo {
		transform: translateY(-10px);
	}

	.cert-page-header__button {
		font-size: 13px;
		min-width: 142px;
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media (max-width: 768px) {
	.site-header__main {
		position: relative;
		padding-right: 10px;
	}

	.rmp_menu_trigger {
		position: absolute;
		top: 80%;
		right: 0px;
		transform: translateY(-50%);
		width: 48px;
		height: 48px;
		min-width: unset;
		min-height: unset;
		padding: 0;
		z-index: 10;
	}
}

@media (max-width: 768px) {
	.page-template-template-certification-landing .cert-page-header__main {
		position: relative;
		padding-right: 10px;
	}

	.page-template-template-certification-landing #rmp_menu_trigger-1701.rmp_menu_trigger {
		position: absolute;
		top: 12%;
        right: 60px;
		transform: translateY(-50%);
		width: 45px;
		height: 40px;
		min-width: unset;
		min-height: unset;
		padding: 0;
		z-index: 10;
	}
}
@media (max-width: 394px) {

	.page-template-template-certification-landing #rmp_menu_trigger-1701.rmp_menu_trigger {
        right: 10px;
	}
}
