HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/cwd/wp-content/plugins/bold-page-builder/css/front_end/open_map.css
.bt_bb_map {
	position: relative;
	&.bt_bb_map_with_content {
		.bt_bb_map_map {
			height: 100% !important;
			width: 100% !important;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}
	}
	.bt_bb_map_content {
		position: relative;
		display: none;
		pointer-events: none;
		.bt_bb_map_with_content& {
			display: block;
		}
		.bt_bb_map_no_overlay&, .bt_bb_map_no_overlay.bt_bb_map_with_content& {
			opacity: 0;
		}
		.bt_bb_map_content_wrapper {
			display: flex;
			overflow: hidden;
			padding: 1em;
			width: 30%;
			.bt_bb_map_location {
				background: white;
				padding: 1em;
				opacity: 0;
				flex: 0 0 100%;
				transition: opacity 300ms ease;
				order: 1;
				pointer-events: none;
				&.bt_bb_map_location_without_content {
					visibility: hidden;
				}
				&.bt_bb_map_location_show {
					opacity: 1;
					order: 0;
					pointer-events: all;
				}
			}			
		}
	}
}

@media (max-width: 768px) {
	.bt_bb_map  .bt_bb_map_content  .bt_bb_map_content_wrapper {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.bt_bb_map.bt_bb_map_with_content .bt_bb_map_map {
		height: 600px !important;
		position: relative;
	}
	.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper {
		width: 100%;
		margin: 0;
	}
}

/*.mapscroll-wrap {
	width: 100% !important;
}

.mapscroll-button {
	right: 24px !important;
}*/