.page_events {
    max-width: 1200px;
}

/* --- --- */

.event_calendar_area {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 70px 0;
}
.page_events h2 {
    color: #242565;
    margin: 0;
    padding: 4.5rem 0rem 3rem 0rem;
}
.event_calendar_area_left {
    flex: 0 0 auto;
    width: 47%;
}
.event_calendar_area_right {
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    padding-left: 25px;
}
.event_calendar_area_right_mess {
    flex: 1 1 auto;
    text-align: center;
    color: #bbbbbb;
    padding: 30px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
}
.event_calendar_area_right[event_cnt="0"] .event_calendar_area_right_mess {
    opacity: 1;
    pointer-events: all;
    position: relative;
    font-size: 1.2em;
}
.event_calendar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 50px 40px;
    background: #FFFFFFCC;
    box-shadow: 0px 4px 25px 10px #88888826;
    border-radius: 20px;
    user-select: none;
}

.event_calendar_header--year,
.event_calendar_header--month {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: center;
}
.event_calendar_header--year {
    font-weight: 550;
    padding: 0px 15px 5px 15px;
    letter-spacing: 3px;
}
.event_calendar_header--month {
    font-weight: 500;
    padding: 5px 15px 40px 15px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 18px;
}

.event_calendar_weekdays, .event_calendar_days {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.event_calendar_weekday,
.event_calendar_day {
    width: calc(14.28% - 1.6rem);
    text-align: center;
    margin: 0.35rem 0.8rem;
    box-sizing: border-box;
    position: relative;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 100%;
    transition-duration: 0.2s;
    border: solid 2px #598ce700;
}
.event_calendar_day[have_events="1"] {
    border: solid 1px #efefef;
}
.event_calendar_day[is_select="1"] {
     border: solid 2px #598ce7 !important;
}
.event_calendar_weekday {
    font-weight: 900;
    font-size: 16px;
    margin: 0.6rem 0.8rem 1.8rem 0.8rem;
}
.event_calendar_day:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.event_calendar_day[have_events="1"]:hover {
    background-color: #74ccff5c;
    cursor: pointer;
}

.event_calendar_day--prev_month, .event_calendar_day--next_month {
    color: #BDBDBD;
}
.event_calendar_day--current {}
.event_calendar_day--today {
    background-color: #4FA9DD !important;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}
.event_calendar_hidden_posts {
    position: fixed;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
}
.event_calendar_post_count {
    background-color: red;
    color: white;
    border-radius: 40px;
    /*width: max-content;*/
    padding: 0 8px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    left: 71%;
    opacity: 0.9;
    pointer-events: none;
    font-size: 12px;
}

.event_calendar_event_min {
    position: relative;
    background-color: #004571;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.event_calendar_event_min::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    left: 0;
    top: 0;
    background: linear-gradient(358.78deg, #1A263F 0.78%, rgba(26, 38, 63, 0) 98%);
}
.event_calendar_event_min > * {
    z-index: 2;
}

.event_calendar_event_min-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    margin: 17px 15px 17px 30px;
}

.event_calendar_event_min-left span:first-of-type {
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.1em;
    text-align: left;
}
.event_calendar_event_min-left span:last-of-type {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
}

.event_calendar_event_min-right {
    border-radius: 15px;
    background-color: #fff;
    margin: 17px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 60px;
    min-height: 60px;
}
.event_calendar_event_min-right span:first-of-type {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #0000009e;
    text-transform: uppercase;
}
.event_calendar_event_min-right span:last-of-type {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

/* --- --- */

.event_search_area {
    width: 100%;
    margin-bottom: 70px;
}
.event_search_ui {
    box-shadow: 0px 10px 40px 0px #b6b6b640;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 38px 35px 33px 35px;
}
.event_search_ui_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 180px;
    user-select: none;
}
.event_search_ui label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #1A263F;
}
.event_search_ui input {}
.event_search_ui select {
    border-bottom: solid 1px #ADADAD;
    border-radius: 0;
    color: #1A263F;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    padding: 5px 35px 5px 5px;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: 10px;
}

/* --- */

.custom-select-container {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.custom-select-trigger {
    display: block;
    padding: 5px 35px 5px 5px;
    border-bottom: solid 1px #ADADAD;
    color: #1A263F;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}
.custom-select-trigger:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px;
    width: 11px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-image: url(../svg/bt/select_arrow.svg);
    transform: rotate(0deg);
    transition-duration: 0.2s;
}
.custom-select-trigger[is_open="1"]:after {
    transform: rotate(180deg);
}

.custom-options-container {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 0 15px #0000002b;
    border-radius: 0 0 14px 14px;
    overflow: auto;
    z-index: 999;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 0px;
    scrollbar-width: thin;
    scrollbar-color: #43a6df #f0f0f0;
}


.custom-options-container::-webkit-scrollbar {
    width: 10px;
}

.custom-options-container::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.custom-options-container::-webkit-scrollbar-thumb {
    background: #43a6df;
    border-radius: 10px;
}

.custom-options-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.custom-option {
    color: #2a3c61;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    border-bottom: solid 1px #0000000d;
}

.custom-option:hover {
    background: #f0f0f0;
}

/* --- */

.event_search_ui button {}
#event_search_type_input {}
#event_search_location_input {}
#event_search_date_input {}
.event_search_btn {
    width: max-content;
    min-width: 180px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.event_search_result_list {}
.event_search_result_future {}
.event_search_result_past {}
.event_search_result[loading="1"] {
    opacity: 0.3;
}

.event_search_result[event_cnt="0"] .event_search_result, .event_search_result[event_cnt="0"] .event_search_result,
.event_search_result[event_cnt="0"] .event_search_result_btn_area, .event_search_result[event_cnt="0"] .event_search_result_btn_area {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}
.event_search_no_result_mess {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    color: #bbbbbb;
    margin-bottom: 20px;
}
.event_search_result[event_cnt="0"] .event_search_no_result_mess, .event_search_result[event_cnt="0"] .event_search_no_result_mess {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.event_search_result_future[have_more="0"] .event_search_result_more_btn,
.event_search_result_past[have_more="0"] .event_search_result_more_btn {
    position: fixed;
    pointer-events: none;
    opacity: 0;
}

.event_search_result_future_btn_area, .event_search_result_past_btn_area {
    text-align: center;
}
.event_search_result_future_btn_area button, .event_search_result_past_btn_area button {
    width: max-content;
    text-align: center;
    display: inline-block;
    padding: 20px 35px;
    border-radius: 100px;
    margin-top: 10px;
}

.event_search_result_future_list, .event_search_result_past_list {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.event_search_result_future_list {}
.event_search_result_past_list {}

.event_list_event {
    box-shadow: 0px 19px 48px 0px #7773aa30;
    background-color: #fff;
    border-radius: 19px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 100%;
    width: calc(33.3333% - 30px);
    margin: 0 30px 40px 0;
}

.event_list_event-top {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
}
.event_list_event-top:after {
    display: block;
    position: relative;
    content: '';
    padding-top: 55%;
}
.event_list_event-top:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(358.78deg, #1A263F 0.78%, rgba(26, 38, 63, 0) 98.71%);
    z-index: 1;
}
.event_list_event-top-type_name {
    position: absolute;
    left: 30px;
    bottom: 18px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
    width: calc(100% - 50px);
}
.event_list_event-top_type {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.1em;
    text-align: left;
}
.event_list_event-top_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}
.event_list_event-top_time {
    background: #F9F9F9;
    border-radius: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 60px;
    height: 60px;
}
.event_list_event-top_month {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #00000080;
    text-transform: uppercase;
}
.event_list_event-top_day {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #000000;
}

.event_list_event-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 22px 25px 30px 25px;
    width: 100%;
    height: 100%;
}
.event_list_event-bottom_address,
.event_list_event-bottom_date {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #666666;
    width: 100%;
    padding: 0px 0px 5px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.event_list_event-bottom_date:before {
    display: block;
    position: relative;
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 12px;
    background-image: url(../svg/ico/event_time.svg);
}
.event_list_event-bottom_address:before {
    display: block;
    position: relative;
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 12px;
    background-image: url(../svg/ico/event_adress_dot.svg);
}
.event_list_event-bottom_descr {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #666666;
    border-top: solid 1px #D6D6D6;
    padding: 20px 0 25px 0;
    margin: 15px 10px 0 10px;
    width: calc(100% - 20px);
    flex: 1 1 auto;
}

.event_list_event-bottom_btn {
    font-size: 13px;
    font-weight: 800;
    line-height: 19.5px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #1A263F;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-self: flex-end;
    margin: 0 0 0 auto;
    cursor: pointer;
}
.event_list_event-bottom_btn:after {
    display: block;
    position: relative;
    content: '';
    width: 26px;
    height: 26px;
    margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../svg/ico/event_go_bt.svg);
}

/* ================= PAGE EVENT ================= */
.b_one .ab .title-div p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.055em;
    text-align: left;
    color: #FFFFFFB2;
    max-width: 500px;
}

.page_event_content {
    padding-top: 110px;
}


.page_event_content-main_description-info {
    font-size: 24px;
    font-weight: 700;
    line-height: 27.01px;
    letter-spacing: 0.025em;
    text-align: left;
    color: #62B5B7;
    margin-bottom: 0;
}

.page_event_content-main_description {
    margin-bottom: 60px;
}

.page_event_content-syllabus-title {
    margin-bottom: 40px;
}

.page_event_content-syllabus-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: 50px;
}

.page_event_content-syllabus-list_item {
    width: calc(33.3333% - 40px);
    margin: 0 40px 40px 0;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.page_event_content-syllabus-list_item-top {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.page_event_content-syllabus-list_item-top:after {
    display: block;
    content: "";
    padding-top: 43%;
}

.page_event_content-syllabus-list_item-top span {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #FFFFFF;
    display: block;
    position: absolute;
    left: 15%;
    bottom: 10px;
    width: 70%;
    text-shadow: 0 0 10px #000000c7;
}

.page_event_content-syllabus-list_item-bottom {
    margin-top: 16px;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

.page_event_content-journal {
    background: #CEE4FA;
}
.page_event_content-journal-in {
    padding-top: 90px;
    padding-bottom: 60px;
}
.page_event_content-journal-content {
    margin-bottom: 50px;
}
.page_event_content-journal-list {}
.page_event_content-journal-list,
.page_event_content-journal-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
}

.page_event_content-journal-list_section {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}
.page_event_content-journal-section_num {
    flex: 0 0 auto;
    width: 45px;
    margin-right: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}
.page_event_content-journal-section_num span {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.071em;
    border: solid 2px #000;
    border-radius: 100%;
    padding-top: 1px;
    width: 26px;
    height: 26px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}
.page_event_content-journal-section_items {
    flex: 1 1 auto;
    width: calc(100% - 45px - 30px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.page_event_content-journal-list_item {}
.page_event_content-journal-when {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    margin-bottom: 10px;
}
.page_event_content-journal-what {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.075em;
    text-align: left;
    margin-bottom: 4px;
}
.page_event_content-journal-descr {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    margin-bottom: 45px;
}

.page_event_content-speakers {
    background: linear-gradient(305.55deg, #1A253F 56.08%, #2C406F 78.04%);
    border-bottom: solid 16px #63B5B4;
    padding: 70px 0 120px 0;
    margin-bottom: 100px;
}
.page_event_content-speakers-in {}

h2.page_event_content-speakers-title {
    margin-bottom: 65px;
    color: #fff;
}

.event_speakers_swiper {}

.event_speakers_swiper .swiper-button-next:after, .event_speakers_swiper .swiper-button-prev:after {
    background-image: url(../svg/bt/slider-speakers-arrow.svg);
    color: transparent;
    font-size: 14px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
}
.event_speakers_swiper .swiper-button-prev:after {
    transform: rotate(180deg);
}

.event_speakers_swiper .swiper-slide {
    user-select: none;
}
.event_speakers_swiper .swiper-slide-speaker {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    border-radius: 15px;
    margin-bottom: 45px;
}
.event_speakers_swiper .swiper-slide-speaker:after {
    display: block;
    content: "";
    padding-top: 150%;
}
.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 50%);
}
.event_speakers_swiper .swiper-slide-speaker-img {
    display: block;
    content: "";
    position: absolute;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.event_speakers_swiper .swiper-slide-speaker-data {
    z-index: 1;
    position: absolute;
    left: 10%;
    top: 8%;
    width: calc(100% - 80px);
}
.event_speakers_swiper .swiper-slide-speaker-name {
    font-size: 24px;
    font-weight: 900;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 16%;
}
.event_speakers_swiper .swiper-slide-speaker-role {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #fff;
    width: 56%;
    max-width: 130px;
}

.page_event_content-faq {
    margin-bottom: 120px;
}
.page_event_content-faq-title {
    margin-bottom: 45px;
}
.page_event_content-faq-list_item {
    border-bottom: solid 1px #00000017;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}
.page_event_content-faq-list_item-question {
    cursor: pointer;
    user-select: none;
    padding: 11px 2px;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
}
.page_event_content-faq-list_item-question:after {
    display: block;
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    width: 15px;
    height: 10px;
    margin-top: -5px;
    z-index: 1;
    background-image: url(../svg/ico/event-spioler-arrow.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition-duration: 0.2s;
}
.page_event_content-faq-list_item[is_open="1"] .page_event_content-faq-list_item-question:after {
    transform: rotate(180deg);
}
.page_event_content-faq-list_item-answer {
    overflow: hidden;
    height: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    transition: height 0.3s, padding 0.3s;
}
.page_event_content-faq-list_item-answer > div {
    padding-bottom: 40px;
    padding-top: 10px;
}

.page_event_content-map {}
.page_event_content-map-title {
    margin-bottom: 70px;
}
.page_event_content-map-area {}

.page_event_content-contacts {}
.page_event_content-contacts .c_f {
    background: transparent !important;
    padding: 100px 0px 100px;
}

/* --- popup --- */

.event_go_popup_row {
    display: block;
}

.event_go_popup_row.event_go_popup_row-picture {
    display: block;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    margin: 10px 0 25px 0;
    background-color: #d5d5d5;
}

.event_go_popup_row-type {
    font-weight: bold;
}
.event_go_popup_row-name {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
}

.event_go_popup_row.event_go_popup_row-picture:after {
    display: block;
    content: "";
    padding-top: 45%;
}

.event_go_popup_row-description {
    margin-bottom: 25px;
}

#event_go_popup .mo_mess_popup_content_bt,
#event_go_popup .mo_mess_popup button,
#event_go_popup .mo_mess_popup input[type="button"],
#event_go_popup .mo_mess_popup input[type="submit"] {
    margin: 25px auto;
}

.mo_mess_popup_txt--form {
    padding: 35px 0 40px 0;
}

#event_go_popup .mo_mess_popup_close_bt--style {
    background-image: url(../svg/bt/popup-close-style-bt.svg);
    width: 35px;
    height: 35px;
    margin-top: -35px;
    margin-right: 0px;
    margin-left: auto;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.3;
    transition-duration: 0.3s;
    transform: scale(1);
}

#event_go_popup .mo_mess_popup_close_bt--style:hover {
    opacity: 0.5;
    transform: scale(1.1);
}

#event_go_popup .mo_mess_popup_content_bt--form {
    display: none;
    margin-top: 0 !important;
}
#event_go_popup .mo_mess_popup_txt--form { display: none; }

#event_go_popup .mo_mess_popup_content_bt--form[is_show="1"] { display: inline-block; }
#event_go_popup .mo_mess_popup_txt--form[is_show="1"] { display: block; }

.event_go_popup--in_lk .mo_mess_popup_content_bt--form,
.event_go_popup--in_lk .mo_mess_popup_txt--form,
.event_go_popup--in_lk .mo_mess_popup_content_bt--more {
    position: absolute !important;
    pointer-events: none !important;
    opacity: 0 !important;
    width: 30px !important;
    min-width: unset !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* -- */

.event_go_popup-speacers_title {
    font-size: 19px;
    font-weight: bold;
    margin: 25px 0 18px 0;
}
#event_go_popup .event_go_popup-speacers {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

#event_go_popup .event_go_popup-speacer {
    position: relative;
    background-color: #465f730f;
    border-bottom: solid 1px #1d82bf38;
    border-radius: 7px;
    width: 100%;
    margin: 0 0 15px 0;
    border-radius: 7px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
#event_go_popup .event_go_popup-speacer-ava {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    background-color: #3543514a;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../svg/ico/null-profile-black.svg);
    opacity: 0.17;
    background-size: 70% auto;
}
#event_go_popup .event_go_popup-speacer-ava[have_ava="1"] {
    background-size: cover;
    opacity: 1;
    background-color: #466d9317;
}
#event_go_popup .event_go_popup-speacer-text {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#event_go_popup .event_go_popup-speacer-name {
    padding-right: 8px;
}
#event_go_popup .event_go_popup-speacer-text > *:last-child{
    padding-right: 43px;
}

