/* Carousel styles */
.carousel {
    height: 400px;
    margin-bottom: 60px;
    margin-top: -20px;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 400px;
    background-color: #777;
}

.carousel-inner > .item > img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
    opacity: 0.6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Marketing content */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

/* Featurettes */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* Responsive */
@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

/* Стили для уведомления на главной странице */
.index-notification-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.index-notification-alert {
    margin-bottom: 0;
    border-left: 4px solid #5cb85c;
}

.index-notification-content {
    display: inline-block;
    vertical-align: middle;
}

.index-notification-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.index-notification-text {
    margin-bottom: 5px;
    font-weight: normal;
}

.index-notification-text-bold {
    margin-bottom: 0;
    font-weight: bold;
}

/* Стили для заголовков на главной */
.index-main-title {
    padding-bottom: 25px;
}

.index-main-h1 {
    font-weight: 400;
}

.index-main-h3 {
    font-weight: 300;
}