img:is([sizes='auto' i], [sizes^='auto,' i]) {
	contain-intrinsic-size: 3fffpx 1500px;
}

.pseudo-clearfy-link {
	color: #008acf;
	cursor: pointer;
}

.pseudo-clearfy-link:hover {
	text-decoration: none;
}

.link-header-block {
	display: flex;
	gap: 12px;
	justify-content: center;
}

@media (max-width: 991px) {
	.link-header-block {
		margin-top: 20px;
	}
}

.link-header-b {
	color: #fff;
	padding: 10px 21px;
	border-radius: 100px;
	text-decoration: none;
	font-weight: 400;
	border: 2px solid #0040ff;
	transition: 0.3s;
	font-size: 20px;
	background: #0040ff;
}

.link-header-b:hover {
	color: #0040ff;
	padding: 10px 21px;
	border-radius: 100px;
	text-decoration: none;
	font-weight: 400;
	border: 2px solid #fff;
	transition: 0.3s;
	font-size: 20px;
	background: #fff;
}

.link-header-w {
	color: #fff;
	padding: 10px 21px;
	border-radius: 100px;
	text-decoration: none;
	font-weight: 400;
	border: 2px solid #0040ff;
	transition: 0.3s;
	font-size: 20px;
}

@media (max-width: 390px) {

	.link-header-w,
	.link-header-b {
		padding: 10px 12px;
	}
}

.link-header-w:hover {
	color: #fff;
	padding: 10px 21px;
	border-radius: 100px;
	text-decoration: none;
	font-weight: 400;
	border: 2px solid #0040ff;
	transition: 0.3s;
	font-size: 20px;
	background: #0040ff;
}

.brand-top-panel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 19px;
	max-height: 80px;
	border-bottom: 1px solid #dbdbd6;
}

@media (max-width: 991px) {
	.brand-top-panel {
		display: block;
		max-height: inherit;
	}
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 1025px;
	margin: 15px 0;
}

.img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.footer__menu {
	display: flex;
	gap: 15px;
	margin: 0;
	padding: 15px;
	justify-content: center;
	align-items: center;
	list-style: none;
	flex-wrap: wrap;
}