@media (max-width: 991px) {
	.header-links{
		padding-bottom: 10px;
	}
	.time-call{
		top: 50%;
	} 
}
@media (max-width: 767px) { 
	.city-contacts {
		position: unset;
		height: 5rem;
		width: auto;
	}
	.header-links {
		box-shadow: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#contacts-dd {
		overflow: hidden;
		width: min-content;
	}
	#contacts-dd > div {
		max-width: 176px;
	}
	.small-cart-btn-col{
		float: right;
	}
}
@media (max-width: 389px) {
	.logo-col {
		padding-bottom: 1.5rem;
	}
	.small-cart-btn-col{
		float: right;
	}
	.header-links {
		box-shadow: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.contacts {
		max-width: 230px;
	}
	.city-contacts {
		position: unset;
		width: auto;
	}
	#contacts-dd {
		overflow: hidden;
	}
	#contacts-dd > div {
		max-width: 176px;
	}
	.footer-catalog-menu__item {
		min-width: auto;
	}
}
