

/* Start:/local/templates/multiland_0.0.7/template_styles.css?17552921932312*/
/* Дополнительные стили для шаблона multiland_0.0.7 */

/* Стили для хлебных крошек */
.breadcrumb-custom {
    background-color: var(--green-bg);
    border-radius: 1rem;
    padding: 1rem 2rem;
    margin: 2rem 0;
}

.breadcrumb-custom .breadcrumb-item a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-custom .breadcrumb-item.active {
    color: var(--text-dark);
    opacity: 0.7;
}

/* Стили для карточек курсов */
.course-card {
    background-color: var(--white);
    border: none;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: inherit;
}

.course-card .card-body {
    padding: 2rem;
}

.course-card h3 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 1rem;
}

.course-card p {
    color: var(--text-dark);
    opacity: 0.8;
    line-height: 1.6;
}

/* Стили для детальной страницы курса */
.course-detail h1 {
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 2rem;
}

.course-detail .card-custom {
    background-color: var(--white);
    border: none;
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.course-detail .card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.course-detail .card-custom h2,
.course-detail .card-custom h3,
.course-detail .card-custom h4 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 1rem;
}

.course-detail .card-custom p {
    color: var(--text-dark);
    opacity: 0.8;
    line-height: 1.6;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .course-detail .card-custom {
        padding: 1.5rem;
    }
    
    .course-detail h1 {
        font-size: 2rem;
    }
    
    .breadcrumb-custom {
        padding: 0.75rem 1rem;
        margin: 1rem 0;
    }
}

/* End */
/* /local/templates/multiland_0.0.7/template_styles.css?17552921932312 */
