/* Header CTA «Перезвоните» — isolated styles for easy rollback */

/* Keep logo left; push menu + CTA to the right without centering the nav */
.header-menu {
	margin-left: auto;
}

.header__actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	padding-bottom: 12px;
	position: relative;
	z-index: 11;
}

@media (max-width: 1439.98px) {
	.header__actions {
		margin-left: auto;
		padding-bottom: 0;
		gap: 16px;
	}
}

@media (max-width: 743.98px) {
	.header__actions {
		gap: 12px;
	}
}

.header-callback {
	cursor: pointer;
	border: 1px solid #ffed00;
	background-color: transparent;
	padding: 10px 16px;
	color: #ffed00;
	font-family: "Russo One", "Arial", sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	-webkit-transition: 0.3s background-color, 0.3s color;
	-o-transition: 0.3s background-color, 0.3s color;
	transition: 0.3s background-color, 0.3s color;
	white-space: nowrap;
}

.header-callback:hover,
.header-callback:focus {
	background-color: #ffed00;
	color: #2d2e2b;
	outline: none;
}

@media (max-width: 743.98px) {
	.header-callback {
		padding: 8px 10px;
		font-size: 12px;
		line-height: 15px;
	}
}

.header-callback__text {
	display: block;
}
