.keramogranit-page {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size:1.2rem;
}

.keramogranit-header {
    background: #f8f9fa;
    /* padding: 50px 20px; */
    background-size: 250px 250px; /* Чем меньше, тем плотнее узор */
    background-repeat: repeat; /* Повторение текстуры */

}

.keramogranit-title {
    font-size: 28px;
    font-weight: bold;
}

.keramogranit-subtitle {
    font-size: 18px;
    color: #666;
}

.keramogranit-page .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.keramogranit-page .card {
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.keramogranit-page .container {
    max-width: 1200px;
}
.kn-btn {
    color: white !important;
}

.image {
    width:100%;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.text-center{
    margin-bottom:30px;
}

.lead{
    margin-bottom: 50px;
}





.full-width-button {
    width: 100%;
    aspect-ratio: 1.2 / 1; /* Высота всегда в 2 раза меньше ширины */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    color: white;
    background: #007bff;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom:25px;
}

.line {
    width:100%;
    padding:25px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.614);
    align-items: center;
    justify-content: center;
}

.faq-container {
    max-width: 800px;
    margin: 20px auto;
    /* padding: 20px; */
    font-family: Arial, sans-serif;
}

.faq-item {
    border-radius: 10px;
    overflow: hidden;
    background: #f8f9fa;
    margin-bottom: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.faq-question {
    padding: 15px 20px;
    font-size: 18px;
    /* font-weight: bold; */
    cursor: pointer;
    background: #282646;
    color: white;
    position: relative;
}

.faq-question::after {
    content: "⮟";
    position: absolute;
    right: 20px;
    transition: transform 0.3s;
}

.faq-answer {
    text-align: left;
    display: none;
    padding: 15px 20px;
    background: white;
    color: #333;
    border-top: 1px solid #ddd;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-question::after {
    transform: rotate(180deg);
}

.reviews-container {
    /* max-width: 900px; */
    margin: 50px auto;
    /* padding: 20px; */
    text-align: center;
}

.reviews-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 20px; */
}

.review-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* max-width: 280px; */
    text-align: left;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review-date {
    font-size: 14px;
    color: gray;
}

.review-text {
    margin: 10px 0;
    font-size: 16px;
}

.review-rating {
    font-size: 18px;
    color: gold;
}



.delivery-payment-container {
    /* max-width: 900px; */
    /* margin: 50px auto; */
    /* padding: 20px; */
    /* font-family: Arial, sans-serif; */
}

.delivery-payment-container h2 {
    /* font-size: 26px; */
    margin-bottom: 20px;
    text-align: center;
}

.delivery-payment-container h3 {
    /* font-size: 20px; */
    /* color: #007bff; */
    margin-bottom: 10px;
}

.delivery-payment-container ul {
    padding-left: 20px;
}

.delivery-payment-container .delivery-info,
.delivery-payment-container .payment-info,
.delivery-payment-container .showrooms-info {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.delivery-payment-container .showroom-locations {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.delivery-payment-container .showroom {
    flex: 1;
    min-width: 280px;
    /* background: #f8f9fa; */
    padding: 15px;
    border-radius: 10px;
}
