.p-description {
    padding-top: 15px;
}

.intro2 {
padding-top: 15px !important;
}

.link-no-underline {
    text-decoration: none !important;
}

.carousel .carousel-item, .carousel .carousel-item img {
    height: 640px;
}

.textmain1 {
    padding-top: 30px;
}    

.feature.feature-blue .feature-item .feature-icon span {
    background: #00386b !important;
    color: #ffffff !important;
}

.feature-blue .feature-icon span {
        background: #00386b;
        color: #ffffff;
    }
    .feature-blue .feature-item {
        border: 1px solid #e3e9f0;
    }
    .feature-blue .feature-item:hover {
        box-shadow: 0 10px 25px rgba(0, 56, 107, 0.12);
    }
    .feature-blue h2 {
        color: #00386b;
    }
    .feature-blue h5 {
        color: #00386b;
    }
    
 /* Локальные стили блока отзывов — синие тона, без зависимости от var(--bs-primary) */
    .testimonial-blue {
        background: #f4f7fb;
    }
    .testimonial-blue .testimonial-item {
        border: 1px solid #e3e9f0;
        background: #ffffff;
        padding: 30px;
        margin: 40px 10px 40px;
        transition: 0.3s;
    }
    .testimonial-blue .testimonial-item:hover {
        box-shadow: 0 10px 25px rgba(0, 56, 107, 0.10);
    }
    .testimonial-blue .testimonial-quote {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: #3db33d !important;
        color: #ffffff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 25px;
        transform: translateY(-50%);
    }
    .testimonial-blue .testimonial-quote i {
        font-size: 1.6em;
    }
    .testimonial-blue .testimonial-avatar {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: #e3e9f0;
        color: #00386b;
        font-weight: 700;
        font-size: 1.2em;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .testimonial-blue .testimonial-name {
        color: #00386b;
        margin-bottom: 2px;
    }
    .testimonial-blue .testimonial-text {
        color: #555;
        line-height: 1.6;
    }
    .testimonial-blue .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .testimonial-blue .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #c9d6e6;
        border-radius: 50%;
        display: block;
        transition: 0.3s;
    }
    .testimonial-blue .owl-dots .owl-dot.active span {
        background: #00386b;
    }

    /* конец Локальные стили блока отзывов — синие тона, без зависимости от var(--bs-primary) */    
    
    /* О компании */
 .company-info {
        background: #ffffff;
    }
    .company-info h2 {
        color: #00386b;
        font-weight: 700;
    }
    .company-info .lead-text {
        color: #555;
        font-size: 1.05em;
        line-height: 1.7;
    }
    .company-info .stat-card {
        background: #f4f7fb;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        height: 100%;
        border: 1px solid #e3e9f0;
    }
    .company-info .stat-card .stat-price {
        color: #00386b;
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.2;
    }
    .company-info .stat-card .stat-label {
        color: #555;
        font-size: 0.9em;
        margin-top: 4px;
    }
    .company-info .side-panel {
        background: #00386b;
        border-radius: 12px;
        padding: 35px 30px;
        color: #ffffff;
        height: 100%;
    }
    .company-info .side-panel h5 {
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 18px;
    }
    .company-info .city-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 25px;
    }
    .company-info .city-list span {
        background: rgba(255, 255, 255, 0.12);
        border-radius: 20px;
        padding: 6px 14px;
        font-size: 0.9em;
    }
    .company-info .side-panel .btn-order {
        background: #ff7c00;
        color: #ffffff;
        border: none;
        padding: 10px 24px;
        border-radius: 8px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        transition: 0.3s;
    }
    .company-info .side-panel .btn-order:hover {
        background: #eb7403;
        color: #ffffff;
    }
    .company-info .req-line {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 12px;
        font-size: 0.95em;
        color: rgba(255, 255, 255, 0.85);
    }
    .company-info .req-line i {
        margin-top: 3px;
        color: #ff7c00;
    }   
    
    /* конец О компании */    