

/* Start:/local/components/pusk.ext/events/templates/.default/style.css?178349856031162*/
.header-dynamic {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 135px;
    box-sizing: border-box;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.header-dynamic.visible {
    opacity: 1;
    pointer-events: auto;
}

.header-dynamic.hidden {
    opacity: 0;
    pointer-events: none;
}

.header-dynamic_wrapper {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    padding: 21px 25px;
    background-color: #E40427;
    border-radius: 10px;
}

.header-dynamic_logo {
    display: flex;
    align-items: flex-start;
}

.header-dynamic_logo > img:nth-child(1) {
    width: 100px;
    height: 34px;
    cursor: pointer;
}

.header-dynamic_logo > img:nth-child(2) {
    height: 34px;
    cursor: pointer;
}

.scroll-filter_block,
.filter-reset_block {
    font-family: 'Inter', 'sans-serif';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    grid-gap: 5px;
    font-size: 14px;
}

.header-dynamic_buttons {
    display: flex;
    grid-gap: 4px;
    min-width: 0;
    flex-shrink: 1;
}

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

.scroll-filter_block > span {
    cursor: pointer;
}

.scroll-filter_block > button,
.filter-reset_block > button {
    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 > a {
    width: 234px;
    flex: 1;
    background-color: transparent;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 14px 21px;
    border-radius: 12px;
    transition: 0.3s ease;
    color: #fff;
    border: 1px solid #efefef80;
}

.header-dynamic_buttons > a:hover {
    background-color: #fff;
    color: #FF004F;
}

.scroll-filter_block > button:hover,
.filter-reset_block > button:hover
{
    color: #FF004F;
}

.scroll-filter_block > button:disabled,
.filter-reset_block > button:disabled
{
    color: #CDCED1;
}

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

.filter-wrapper {
    max-width: 1170px;
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    background-color: #EDEEF2;
    z-index: 20;
    margin-top: 15px;
}

.filter-form {
    display: flex;
    padding: 24px;
    margin-top: -60px;
    flex-wrap: wrap;
    justify-content: center;
    backdrop-filter: blur(50px);
    width: 1170px;
    border-radius: 24px;
    background: #fff;
}

.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;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    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;
    border: 1px solid #D8D8D4;
}

.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(-50%);
}

.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;
    gap: 10px;
}

.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-apply,
.filter-reset {
    width: 46px;
    height: 45px;
}

.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;
    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;
}
.feature-block {
    padding: 0 calc((100% - 1170px) / 2) 14px;
    background: #EDEEF2;
}

.feature-block h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0;
    color: #CE1413;
    margin: 20px 0 60px 30px;
}

.feature-text > img {
    padding-bottom: 21px;
}

.feature-text-block {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 20px 0 50px 0;
}

.feature-text-block .feature-text {
    width: 48%;
    padding: 40px 32px 40px 36px;
    border-radius: 20px;
    background-color: #fff;
}

.feature-text-block .feature-text h3 {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 30px;
}

.feature-text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.feature-text li {
    font-family: 'Inter', 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.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-notifications,
.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: 1001;
}

.popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1187px;
    background-color: #fff;
    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: #666666;
    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: 8px;
    left: 24px;
    color: #777777;
}

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

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

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

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

.button-disabled {
cursor: inherit;
}

.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;
}

.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-button {
    width: 100%;
}

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

@media screen and (max-width: 1023px) {
.filter-form {
    max-width: 1170px;
    width: unset;
}
}

@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;
    }

    .feature-block {
        padding: 0 30px 20px;
    }

    .header-wrap {
        padding: 0 30px 20px;
    }

    .feature-block h2 {
        font-size: 30px;
        margin-bottom: 45px;
    }

    .feature-block .feature-text-block {
        flex-wrap: wrap;
        width: 100%;
    }

    .feature-block .feature-text-block .feature-text {
        width: 48%;
    }

    .feature-block .feature-text-block .feature-text h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .feature-text-block .feature-text li {
        font-size: 14px;
        line-height: 1;
    }

    .filter-container {
        display: block;
        padding: 0 30px 20px;
    }
}

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

@media screen and (max-width: 1417px) {
.header-dynamic_wrapper {
    max-width: min(754px, 100%);
}
}

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

.header-dynamic {
    padding-left: 100px;
    padding-right: 100px;
}

.header-dynamic_buttons > a {
    width: auto;
    min-width: 0;
    flex: 1;
    max-width: 165px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.filter-form {
    width: 100%;
    max-width: 1170px;
}

.scroll-filter_block > button,
.scroll-filter_block > a,
.filter-reset_block > button,
.filter-reset_block > 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-height: 900px) {
.header .container {
    height: 100vh;
}
}

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

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

@media screen and (max-width: 770px) {
.header-dynamic {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    padding: 0;
}

.header-dynamic_logo {
    display: none;
}

.header-dynamic_buttons {
    justify-content: center;
}

.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;
}

.header-dynamic_wrapper {
    display: block;
    width: 100%;
    padding: 11px 13px;
    border-radius: 0;
}

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

