/* events-details */
.event_header {
    margin: 48px 80px 32px 80px;

    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.event_header__part {
    display: flex;
    flex-direction: column;
    width: 50%
}
.event_header__part .chat_bot_button {
    /* padding: 13px 28px 13px 32px; */
    font-size: 14px;
}
.event_header__part__img {
    border-radius: 10px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.event_header__title > h1{
    margin: 0;
    font-family: "ALS Sirius";
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;

    background: linear-gradient(93deg, #D270F3 0%, #6F6BEE 39.5%, #4F8BFE 62%, #00E37B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    width: fit-content;
}
.event_header__tags {
    margin: 32px 0;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}
.event_header__tags__elem {
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 65.104px;
    background: linear-gradient(91deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%);
    backdrop-filter: blur(9px);

    color: #FFF;
    text-align: center;
    font-family: "ALS Sirius";
    font-size: 12px;
    
    font-weight: 400;
}
.event_header__comm {
    margin: 0px 0px 16px;

    display: flex;
    /* height: 24px; */
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.event_header__comm p {
    color: #FFF;
    text-align: center;

    font-family: "ALS Sirius";
    font-size: 14px;
    
    line-height: 20px;
    text-align: left;
}
.reg_to_event_block {
    margin: 48px 0 0 0;
    display: flex;
    gap: 24px;
}
.reg_to_event_block__m {
    margin: 48px 0 0 0;
    display: none;
    flex-direction: column;
    gap: 24px;
}
#reg_to_event_header__m {
    /* display: none; */
    margin: 48px 0 0 0;
    width: none;
}
.reg_to_event_block__m > a {
    margin: 0 !important; 
    justify-content: center;
}
.reg_to_event_block > a {
    justify-content: center;
}
#reg_to_event_header {
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "ALS Sirius";
    font-size: 14px;
}

.event_info {
    margin: 64px 80px 32px 80px;
    color: #FFF;
}
.event_info__title {
    display: inline;
    margin: 0 0 32px;
}
.event_info__title > * {
    margin: 0;
    width: fit-content;
    font-family: "ALS Sirius";
    font-size: 32px;
    
    font-weight: bold;
    line-height: 40px;

    background: linear-gradient(93deg, #D270F3 0%, #6F6BEE 39.5%, #4F8BFE 62%, #00E37B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.event_info img {
    margin: 48px 0 0;
    max-width: 60%;
    width: 100%;
    border-radius: 10px;
}
.event_info p {
    color: #FFF;
    opacity: 0.7;

    margin-top: 32px;
    width: 60%;

    font-family: "ALS Sirius";
    font-size: 16px;
    
    font-weight: 400;
    line-height: 24px;
}
.event_info ul {
    color: #FFF;
    opacity: 0.7;

    margin-top: 32px;
    width: 60%;

    font-family: "ALS Sirius";
    font-size: 16px;
    
    font-weight: 400;
    line-height: 24px;
}
.event_info h3 {
    margin: 48px 0 24px;
    color: #FFF;

    font-family: "ALS Sirius";
    font-size: 20px;
    
    font-weight: bold;
    line-height: 28px;
}
.event_info h2 {
    margin: 48px 0 24px;
    color: #FFF;

    font-family: "ALS Sirius";
    font-size: 20px;
    
    font-weight: bold;
    line-height: 28px;
}

.event_info h4 {
    margin: 48px 0 24px;
    color: #FFF;

    font-family: "ALS Sirius";
    font-size: 20px;
    
    font-weight: bold;
    line-height: 28px;
}

@media (min-width: 500px) and (max-width: 1024px) {
    .event_header {
        margin: 48px 32px 0px 32px;
        flex-direction: column;
    }
    .event_header__part {
        width: 100%;
    }
    .reg_to_event_block {
        display: none;
    }
    .reg_to_event_block__m {
        display: flex;
    }
    /* #reg_to_event_header{
        display: none;
    }
    #reg_to_event_header__m {
        display: flex;
    } */
    .event_header__comm {
        margin: 0px 0px 8px;
    }

    .event_info {
        margin: 64px 32px 0 32px;
    }
    .event_info p {
        width: 80%;
    }
}
@media (max-width: 500px) {
    .reg_to_event_block {
        display: none;
    }
    .reg_to_event_block__m {
        display: flex;
    }
    /* #reg_to_event_header {
        display: none;
    }
    #reg_to_event_header__m {
        display: flex;
    } */
    .event_header {
        margin: 24px 12px 0px 12px;
        flex-direction: column;
    }
    .event_header__part {
        width: 100%;
    }
    .event_header__title > h1 {
        margin: 0;
        font-family: "ALS Sirius";
        font-size: 24px;
        
        font-weight: bold;
        line-height: 28px;
    }
    .event_header__comm {
        margin: 0px 0px 8px;
    }
    .event_info {
        margin: 64px 12px 0 12px;
    }
    .event_info__title > * {
        font-family: "ALS Sirius";
        font-size: 24px;
        line-height: 28px;
    }
    .event_info img {
        max-width: 100%;
        width: 100%;
    }
    .event_info p {
        width: 100%;

        font-family: "ALS Sirius";
        font-size: 14px;
        
        line-height: 20px;
    }
}