@media only screen and (min-width: 1280px) {
	.cvt-inner-head__bar {
		box-sizing: border-box;
		padding: 18px clamp(96px, 7.2vw, 145px) 12px !important;
	}

	.cvt-inner-head__contacts {
		gap: 12px !important;
	}

	.cvt-inner-head__contacts a {
		width: 38px !important;
		height: 38px !important;
		border-radius: 8px !important;
		box-shadow: 1px 4px 5px rgba(0, 0, 0, .28) !important;
	}

	.cvt-inner-head__contacts img {
		width: 33px !important;
		margin-top: 2px !important;
	}

	.cvt-inner-head__contacts .cvt-inner-head__max {
		width: 27px !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	.cvt-inner-head__bar {
		box-sizing: border-box;
		padding: 18px 56px 12px !important;
	}

	.cvt-inner-head__contacts {
		gap: 10px !important;
	}

	.cvt-inner-head__contacts a {
		width: 34px !important;
		height: 34px !important;
		border-radius: 7px !important;
		box-shadow: 1px 4px 5px rgba(0, 0, 0, .26) !important;
	}

	.cvt-inner-head__contacts img {
		width: 30px !important;
		margin-top: 2px !important;
	}

	.cvt-inner-head__contacts .cvt-inner-head__max {
		width: 24px !important;
	}
}
