

/* Start:/local/components/pusk.ext/events/templates/.default/style.css?174860697922445*/
.header-dynamic {
    display: flex;
    justify-content: center;
    opacity: 0;
}

.header-dynamic.visible {
    opacity: 1;
}

.header-dynamic.hidden {
    opacity: 0;
}

.header-dynamic_wrapper {
    max-width: 1395px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    top: 21px;
    left: auto;
    position: fixed;
    width: 97%;
    padding: 21px 25px;
    background-color: #E40427;
    border-radius: 10px;
}

.header-dynamic_wrapper > img {
    width: 100px;
    height: 40px;
}

.header-dynamic_buttons {
    display: flex;
    grid-gap: 4px;
}

.header-dynamic_buttons > a {
    text-decoration: none;
}

.header-dynamic_buttons > button,
.header-dynamic_buttons > a {
    width: 234px;
    flex: 1;
    background-color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 14px 21px;
    border-radius: 12px;
    transition: 0.3s ease;
    color: #000;
}

.header-dynamic_buttons > button:hover,
.header-dynamic_buttons > a:hover {
    color: #FF004F;
}

.header-dynamic_buttons > button:disabled {
    color: #CDCED1;
}

.filter-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    background-color: #EDEEF2;
    z-index: 20;
}

.filter-form {
    display: flex;
    grid-gap: 20px;
    padding: 24px;
    margin-top: -60px;
    flex-wrap: wrap;
    justify-content: center;
    backdrop-filter: blur(50px);
    background-color: #EDEEF280;
    max-width: 1350px;
    border-radius: 24px;
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 5px;
}

.air-datepicker-cell.-selected- {
    background-color: #E40427;
    color: #fff;
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: 10px;
}

.air-datepicker {
    color: #8C8C8C;
}

.air-datepicker-cell.-current- {
    color: #8C8C8C;
}

.air-datepicker-cell.-range-from- {
    background-color: #E40427;
    border-radius: 10px;
}

.air-datepicker-cell.-selected-.-current- {
    background-color: #E40427;
}

.air-datepicker-cell.-current-.-in-range- {
    color: #8C8C8C;
}

.air-datepicker-cell.-in-range- {
    background-color: #FF004F1A;
    color: #8C8C8C;
    border-radius: 10px;
}

.air-datepicker-cell.-month- {
    height: 32px;
}

.air-datepicker-nav--title {
    color: #323232;
}

.air-datepicker-nav--action path {
    stroke: #323232;
}

.air-datepicker-cell.-month-.-focus- {
    border-radius: 10px;
}

.air-datepicker-cell.-range-to- {
    border: none;
    border-radius: 10px;
    background-color: #E40427;
    color: #fff;
}

.air-datepicker-cell.-in-range-:hover {
    background-color: #FF004F1A;
}

.air-datepicker-cell.-selected-.-focus- {
    background-color: #E40427;
}

.air-datepicker.-bottom-left-.-from-bottom-.-active- {
    border-radius: 12px;
}

.filter-button {
    display: flex;
    justify-content: center;
}

.filter-fields_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 6px;
    padding: 6px;
}

.choices__list--multiple {
    display: flex;
}

.choices__list--multiple .choices__item[data-deletable] {
    display: flex;
}

.choices__list--multiple .choices__item {
    display: flex;
    height: 30px;
    background-color: #FF004F;
    border: none;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    border-left: none !important;
}

.landing-select_inner,
.filter-form_field{
    font-size: 14px;
}

.filter-form_field {
    width: 250px;
    height: 52px;
    border-radius: 12px;
    padding: 11px 24px;
    background-color: #fff;
}

.range-block {
    position: relative;
    display: flex;
}

.range-block_wrapper {
    position: relative;
    display: flex;
    width: 100%;
}

.range-remove_button {
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    height: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
    cursor: pointer;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.data-range_icon {
    display: none;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-45%);
}

