.office-popup {
	position: absolute;
	top: 2.6rem;
	left: 2.4rem;
	z-index: 20;

	width: 26rem;

	border-radius: 1rem;
	background-color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

	padding: 1.6rem 1.7rem;
}

.office-popup[hidden] {
	display: none !important;
}

.office-popup__title {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;

	margin-bottom: 1.6rem;
}

.office-popup__address {
	max-width: 14.8rem;
	width: 100%;

	font-style: normal;
	color: #888;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;

	margin-bottom: 2.4rem;
}

.office-popup__item {
	line-height: 1;
	font-size: 1.2rem;
	font-weight: 500;
}

.office-popup__item:not(:last-child) {
	margin-bottom: 1.4rem;
}

.office-popup__item time span,
.office-popup__item span,
.office-popup__item address {
	font-weight: 600;
}

.office-popup__item address {
	font-style: normal;
}

.office-popup__list {
	margin-bottom: 3.4rem;
}

.office-popup__close {
	top: 0.6rem;
	right: 0.6rem;
}

.office-popup__close img {
	width: 2rem;
	height: 2rem;
}

.office-popup__button-choose {
	width: 100%;
	height: 3rem;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 2rem;
	background-color: #191919;
	transition: background-color 0.3s ease;

	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;

	border: none;
	outline: none;
	cursor: pointer;
}

.office-popup__button-choose:hover {
	background-color: #3F892C;
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
	.office-popup {
		top: 1.2rem;
		left: 1.2rem;
		right: 1.2rem;
		width: auto;
		max-width: 26rem;
	}
}
