.container-fluid-faq-section-prodom{
	background: #f8f9fa;
	padding-top: 40px;
	padding-bottom: 40px;
}
.faq-section-prodom {
        background: #f8f9fa;
        padding: 60px 0;
        /* margin: 40px 0; */
        border-radius: 20px;
    }
    .faq-section-prodom .faq-title {
        text-align: center;
        color: #2c3e50;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .faq-section-prodom .faq-subtitle {
        text-align: center;
        color: #6c757d;
        font-size: 18px;
        margin-bottom: 50px;
    }
    .faq-item-prodom {
        margin-bottom: 16px;
        border: none;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }
    .faq-item-prodom:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    .faq-question-prodom {
        background: #fff;
        padding: 18px 25px;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        color: #2c3e50;
        margin: 0;
        border-radius: 12px;
        transition: all 0.2s;
        position: relative;
        padding-right: 50px;
    }
    .faq-question-prodom:hover {
        background: #f8f9fa;
        color: #f9c93b;
    }
    .faq-question-prodom:after {
        content: '+';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 26px;
        font-weight: bold;
        color: #f9c93b;
        transition: transform 0.3s ease;
    }
    .faq-question-prodom.active:after {
        content: '−';
        transform: translateY(-50%) rotate(0deg);
    }
    .faq-answer-prodom {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        padding: 0 25px;
        border-top: 0 solid #eee;
        background: #fff;
        border-radius: 0 0 12px 12px;
    }
    .faq-answer-prodom.show {
        max-height: 800px;
        padding: 20px 25px;
        border-top: 1px solid #eee;
    }
    .faq-answer-prodom p {
        color: #555;
        line-height: 1.7;
        margin-bottom: 12px;
        font-size: 16px;
    }
    .faq-answer-prodom ul {
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .faq-answer-prodom li {
        color: #555;
        line-height: 1.7;
        margin-bottom: 8px;
    }
    .faq-answer-prodom strong {
        color: #2c3e50;
    }
    .faq-answer-prodom a {
        color: #f9c93b;
        text-decoration: none;
    }
    .faq-answer-prodom a:hover {
        text-decoration: underline;
        color: #e6b422;
    }
    @media (max-width: 768px) {
        .faq-section-prodom { padding: 40px 20px; }
        .faq-question-prodom { font-size: 16px; padding: 15px 20px; padding-right: 45px; }
        .faq-answer-prodom.show { padding: 15px 20px; }
        .faq-section-prodom .faq-title { font-size: 28px; }
    }

    /* Стили для блока преимуществ */
		.advantages-section {
			padding: 60px 0;
			background: #f8f9fa;
		}
		.advantages-title {
			text-align: center;
			margin-bottom: 50px;
			font-size: 32px;
			font-weight: 700;
			color: #333;
		}
		.advantage-item {
			text-align: center;
			padding: 20px;
			transition: all 0.3s ease;
			border-radius: 10px;
			background: #fff;
			box-shadow: 0 5px 20px rgba(0,0,0,0.05);
			height: 100%;
		}
		.advantage-item:hover {
			transform: translateY(-5px);
			box-shadow: 0 10px 30px rgba(0,0,0,0.1);
		}
		.advantage-icon {
			font-size: 48px;
			color: #f9c93b;
			margin-bottom: 20px;
		}
        .advantage-icon>.img-fluid {
            max-height: 100px;
        }
		.advantage-name {
			font-size: 20px;
			font-weight: 700;
			color: #333;
			margin-bottom: 15px;
		}
		.advantage-description {
			font-size: 16px;
			color: #666;
			line-height: 1.5;
		}
/* Блок: Дома из блоков купить во Владимире  */
        .container-regions {
		padding: 50px 0;
		background: #fff;
	}
	.region-list li {
		padding: 8px 0;
		font-size: 18px;
	}
	@media (max-width: 768px) {
		.container-regions {
			padding: 30px 0;
		}
		.region-list li {
			font-size: 16px;
		}
	}

    .container-calc-full {
		background: rgb(111, 111, 111);;
		width: 100%;
	}
	.calc-benefits li {
		transition: all 0.3s ease;
	}
	.messenger-link.max:hover {
		background: #394d15  !important;
		box-shadow: rgba(12, 12, 12, 0.66) 5px 5px 10px 0px;
		transform: translateY(-3px);
		box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	}
	@media (max-width: 768px) {
		.container-calc-full {
			padding: 40px 0 !important;
		}
		h2 {
			font-size: 26px !important;
		}
		.messenger-link.max {
			padding: 12px 25px !important;
			font-size: 16px !important;
		}
	}

