

/* Start:/local/templates/marcandre2023/components/bitrix/catalog.store/store/style.css?1741876859873*/
/*Table*/
table.sale_personal_profile_list
{
	border: 0 double #000000;
	width: 80%;
	background-color:#F9FAFB;
	/*border-collapse:collapse;*/
	font-size:12px;
}

/*Table head*/
table.sale_personal_profile_list th
{

	text-align: center;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_personal_profile_list th, table.sale_personal_profile_list td
{
	border: 0 double #000000;
	padding: 3px 5px 7px;
	vertical-align:top;
}

div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em;  float: left; width: 100%;}
div.catalog-detail-property span { float: left; position: relative; top: 0.31em; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }

.last
{
	text-align: right;
}

.central
{
	text-align: right;
}
/* End */


/* Start:/local/templates/marcandre2023/components/bitrix/catalog.store.detail/.default/style.css?17843187624078*/
.ma-store-detail {
	margin-bottom: 45px;
}

.ma-store-detail__hero {
	padding: 25px 45px 40px;
	background: #faf8f5;
	border: 1px solid #ece2d4;
}

.ma-store-detail__title {
	margin: 0 0 15px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.ma-store-detail__subtitle {
	max-width: 1100px;
	font-size: 17px;
	line-height: 1.5;
	color: #666;
}

.ma-store-detail__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.ma-store-detail__tag {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 5px 14px;
	border: 1px solid #dec28f;
	background: #fff;
	color: #aa7f36;
	font-size: 14px;
}

.ma-store-detail__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.9fr) minmax(500px, 1.1fr);
	gap: 35px;
	margin-top: 35px;
}

.ma-store-detail__contacts {
	padding: 30px;
	border: 1px solid #e9ded1;
}

.ma-store-detail__contacts-title {
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9ded1;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-store-detail__image {
	margin: 0 0 25px;
}

.ma-store-detail__image img {
	display: block;
	width: 100%;
	height: auto;
}

.ma-store-detail__contact-list {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.ma-store-detail__contact-row {
	display: flex;
	align-items: flex-start;
	gap: 17px;
	line-height: 1.45;
}

.ma-store-detail__contact-icon {
	flex: 0 0 20px;
	color: #c5a56d;
	text-align: center;
}

.ma-store-detail__contact-value {
	font-size: 16px;
}

.ma-store-detail__contact-value--strong {
	font-weight: 700;
}

.ma-store-detail__contact-value a {
	color: #c59c58;
	text-decoration: underline;
}

.ma-store-detail__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 28px;
}

.ma-store-detail__button {
	display: block;
	padding: 14px 16px;
	border: 1px solid #caa86d;
	color: #111;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .3px;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .2s ease;
}

.ma-store-detail__button:hover {
	background: #f5eee2;
	color: #111;
}

.ma-store-detail__button--primary {
	background: #c5a56d;
	color: #fff;
}

.ma-store-detail__button--primary:hover {
	background: #b7955b;
	color: #fff;
}

.ma-store-detail__map-column {
	min-width: 0;
}

.ma-store-detail__map {
	width: 100%;
	height: 532px;
}

.ma-store-detail__map-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 532px;
	padding: 25px;
	background: #f7f7f7;
	text-align: center;
}

.ma-store-detail__section {
	margin-top: 42px;
}

.ma-store-detail__section-title {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.ma-store-detail__benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ma-store-detail__benefit {
	padding: 22px;
	border: 1px solid #e9ded1;
}

.ma-store-detail__benefit-title {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
}

.ma-store-detail__benefit-text {
	color: #666;
	font-size: 14px;
	line-height: 1.55;
}

.ma-store-detail-balloon {
	min-width: 210px;
}

.ma-store-detail-balloon__title {
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 700;
}

.ma-store-detail-balloon__description,
.ma-store-detail-balloon__address,
.ma-store-detail-balloon__phone,
.ma-store-detail-balloon__schedule {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.4;
}

.ma-store-detail-balloon__phone a {
	color: #b38a49;
}

@media (max-width: 991px) {
	.ma-store-detail__grid {
		grid-template-columns: 1fr;
	}

	.ma-store-detail__map {
		height: 460px;
	}

	.ma-store-detail__benefits {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ma-store-detail__hero {
		padding: 22px 20px 28px;
	}

	.ma-store-detail__title {
		font-size: 25px;
	}

	.ma-store-detail__subtitle {
		font-size: 15px;
	}

	.ma-store-detail__contacts {
		padding: 22px 18px;
	}

	.ma-store-detail__map {
		height: 380px;
	}

	.ma-store-detail__map-empty {
		min-height: 380px;
	}
}
/* End */
/* /local/templates/marcandre2023/components/bitrix/catalog.store/store/style.css?1741876859873 */
/* /local/templates/marcandre2023/components/bitrix/catalog.store.detail/.default/style.css?17843187624078 */
