.content_settings {
    margin-top: 25px !important;
}

@media (min-width: 768px) {
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 30%;
    }

    .col-md-4-min {
        flex: 0 0 auto;
        width: 210px;
    }
}

.card-text {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.card-text-2 {
    margin-top: 0rem !important;
    margin-bottom: 0.7rem !important;
}

.card-text-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0rem !important;
}

.card-img-2 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.info-body {
    padding: 20px 20px 20px 20px;
}

.title-min {
    padding-bottom: 0px;
}

.similar-img-cover {
    margin-right: 10px;
    margin-bottom: 10px;
}

.links_cinema {
    color: #212529;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #ffc107;
}

.randomizer {
    margin-bottom: 20px !important;
}

.trailers {
    margin-right: 10px;
    margin-bottom: 10px;
}

.img-bottom {
    margin-bottom: 10px !important;
}


/* Базовые стили меню */
.main-menu, .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu > li {
    display: inline-block; /* Горизонтальное меню */
    position: relative; /* Для позиционирования подменю */
    background: #212529;
    border-radius: 6px;
}

.main-menu li a {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}

.main-menu li a:hover {
    background: #212529;
}

/* Скрываем подменю по умолчанию */
.submenu {
    display: none;
    position: absolute;
    top: 100%; /* Сразу под родителем */
    left: 0;
    background: #212529;
    min-width: 150px;
}

/* Показываем подменю при наведении */
.dropdown:hover .submenu {
    display: block;
}

/* Стили для пунктов подменю */
.submenu li {
    display: block; /* Вертикально внутри */
}

.header-title {
    border-radius: 6px;
}

.participants {
    /*padding-top: 10px;*/
}

.participants_details {
    padding-top: 15px;
}





