.hola_select{--chevron_bottom:calc(var(--input_default_height)/2 - var(--select_chevron_size)/2);--chevron_right:var(--select_chevron_default_padding-h);border-radius:var(--btn_round_border_radius);height:var(--input_default_height);outline:none;position:relative}@media (max-width:calc(1024px - 1px)){.hola_select{--chevron_bottom:calc(var(--input_default_mobile_height)/2 - var(--select_chevron_size)/2);height:var(--input_default_mobile_height)}}.hola_select--lg{--chevron_bottom:calc(var(--input_lg_height)/2 - var(--select_chevron_size)/2);height:var(--input_lg_height)}.hola_select--xl{--chevron_bottom:calc(var(--input_xl_height)/2 - var(--select_chevron_size)/2);height:var(--input_xl_height)}.hola_select--xs{--chevron_bottom:calc(var(--input_xs_height)/2 - var(--select_chevron_size)/2);height:var(--input_xs_height)}.hola_select--borderless{--chevron_bottom:calc(var(--select_height_borderless)/2 - var(--select_chevron_size)/2);--chevron_right:0;height:var(--select_height_borderless);padding-right:24px}.hola_select.with_lbl{height:auto}.hola_select .lbl{color:var(--select_label_color);display:block;margin-bottom:4px}.hola_select.hola_input--with_error .lbl{color:var(--error_bold)}.hola_select .hola_input.hola_select_title{padding-right:calc(var(--select_chevron_size) + var(--chevron_right) + 4px)}.hola_select .hola_select_border{background-color:#fff;border:1px solid var(--select_body_border_color);border-radius:var(--select_body_border_radius);box-shadow:var(--select_body_shadow);height:0;left:0;opacity:0;padding-block:var(--select_body_padding);position:absolute;top:calc(100% + 8px);transition:all .3s ease;visibility:hidden;width:100%;z-index:1}.hola_select .hola_select_border.hola_select_border--top{transform:translateY(-120%)}@media (max-width:1023px){.hola_select .hola_select_border.hola_select_border--mobile_full_screen{height:calc(100vh - 70px);padding-top:16px;width:calc(100vw - 40px)}.hola_select .hola_select_border.hola_select_border--mobile_full_screen .hola_select_border_list{height:calc(100vh - 95px);max-height:fit-content;padding:0 24px}.hola_select .hola_select_border.hola_select_border--mobile_full_screen .hola_select_border_list.hola_select_border_list--top_offset{height:calc(100vh - 150px)}.hola_select .hola_select_border.hola_select_border--mobile_full_screen .hola_select_border_list li{border:none!important;padding:10px 16px 10px 12px}}.hola_select .hola_select_border--auto_width{width:auto}.hola_select .hola_select_border--left{left:auto;right:-1px}.hola_select .hola_select_border ul{list-style:none;margin:0;max-height:270px;min-width:auto!important;overflow-y:auto;padding:0;transition:all .3s ease;width:100%}.hola_select .hola_select_border ul::-webkit-scrollbar{width:4px}.hola_select .hola_select_border ul::-webkit-scrollbar-thumb{background-color:#d4e0ec;border-radius:2px}.hola_select .hola_select_border li{color:var(--select_items_color);cursor:pointer;font-size:var(--select_items_font_size);font-weight:var(--select_items_font_weight);letter-spacing:var(--select_item_letter_spacing);line-height:var(--select_items_line_height);margin:0!important;overflow:hidden;padding-block:4px;padding-inline:var(--select_body_padding);text-overflow:ellipsis;white-space:nowrap}.hola_select .hola_select_border li.active{color:var(--select_items_active_color);font-weight:var(--select_items_active_font_weight)}.hola_select .hola_select_border li.hovered,.hola_select .hola_select_border li:hover:not(.disabled){color:var(--select_items_hover_color)}.hola_select .hola_select_border li.disabled{color:var(--select_items_disabled_color)}.hola_select--custom_body .hola_select_border{padding-inline:var(--select_body_padding)}.hola_select--no_overflow .hola_select_border li,.hola_select--no_overflow .hola_select_border ul{overflow:visible}.hola_select:not(.hola_select--opened) .hola_select_border{display:none}.hola_select.hola_select--color-primary{box-sizing:content-box;padding:4px 24px 4px 8px}.hola_select.hola_select--color-primary .hola_select_chevron{top:4px}.hola_select--opened{border-color:var(--primary)}.hola_select--opened.hola_select--color-primary{background:var(--wp--preset--color--primary-000)}.hola_select--opened .hola_select_border{height:auto;opacity:1;visibility:visible}.hola_select--choosed .hola_select_title{color:var(--select_choosen_title_color)}.hola_select .hola_select_chevron{bottom:var(--chevron_bottom);color:var(--select_chevron_color);cursor:pointer;height:var(--select_chevron_size);position:absolute;right:var(--chevron_right);transition:transform .3s ease;width:var(--select_chevron_size)}.hola_select.with_lbl:after,.hola_select.with_lbl:before{top:48px}.hola_select--opened:not(.hola_select--custom_chevron) .hola_select_chevron{transform:rotate(180deg)}.hola_select--opened .hola_select_chevron{color:var(--select_opened_chevron_color)}.hola_select--opened .hola_select_bl_title,.hola_select--opened .hola_select_title{color:var(--primary)}.hola_select .hola_select_tag{align-items:center;border-radius:2px;display:block;height:32px;justify-content:flex-start;left:8px;max-width:calc(100% - 50px);overflow:hidden;padding-left:8px;padding-right:28px;position:absolute;text-overflow:ellipsis;top:8px;white-space:nowrap}.hola_select .hola_select_tag>span>span{align-items:center!important;color:var(--wp--preset--color--neutrals-700);display:flex!important;line-height:32px!important}.hola_select .hola_select_tag_clear{color:var(--wp--preset--color--neutrals-800);position:absolute;right:8px;top:8px}.hola_select .filter_input{margin-left:auto;margin-right:auto;width:90%}.hola_select--hola2023_theme .hola_select_chevron{margin:auto 0}.hola_select--hola2023_theme.hola_select--borderless{--chevron_right:var(--select_chevron_default_padding-h);padding-right:0}.hola_select--hola2023_theme .hola_input,.hola_select--hola2023_theme .hola_input.hola_select_title{background-color:var(--select_base_bg);padding-right:calc(var(--select_chevron_size) + var(--chevron_right))}.hola_select--hola2023_theme.hola_select--opened{border:none;border-radius:4px 4px 0 0;position:relative}.hola_select--hola2023_theme.hola_select--opened:before{border-bottom:2px solid var(--select_opened_separator);bottom:1px;content:"";left:1px;position:absolute;right:0;width:calc(100% - 2px)}.hola_select--hola2023_theme.hola_select--opened .hola_input{border:1px solid var(--input_focus_border);border-bottom:none;border-radius:4px 4px 0 0;box-shadow:var(--select_opened_box_shadow)}.hola_select--hola2023_theme.hola_select--opened .hola_input,.hola_select--hola2023_theme.hola_select--opened .hola_input.hola_select_title{background-color:var(--select_opened_bg)}.hola_select--hola2023_theme.hola_select--opened .hola_select_border{background-color:var(--select_opened_bg);border:1px solid var(--input_focus_border);border-radius:0 0 4px 4px;border-top:none;box-shadow:var(--select_opened_box_shadow);top:calc(100% - 1px)}.hola_select--hola2023_theme.hola_select--opened .hola_select_border li{border:none;padding:8px 12px 8px 16px}.hola_select--hola2023_theme.hola_select--opened .hola_select_border li.hovered,.hola_select--hola2023_theme.hola_select--opened .hola_select_border li:hover:not(.disabled){background-color:var(--select_items_hover_bg)}.hola_select--hola2023_theme.hola_select--opened .hola_select_border li.hovered.active,.hola_select--hola2023_theme.hola_select--opened .hola_select_border li:hover:not(.disabled).active{color:var(--select_items_active_color)}.hola_select--hola2023_theme.hola_select--opened .hola_select_border li.active{display:flex;flex-direction:row;gap:10px;justify-content:space-between}.hola_select--hola2023_theme.hola_select--opened .hola_select_border li.active .check_icon{color:var(--wp--preset--color--neutrals-600)}.hola_select--disabled{opacity:.25}.hola_select_bl_title{background:none;border:none;color:var(--select_bl_title_color);font-size:var(--wp--preset--font-size--p-2);letter-spacing:.3px;line-height:var(--wp--custom--line-height--p-2);outline:none;padding:0}.hola_select.lang_select{--chevron_bottom:4px;--chevron_right:4px;height:var(--lang_select_default_height);width:var(--lang_select_width)}.hola_select.lang_select .hola_input,.hola_select.lang_select input{background:var(--lang_select_border_bg);border:1px solid var(--grey_4)}.hola_select.lang_select .hola_input::selection,.hola_select.lang_select input::selection{background:transparent}.hola_select.lang_select .hola_select_title{background:var(--lang_select_background);border:var(--lang_select_border);border-radius:var(--btn_round_border_radius);color:var(--lang_select_color);cursor:pointer;font-size:14px;font-weight:500;height:var(--lang_select_height);letter-spacing:normal;line-height:1.43;line-height:var(--lang_select_height);margin-left:auto;padding:var(--lang_select_padding);text-align:var(--lang_select_text_align);width:var(--lang_select_width)}.hola_select.lang_select:not(.lang_select--full){text-transform:uppercase}.hola_select.lang_select.lang_select--white .hola_select_title{background-color:transparent;background-image:url(//cdn4.holavpnrussia.com/www/hola/pub/img/globe_pr.svg?ver=1.248.211);color:#40474f}.hola_select.lang_select.lang_select--white:after,.hola_select.lang_select.lang_select--white:before{background-color:#40474f}.hola_select.lang_select.lang_select--white.hola_select--opened .hola_select_title{background-color:rgba(33,50,69,.3);background-image:url(//cdn4.holavpnrussia.com/www/hola/pub/img/globe_icon.svg?ver=1.248.211);color:#fff}.hola_select.lang_select.lang_select--white.hola_select--opened:after,.hola_select.lang_select.lang_select--white.hola_select--opened:before{background-color:#fff}.hola_select.lang_select.lang_select--white.lang_select--purple:not(.hola_select--opened) .hola_select_title{background-image:url(//cdn4.holavpnrussia.com/www/hola/pub/img/globe_black.svg?ver=1.248.211)}.hola_select.lang_select .hola_select_border{background:var(--lang_select_border_bg);border:var(--lang_select_list_border);border-radius:var(--select_body_border_radius);box-shadow:none;overflow:hidden;padding:6px 0;top:100%}.hola_select.lang_select ul{max-height:none;overflow:visible}.hola_select.lang_select li{border-radius:var(--lang_select_list_border_radius,4px);color:#565656;padding:6px 0;text-align:center}.hola_select.lang_select li:hover{background-color:var(--lang_select_list_hover_bg)}.hola_select.lang_select li+li{margin-top:0!important}.hola_select.lang_select:after,.hola_select.lang_select:before{background-color:var(--lang_select_color);top:calc(var(--lang_select_height)/2 - 1px);width:7px}.hola_select.lang_select:before{right:calc(var(--lang_select_arrow_right) + 5px);transform:rotate(45deg)}.hola_select.lang_select:after{right:var(--lang_select_arrow_right);transform:rotate(-45deg)}.hola_select.lang_select.hola_select--opened:before{transform:rotate(-45deg)}.hola_select.lang_select.hola_select--opened:after{transform:rotate(45deg)}.hola_select.lang_select.hola_select--hola2023_theme{box-shadow:none}.hola_select.lang_select.hola_select--hola2023_theme .check_icon,.hola_select.lang_select.hola_select--hola2023_theme:after,.hola_select.lang_select.hola_select--hola2023_theme:before{display:none}.hola_select.lang_select.hola_select--hola2023_theme .hola_select_border li,.hola_select.lang_select.hola_select--hola2023_theme .hola_select_title{color:var(--wp--preset--color--neutrals-700)}.hola_select.lang_select.hola_select--hola2023_theme .hola_select_border li{display:block;text-align:left}.hola_select.lang_select.hola_select--hola2023_theme .hola_select_border li.active,.hola_select.lang_select.hola_select--hola2023_theme .hola_select_border li:hover{background-color:var(--wp--preset--color--neutrals-400)}@media (max-width:calc(1024px - 1px)){.hola_select .hola_select_border{padding-block:0}.hola_select .hola_select_border li{padding-block:14px}.hola_select .hola_select_border li+li{border-top:1px solid var(--select_body_border_color)}}.icon_size_select{margin-top:40px;width:25%}.root_svg___gVMqu{align-items:center;display:flex;justify-content:center}.pointer___SyvFs{cursor:pointer}.svg___DewzA{height:var(--wrapper_height);width:var(--wrapper_width)}:root{--top-height:0px}#react-root___jd5lI{width:100vw}.root___hgeEl{background-color:var(--wp--preset--color--neutrals-300)}.root___hgeEl .menu___wRehP span{font-family:var(--monospace)}.desktop___eEXFT{align-items:center;display:flex;flex-direction:column;gap:24px;margin:0 auto;min-height:100vh;padding-bottom:var(--block_padding);padding-top:72px;width:calc(var(--odd_spacer)*10 + var(--even_spacer)*9)}.desktop___eEXFT .top___rRJJk{display:flex}.desktop___eEXFT .top___rRJJk svg{max-width:100%}.desktop___eEXFT .main___mICkj{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;width:100%}@media (max-width:calc(992px - 1px)){.desktop___eEXFT{padding-left:20px;padding-right:20px;width:100%}}.mobile___lGA9d{display:flex;min-height:100vh;padding-top:120px}.unverified_modal___VEAAr{--pad_content_padding:0 16px}
/*# sourceMappingURL=https://hola.org/www/hola/pub/route_73_hola.org.bundle.css.map*/