.header-contacts-mobile-container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	height: 44px;
	padding: 0 16px;
	background-color: $color-surface;

	@include desktop {
		display: none;
	}
}

.header-contacts-mobile-address-btn {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 4px;

	&[aria-expanded='true'] {
		.header-contacts-mobile-address-btn__icon {
			transform: rotate(-180deg);
		}
	}
}

.header-contacts-mobile-address-btn__label {
	font-size: 14px;
}

.header-contacts-mobile-address-btn__icon {
	width: 24px;
	height: 24px;
	color: $color-green;
}

.header-contacts-mobile-contacts {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 16px;
}

.header-contacts-mobile-phone-link {
	flex: 1;
	font-weight: 500;
	font-size: 14px;
	color: $color-green;
}

.header-contacts-mobile-socials {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 6px;
}

.header-contacts-mobile-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 14px;
	background-color: $color-white;
	color: $color-green;
}

.header-contacts-mobile-social-link__icon {
	width: 20px;
	height: 20px;
}
