

/* Start:/local/templates/pro_decor/css/index.css?17822977357126*/
.i-section {
	margin-bottom: 40px;
}
.i-section-title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.i-grid {
	display: grid;
	gap: 20px;
}
.i-grid-3 {
	grid-template-columns: repeat(3, 1fr);
}
.i-grid-4 {
	grid-template-columns: repeat(4, 1fr);
}
.i-grid-5 {
	grid-template-columns: repeat(5, 1fr);
}
.i-grid-cell {
	border-radius: 20px;
	padding: 20px;
}
.i-catalog-section-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #fff;
}
.i-catalog-section-card:hover {
	color: #fff;
}
.i-catalog-section-card-svet {
	background-color: var(--text-color);
}
.i-catalog-section-card-kraski {
	background-color: var(--dark-brown);
}
.i-catalog-section-card-electro {
	background-color: var(--dark-brown);
}
.i-catalog-section-name {
	font-size: 20px;
	font-weight: 600;
}
.i-catalog-section-img-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}
.i-catalog-section-img {
	max-width: 100%;
	max-height: 100%;
}
.i-advantage-card {
	background-color: #fff;
}
.i-advantage-card-top {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.i-advantage-img {
	width: 80px;
	height: 80px;
}
.i-advantage-title {
	font-weight: 700;
	text-transform: uppercase;
}
.i-advantage-text {
	font-weight: 500;
}
.i-fact-card {
	background-color: var(--dark-brown);
	color: #fff;
}
.i-fact-num {
	font-size: 40px;
	font-weight: 700;
}
.i-fact-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.i-section-facts-bottom {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.i-section-facts-link {
	display: inline-block;
	padding: 10px 20px;
	background-color: var(--text-color);
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
}
.i-project-card {
	background-color: #fff;
}
.i-project-card:nth-child(11) {
	grid-column-start: 3;
	grid-column-end: 4;
}
.i-project-img-container {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.i-project-img {
	max-width: 100%;
	max-height: 100%;
}
.i-bottom {
	position: relative;
	background-color: var(--text-color);
	padding: 40px;
	display: flex;
	justify-content: end;
	color: #fff;

	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.i-bottom-img {
	position: absolute;
	width: 480px;
}
.i-bottom-img-1 {
	top: 0;
	left: 0;
}
.i-bottom-img-2 {
	top: 40px;
	left: 460px;
}
.i-bottom-form {
	max-width: 1000px;
	position: relative;
	z-index: 20;
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 40px;
	padding: 60px 40px;
	border-radius: 40px;
	background: linear-gradient(
		to bottom,
		#595959,
		#303030
	);
	box-shadow: 
        inset -4px -4px 6px rgba(255, 255, 255, 0.25), 
        -4px -4px 10px rgba(0, 0, 0, 0.25);
}
.i-bottom-form-title {
	font-size: 48px;
	font-weight: 700;
}


.i-events-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 20px;
}
.iec-cal-box {
	border: 1.5px solid #b5a89a;
	border-radius: 12px;
	padding: 16px;
	background: #fff;
}
.iec-cal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.iec-cal-header span { font-size: 15px; font-weight: 500; color: #1a1a1a; }
.iec-cal-nav { display: flex; gap: 4px; }
.iec-cal-nav button {
	width: 26px; height: 26px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	display: flex; align-items: center; justify-content: center;
	line-height: 1;
}
.iec-cal-nav button:hover { background: #f5f5f5; }
.iec-cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
}
.iec-dow { font-size: 12px; color: #888; text-align: center; padding: 4px 0 6px; }
.iec-day {
	font-size: 13px;
	text-align: center;
	width: 32px; height: 32px;
	display: flex; align-items: center; justify-content: center;
	margin: auto;
	border-radius: 50%;
	color: #1a1a1a;
}
.iec-day.iec-other   { color: #bbb; }
.iec-day.iec-event   { background: #c9b89e; color: #5a3e2b; font-weight: 500; cursor: pointer; }
.iec-day.iec-selected { background: #2e2e2e !important; color: #fff !important; }

.iec-list {
	display: flex;
	flex-direction: column;
	max-height: 305px;
	overflow: auto;
}
.iec-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 14px 16px;
	cursor: pointer;
	transition: background 0.1s;
	text-decoration: none;
	color: inherit;
}
.iec-item:hover { background: #f7f5f3; }
.iec-item.iec-active { background: #2e2e2e; border-radius: 10px; }
.iec-item-date {
	font-size: 28px; font-weight: 500;
	min-width: 32px; line-height: 1;
	margin-top: 2px; color: #1a1a1a;
	flex-shrink: 0;
}
.iec-item.iec-active .iec-item-date { color: #fff; }
.iec-item-info { flex: 1; min-width: 0; }
.iec-item-name {
	font-size: 14px; font-weight: 500; color: #1a1a1a;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.iec-item-extra { font-size: 13px; color: #777; margin-top: 2px; }
.iec-item.iec-active .iec-item-name  { color: #fff; }
.iec-item.iec-active .iec-item-extra { color: #aaa; }
.iec-item-arrow { font-size: 18px; color: #aaa; align-self: center; flex-shrink: 0; }
.iec-item.iec-active .iec-item-arrow { color: #fff; }
.iec-divider { height: 1px; background: #eee; margin: 0 16px; }
.iec-empty { padding: 16px; color: #999; font-size: 14px; }

.i-bottom-title {
	font-size: 40px;
	font-weight: 700;
}

#amoforms_action_btn {
	background-color: #fff !important;
	color: var(--dark-brown) !important;
	font-weight: 700 !important;
	font-family: 'Gilroy', sans-serif;
	font-size: 20px !important;
	border-radius: 30px !important;
}

@media (min-width: 1920px) {
	.i-bottom {
		min-height: 600px;

		min-height: auto;
	}
}

@media (max-width: 575px) {
	.i-section-title {
		font-size: 20px;
	}
	.i-grid {
		grid-template-columns: 1fr !important;
		gap: 10px;
	}
	.i-catalog-section-img-container {
		width: 80px;
		height: 80px;
	}
	.i-catalog-section-name {
		font-size: 16px;
	}
	.i-advantage-img {
		width: 60px;
		height: 60px;
	}
	.i-section-facts-link {
		width: 100%;
		text-align: center;
	}
	.i-projects-slider .slick-prev,
	.i-projects-slider .slick-next {
		z-index: 10;
	}
	.i-projects-slider .slick-prev:before,
	.i-projects-slider .slick-next:before {
		color: #3b3b3b;
	}
	.i-projects-slider .slick-prev {
		left: 0;
	}
	.i-projects-slider .slick-next {
		right: 0;
	}
	.i-bottom {
		padding: 15px 15px 120px;
		justify-content: center;

		padding: 15px;
	}
	.i-bottom-img {
		width: 100px;
		transform: scaleY(-1);
	}
	.i-bottom-img-1 {
		bottom: 10px;
		top: auto;
		left: 20px;
	}
	.i-bottom-img-2 {
		top: auto;
		left: auto;
		bottom: 10px;
		right: 20px;
	}
	.i-bottom-form {
		padding: 10px;
		grid-template-columns: 1fr;
		gap: 10px;
		width: 100%;
	}
	.i-bottom-form-title {
		font-size: 20px;
		text-align: center;
	}
	.i-events-grid {
		grid-template-columns: 1fr;
	}
	.iec-item-name {
		white-space: normal;
	}
	.iec-list {
		max-height: 280px;
	}

	.i-bottom-title {
		font-size: 24px;
	}
}
/* End */


/* Start:/local/templates/pro_decor/components/bitrix/news.list/index_banner/style.css?1782298041476*/
.i-banner-slide {
	border-radius: 20px;
	overflow: hidden;
}
.i-banner-slick-arrow-prev,
.i-banner-slick-arrow-next {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,.2);
}
.i-banner-list .slick-arrow {
	width: 40px;
	height: 40px;
	z-index: 10;
}
.i-banner-list .slick-prev {
	left: 10px;
}
.i-banner-list .slick-next {
	right: 10px;
}
.i-banner-list .slick-prev:before,
.i-banner-list .slick-next:before {
	font-size: 35px;
}
.i-banner-img {
	width: 100%;
}
/* End */


/* Start:/local/templates/pro_decor/components/bitrix/news.list/index_promotions/style.css?1782298041853*/
.i-promotion-list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}
.i-promotion-list-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.i-promotion-img {
	max-height: 100%;
	max-width: 100%;
	border-radius: 20px;
}
.i-promotion-list .slick-list {
    margin: 0 -10px;
}
.i-promotions-slide {
    margin: 0 10px;
}
.i-promotion-list .slick-arrow {
    z-index: 10;
    width: 30px;
    height: 30px;
}
.i-promotion-list .slick-arrow:before {
    font-size: 30px;
    color: #333;
}
.i-promotion-list .slick-prev {
    left: -30px;
}
.i-promotion-list .slick-next {
    right: -30px;
}

@media (max-width: 575px) {
    .i-promotion-list .slick-arrow:before {
        font-size: 20px;
    }
    .i-promotion-list .slick-prev {
        left: 0;
    }
    .i-promotion-list .slick-next {
        right: 0;
    }
}
/* End */


/* Start:/local/templates/pro_decor/components/bitrix/news.list/index_reviews/style.css?1782298041689*/
.i-review-card {
	border: 2px solid var(--dark-brown);
	border-radius: 20px;
	padding: 20px;
	font-weight: 500;
}
.i-review-text {
	margin: 10px 0 20px;
	height: 80px;
	overflow: auto;
}
.i-review-list .slick-list {
	margin: 0 -10px;
}
.i-review-slide {
	margin: 0 10px;
}
.i-review-list .slick-arrow {
	z-index: 10;
	width: 30px;
	height: 30px;
}
.i-review-list .slick-arrow:before {
	font-size: 30px;
	color: #333;
}
.i-review-list .slick-prev {
	left: -30px;
}
.i-review-list .slick-next {
	right: -30px;
}

@media (max-width: 575px) {
	.i-review-list .slick-arrow:before {
		font-size: 20px;
	}
	.i-review-list .slick-prev {
		left: 0;
	}
	.i-review-list .slick-next {
		right: 0;
	}
}
/* End */
/* /local/templates/pro_decor/css/index.css?17822977357126 */
/* /local/templates/pro_decor/components/bitrix/news.list/index_banner/style.css?1782298041476 */
/* /local/templates/pro_decor/components/bitrix/news.list/index_promotions/style.css?1782298041853 */
/* /local/templates/pro_decor/components/bitrix/news.list/index_reviews/style.css?1782298041689 */