/* --- */

.page_event_content-gallery {}
.page_event_content-gallery-in {
    margin-bottom: 6rem;
}
.page_event_content-gallery-title {
    margin-bottom: 2rem;
}
.event_gallery_swiper {
    margin-bottom: calc(30px + 1rem);
    user-select: none;
}
.swiper-slide-gallery_itm {}
.swiper-slide-gallery-img {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.event_gallery_swiper .swiper-button-next, .event_gallery_swiper .swiper-button-prev {
    margin-top: 5px;
}
.event_gallery_swiper swiper-pagination {}
.event_gallery_swiper .swiper-notification {}
.event_gallery_swiper .swiper-pagination-bullets * {
    background-color: #3581b0;
}

/* --- MEDIA QUERIES --- */

@media (max-width: 1300px) {
    .page_event_content-syllabus-list_item-top span {
        left: 17px;
        bottom: 12px;
        width: calc(100% - 34px);
    }
}

@media (max-width: 1200px) {
    .event_calendar_post_count {
        top: -10px;
    }
    .event_calendar_weekday, .event_calendar_day {
        font-size: 16px;
    }
    .event_calendar_event_min-left span:last-of-type {
        font-size: 15px;
    }
    .event_list_event-top_name {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 1100px) {
    .page_event_content-syllabus-list_item {
        width: calc(50% - 40px);
        margin: 0 40px 40px 0;
    }
    .event_calendar_area_left {
        flex: 0 0 auto;
        width: 53%;
    }
}

@media (max-width: 1000px) {
    .event_list_event {
        width: calc(50% - 30px);
    }
    .event_search_ui {
        flex-wrap: wrap;
    }
    .event_search_ui_section {
        margin-bottom: 15px;
        width: calc(33.3333% - 15px);
        min-width: unset;
    }
    .event_search_ui_section:last-of-type {
        width: 100%;
        align-items: center;
        margin-bottom: 0px;
    }
    .page_event_content-faq {
        margin-bottom: 60px;
    }
}

@media (max-width: 900px) {
    .event_calendar_area {
        flex-direction: column;
    }
    .event_calendar_area_left {
        width: 100%;
    }
    .event_calendar {
    }
    .event_calendar {
        width: 100%;
        margin: 0 auto 20px auto;
        padding: 30px 30px;
    }
    .event_calendar_day {
        margin: 0.00rem 0.8rem;
    }
    .event_calendar_area_right {
        padding-left: 0;
        margin: 30px 0 0px 0;
    }
    .page_events h2 {
        text-align: center;
    }
    .event_calendar_post_count {
        top: 0px;
        left: 65%;
    }
}

@media (max-width: 800px) {
    .event_calendar_post_count {
        top: -3px;
        left: 66%;
    }
    .page_events h2 {
        padding: 3.5rem 0rem 2rem 0rem;
    }
    .page_event_content {
        padding-top: 70px;
    }
    .page_event_content-journal-in {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .page_event_content-main_description {
        margin-bottom: 40px;
    }
    .event_gallery_swiper .swiper-button-next, .event_gallery_swiper .swiper-button-prev {
        margin-top: -10px;
    }
}

@media (max-width: 700px) {
    .event_search_ui_section {
        margin-bottom: 15px;
        width: 100%;
    }
    .event_search_ui_section:last-of-type {
        margin-top: 15px;
    }
    .event_list_event-top_time {
        border-radius: 9px;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
    }
    .event_list_event-top_month {
        font-size: 13px;
        line-height: 15px;
    }
    .event_list_event-top_day {
        font-size: 20px;
        line-height: 18px;
    }
    .event_list_event-top-type_name {
        left: 20px;
        bottom: 12px;
        width: calc(100% - 40px);
    }
    .event_list_event-bottom {
        padding: 18px 20px 20px 20px;
    }
    .event_calendar_post_count {
        top: -5px;
        left: 66%;
    }
    .event_calendar_header--month {
        padding: 5px 15px 20px 15px;
    }
    .page_event_content-syllabus-list {
        margin-right: 0;
    }
    .page_event_content-syllabus-list_item {
        width: 100%;
        margin: 0 0 40px 0;
    }
}

@media (max-width: 600px) {
    .event_search_result_future_list, .event_search_result_past_list {
        width: 100%;
    }
    .event_list_event {
        width: 100%;
        margin-right: 0;
    }
    .event_calendar_weekday, .event_calendar_day {
        margin: 0.00rem 0.2rem;
        width: calc(14.28% - 0.4rem);
    }
    .event_calendar_weekday {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .page_event_content-journal-section_num {
        width: 30px;
        margin-right: 10px;
    }
    .page_event_content-journal-section_items {
        width: calc(100% - 30px - 10px);
    }
    .page_event_content-speakers {
        margin-bottom: 70px;
    }
}

@media (max-width: 500px) {
    .event_calendar {
        margin: 0 auto 20px auto;
        padding: 20px 15px;
    }
    .event_calendar_area {
        margin: 0 0 40px 0;
    }
    .event_calendar_event_min-right {
        border-radius: 12px;
        margin: 12px;
        flex: 0 0 53px;
        min-height: 53px;
    }
    .event_calendar_event_min-right span:first-of-type {
        font-size: 13px;
        line-height: 16.5px;
    }
    .event_calendar_event_min-right span:last-of-type {
        font-size: 20px;
        line-height: 20px;
    }
    .event_calendar_area_right {
        padding-left: 0;
        margin: 15px 0 0px 0;
    }
    .event_go_popup_row.event_go_popup_row-picture {
        margin-left: -31px;
        margin-right: -31px;
        width: calc(100% + 58px);
        border-radius: 0;
    }
}

@media (max-width: 400px) {
    .event_list_event-bottom_descr {
        padding: 20px 0 25px 0;
        margin: 15px 0px 0 0px;
        width: 100%;
    }

    .event_calendar_weekday, .event_calendar_day {
        font-size: 13px;
    }
    .event_calendar_post_count {
        top: -8px;
        left: 66%;
    }
    .event_calendar_header--year {
        font-size: 17px;
        line-height: 18px;
        padding: 0px 15px 8px 15px;
    }

    .event_calendar_header--month {
        padding: 0px 15px 0px 15px;
        font-size: 14px;
        line-height: 15px;
    }
    .event_calendar_event_min-left {
        margin: 15px 15px 15px 20px;
    }
}