.filter-reset_block > button,
.filter-reset_block > a,
.scroll-filter_block > button,
.scroll-filter_block > a
{
    padding: 5px 13px;
}

.filter-reset_block > span,
.scroll-filter_block > span
{
    font-size: 10px;
}
}

@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-form_field,
.landing-select,
.air-datepicker.-active-:not(.-custom-position-){
    width: 330px;
}

.landing-list_wrapper {
    width: 100%;
}

.feature-text-block {
    flex-direction: column;
    grid-gap: 7px;
}

li:before {

}

.feature-block .feature-text-block .feature-text {
    width: 100%;
}

.filter-form {
    background-color: #EDEEF2;
}

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

.filter-fields_wrapper {
    gap: 8px;
}

.landing-select::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 52px;
    background-color: #D0392B;
    left: 0;
    border-radius: 5px;
}

.range-block::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 52px;
    background-color: #D0392B;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.filter-button-right > span {
    text-decoration: none !important;
}

.filter-button-right_red {
    color: #D0392B;
    font-weight: 700;
}
}

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

.events .container.events-container {
    padding-left: 24px;
    padding-right: 24px;
}

.header-dynamic {
    padding-left: 24px;
    padding-right: 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;
    backdrop-filter: none;
}

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

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

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

.application-form_field {
    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;
}

.feature-block {
    padding: 0 25px;
}

.header-wrap {
    padding: 0 25px;
}

.feature-block h2 {
    font-size: 23px;
    margin-bottom: 30px;
}

.feature-block .feature-text-block {
    flex-direction: column;
    width: 100%;
}

.feature-block .feature-text-block .feature-text {
    width: 100%;
    margin: 10px 0;
    padding: 22px 18px 22px 20px;
}
.feature-block .feature-text-block .feature-text h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

.feature-text-block .feature-text li {
    font-size: 10px;
    line-height: 1;
}

.show-on-map {
    display: none !important;
}

.filter-button-container {
    flex-direction: column-reverse !important;
}

.filter-button_wrapper.active {
    margin-right: 0 !important;
}
}

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

.filter-fields_wrapper,
.filter-button-container {
    padding: 6px 25px !important;
}
}

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;
}

.select-search-box {
position: sticky;
top: 0;
background-color: #fff;
padding: 10px;
border-bottom: 1px solid #eee;
z-index: 10;
display: flex;
align-items: center;
}

.select-search-input {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
box-sizing: border-box;
transition: border-color 0.3s;
}

.select-search-input:focus {
outline: none;
border-color: #007bff;
box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.select-search-icon {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
color: #999;
pointer-events: none;
font-size: 14px;
}

.select-search-clear {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
font-size: 18px;
color: #999;
cursor: pointer;
padding: 0;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}

.select-search-clear:hover {
color: #333;
}

.landing-list_wrapper {
max-height: 400px;
overflow-y: auto;
}

.no-results-message {
padding: 15px;
text-align: center;
color: #999;
font-style: italic;
font-size: 14px;
}

@media screen and (max-width: 410px) {
    .application-inputs_wrapper {
        width: unset;
    }

    .submit-button {
        width: 235px;
    }
}

@media (max-width: 768px) {
.select-search-input {
    font-size: 16px;
    padding: 10px 35px 10px 40px;
}

.landing-list_wrapper {
    max-height: 300px;
}
}

.filter-button-container {
display: flex;
justify-content: space-between;
align-items: baseline;
width: 100%;
margin-top: 20px;
position: relative;
padding: 0 20px;
}

.filter-button-right {
margin-left: auto;
display: flex;
align-items: center;
gap: 25px;
}

.filter-button-right > span {
color: #7E798E;
text-decoration: underline;
}

.show-on-map {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 200px;
height: 52px;
padding: 14px 20px;
background-color: transparent;
color: #D0392B;
border: 1px solid #D0392B;
font-size: 16px;
font-weight: 500;
line-height: 20px;
border-radius: 12px;
cursor: pointer;
transition: all 0.3s ease;
white-space: nowrap;
}

.show-on-map:hover {
background-color: #fff;
}

.show-on-map:active {
transform: translateY(0);
}

.show-on-map:disabled {
background-color: #8C8C8C;
cursor: not-allowed;
transform: none;
box-shadow: none;
}

.show-on-map:disabled:hover {
background-color: #8C8C8C;
transform: none;
box-shadow: none;
}

.filter-button_wrapper {
position: relative;
display: inline-flex;
}

.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 0.3s ease;
z-index: 10;
width: 280px;
}

.filter-reset {

}

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

.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.active {
opacity: 1;
left: 50px;
}

.reset-prompt {
display: none;
align-items: center;
position: absolute;
right: -150px;
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;
}

@media (max-width: 1024px) {
.filter-button-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.filter-button-center {
    position: static;
    transform: none;
    order: 2;
}

.filter-button-right {
    margin-left: 0;
    order: 1;
    display: flex;
    justify-content: center;
}

.show-on-map {
    width: 280px;
}

.header-contacts_info {
    flex-direction: column-reverse;
}
}

