

/* Start:/local/templates/ksrk2025/components/bitrix/catalog.sections.top/contact_list/style.css?17592474391939*/
#contact_list {
	padding-top: 40px;
	padding-left: 0px;
	padding-bottom: 40px;
	padding-right: 0px;
}
#contact_list .container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

#contact_list .title {
	padding-bottom: 10px;
	margin-bottom: 40px;
	display: block;
	position: relative;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #5a4f4f;
	font-family: 'El Messiri', sans-serif;
}

#contact_list .title::before {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #b8860b;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}


#contact_list .contact-list {
	width: 400px;
	height: 200px;
	margin: 10px;
	margin-bottom: 20px;
  padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
	border-radius: 0;
	background-color: #ffffff;
	float: left;
	color: #5a4f4f;
	text-align: center;
	font-size: 18px;
}

#contact_list .contact-list h3,
#contact_list .contact-list p,
#contact_list .contact-list a {
	word-break: break-word;
}

#contact_list .contact-list h3 {
	text-align: center;
	width: 260px;
	margin-top: 15px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	color: #333;
	font-size: 24px;
  line-height: 26px;
}

#contact_list .contact-list p {
	margin: 0 0 10px;
	color: #666;
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-align: center;
}

#contact_list .contact-list a {
	text-decoration: none;
	color: #b8860b;
	display: inline-block;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	/* Убираем скругление углов для кнопок */
	border-radius: 0;
	transition: background-color 0.3s;
}

@media (max-width: 768px) {
	#contact_list .contact-list {
		width: 100%;
	}
}

@media (max-width: 480px) {
	#contact_list .contact-list {
		width: 100%;
	}
}
/* End */
/* /local/templates/ksrk2025/components/bitrix/catalog.sections.top/contact_list/style.css?17592474391939 */
