/* Contacts offices + Yandex map */
.contacts__office {
	border: none;
	width: 100%;
	cursor: pointer;
	font: inherit;
	text-align: left;
	transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.contacts__office:hover {
	background-color: #ececee;
}

.contacts__office.is-active {
	box-shadow: inset 0 0 0 2px #1c3c78;
	background-color: #eef2f8;
}

.contacts__office .contacts__office-label {
	text-decoration: underline;
}

.contacts__map-frame {
	display: block;
	width: 100%;
	height: 450px;
	border: 0;
	border-radius: 15px;
	background: #f5f5f6;
}

@media (max-width: 767px) {
	.contacts__map-frame {
		height: 320px;
	}
}

/* WC links inside etalon markup */
a.popular__image-wrap {
	display: block;
	text-decoration: none;
	color: inherit;
}

a.popular__action {
	text-decoration: none;
}

.catalog-table__name a {
	color: inherit;
	text-decoration: none;
}

.catalog-table__name a:hover {
	color: #1c3c78;
	text-decoration: underline;
}

a.catalog-table__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

a.cart__continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
}

a.order__submit {
	text-decoration: none;
	display: inline-flex;
}

.product__cart,
.product__oneclick,
.product__counter-btn,
.product__discount-btn,
.product__delivery-btn,
.product__params-cart,
.product__opt-chip {
	cursor: pointer;
}

.product__cart.is-added,
.product__cart.added,
.product__params-cart.is-added,
.product__oneclick.is-loading {
	opacity: 0.75;
}

a.added_to_cart {
	display: none !important;
}

/* WP content inside Архив article shell — keep typography calm */
.article__wp-content > p {
	margin: 0 0 1em;
}
.article__wp-content > h2 {
	margin: 1.5em 0 0.75em;
}