@media (max-width: 768px) {
.show-on-map {
    width: 250px;
    font-size: 15px;
    padding: 12px 18px;
}
}

@media (max-width: 480px) {
.show-on-map {
    width: 100%;
    max-width: 280px;
    font-size: 14px;
    padding: 12px 16px;
}

.show-on-map img {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 365px) {
.scroll-filter_block > button,
.filter-reset_block > button {
    width: 150px;
    font-size: 10px;
}
}

.map {
animation: fadeIn 0.5s ease-out;
margin-top: 30px;
}

@keyframes fadeIn {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.map.hidden {
display: none !important;
}

.map.visible {
display: block !important;
}
/* End */


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

.events-wrapper,
.events-wrapper_past {
    width: 100%;
    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;
    height: 100%;
    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: 10px;
    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: 20px;
}

.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;
}

.btn-notification {
    color: #8C8C8C !important;
    text-decoration: underline;
    cursor: pointer;
}

.soon-buttons {
    display: flex;
    flex-direction: row-reverse;
    grid-gap: 12px;
}

.soon-buttons_text {
    width: 165px;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    transition: all .3s ease;
    background-color: #9A9A9A;
    color: #fff;
}

.soon-buttons_notification {
    width: 165px;
    height: 52px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    transition: all .3s ease;
    background-color: #E40427;
    text-decoration: none;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.soon-buttons_notification:hover {
    background: #C71049;
}

@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) {
    .container.events-container {
        padding-left: 100px;
        padding-right: 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) {
    .container.events-container {
        padding-left: 24px;
        padding-right: 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;
    }

    .soon-buttons {
        flex-direction: column;
    }

    .soon-buttons_text,
    .soon-buttons_notification {
        width: 100%;
    }
}

/* End */


/* Start:/local/components/pusk.ext/cookies.banner/templates/.default/style.css?17799610603282*/
.cookies-banner {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 2%;
    margin: 0 auto;
    max-width: 633px;
    background-color: #fff;
    border-radius: 24px;
}

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

.cookies-banner_text {
    font-family: 'Inter', 'sans-serif';
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    z-index: 25;
    text-align: center;
    padding: 36px 53px 10px;
}

.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: center;
    padding-bottom: 21px;
}

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

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

@media screen and (max-width: 1440px) {
    .cookies-banner {
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .cookies-banner {
        left: 50%;
        bottom: 24px;
        transform: translateX(-50%);
        box-sizing: border-box;
        display: none;
        width: calc(100% - 76px);
        max-width: none;
        padding: 28px 30px;
        border-radius: 26px;
        box-shadow: 0 14px 36px rgba(17, 17, 17, 0.18);
        align-items: center;
        justify-content: space-between;
        gap: 28px;
    }

    .cookies-banner[style*="display: block"] {
        display: flex !important;
    }

    .cookies-banner_text {
        font-size: 17px;
        line-height: 1.35;
        text-align: left;
        padding: 0;
        margin: 0;
        color: #323232;
    }

    .cookies-banner_button-wrapper {
        font-size: 24px;
        padding: 0;
        flex: 0 0 auto;
    }

    .cookies-banner_button {
        min-width: 118px;
        min-height: 64px;
        padding: 18px 34px;
        border-radius: 22px;
        font: inherit;
        line-height: 1;
    }
}

@media screen and (max-width: 690px) {
    .cookies-banner {
        width: calc(100% - 56px);
        gap: 18px;
        padding: 24px 26px;
    }

    .cookies-banner_text {
        font-size: 15px;
    }

    .cookies-banner_button {
        min-width: 96px;
        min-height: 38px;
        padding: 14px 24px;
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    .cookies-banner {
        width: calc(100% - 80px);
        bottom: 18px;
        padding: 18px 16px 18px 20px;
        border-radius: 20px;
        gap: 14px;
    }

    .cookies-banner_text {
        font-size: 10px;
        line-height: 1.35;
    }

    .cookies-banner_button-wrapper {
        font-size: 18px;
    }

    .cookies-banner_button {
        min-width: 72px;
        min-height: 38px;
        padding: 12px 18px;
        border-radius: 16px;
        font-size: 12px;
    }
}

@media screen and (max-width: 380px) {
    .cookies-banner {
        width: calc(100% - 28px);
        padding: 16px 14px 16px 18px;
        gap: 12px;
    }

    .cookies-banner_text {
        font-size: 12px;
    }

    .cookies-banner_button {
        min-width: 64px;
        min-height: 44px;
        padding: 10px 16px;
    }
}

/* 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?178349856031162 */
/* /local/components/pusk.ext/events.list/templates/.default/style.css?17830852706973 */
/* /local/components/pusk.ext/cookies.banner/templates/.default/style.css?17799610603282 */
/* /local/components/pusk.ext/cookies.banner/templates/banner.vote/style.css?17556092602391 */
