

/* Start:/about/contacts/contacts.css?17733148834062*/
.contacts-v3 {
	font-family: "Montserrat", sans-serif;
	color: #1a1a1a;
	margin-bottom: 24px;
}

.contacts-v3__section {
	padding: 22px;
	border: 1px solid #f1f1f1;
	border-radius: 12px;
	background: #fff;
	margin-bottom: 18px;
}

.contacts-v3__section-head {
	margin-bottom: 16px;
}

.contacts-v3__subtitle {
	margin: 0 0 8px;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	color: #171717;
}

.contacts-v3__lead {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #5b5b5b;
}

.contacts-v3__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(260px, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}

.contacts-v3__grid--warehouse {
	grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.contacts-v3__card {
	display: block;
	padding: 14px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
}

.contacts-v3__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.contacts-v3__label {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.contacts-v3__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #2b2b2b;
}

.contacts-v3__text-part {
	display: block;
}

.contacts-v3__link {
	font-size: 14px;
	line-height: 1.45;
	color: #1a1a1a;
	text-decoration: none;
	word-break: break-word;
	transition: color 0.2s ease;
}

.contacts-v3__link:hover {
	color: #4b4b4b;
}

.contacts-v3__route {
	margin: 2px 0 16px;
}

.contacts-v3__route-title {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #1a1a1a;
}

.contacts-v3__route-note {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: #3a3a3a;
}

.contacts-v3__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	box-sizing: border-box;
	max-width: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: normal;
	word-break: break-word;
	color: #1a1a1a;
	text-decoration: none;
	background: linear-gradient(135deg, #ffcc33, #ffd700 50%, #ffcc33);
	background-size: 200% 200%;
	border: 1px solid rgba(255, 204, 51, 0.3);
	border-radius: 10px;
	transition:
		background-position 0.3s ease,
		transform 0.2s ease,
		border-color 0.2s ease;
}

.contacts-v3__button:hover {
	background-position: 100% 0;
	transform: translateY(-1px);
}

.contacts-v3__button:active {
	transform: translateY(0);
}

.contacts-v3__button--ghost {
	color: #1a1a1a;
	margin-top: 10px;
	margin-bottom: 14px;
}

.contacts-v3__button--ghost:hover {
	background-position: 100% 0;
}

.contacts-v3__map-frame {
	display: block;
	width: 100%;
	border: 1px solid #ececec;
	border-radius: 10px;
	margin-top: 10px;
}

.contacts-v3__section--team {
	padding-bottom: 6px;
}

@media (max-width: 1200px) {
	.contacts-v3__grid--warehouse {
		grid-template-columns: repeat(2, minmax(220px, 1fr));
	}
}

@media (max-width: 900px) {
	.contacts-v3__section {
		padding: 16px;
	}

	.contacts-v3__subtitle {
		font-size: 24px;
	}

	.contacts-v3__section-head {
		margin-bottom: 12px;
	}

	.contacts-v3__grid,
	.contacts-v3__grid--warehouse {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 12px;
	}

	.contacts-v3__route {
		margin-bottom: 12px;
	}

	.contacts-v3__route-note {
		margin-top: 10px;
	}

	.contacts-v3__button--ghost {
		margin-top: 8px;
		margin-bottom: 12px;
	}
}

@media (max-width: 560px) {
	.contacts-v3__section {
		padding: 14px;
		border-radius: 10px;
		margin-bottom: 14px;
	}

	.contacts-v3__subtitle {
		font-size: 21px;
		margin-bottom: 6px;
	}

	.contacts-v3__lead,
	.contacts-v3__label,
	.contacts-v3__text,
	.contacts-v3__link,
	.contacts-v3__route-title,
	.contacts-v3__route-note {
		font-size: 14px;
	}

	.contacts-v3__button {
		width: 100%;
		padding: 9px 12px;
		min-height: 40px;
	}

	.contacts-v3__button--ghost {
		margin-top: 8px;
		margin-bottom: 12px;
	}

	.contacts-v3__card {
		padding: 12px;
		border-radius: 9px;
	}

	.contacts-v3__map-frame {
		border-radius: 9px;
		margin-top: 8px;
	}
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/feedback_mainpage/style.css?17733086372058*/
.feedback-staff {
	margin: 0;
}

.feedback-staff__row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.feedback-staff__card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	overflow: hidden;
	box-shadow:
		0 8px 24px rgba(0, 0, 0, 0.06),
		0 1px 2px rgba(0, 0, 0, 0.04);
}

.feedback-staff__media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 12;
	background: #f5f5f5;
	overflow: hidden;
}

.feedback-staff__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedback-staff__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 14px 14px 13px;
}

.feedback-staff__name {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.28;
	color: #1a1a1a;
}

.feedback-staff__position {
	margin: 5px 0 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #646464;
}

.feedback-staff__contacts {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 12px;
}

.feedback-staff__contact {
	display: inline-block;
	width: max-content;
	max-width: 100%;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	color: #1f1f1f;
	text-decoration: none;
	word-break: break-word;
	transition: color 0.2s ease;
}

.feedback-staff__contact--phone {
	color: #1f1f1f;
}

.feedback-staff__contact--phone:hover {
	color: #000;
}

.feedback-staff__contact--email {
	color: #3a3a3a;
}

.feedback-staff__contact--email:hover {
	color: #000;
}

@media (max-width: 1180px) {
	.feedback-staff__row {
		gap: 14px;
	}

	.feedback-staff__name {
		font-size: 17px;
	}
}

@media (max-width: 920px) {
	.feedback-staff__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.feedback-staff__row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.feedback-staff__content {
		padding: 12px 12px 11px;
	}

	.feedback-staff__name {
		font-size: 16px;
	}
}

/* End */
/* /about/contacts/contacts.css?17733148834062 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/feedback_mainpage/style.css?17733086372058 */
