

/* Start:/bitrix/templates/vocnt/template_styles.css?17737361301905*/
/* Центрируем контейнер с мероприятиями */
.afisha-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px; /* Адаптируйте под ваш дизайн */
  margin: 0 auto;
  padding: 20px;
}

/* Дополнительно: если виджет имеет внутренние отступы или выравнивание */
.afisha-container > div {
  width: 100%;
}
/* === Стили для красивой кнопки === */
    .afisha-bottom-btn {
        display: block;
        width: fit-content;
        margin: 5px auto 0; /* Центрирование + отступ сверху */
        padding: 14px 32px;
        background-color: #A91F21;
        color: #ffffff;
        text-decoration: none;
        font-size: 25px;
        font-weight: 600;
        border: none;
        border-radius: 50px; /* Закругленные углы */
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); /* Тень */
        transition: all 0.3s ease;
        text-align: center;
        outline: none;
    }

    /* Эффект при наведении */
    .afisha-bottom-btn:hover {
        transform: translateY(-3px); /* Легкий подъем */
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
        /*background: linear-gradient(135deg, #5568d3 0%, #663d9b 100%);*/
background-color: #303A97;

        color: #FFFFFF;
    }

    /* Эффект при нажатии */
    .afisha-bottom-btn:active {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

    /* Адаптивность для мобильных */
    @media (max-width: 768px) {
        .afisha-bottom-btn {
            width: 90%;
            padding: 12px 24px;
            font-size: 15px;
        }
    }
.creature-item-title{
font-size:1.7em}
/* End */
/* /bitrix/templates/vocnt/template_styles.css?17737361301905 */
