

/* Start:/local/templates/aspro_next/components/bitrix/news.list/lodgement_and_accessories/style.css?17761768253583*/
.page-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
}

.page-section {
	margin-bottom: 40px;
}

h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 40px 0 20px 0;
	color: #0b2b3d;
	padding-bottom: 8px;
	border-bottom: 2px solid #e0e4e8;
}

h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 15px 0;
	color: #1e4663;
}

.lead-text {
	font-size: 18px;
	line-height: 1.6;
	color: #2c3e50;
	margin-bottom: 30px;
	background: #eef2f7;
	padding: 20px 25px;
	border-radius: 12px;
}

.grid-2cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 30px 0;
}

.card {
	background: white;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.list-styled {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.list-styled li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.5;
}

.list-styled li::before {
	content: "▹";
	position: absolute;
	left: 0;
	color: #e67e22;
	font-weight: bold;
}

.text-description {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
	color: #2c3e50;
}

.text-muted {
	color: #7f8c8d;
	text-align: center;
	padding: 20px;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px 0;
}

.gallery-item {
	flex: 1 1 280px;
	border-radius: 16px;
	overflow: hidden;
	background: #f4f6f8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.gallery-item:hover img {
	transform: scale(1.02);
}

.price-note {
	background: #fef5e8;
	border-left: 4px solid #e67e22;
	padding: 20px 25px;
	border-radius: 12px;
	margin: 30px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.pricing-list {
	margin: 12px 0 0 20px;
	padding: 0;
}

.btn-wrapper {
	margin-top: 20px;
}

.form-button {
	display: inline-block;
	background: #e67e22;
	color: white;
	font-weight: 600;
	padding: 12px 28px;
	border-radius: 40px;
	text-decoration: none;
	transition: 0.2s;
	border: none;
	cursor: pointer;
	font-size: 16px;

	&:hover {
		color: #fff !important;
	}
}

.form-button:hover {
	background: #bf5e0a;
	transform: scale(1.02);
}

.steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin: 30px 0;
	counter-reset: step-counter;
}

.step-item {
	background: white;
	border-radius: 20px;
	padding: 24px 20px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	position: relative;
	border-top: 4px solid #e67e22;
	font-size: 15px;
	line-height: 1.4;
}

.step-item::before {
	counter-increment: step-counter;
	content: counter(step-counter);
	background: #e67e22;
	color: white;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto 15px auto;
}

.trust-banner {
	color: #fff;
	background: #ff4b00;
	border-radius: 20px;
	padding: 24px;
	margin: 30px 0;
}

.trust-banner h3 {
	margin-top: 0;
	color: #fff;
	font-size: 24px;
}

.trust-banner p {
	color: #fff;
	line-height: 1.6;
	margin: 0;
}

.trust-banner strong {
	color: #fff;
	font-weight: 700;
}

@media (max-width: 768px) {
	.grid-2cols {
		grid-template-columns: 1fr;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	.steps {
		grid-template-columns: 1fr;
	}
	.trust-banner {
		padding: 20px;
	}
}
/* End */
/* /local/templates/aspro_next/components/bitrix/news.list/lodgement_and_accessories/style.css?17761768253583 */
