/* Filia Page - Start */

/* Section Filia - Start */
section.contacts {
	padding-top: 0;
	padding-bottom: 100px;
}
section.contacts .container-title {
	margin-bottom: 25px;
}
/* Левая колонка с контактами - Start */
.col-contacts-info {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 25px;
	align-items: flex-start;
	align-content: flex-start;
}


/* Кнопка обратной связи */
.col-contacts-info .call-back-trigger {
	width: fit-content;
}

/* Левая колонка с контактами - End */

/* Торговые точки - Start */
.stores-accordion {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.store-item {
    background: var(--light-gray);
	overflow: hidden;
}

/* Заголовок магазина - Start */
.store-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.store-title {
	font-family: var(--font-family-2);
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

/* Заголовок магазина - End */

/* Контент магазина - Start */
.store-content {
	display: none;
}

.store-content-inner {
	padding: 30px;
}

/* Информация о магазине - Start */
.items-group-store-info {
	margin-bottom: 30px;
}

.store-info-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: var(--primary);
	border-radius: var(--border-radius-5);
}

.info-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	filter: var(--primary-filter-match);
}

.info-content {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.info-label {
	font-size: 12px;
	line-height: 14px;
	color: #7B7B7B;
}

.info-value {
	font-size: 14px;
	line-height: 18px;
	color: var(--white);
}

.info-values {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

/* Информация о магазине - End */

/* Видео ссылка - Start */
.store-video-link {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}


.video-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.store-video-link span {
	font-size: 14px;
	line-height: 18px;
}
/* Видео ссылка - End */

/* Карта - Start */
.store-map {
	margin-bottom: 25px;
	border-radius: var(--border-radius-10);
	overflow: hidden;
	height: 300px;
}

.store-map iframe {
	width: 100%;
	height: 100%;
	border: none;
}
/* Карта - End */

/* Контент магазина - End */

/* Торговые точки - End */

@media (max-width: 1480px) {
	section.contacts {
		padding-bottom: 75px;
	}

	section.contacts .container-title {
		margin-bottom: 25px;
	}

	.store-header {
		padding: 20px 25px;
	}

	.store-content-inner {
		padding: 25px;
	}
}

@media (max-width: 1279px) {
	section.contacts {
		padding-bottom: 50px;
	}

	section.contacts .container-title {
		margin-bottom: 20px;
	}

	section.contacts .container-content {
		flex-direction: column;
		gap: 30px;
	}

	.col-contacts-info,
	.col-stores {
		width: 100%;
	}

	/* Мобильная версия торговых точек */
	.store-header {
		padding: 20px;
	}

	.store-title {
		font-size: 18px;
		line-height: 22px;
		max-width: calc(100% - 150px);
	}

	.store-content-inner {
		padding: 20px;
	}

	.store-video-link {
		gap: 10px;
		margin-top: 20px;
		margin-bottom: 0;
	}

	.video-icon {
		width: 36px;
		height: 36px;
	}

	.store-video-link span {
		font-size: 13px;
		line-height: 16px;
	}
	.store-info-bottom {
		margin-bottom: 20px;
	}
	.store-map {
		height: 200px;
		margin-bottom: 20px;
	}
}
/* Section Filia - End */

/* Filia Page - End */