/* Minification failed. Returning unminified contents.
(38,17): run-time error CSS1039: Token not allowed after unary operator: '-color-chudao-dam'
(47,17): run-time error CSS1039: Token not allowed after unary operator: '-color-event-grey'
 */
#content {
    position: relative;
}

.CT__flex-cl {
    display: flex;
    flex-direction: column;
}

.CT__flex-cl-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CT__flex-row-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.CT__text-inhoa {
    text-transform: uppercase;
    font-weight: 600;
}

.CT__mg-event {
    margin-top: 50px;
    position: relative;
}

.CT__boc--titleBig {
    width: 100%;
}

.CT__titleBig {
    color: var(--color-chudao-dam);
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 26px;
    margin: 20px 0;
}

.CT__subTitleBig {
    color: var(--color-event-grey);
    font-size: 18px;
    text-align: center;
    font-style: italic;

}

.text-hide1long {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



@media (max-width: 768px) {
    #content {
        position: unset;
    }

    .wrap-block {
        margin-top: 33px !important;
        width: 100%;
    }
    .CT__titleBig {
        font-size: 21px;
        margin: 15px 10px;
        text-align: center;
        line-height: 26px;
    }
    .CT__subTitleBig {
        font-size: 16px;
    }
}

