
.hero {
    /*min-height: 100vh;*/
    margin-bottom: inherit;
}

/*.event-content__btn {*/
/*    padding: 1.5rem 2.9rem*/
/*}*/

.quiz__btn {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--deg)), color-stop(0, #7bcdbf), color-stop(61%, #00a48a), to(#005d62));
    background: linear-gradient(var(--deg), #7bcdbf 0, #00a48a 61%, #005d62 100%);
    height: 40px;
    border: none;
    color: #fff;
    /*!*min-width: 40px;*! --remove*/
}


.speaker-popup-content {
    font-size: 1.7rem;
    font-weight: 400
}

.speaker-popup-content__item {
    margin-bottom: 12px;
}

.speaker-popup-content__title {
    margin-bottom: 10px !important;
}

.pagination-item.active {
    text-decoration: underline;
}


.speakers-container {
    margin-bottom: 64px;
}

.register-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 24px;

}

.event-register-btn {
    white-space: nowrap;
    padding-right: 10px !important;
    padding-left: 10px !important;
}


a.registration-closed {
    background-color: #7f8387;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
}

/*Стили для блока с картой на странице со спикерами*/

.event-place-container {
    margin-top: 64px;
}

.event-card-place {
    padding: 20px 72px;
}

@media screen and (max-width: 430px) {
    .event-card-place {
        padding: 0;
    }
}

.event-card-place ymaps {
    border-radius: 30px;
}

.event-place__title {
    color: rgb(6, 6, 6);
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0%;
    text-align: left;
}

.event-card-details__text {
    /*color: rgb(6, 6, 6);*/
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
}

.event-card-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 41px;
}

.event-place-container__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}

.event-place__divider {
    border-radius: 9px;
    background: rgb(28, 171, 152);
    /* Rectangle 161124727 */
    width: 44px;
    height: 3px;
    left: 970px;
    top: 473px;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

#overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    padding: 0;
    line-height: 1;
    z-index: 1002;
}

#overlay .close-btn:hover {
    color: #ccc;
}

.rieltor-card-content__text.collapsed {
    /* Высота свернутого блока. Подберите значение под ваш дизайн. */
    max-height: 180px;
    overflow: hidden;
    position: relative; /* Нужно для градиента, если захотите добавить */
}

/* Плавность для анимации сворачивания/разворачивания */
.rieltor-card-content__text {
    transition: max-height 0.35s ease-out;
}


/*# sourceMappingURL=../sourcemaps/style.min.css.map */