.data-range_icon.active {
    display: block;
}

.range-block_wrapper > input {
    width: 100%;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
}

.range-block_wrapper > input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.range-block_wrapper > input.active {
    background-color: #E40427;
    padding: 0 16px;
    font-size: 12px;
}

.filter-form_field::placeholder {
    color: #000;
}

.choices {
    color: #000;
    margin: 0;
}

.choices__inner {
    width: 250px;
    height: 40px;
    border-radius: 50px;
    padding: 11px 24px;
    display: flex;
    align-items: center;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
    border-radius: 50px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #b60040;
    border-color: #b60040;
}

.choices.is-open.is-flipped.is-focused {
    border-radius: 50px;
}

.reset-filter {
    display: flex;
    align-items: center;
    margin: 0 16px;
    cursor: pointer;
}

.filter-button_wrapper {
    position: relative;
}

.filter-apply {
    position: relative;
    background-color: transparent;
    color: #8C8C8C;
    border: 1px solid #8C8C8C;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 12px;
    transition: all .3s ease;
    z-index: 10;
}

.filter-reset > img {
    position: absolute;
    right: 19px;
    top: 15px;
}

.filter-apply,
.filter-reset {
    width: 280px;
    height: 52px;
}

.filter-apply.active {
    color: #fff;
    background-color: #E40427;
    border: 1px solid #E40427;
}

.filter-button_wrapper.active {
    margin-right: 50px;
}

.filter-apply:hover {
    background: #C71049;
    color: #fff;
}

.filter-apply[disabled]:hover {
    pointer-events: none;
    background-color: inherit;
    color: #8c8c8c;
}

.filter-reset {
    opacity: 0;
    position: absolute;
    left: 0;
    text-align: right;
    padding: 0 15px;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 12px;
    transition: all .3s ease;
    z-index: 5;
}

.filter-reset.active {
    opacity: 1;
    left: 50px;
}

.landing-main_select {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 52px;
    border-radius: 12px;
    padding: 11px 24px;
    border: none;
}

.landing-main_select::after {
    position: absolute;
    right: 27px;
    content: url("/local/assets/img/arrow-down.svg");
}

.landing-main_select > option {
    display: none;
}

.reset-prompt {
    display: none;
    align-items: center;
    position: absolute;
    right: -180px;
    top: -14px;
    background-color: #D9D9D9;
    font-size: 14px;
    line-height: 21px;
    padding: 7px;
    z-index: 15;
    width: 148px;
    height: 26px;
    border-radius: 12px 12px 12px 0;
}

.map {
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #E6E7EB;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.map-wrapper {
    max-width: 1350px;
    position: relative;
}

.map-title {
    font-size: 36px;
    color: #323232;
    padding: 30px 0 18px 0;
}

.zoom-regulator {
    position: absolute;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    top: 80px;
    left: 0;
}

.map-zoom {
    cursor: pointer;
}

.country-circle {
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #E40427;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox {
    display: block;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox .checkmark {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #D9D9D9;
    position: relative;
    transition: background-color 0.3s;
}

.custom-checkbox input:checked + .checkmark {
    background-color: #DB0527;
}

.custom-checkbox input:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60%;
    height: 60%;
    background-image: url('/local/assets/img/landing/checkbox-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.country-block {
    display: none;
}

.country-events {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.country-events_close {
    position: absolute;
    right: 7%;
    top: 8%;
    cursor: pointer;
    max-width: 12px;
    max-height: 12px;
}

.country-events_title {
    color: #010022;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.country-events_list {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    width: 100%;
}

.events-list_element {
    display: flex;
    grid-gap: 3px;
    justify-content: space-between;
    cursor: pointer;
}

.element-list_industry {
    text-align: left;
}

.events-banner {
    padding-top: 84px;
    background-color: #EDEEF2;
}

.events-banner_wrapper {
    display: flex;
    justify-content: center;
}

.mobile-banner {
    display: none;
}

.popup,
.popup-success {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(50px);
    justify-content: center;
    align-items: center;
    z-index: 25;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1187px;
    background-color: #EDECECAB;
    padding: 30px;
    border-radius: 20px;
}

.popup-content > img {
    background-color: #D9D9D9;
    border-radius: 21px;
    width: 72px;
    height: 72px;
    margin-bottom: 17px;
}

.popup-content_title {
    width: 100%;
    overflow-wrap: anywhere;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    color: #323232;
    margin-bottom: 10px;
}

.main-popup_title {
    text-align: left;
}

.main-popup_description {
    display: flex;
    justify-content: flex-start;
    text-align: left !important;
}

.popup-content_description {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 29px;
    text-align: center;
}

.icon-warning:before {
    content: "\e905";
}

.application-inputs_wrapper {
    position: relative;
}

.inputBlock__error {
    position: absolute;
    top: 15px;
    right: 17px;
    opacity: 0;
    transition: all .3s ease;
}

.inputBlock__error-active {
    opacity: 1 !important;
}

.message {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: #FF004F;
}

.application-form_inputs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 29px;
    margin-bottom: 17px;
}

.application-input_name {
    position: absolute;
    z-index: 10;
    top: 12px;
    left: 24px;
}

.application-form_field {
    width: 356px;
    height: 86px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 24px 0;
    background-color: #fff;
    color: #7E798E;
    border-radius: 20px;
}

.application-form_field::placeholder,
.__select__title {
    color: #8C8C8C;
    font-size: 16px !important;
    font-weight: 500;
}

.submit-button {
    width: 212px;
    height: 52px;
    background-color: #E40427;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    border-radius: 12px;
    transition: all .3s ease;
    margin-left: 74px;
}

.submit-button:hover {
    background-color: #C71049;
}

.button-disabled {
    cursor: inherit;
    opacity: .7;
}

.checkbox.contact-form_checkbox label {
    border-color: #7E798E;
}

.checkbox.error label {
    border-color: #FF004F !important;
}

.application-form_bottom {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.contact-form_checkbox label {
    border-color: #7E798E;
}

.checkbox.error label {
    border-color: #FF004F !important;
}

.application-form_checkboxes {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    color: #7E798E;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.form-checkbox {
    flex-direction: row;
    justify-content: flex-start;
}

.application-input_error {
    position: absolute;
    left: 24px;
    bottom: 0;
    font-size: 11px;
    color: #E40427;
}

.application-form_link {
    text-decoration: underline;
}

.application-form_agreement {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 9px;
}

.close-popup {
    position: absolute;
    top: 25px;
    right: 25px;
}

.close-popup_success {
    color: #fff;
    background-color: #E40427;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 40px;
}

.close-popup_success:hover {
    background-color: #C71049;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination-button,
.pagination-button_past,
.pagination-hide_button,
.pagination-hide_button-past {
    width: 100%;
    height: 56px;
    border: 1px solid #E40427;
    color: #E40427;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    border-radius: 10px;
    transition: all .3s ease;
}

.pagination-hide_button {
    display: none;
}

.pagination-button:hover,
.pagination-button_past:hover,
.pagination-hide_button:hover,
.pagination-hide_button-past:hover {
    background-color: #E40427;
    color: #fff;
}

.inputBlock__error {
    top: 10px !important;
    right: 13px !important;
}

.form-contact {
    position: relative;
    width: 100%;
    padding: 32px 0 41px;
    background-color: #fff;
}

.form-contact_container {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
}

.form-contact_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 10;
    padding: 0 20px;
}

.form-contact_content {
    backdrop-filter: blur(15px);
}

.form-contact_contact {
    background-color: #EDECEC82;
    z-index: 5;
}

.form-contact_bg {
    position: absolute;
    top: -32px;
    right: -106px;
}

@media screen and (max-width: 1645px) {
    .filter-form {
        display: block;
    }

    .filter-button {
        margin-top: 20px;
    }

    .filter-fields_wrapper {
        padding: 20px;
    }
}

@media screen and (max-width: 1570px) {
    .filter-fields_wrapper {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 1370px) {
    .filter-wrapper {
        padding: 0 20px;
    }

    .filter-button {
        width: 100%;
    }

    .events-list {
        grid-column-gap: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .map-title {
        font-size: 24px;
    }

    .map-svg {
        height: 400px;
    }

    .zoom-regulator  {
        display: none;
    }
}

@media screen and (max-width: 1170px) {
    .application-form_field::placeholder,
    .__select__title {
        font-size: 12px;
    }
}

@media screen and (max-width: 1100px) {
    .reset-filter {
        position: absolute;
        right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .events-container {
        padding: 0 100px;
    }

    .header-dynamic_buttons > button,
    .header-dynamic_buttons > a {
        width: 165px;
        font-size: 12px;
        padding: 14px 10px;
    }
}

@media screen and (max-width: 950px) {
    .popup-content {
        height: 100%;
        border-radius: unset;
    }

    .form-contact_content {
        padding: 30px 12px !important;
        border-radius: 20px !important;
    }

    .filter-form {
        flex-direction: column;
    }

    .filter-fields_wrapper {
        justify-content: center;
        padding: 20px;
        border-radius: 20px;
    }

    .zoom-regulator {
        left: 24px;
    }
}

@media screen and (max-width: 800px) {
    .application-form_inputs {
        flex-direction: column;
    }

    .submit-button {
        margin-left: 0;
    }
}

@media screen and (max-width: 770px) {
    .event {
        max-width: 633px;
    }

    .popup-content {
        overflow-y: scroll;
    }

    .application-form_field {
        width: 100%;
    }

    .application-inputs_wrapper {
        width: 100%;
    }

    .events-banner {
        padding-top: 60px;
    }

    .events-wrapper {
        padding-top: 60px;
    }
}

@media screen and (max-width: 770px) {
    .header-dynamic_wrapper {
        display: block;
        width: 100%;
        top: unset;
        bottom: 0;
        padding: 11px 13px;
    }

    .header-dynamic_wrapper > img{
        display: none;
    }

    .header-dynamic_buttons > button,
    .header-dynamic_buttons > a {
        font-size: 13px;
        padding: 14px 13px;
    }
}

@media screen and (max-width: 690px) {
    .application-form_checkboxes {
        margin-bottom: 20px;
    }

    .application-form_bottom {
        flex-direction: column-reverse;
    }

    .message {
        justify-content: flex-start;
        font-size: 12px;
    }

    .events-title {
        font-size: 28px;
        line-height: 28px;
    }

    .events-title_block {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 17px;
    }
}

@media screen and (max-width: 635px) {
    .filter-apply,
    .filter-reset {
        width: 250px;
    }

    .filter-form_field,
    .landing-select,
    .air-datepicker.-active-:not(.-custom-position-){
        width: 330px;
    }

    .filter-apply,
    .filter-reset {
        width: 280px;
    }

    .landing-list_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 585px) {
    .reset-filter {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .events-container {
        padding: 0 24px;
    }

    .application-input_error {
        left: auto;
        right: 13px;
    }

    .main-banner {
        display: none;
    }

    .events-banner {
        padding-top: 40px;
    }

    .events-wrapper {
        padding-top: 45px;
    }

    .mobile-banner {
        display: block;
    }
}

@media screen and (max-width: 545px) {
    .choices__inner {
        width: 200px;
    }
}

@media screen and (max-width: 450px) {
    .filter-form {
        padding: 24px 0;
    }

    .main-popup_title {
        text-align: center;
    }

    .main-popup_description {
        text-align: center !important;
    }

    .application-form_inputs {
        grid-row-gap: 13px;
    }

    .application-form_field {
        height: 56px;
        border-radius: 12px;
    }

    .application-input_name {
        top: 9px;
    }

    .popup-content_title {
        font-size: 30px;
    }

    .event-info_title {
        font-size: 16px;
    }

    .event-top_month {
        font-size: 18px;
    }

    .event-top_place {
        font-size: 14px;
    }

    .event-info_buttons {
        flex-direction: column;
    }

    .btn {
        text-align: center;
        width: 100%;
    }

    .open-pdf {
        justify-content: center;
    }

    .filter-form {
        padding: 24px 0;
    }
}

@media screen and (max-width: 375px) {
    .header-dynamic_buttons > button,
    .header-dynamic_buttons > a {
        font-size: 10px;
        padding: 9px 7px;
    }
}

h1 {
    display: flex;
    justify-content: center;
}

.__select {
    position: relative;
}

.__select[data-state="active"] .__select__title::before {
    transform: translate(-3px, -50%) rotate(-45deg);
}

.__select[data-state="active"] .__select__title::after {
    transform: translate(3px, -50%) rotate(45deg);
}

.__select[data-state="active"] .__select__content {
    opacity: 1;
}

.__select[data-state="active"] .__select__label + .__select__input + .__select__label {
    max-height: 40px;
    border-top-width: 1px;
}

.__select__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.__select__title::before,
.__select__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333333;
    transform: translate(-3px, -50%) rotate(45deg);
}

.__select__title::after {
    transform: translate(3px, -50%) rotate(-45deg);
}

.__select__title:hover::before,
.__select__title:hover::after {
    background-color: #D8093A;
}

.reset {
    display: flex;
    width: 230px;
    margin: 0 auto 10px;
    border: solid 1px #c7ccd1;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    font-weight: bold;
    background-color: #ffffff;
    color: #333333;
}

.reset:hover {
    background-color: #D8093A;
    color: #ffffff;
}

.__select__content {
    display: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 3px;
    top: 60px;
    z-index: 8;
}

.__select__input {
    display: none;
}

.__select__input:checked + label {
    background-color: #dedede;
}

.__select__input:disabled + label {
    opacity: 0.6;
    pointer-events: none;
}

.__select__label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    max-height: 0;
    padding: 0 16px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
}

.__select__label + input + .__select__label {
    border-top: 0 solid #C7CCD160;
}

.__select__label:hover {
    background-color: #D8093A !important;
    color: #ffffff;
}
/* End */


/* Start:/local/components/pusk.ext/events.list/templates/.default/style.css?17470518545856*/
.events-block {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    padding-top: 86px;
    padding-bottom: 30px;
}

.events-wrapper,
.events-wrapper_past {
    width: 100vw;
    background-color: #EDEEF2;
}

.events-container {
    padding: 0 135px;
}

.events-title {
    overflow-wrap: anywhere;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #323232;
}

.events-title_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}

.events-total {
    color: #969799;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.empty-message {
    font-size: 36px;
    line-height: 32px;
    font-weight: 400;
}

.events-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-row-gap: 48px;
    grid-column-gap: 30px;
    margin-bottom: 17px;
}

.event {
    display: flex;
    flex-direction: column;
    min-width: 328px;
    width: 370px;
    background-color: #fff;
    border-radius: 10px;
}

.past-event {
    opacity: .5;
}

.event-top {
    backdrop-filter: blur(50px);
    height: 190px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #7E798E;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 24px;
    color: #fff;
}

.event-top_info {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.event-top_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-top_baseImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e3e3e3;
}

.event-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
    position: relative;
    padding: 16px;
    background-color: #fff;
    border-radius: 24px;
    margin-top: -18px;
    z-index: 10;
}

.event-info_title {
    max-width: 290px;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #323232;
    text-transform: uppercase;
}

.event-info_date {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #323232;
}

.event-info_industry {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
    color: #323232;
}

.event-info_country {
    display: flex;
    grid-gap: 8px;
    margin-bottom: 8px;
}

.event-top_flag > img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.event-info_tags {
    display: flex;
    grid-gap: 8px;
}

.event-info_type {
    font-size: 12px;
    line-height: 18px;
    color: #323232;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    text-align: center;
    z-index: 10;
}

.type-red {
    background-color: #FF004F;
    color: #fff;
}

.type-grey {
    background-color: #D6D5E280;
    color: #000;
}

.event-info_line {
    margin: 16px 0;
}

.event-info_description,
.event-info_contacts {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #7E798E;
}

.event-info_description {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
    color: #323232;
    padding-right: 30px;
}

.event-info_contacts {
    margin-bottom: 24px;
}

.contacts-text {
    font-weight: 700;
    color: #000;
}

.event-info_buttons {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
}

.btn {
    width: 165px;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    transition: all .3s ease;
}

.btn:hover {
    background: #C71049;
    color: #fff;
}

.disabled-btn {
    width: 100%;
    background-color: #F5F5F5;
}

.disabled-btn:hover {
    background-color: #F5F5F5;
    color: #000;
    cursor: default;
}

.send-request {
    background-color: #E40427;
    color: #fff;
}


.open-pdf {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    background-color: #F5F5F5;
    color: #000;
}

@media screen and (max-width: 1645px) {
    .filter-form {
        display: block;
    }

    .filter-button {
        margin-top: 20px;
    }

    .filter-fields_wrapper {
        padding: 20px;
    }
}

@media screen and (max-width: 1570px) {
    .filter-fields_wrapper {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 1370px) {
    .events-list {
        grid-column-gap: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .events-container {
        padding: 0 100px;
    }
}

@media screen and (max-width: 770px) {
    .event {
        max-width: 633px;
    }

    .events-banner {
        padding-top: 60px;
    }

    .events-wrapper {
        padding-top: 60px;
    }
}

@media screen and (max-width: 690px) {
    .events-title {
        font-size: 28px;
        line-height: 28px;
    }

    .events-title_block {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 17px;
    }
}

@media screen and (max-width: 585px) {
    .events-container {
        padding: 0 24px;
    }

    .events-banner {
        padding-top: 40px;
    }

    .events-wrapper {
        padding-top: 45px;
    }
}

@media screen and (max-width: 450px) {
    .event-info_title {
        font-size: 16px;
    }

    .event-top_month {
        font-size: 18px;
    }

    .event-top_place {
        font-size: 14px;
    }

    .event-info_buttons {
        flex-direction: column;
    }

    .btn {
        text-align: center;
        width: 100%;
    }

    .open-pdf {
        justify-content: center;
    }
}

/* End */


/* Start:/local/components/pusk.ext/cookies.banner/templates/.default/style.css?17556856602248*/
.cookies-banner {
    display: none;
    position: sticky;
    z-index: 100;
    right: 55%;
    bottom: 2%;
    margin: 0 auto;
    max-width: 633px;
    background-color: #fff;
    border-radius: 24px;
    background-image: url(/local/assets/img/landing/cookie-banner.svg);
    background-repeat: no-repeat;
}

.cookies-banner_image {
    position: absolute;
    z-index: 20;
}

.cookies-banner_text {
    font-family: 'Inter', 'sans-serif';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    z-index: 25;
    padding: 36px 52px 10px 126px;
}

.cookies-banner_text > a {
    color: #E40427;
    text-decoration: underline;
}

.cookies-banner_button-wrapper {
    font-family: 'Inter', 'sans-serif';
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-bottom: 21px;
    margin-right: 62px;
}

.cookies-banner_button {
    padding: 7.5px 49.5px;
    background-color: #E40427;
    color: #fff;
    border-radius: 8px;
}

.cookies-banner_button:hover {
    background: #C71049;
    transition: .3s;
}

@media screen and (max-width: 770px) {
    .cookies-banner {
        bottom: 9%;
        width: 88%;
        background-size: contain;
        background-position: -115px -34px;
        background-image: url("/local/assets/img/landing/cookie-banner-mobile.png");
    }
}

@media screen and (max-width: 768px) {
    .cookies-banner_text {
        font-size: 12px;
        line-height: 15px;
        padding: 36px 34px 10px 106px;
    }

    .cookies-banner_button-wrapper {
        margin-right: 16px;
    }
}

@media screen and (max-width: 540px) {
    .cookies-banner {
        bottom: 9%;
        width: 88%;
        background-size: contain;
        background-position: -172px -25px;
    }

    .cookies-banner_text {
        padding: 36px 42px 10px 80px;
    }
}

@media screen and (max-width: 425px) {
    .cookies-banner {
        background-position: -180px -36px;
    }

    .cookies-banner_text {
        padding: 36px 42px 10px 63px;
    }
}

@media screen and (max-width: 400px) {
    .cookies-banner {
        background-position: -160px -36px;
    }
}

@media screen and (max-width: 380px) {
    .cookies-banner {
        background-position: -139px -19px;
    }
}
/* End */


/* Start:/local/components/pusk.ext/cookies.banner/templates/banner.vote/style.css?17556092602391*/
.vote-banner {
    display: none;
    position: sticky;
    z-index: 20;
    left: 69%;
    bottom: 50%;
    max-width: 430px;
    max-height: 171px;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px 18px;
    background-repeat: no-repeat;
}

.vote-banner_wrapper {
    display: flex;
    align-items: flex-start;
    grid-gap: 26px;
    margin-bottom: 16px;
}

.vote-banner_text {
    font-family: 'Inter', 'sans-serif';
    max-width: 280px;
    font-weight: 700;
    line-height: 100%;
    font-size: 20px;
    position: relative;
    z-index: 25;
}

.vote-banner_center {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding-right: 26px;
}

.vote-banner_text > a {
    color: #E40427;
    text-decoration: underline;
}

.vote-banner_button-wrapper {
    font-family: 'Inter', 'sans-serif';
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.vote-banner_button {
    font-family: 'Inter', 'sans-serif';
    display: block;
    padding: 14px;
    line-height: 150%;
    font-weight: 500;
    background-color: #E40427;
    color: #fff;
    border-radius: 8px;
    max-width: 250px;
}

.vote-banner_button:hover {
    background: #C71049;
    transition: .3s;
    color: #fff;
}

.close-banner {
    position: absolute;
    top: 13px;
    right: 16px;
    cursor: pointer;
    z-index: 100;
}

@media screen and (max-width: 770px) {
    .vote-banner {
        padding-bottom: 0;
    }

    .vote-banner_wrapper > svg {
        width: 41px;
        height: 37px;
    }

    .vote-banner_text {
        max-width: 250px;
        font-weight: 600;
        font-size: 15px;
    }

    .vote-banner_button {
        max-width: 220px;
    }

    .vote-banner_button {
        font-weight: 600;
        line-height: 150%;
        font-size: 13px;
    }
}

@media screen and (max-width: 450px) {
    .vote-banner {
        width: 90%;
        left: -50%;
    }

    .vote-banner_wrapper {
        grid-gap: 14px;
    }

    .vote-banner_button {
        padding: 14px 9px;
    }

    .close-banner > svg {
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 360px) {
    .vote-banner_text {
        max-width: 200px;
    }
}

@media screen and (max-width: 340px) {
    .vote-banner_center {
        padding: 0;
    }

    .vote-banner_text {
        max-width: 200px;
        font-size: 14px;
    }
}

/* End */
/* /local/components/pusk.ext/events/templates/.default/style.css?174860697922445 */
/* /local/components/pusk.ext/events.list/templates/.default/style.css?17470518545856 */
/* /local/components/pusk.ext/cookies.banner/templates/.default/style.css?17556856602248 */
/* /local/components/pusk.ext/cookies.banner/templates/banner.vote/style.css?17556092602391 */
