#planner_header_wrapper {
    background: #f7f7f7;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    height: 45px;
    z-index: 50;
	-moz-box-shadow:     0px 2px 11px 0 rgba(0,0,0, 0.12);
	-webkit-box-shadow:  0px 2px 11px 0 rgba(0,0,0, 0.12);
	box-shadow:          0px 2px 11px 0 rgba(0,0,0, 0.12);
}
#planner_header_wrapper:before {
	position: absolute;
    background: #000;
    opacity: 0.3;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    z-index: 50;
    overflow: hidden;
}
#planner_header {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 378px;
    height: 46px;
    z-index: 51;
    color: #fff;
    overflow-x: hidden;
}
#planner_header.demo {
    left: 0px;
}
#planner_header.demo #visual_settings_menu .visual_settings_menu_item+.visual_settings_menu_item {
    display: none;
}
#groups_navi {
	padding-top: 0;
	max-height: none;
}
#groups_navi_wrapper {
	bottom: 0;
	top: 0;
    left: 0;
    right: 0;
}
#groups_navi .groups_navi_item {
	background: transparent;
	display: inline-block;
	vertical-align: top;
	padding: 30px 20px 15px 20px;
	font-size: 14px;
	text-transform: none;
	border-top: none;
	border-radius: 0;
	margin-right: 0;
	text-shadow: none;
	color: #222222;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #d0d0d0;
}
#groups_navi .groups_navi_item:hover {
	background: #fff;
	border-bottom-color: #000;
	border-top: none;
	color: #1188c0;
}
#groups_navi .groups_navi_item sup {
	font-size: 11px;
	vertical-align: super;
	position: relative;
	line-height: 0;
}
#groups_navi .groups_navi_item.active {
	background: #e68506;
	border-top: none;
	border-left: 1px solid #e68506;
	border-bottom: 1px solid #a83b00;
	text-shadow: #bc540f 1px 1px 1px;
	color: #fff;
}
#groups_navi .groups_navi_item.invisible {
	display: none;
}
#groups_navi .groups_navi_item.active:after {
	height: 1px;
	position: absolute;
	left: -1px;
	right: -1px;
	background: #ffad10;
	content: '';
	bottom: 44px;
}
#groups_navi .groups_navi_item[data-plan="ai"] {
	display: none;
}
#groups_navi .groups_navi_item.active+.groups_navi_item,
#groups_navi .groups_navi_item.active+.groups_navi_item[data-plan="ai"]+.groups_navi_item,
#groups_navi .groups_navi_item.active+.groups_navi_item.invisible+.groups_navi_item {
	border-left: 1px solid #e68506;
}
#groups_navi .groups_navi_item.active[data-plan="ai"]+.groups_navi_item {
	border-left: 1px solid #d0d0d0;
}
#planner_ui_functions .planner_ui_selector {
	position: relative;
	display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    font-size: 0;
    line-height: 0;
}
#planner_ui_functions {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px 0 12px;
    box-sizing: border-box;
    height: 46px;
    z-index: 53;
    font-size: 0;
    line-height: 0;
	border-bottom: 1px solid transparent;
}
#planner_ui_functions .planner_ui_function {
	position: relative;
	display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function {
	background: #fff;
	border-left: 1px solid rgba(0,0,0, 0.15);
	border-top: 1px solid rgba(0,0,0, 0.15);
	border-bottom: 1px solid rgba(0,0,0, 0.15);
	border-radius: 10px 0 0 10px;
	margin: -1px 0 -1px;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function+.planner_ui_function {
	border-left: none;
	border-radius: 0;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function:last-child {
	border-left: none;
	border-right: 1px solid rgba(0,0,0, 0.15);
	border-radius: 0 10px 10px 0;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function.active {
	background: #ffad1f;
	border-color: #ffad1f;
}
#planner_ui_functions .planner_ui_function:first-child {
	z-index: 12;
}
#planner_ui_functions .planner_ui_function_note {
	position: absolute;
	background: #0e0e0e;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
	padding: 5px 15px 6px;
	top: 35px;
	left: -10px;
	white-space: nowrap;
	display: none;
	-moz-box-shadow:     0 3px 8px 0 rgba(0,0,0, 0.25);
	-webkit-box-shadow:  0 3px 8px 0 rgba(0,0,0, 0.25);
	box-shadow:          0 3px 8px 0 rgba(0,0,0, 0.25);
}
#planner_ui_functions .planner_ui_function_label {
	position: absolute;
	background: #cc0000;
	border-radius: 3px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	padding: 1px 10px 2px;
	top: 28px;
	left: -14px;
	white-space: nowrap;
	display: block;
	-moz-box-shadow:     0 3px 8px 0 rgba(136,0,0, 0.25);
	-webkit-box-shadow:  0 3px 8px 0 rgba(136,0,0, 0.25);
	box-shadow:          0 3px 8px 0 rgba(136,0,0, 0.25);
}
#planner_ui_functions .planner_ui_function_label:before {
	position: absolute;
	top: -3px;
	left: 50%;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #cc0000;
    display: block;
    content: '';
    margin-left: -3px;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function_note {
	top: 35px;
}
#planner_ui_functions .planner_ui_function_note:before {
	position: absolute;
	top: -5px;
	left: 17px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0e0e0e;
    display: block;
    content: '';
}
#planner_ui_functions .planner_ui_selector .planner_ui_function_note:before {
	left: 28px;
}
#planner_ui_functions .planner_ui_function > a:hover+.planner_ui_function_note {
	display: block;
}
#planner_ui_functions .planner_ui_function.active > a:hover+.planner_ui_function_note {
	display: none;
}
#planner_ui_functions .planner_ui_function > a:hover+.planner_ui_function_note+.planner_ui_function_label {
	display: none;
}
#planner_ui_functions .planner_ui_function > a {
	background: transparent;
	display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    opacity: 0.5;
    transition: 0.5s;
    cursor: pointer;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function > a {
	position: relative;
	background: transparent;
	display: inline-block;
    vertical-align: top;
    width: 47px;
    padding-right: 1px;
    height: 26px;
    background-size: 24px 24px;
    opacity: 1;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -1px;
    cursor: pointer;
    text-decoration: none;
    color: #7b7b7b;
    font-weight: 700;
    transition: 0.5s;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function > a.hidden {
	display: none;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function:hover > a.hidden {
	display: inline-block;
	width: 30px;
	margin-left: -10px;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function > a:hover {
    color: #000;
}
#planner_ui_functions .planner_ui_selector .planner_ui_function.active > a {
    color: #fff;
    cursor: default;
    font-weight: 400;
}
#planner_ui_functions .planner_ui_function.is_pro > a {
    opacity: 1;
}
#planner_ui_functions .planner_ui_function.save > a {
	background: transparent url(/images/design/v2/ui/save.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.print > a {
	background: transparent url(/images/design/v2/ui/print.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.pro > a {
	background: transparent url(/images/design/v2/ui/pro.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.pro.is_pro > a {
	background: transparent url(/images/design/v2/ui/pro_active.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.list > a {
	background: transparent url(/images/design/v2/ui/list.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.smeta > a {
	background: transparent url(/images/design/v2/ui/smeta.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.tride  > a {
	background: transparent url(/images/design/v2/ui/3d.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#planner_ui_functions .planner_ui_function.back > a {
	background: transparent url(/images/design/v2/ui/back_navi.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.floor > a {
	background: transparent url(/images/design/v2/ui/floor.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.paint > a {
	background: transparent url(/images/design/v2/ui/paint_roller.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.setup > a {
	background: transparent url(/images/design/v2/ui/tool_admin.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.screenshot > a {
	background: transparent url(/images/design/v2/ui/tool_screenshot.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.weights > a {
	background: transparent url(/images/design/v2/ui/ruler.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.guide > a {
	background: transparent url(/images/design/v2/ui/guide.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.materials > a {
	background: transparent url(/images/design/v2/ui/materials.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function.export > a {
	background: transparent url(/images/design/v2/ui/export.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#planner_ui_functions .planner_ui_function > a:hover {
    opacity: 1;
}
#groups_prev, #groups_next {
	background: -moz-linear-gradient(left, rgba(247,247,247,1) 36%, rgba(247,247,247,1) 37%, rgba(247,247,247,0) 100%);
	background: -webkit-linear-gradient(left, rgba(247,247,247,1) 36%,rgba(247,247,247,1) 37%,rgba(247,247,247,0) 100%);
	background: linear-gradient(to right, rgba(247,247,247,1) 36%,rgba(247,247,247,1) 37%,rgba(247,247,247,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00f7f7f7',GradientType=1 );
	height: 45px;
	width: 70px;
	bottom: 1px;
}
#groups_next {
	background: -moz-linear-gradient(left, rgba(247,247,247,0) 0%, rgba(247,247,247,1) 63%, rgba(247,247,247,1) 64%);
	background: -webkit-linear-gradient(left, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 63%,rgba(247,247,247,1) 64%);
	background: linear-gradient(to right, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 63%,rgba(247,247,247,1) 64%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=1 );
	width: 90px;
}
#groups_prev.active {
	left: 0px;
}
#groups_next.active {
	right: 0px;
}
#groups_prev:before, #groups_next:before {
	background: transparent url(/images/design/v2/ui/navi_arrow.png) 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	content: '';
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -7px;
}
#groups_prev:before {
	left: 0px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.demo #groups_prev:before {
	left: 15px;
}
#groups_next:before {
	right: 15px;
}
#canvas_wrapper {
	top: 0px;
	bottom: 41px;
}
#planner_ui_footools {
	-moz-box-shadow:     0px 0 8px 0 rgba(0,0,0, 0.15);
	-webkit-box-shadow:  0px 0 8px 0 rgba(0,0,0, 0.15);
	box-shadow:          0px 0 8px 0 rgba(0,0,0, 0.15);
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #aaaaaa;
	height: 40px;
	background: #f7f7f7;
	padding-right: 221px;
	text-align: right;
}
#planner_ui_zoom {
	border-top: 1px solid #aaaaaa;
	height: 40px;
	position: absolute;
	width: 220px;
	bottom: 0;
	right: 0;
	margin-right: 78px;
	border-left: 1px solid #d0d0d0;
}
#planner_ui_zoom_slider {
	height: 3px;
	position: absolute;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background: #fff;
	border-bottom: 1px solid #aaaaaa;
	border-radius: 5px;
	top: 18px;
	left: 40px;
	right: 40px;
}
#planner_ui_zoom_slider span {
	height: 3px;
	position: absolute;
	border-top: 1px solid #369a1c;
	border-left: 1px solid #369a1c;
	background: #d1f8c6;
	border-bottom: 1px solid #369a1c;
	border-radius: 5px;
	top: -1px;
	left: 0;
	width: 5%;
}
#planner_ui_zoom_slider span:after {
	background: transparent url(/images/design/v2/ui/zoom_slider.png) 50% 50% no-repeat;
	height: 23px;
	width: 22px;
	position: absolute;
	top: -8px;
	right: -12px;
	content: '';
	cursor: ew-resize;
}
#planner_ui_zoom_less {
	background: transparent url(/images/design/v2/ui/zoom_less.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 8px;
	cursor: pointer;
	margin-top: -12px;
	border-radius: 50%;
	transition: 0.3s;
	opacity: 0.5;
}
#planner_ui_zoom_more {
	background: transparent url(/images/design/v2/ui/zoom_more.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	right: 8px;
	cursor: pointer;
	margin-top: -12px;
	border-radius: 50%;
	transition: 0.3s;
	opacity: 0.5;
}
#planner_ui_zoom_less:hover, #planner_ui_zoom_more:hover {
	opacity: 1;
	background-color: #e8e8e8;
}
#planner_ui_navigate {
	position: absolute;
	bottom: -11px;
	left: 100%;
	font-size: 0;
	white-space: nowrap;
	line-height: 0;
}
#planner_ui_navigate .planner_ui_navigate_button {
	display: inline-block;
	vertical-align: top;
	margin: 2px;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0,0,0, 0.5);
	border-radius: 2px;
	opacity: 0.5;
	transition: 0.3s;
	cursor: pointer;
}
#planner_ui_navigate .planner_ui_navigate_button#navigate_top {
	position: absolute;
	left: 50%;
	bottom: 21px;
	margin-left: -9px;
}
#planner_ui_navigate .planner_ui_navigate_button#navigate_left {
	background: #fff url(/images/design/v2/ui/v2/navigate_left.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_ui_navigate .planner_ui_navigate_button#navigate_right {
	background: #fff url(/images/design/v2/ui/v2/navigate_right.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_ui_navigate .planner_ui_navigate_button#navigate_top {
	background: #fff url(/images/design/v2/ui/v2/navigate_top.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_ui_navigate .planner_ui_navigate_button#navigate_bottom {
	background: #fff url(/images/design/v2/ui/v2/navigate_bottom.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_ui_navigate .planner_ui_navigate_button:hover {
	opacity: 1;
	border-color: #e68506;
}



#planner_ui_footools .planner_ui_footools_item {
	display: inline-block;
	padding: 14px 20px 14px 40px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.15;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
#planner_ui_footools .planner_ui_footools_item:hover {
	background: #fff;
	color: #1188c0;
}
#planner_ui_footools .planner_ui_footools_item+.planner_ui_footools_item {
	border-left: 1px solid #d0d0d0;
}
#planner_ui_footools .planner_ui_footools_item:before {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 16px;
	width: 16px;
	margin-top: -8px;
	content: '';
	transition: 0.3s;
	opacity: 0.6;
}
#planner_ui_footools .planner_ui_footools_item:hover:before {
	opacity: 1;
}
#planner_ui_footools .planner_ui_footools_item.cancel:before {
	background: transparent url(/images/design/v2/ui/back.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_ui_footools .planner_ui_footools_item.sizes:before {
	background: transparent url(/images/design/v2/ui/sizes.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_ui_tools_wrapper {
	background: #000;
	position: absolute;
	z-index: 21;
	left: -2px;
	top: 15px;
	width: 40px;
	border-radius: 0 4px 4px 0;
	overflow: hidden;
	transition: 0.5s;
	border: 2px solid #000
}
#planner_ui_tools_wrapper.active {
	width: auto;
}
#planner_ui_tools_wrapper.hidden,
.wall_drawing_mode #planner_ui_tools_wrapper {
	left: -50px;
}
#planner_ui_tools {
	position: relative;
	z-index: 22;
	background: #131313;
	display: inline-block;
}
#planner_ui_tools .tools_item {
	white-space: nowrap;
	min-width: 160px;
	display: none;
}
#planner_ui_tools .tools_item.show {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	-webkit-backface-visibility: hidden; 
}
#planner_ui_tools .tools_item.show.hidden {
	display: none;
}
#planner_ui_tools_wrapper.compact .tools_item {
	padding-top: 7px;
	padding-bottom: 8px;
}
#planner_ui_tools .tools_item:hover {
	background: #1f1f1f;
	color: #fff;
	border-top: 1px solid #464646;
}
#planner_ui_tools .tools_item.is_pro {
	color: #a0a0a0;
}
#planner_ui_tools .tools_item.is_pro span,
.planner_ui_subtools .subtools_item.is_pro span,
#planner_ui_tools .tools_more_item.is_pro span {
	position: relative;
	width: auto;
	font-style: normal;
	height: auto;
	background: #3baa00;
	color: #fff;
	padding: 2px 4px 1px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.15;
	top: 1px;
	margin-left: 5px;
}
#planner_ui_tools .tools_more_item.is_pro span {
	top: 2px;
}
#pro_tools_modal {
	display: none;
}
#pro_tools_modal_title {
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-bottom: 15px;
	padding-left: 60px;
}
#pro_tools_modal_title:before {
	background: transparent url(/images/design/v2/pro/modal_logo.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	content: '';
}
#pro_tools_modal_title a {
	display: block;
	font-weight: 400;
	margin-top: -2px;
	font-size: 25px;
	letter-spacing: -0.8px;
	text-decoration: none;
}
#extended_tools_modal {
	display: none;
}
#extended_tools_modal_title {
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: -0.5px;
	margin-bottom: 15px;
}
#extended_tools_modal_items .extended_tools_modal_item {
	margin: 10px 0 10px 0;
	position: relative;
}
#extended_tools_modal_items .extended_tools_modal_item span {
	display: inline-block;
	padding-left: 24px;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	transition: 0.5s;
}
#extended_tools_modal_items .extended_tools_modal_item span:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid rgba(0,0,0, 0.4);
	border-radius: 50%;
	margin-top: -7px;
	content: '';
}
#extended_tools_modal_items .extended_tools_modal_item span:after {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: -2px;
	content: '';
	background: #fff;
}
#extended_tools_modal_items .extended_tools_modal_item span:hover:before {
	border: 1px solid #e68506;
}
#extended_tools_modal_items .extended_tools_modal_item span:hover {
	color: #e68506;
}
#extended_tools_modal_items .extended_tools_modal_item span:hover:before {
	border: 1px solid #e68506;
}
#extended_tools_modal_items .extended_tools_modal_item span:hover:after {
	background: #e68506;
}
#extended_tools_modal_items .extended_tools_modal_item.active span {
	color: #3baa00;
}
#extended_tools_modal_items .extended_tools_modal_item.active span:before {
	border: 2px solid #3baa00;
	width: 10px;
	height: 10px;
}
#extended_tools_modal_items .extended_tools_modal_item.active span:after {
	background: #3baa00;
}
a.mce-button.small.compact {
    padding: 8px 30px;
}
#planner_ui_tools .tools_item.active {
	background: #e68506;
	color: #fff;
	border-top: 1px solid #ffaa15;
	border-bottom: 1px solid #000;
}
#planner_ui_tools .tools_item em {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 11px;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
	-moz-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.7);
    -webkit-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.7);
    box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.7);
}
#planner_ui_tools .tools_item em:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    opacity: 0.6;
    margin-top: -5px;
    margin-left: -5px;
    content: '';
    transition: 0.2s;
}
#planner_ui_tools .tools_item.active em:before {
    border: 3px solid #ffe698;
	width: 14px;
    height: 14px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 1;
}
#planner_ui_tools .tools_item.active em {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tools_help_item {
	position: relative;
	background: #256786;
	padding: 9px 20px 9px 56px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.3s;
	color: #fff;
	display: block;
	text-decoration: none;
	border-top:  1px solid #4485a2;
	border-bottom:  1px solid #4485a2;
}
.tools_help_item:before {
	background: rgba(255,255,255, 0.1) url(/images/design/v2/ui/help.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 38px;
	content: '';
	border-right: 1px solid rgba(255,255,255, 0.25);
	transition: 0.5s;
}
.tools_help_item:hover {
	background: #2d7698;
}
.tools_video_item {
	display: block;
	text-decoration: none;
	background: #363636;
	position: relative;
	padding: 8px 20px 8px 56px;
	border-top:  1px solid #5e5e5e;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.25px;
	line-height: 1.3;
	cursor: pointer;
	white-space: nowrap;
	margin-bottom: 1px;
	color: #fff;
	transition: 0.5s;
}
.tools_video_item span {
	position: relative;
	z-index: 21;
}
.tools_video_item span:before {
	display: block;
	content: '';
	background: transparent url(/images/design/v2/profiles/marker_red.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	width: 179px;
	height: 23px;
	position: absolute;
	top: -1px;
	left: -10px;
	z-index: -1;
}
.tools_video_item:before {
	background: rgba(255,255,255, 0.1) url(/images/design/icons/video.png) 50% 50% no-repeat;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 38px;
	content: '';
	border-right: 1px solid rgba(255,255,255, 0.25);
	transition: 0.5s;
	z-index: 23;
}
.tools_video_item:hover {
	border-color: #dd271a;
	background: #dd271a;
}
.tools_more_item {
	position: relative;
	background: #363636;
	padding: 8px 20px 9px 56px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.3s;
	color: #fff;
	display: none;
	text-decoration: none;
	border-top:  1px solid #5e5e5e;
	border-bottom:  1px solid #181818;
}
.tools_more_item.active {
	display: block;
}
.tools_more_item:before {
	background: rgba(255,255,255, 0.1) url(/images/design/v2/ui/v2/more_menu.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 38px;
	content: '';
	border-right: 1px solid rgba(255,255,255, 0.25);
	transition: 0.5s;
}
.tools_more_item:before {
	background: rgba(255,255,255, 0.1) url(/images/design/v2/ui/v2/more_menu.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 38px;
	content: '';
	border-right: 1px solid rgba(255,255,255, 0.25);
	transition: 0.5s;
}
.tools_more_item.wizard:before {
	background: transparent url(/images/design/icons/wizard.png) 50% 50% no-repeat;
	background-size: 20px 20px;
}
.tools_more_item.wizard:after {
	background: transparent;
}
.tools_more_item:hover {
	background: #1f1f1f;
}
.tools_more_item.item_search {
	background: #3baa00;
	border-top: 1px solid #61e61a;
	border-bottom: 1px solid #61e61a;
}
.tools_more_item.item_search:before {
	background: transparent url(/images/design/icons/item_search.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
.tools_more_item.item_search:hover {
	background: #389605;
}
.tools_grey_item {
	background: #efefef url(/images/design/v2/ui/designer_bg.jpg) 50% 50% no-repeat;
	position: relative;
	padding: 12px 20px 12px 56px;
	border-top:  1px solid #fff;
	border-bottom:  1px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.5s;
	color: #256786;
	margin-bottom: 1px;
}
.tools_services_item {
	background: #f5f5f5 url(/images/design/v2/designer/planner_services.jpg) 0 0 no-repeat;
	position: relative;
	padding: 10px 20px 10px 56px;
	border-top:  1px solid #fff;
	border-bottom:  1px solid #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.25px;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.5s;
	color: #222;
	margin-bottom: 1px;
	text-decoration: none;
}
.tools_services_item.furniture {
	background: #f5f5f5 url(/images/design/v2/designer/planner_services_2.jpg) 0 0 no-repeat;
}
.tools_services_item.sockets {
	background: #f5f5f5 url(/images/design/v2/designer/planner_services_3.jpg) 0 0 no-repeat;
}
.tools_services_item:hover {
	color: #256786;
}
.tools_services_item span {
	color: #222;
	display: block;
	font-size: 16px;
	padding-top: 2px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.tools_services_item span sup {
	font-size: 10px;
	vertical-align: super;
	position: relative;
	line-height: 0;
}
#planner_ui_tools_wrapper.compact .tools_help_item,
#planner_ui_tools_wrapper.compact .tools_grey_item,
#planner_ui_tools_wrapper.compact .tools_designer_item {
	padding-top: 7px;
	padding-bottom: 8px;
}
.tools_grey_item:hover {
	color: #000;
}
.tools_grey_item span {
	color: #252525;
}
.tools_grey_item:before {
	background: rgba(255,255,255, 0.3) url(/images/design/v2/ui/help.png) 50% 50% no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0;
	width: 38px;
	content: '';
	border-right: 1px solid rgba(255,255,255, 0.8);
	transition: 0.5s;
	z-index: 23;
}
.tools_help_item span,
.tools_grey_item span,
.tools_designer_item span {
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
}
#planner_ui_tools_wrapper.compact .tools_help_item span,
#planner_ui_tools_wrapper.compact .tools_grey_item span,
#planner_ui_tools_wrapper.compact .tools_designer_item span {
	display: none;
}
.tools_help_item span {
	color: #d4e8f2;
}
.tools_designer_item span {
	color: #d0f4cc;
}
.planner_ui_subtools {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: none;
}
.planner_ui_subtools.active {
	border-left: 2px solid #000;
	background: #202020;
	display: block;
}
.planner_ui_subtools .subtools_item {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 10px 20px 11px;
	font-size: 13px;
	color: #fff;
	min-width: 240px;
	cursor: pointer;
	box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255, 0.1);
	border-bottom: 1px solid rgba(0,0,0, 0.5);
	transition: 0.5s;
}
.planner_ui_subtools .subtools_item em.color {
	position: relative;
	margin-right: 14px;
}
.planner_ui_subtools .subtools_item em.color b {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: block;
	margin-top: -6px;
	-moz-box-shadow: 0px 1px 4px 0 rgba(0,0,0, 1);
    -webkit-box-shadow: 0px 1px 4px 0 rgba(0,0,0, 1);
    box-shadow: 0px 1px 4px 0 rgba(0,0,0, 1);
}
.planner_ui_subtools .subtools_item em.color b:before {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
	border: 1px solid #fff;
	right: 0;
	bottom: 0;
	content: '';
	border-radius: 50%;
}
#planner_ui_tools_wrapper.compact .planner_ui_subtools .subtools_item {
	padding-top: 7px;
	padding-bottom: 8px;
}
.planner_ui_subtools .subtools_item:hover {
	background: rgba(0,0,0, 0.3);
}
.planner_ui_subtools .subtools_item.is_pro {
	color: #9f9f9f;
	position: relative;
	padding-right: 50px;
}
#planner_ui_help_close {
	background: #363636 url(/images/design/v2/ui/help_close_white.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 10px;
	right: -48px;
	width: 28px;
	height: 31px;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	z-index: 3;
	transition: 0.5s;
}
#planner_ui_help_close:hover {
	background-color: #256786;
}
#planner_ui_help.active+#planner_ui_help_close {
	right: 480px;
}
#planner_ui_help {
	position: absolute;
	top: 0px;
	bottom: 41px;
	right: -480px;
	width: 478px;
	background: #f5f5f5;
	border-left: 2px solid #000;
	z-index: 12;
	overflow-y: auto;
	transition: 0.5s;
}
#planner_ui_help.active {
	right: 0;
}
#planner_ui_help_select {
	display: inline;
	position: relative;
	z-index: 8;
}
#planner_ui_help_options {
	background: #fff;
	position: absolute;
	top: -3px;
	left: -11px;
	border-radius: 3px;
	overflow: hidden;
	z-index: 9;
	border: 1px solid #000;
	-moz-box-shadow:     0px 4px 11px 0 rgba(0,0,0, 0.25);
	-webkit-box-shadow:  0px 4px 11px 0 rgba(0,0,0, 0.25);
	box-shadow:          0px 4px 11px 0 rgba(0,0,0, 0.25);
	overflow-y: auto;
	max-height: 300px;
	display: none;
}
#planner_ui_help_options.slideFastUp {
	display: block;
}
#planner_ui_help_options a {
	display: block;
	font-size: 13px;
	min-width: 160px;
	padding: 3px 15px;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}
#planner_ui_help_options a+a {
	border-top: 1px solid #e5e5e5;
}
#planner_ui_help_navi {
	background: #fff;
	position: relative;
	padding: 15px 20px 0;
	font-size: 14px;
	line-height: 1.5;
	display: none;
}
#planner_ui_help_navi.active {
	display: block;
}
#planner_ui_help_select > a {
	position: relative;
	color: #256786;
	text-decoration: none;
	border-bottom: 1px dashed;
	margin-left: 5px;
	line-height: 1.15;
	font-weight: 700;
	cursor: pointer;
	transition: 0.5s;
}
#planner_ui_help_navi a:hover {
	color: #e68506;
	border-bottom-color: transparent;
}
#planner_ui_help_navi a:before {
	background: transparent url(/images/design/v2/ui/navi_arrow.png) 50% 50% no-repeat;
	background-size: 12px 12px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	position: absolute;
	top: 2px;
	left: 100%;
	margin-left: 6px;
	width: 16px;
	height: 16px;
	content: '';
}
.planner_ui_help_content {
	background: #fff;
	position: relative;
	padding: 15px 20px 0;
	font-size: 13px;
	line-height: 1.5;
	display: none;
}
.planner_ui_help_content.active {
	display: block;
}
.planner_ui_help_content p {
	padding-bottom: 18px;
}
.planner_ui_help_content p.alert {
	position: relative;
	font-size: 14px;
	padding-left: 42px;
}
.planner_ui_help_content p.alert:before {
    background: transparent url(/images/design/v2/ui/idea.png) 50% 50% no-repeat;
    background-size: 32px 32px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 32px;
    height: 32px;
    margin-top: -23px;
    content: '';
}
.planner_ui_help_content p.alert b {
	display: block;
}
.planner_ui_help_content p.warning b {
	display: block;
	position: relative;
	font-size: 14px;
	color: #cc0000;
	padding-left: 21px;
	margin-bottom: 4px;
}
.planner_ui_help_content p.warning b:before {
	background: transparent url(/images/design/alert_red.png) 50% 50% no-repeat;
    background-size: 14px 14px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    content: '';
}
.planner_ui_help_content p a {
	color: #256786;
	cursor: pointer;
}
.planner_ui_help_content p.large {
	font-size: 14px;
	font-weight: 700;
}
.planner_ui_help_content ul {
	padding-bottom: 12px;
	padding-left: 18px;
	margin-left: 15px;
}
.planner_ui_help_content ul li {
	padding-bottom: 6px;
	list-style: circle;
}
.planner_ui_help_content ol {
	padding-bottom: 12px;
	padding-left: 14px;
	margin-left: 15px;
}
.planner_ui_help_content ol li {
	padding-bottom: 6px;
	padding-left: 4px;
	list-style-type: decimal;
}
.planner_ui_help_content p > strong {
	font-size: 14px;
}
#planner_ui_help_tabs {
	border-bottom: 1px solid #e68506;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}
#planner_ui_help_tabs .planner_ui_help_tab {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 15px 3px 0 15px;
}
#planner_ui_help_tabs .planner_ui_help_tab+.planner_ui_help_tab {
	padding: 15px 15px 0 3px;
	width: 50%;
}
#planner_ui_help_tabs .planner_ui_help_tab a {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.15;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: #f4f4f4;
	text-align: center;
	padding: 8px 0 8px;
	border-radius: 3px 3px 0 0;
	text-decoration: none;
	cursor: pointer;
	font-weight: 700;
	color: #686868;
	transition: 0.5s;
}
#planner_ui_help_tabs .planner_ui_help_tab a:hover {
	color: #3b7792;
	background: #fff;
}
#planner_ui_help_tabs .planner_ui_help_tab.active a {
	color: #e68506;
	border-top: 1px solid #e68506;
	border-left: 1px solid #e68506;
	border-right: 1px solid #e68506;
	border-bottom: 1px solid #fff;
	background: #fff;
	margin-bottom: -1px;
	cursor: default;
}
#planner_ui_help_tabs .planner_ui_help_tab+.planner_ui_help_tab+.planner_ui_help_tab a {
	background: transparent url(/images/design/v2/ui/help_close.png) 50% 45% no-repeat;
	background-size: 16px 16px;
	border-color: transparent;
	opacity: 0.6;
}
#planner_ui_help_tabs .planner_ui_help_tab+.planner_ui_help_tab+.planner_ui_help_tab a:hover {
	opacity: 1;
}
#planner_ui_help .planner_ui_help_content_title {
	position: relative;
	border-top: 2px solid #000;
	background: #262626;
	padding: 12px 20px 16px 58px;
	font-size: 18px;
	color: #fff;
	line-height: 1.15;
	letter-spacing: -0.5px;
	display: none;
}
#planner_ui_help .planner_ui_help_content_title.active {
	display: block;
}
#planner_ui_help .planner_ui_help_content_title:before {
	background: transparent url(/images/design/v2/ui/safe.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 24px;
	height: 24px;
	content: '';
	margin-top: -13px;
}
.planner_ui_help_adbanner {
	border-top: 1px solid #2c2c2c;
	position: relative;
	padding: 15px 20px 20px 20px;
	font-size: 14px;
	line-height: 1.5;
	display: none;
}
.planner_ui_help_adbanner.active,
.planner_ui_help_adbanner.slideUp {
	display: block;
}
.planner_ui_help_adbanner_close {
	position: absolute;
	bottom: 100%;
	right: 0;
	cursor: pointer;
	display: block;
	background: #404040;
	font-size: 11px;
	color: #fff;
	padding: 3px 15px 3px;
	transition: 0.5s;
	border-radius: 3px 0 0 0;
}
.planner_ui_help_adbanner_close:hover {
	background: #e68506;
}
.planner_ui_track .planner_ui_help_adbanner {
	text-align: left;
	width: 380px;
	border: 1px solid #2c2c2c;
	border-radius: 4px 0 0 4px;
	-moz-box-shadow:     0px 4px 11px 0 rgba(0,0,0, 0.25);
	-webkit-box-shadow:  0px 4px 11px 0 rgba(0,0,0, 0.25);
	box-shadow:          0px 4px 11px 0 rgba(0,0,0, 0.25);
	margin-right: -21px;
	margin-bottom: 10px;
}
.planner_ui_help_adbanner > img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	background: #d8d8d8;
}
.planner_ui_help_adbanner.tech {
	background: transparent url(/images/design/v2/ui/banners/tech.jpg) 100% 0 no-repeat;
}
.planner_ui_help_adbanner.designer {
	background: transparent url(/images/design/v2/ui/banners/designer.jpg) 100% 50% no-repeat;
}
.planner_ui_help_adbanner.obmer {
	background: transparent url(/images/design/v2/ui/banners/obmer.png) 100% 0 no-repeat;
}
.planner_ui_help_adbanner.rabota {
	background: #e9eef0 url(/images/design/front/blue_bg.jpg) 50% 50% no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	-khtml-background-size:100% 100%;
	background-size:100% 100%;
}
.planner_ui_help_adbanner.rabota:after {
	background: transparent url(/images/design/v2/ui/banners/rabota.png) 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	width: 156px;
	height: 169px;
	content: '';
	margin-top: -82px;
}
.planner_ui_track .planner_ui_help_adbanner.rabota:after {
	background: transparent url(/images/design/v2/ui/banners/rabota.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	top: 23px;
	width: 110px;
	height: 119px;
	margin-top: 0;
}
.planner_ui_help_content_title.active+.planner_ui_help_adbanner {
	border-top: none;
}
.planner_ui_help_adbanner_title {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-decoration: none;
	color: #256786;
	transition: 0.5s;
	cursor: pointer;
}
.planner_ui_help_adbanner_title span {
	display: block;
	font-weight: 400;
	margin-top: -2px;
}
.planner_ui_help_adbanner_title:hover {
	color: #e68506;
}
.planner_ui_help_adbanner_text {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	padding-top: 5px;
}
.planner_ui_help_adbanner_perks {
	font-weight: 700;
	padding-top: 5px;
}
.planner_ui_help_adbanner_perks .planner_ui_help_adbanner_perk {
	position: relative;
	padding: 4px 0 4px 30px;
}
.planner_ui_track .planner_ui_help_adbanner_perks {
	white-space: nowrap;
}
.planner_ui_track .planner_ui_help_adbanner_perks .planner_ui_help_adbanner_perk {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.planner_ui_help_adbanner_perks .planner_ui_help_adbanner_perk.pay:before {
	background: transparent url(/images/design/v2/ui/coin.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	content: '';
	margin-top: -12px;
}
.planner_ui_help_adbanner_perks .planner_ui_help_adbanner_perk.gift:before {
	background: transparent url(/images/design/v2/ui/gift.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	content: '';
	margin-top: -13px;
}
.planner_ui_help_adbanner_cost {
	position: relative;
	display: inline-block;
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: 300;
	margin-top: 5px;
}
.planner_ui_help_adbanner_sale {
	display: block;
	padding: 8px 0 0 0;
}
.planner_ui_help_adbanner_sale span {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 1.15;
	padding: 6px 12px;
	border-radius: 3px;
	background: #3baa00;
	color: #fff;
}
.planner_ui_help_adbanner_sale span:before {
	position: absolute;
	bottom: -5px;
	left: 40px;
	width: 0px;
	height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3baa00;
    display: block;
    content: '';
}
.planner_ui_help_adbanner_cost sup {
	font-size: 14px;
	vertical-align: super
}
.planner_ui_help_adbanner_cost b {
	letter-spacing: -0.5px;
}
.planner_ui_help_adbanner_cost strong {
	position: relative;
	font-weight: 400;
	color: #cc0000;
}
.planner_ui_help_adbanner_cost strong:before {
	position: absolute;
	top: 50%;
	left: -2px;
	right: -2px;
	height: 1px;
	background: #cc0000;
	content: '';
}
.planner_ui_help_adbanner_cost .pre_button {
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -11px 0 0 15px;
}
.planner_ui_help_adbanner_cost .pre_button span {
	padding: 5px 16px;
	font-size: 11px;
	font-weight: 700;
}
#planner_ui_tracker {
	position: absolute;
	bottom: 5px;
	right: 20px;
}
@media screen and (max-width: 1024px) {
	#planner_ui_tracker {display:none;}
}
#planner_ui_tracker .planner_ui_track {
	position: relative;
	max-width: 600px;
	text-align: center;
	display: none;
}
#planner_ui_tracker .planner_ui_track.slideUp {
	display: block;
}
#planner_ui_tracker h5 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 32px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.15;
	margin-bottom: 15px;
}
#planner_ui_tracker .planner_ui_track.left {
	text-align: left;
}
#planner_ui_tracker .planner_ui_track.left h5 {
	padding-left: 40px;
}
#planner_ui_tracker h5 span {
	background: transparent url(/images/design/v2/ui/help_close.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 16px;
	height: 16px;
	content: '';
	margin-top: -8px;
	cursor: pointer;
	opacity: 0.6;
	transition: 0.5s;
}
#planner_ui_tracker h5 span:hover {
	opacity: 1;
}
#planner_ui_tracker .planner_ui_track_bullets {
	position: relative;
	margin-right: -20px;
	font-size: 0;
	line-height: 0;
}
#planner_ui_tracker .planner_ui_track_bullet {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px 0 40px;
	margin-bottom: 15px;
}
#planner_ui_tracker .planner_ui_track_bullet.single {
	display: block;
	white-space: normal;
	text-align: left;
	width: 100%;
	padding-right: 0;
	max-width: 450px;
}
#planner_ui_tracker .planner_ui_track_bullet p {
	text-align: left;
	padding-left: 0;
	padding-top: 10px;
}
#planner_ui_tracker .planner_ui_track_bullet p a {
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px 6px;
	text-decoration: none;
	transition: 0.5s;
	background: #28aa00;
	color: #fff;
	line-height: 1.15;
	border-radius: 3px;
	cursor: pointer;
}
#planner_ui_tracker .planner_ui_track_bullet p a:hover {
	background: #e68506;
}
#planner_ui_tracker .planner_ui_track_bullet.mouse1:before,
#planner_ui_tracker .planner_ui_track_bullet.mouse2:before,
#planner_ui_tracker .planner_ui_track_bullet.mouse3:before,
#planner_ui_tracker .planner_ui_track_bullet.mouse4:before {
	background: transparent url(/images/design/v2/ui/mouse_1.png) 50% 50% no-repeat;
	background-size: 32px 32px;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 32px;
	height: 32px;
	content: '';
	margin-top: -16px;
}
#planner_ui_tracker .planner_ui_track_bullet.mouse2:before {
	background: transparent url(/images/design/v2/ui/mouse_2.png) 50% 50% no-repeat;
	background-size: 32px 32px;
}
#planner_ui_tracker .planner_ui_track_bullet.mouse3:before {
	background: transparent url(/images/design/v2/ui/mouse_3.png) 50% 50% no-repeat;
	background-size: 32px 32px;
}
#planner_ui_tracker .planner_ui_track_bullet.mouse4:before {
	background: transparent url(/images/design/v2/ui/mouse_4.png) 50% 50% no-repeat;
	background-size: 32px 32px;
}
#planner_ui_tracker .planner_ui_track_bullet.single:before {
	background: transparent url(/images/design/v2/ui/idea.png) 50% 50% no-repeat;
	background-size: 32px 32px;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 32px;
	height: 32px;
	content: '';
}
#planner_ui_support {
	background: #fff;
	position: absolute;
	bottom: 10px;
	left: 40px;
	font-size: 13px;
	line-height: 1.15;
	border-bottom: 1px dashed;
	cursor: pointer;
	text-decoration: none;
	display: block;
	transition: 0.5s;
}
#planner_ui_support:before {
	background: transparent url(/images/design/v2/ui/alert.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: -24px;
	width: 16px;
	height: 16px;
	content: '';
	margin-top: -8px;
}
#planner_ui_support:hover {
	color: #000;
	border-bottom-color: transparent;
}
#planner_ui_admin {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
#planner_ui_admin #jivo_custom_widget {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 14px 32px 13px 20px;
	cursor: pointer;
	transition: 0.5s;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15;
	text-decoration: none;
	color: #256786;
	border-left: 1px solid #d0d0d0;
}
#planner_ui_admin.pro #jivo_custom_widget {
	visibility: hidden;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
#planner_ui_admin #jivo_custom_widget span {
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #28a900;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	display: block;
}
#planner_ui_admin #jivo_custom_widget span:after {
	background: transparent;	
	content: '';
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #28a900;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -19px;
	animation-name: pulse_arrow;
	-webkit-animation-name: pulse_arrow;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse_arrow {
	0% {
		transform: scale(0.8);
		opacity: 0.8;		
	}
	100% {
		transform: scale(1.6);
		opacity: 0;	
	}				
}
@-webkit-keyframes pulse_arrow {
	0% {
		-webkit-transform: scale(0.8);
		opacity: 0.8;		
	}	
	100% {
		-webkit-transform: scale(1.6);
		opacity: 0;	
	}			
}

#planner_ui_admin #jivo_custom_widget:hover {
	color: #e68506;
}
#planner_ui_admin .planner_ui_admin {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 40px;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0.5;
	padding: 0;
	border: none;
}
#planner_ui_admin .planner_ui_admin+.planner_ui_admin {
	border-left: 1px solid #d0d0d0;
}
#planner_ui_admin .planner_ui_admin:before {
	display: none;
}
#planner_ui_admin .planner_ui_admin:hover {
	opacity: 1;
}
#planner_ui_admin .planner_ui_admin.edit {
	background: transparent url(/images/design/v2/ui/tool_play.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#planner_ui_admin .planner_ui_admin.clear {
	background: transparent url(/images/design/v2/ui/tool_clear.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#planner_ui_admin .planner_ui_admin.review {
	background: transparent url(/images/design/v2/ui/tool_review.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#planner_ui_admin .planner_ui_admin.review_large {
	background: transparent url(/images/design/v2/ui/tool_review_large.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#planner_ui_admin .planner_ui_admin.admin {
	background: transparent url(/images/design/v2/ui/tool_admin.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#planner_ui_admin .planner_ui_admin.active {
	background-color: #b2ff4e;
	opacity: 1;
}
#planner_ui_admin .planner_ui_admin.active+.planner_ui_admin,
#planner_ui_admin .planner_ui_admin.active {
	border-left-color: #72c900;
}
#canvas_global_properties_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	display: none;
	text-align: center;
    background: transparent;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
#canvas_global_properties_wrapper.active {
	display: block;
}
#canvas_item_properties_wrapper {
    background: transparent;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 10px 0;
}
#planner_ui_options_wrapper {
	position: absolute;
	top: 0;
	left: 42px;
	padding: 15px 30px 30px 20px;
	z-index: 5;
}
.wall_drawing_mode #planner_ui_options_wrapper {
	display: none;
}
#planner_ui_options {
	position: relative;
	z-index: 5;
	text-align: center;
    background: transparent;
	display: none;
}
#planner_ui_options.active {
	display: block;
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;
}
#planner_ui_options #planner_ui_options_label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	background: #3baa00;
	padding: 4px 10px 4px 10px;
	z-index: 11;
	color: #fff;
	font-weight: 700;
	display: none;
}
#planner_ui_options.active #planner_ui_options_label {
	display: block;
}
.options_preset {
    background: #fff;
    border: none;
    border-radius: 0;
    -moz-box-shadow: 0px 3px 8px 0 rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0px 3px 8px 0 rgba(0,0,0, 0.15);
    box-shadow: 0px 3px 8px 0 rgba(0,0,0, 0.15);
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    white-space: nowrap;
    overflow: visible;
	padding: 26px 10px 10px 10px;
    display: none;
    width: auto;
    border: solid 1px rgba(0,0,0, 0.3);
    border-bottom: solid 1px rgba(0,0,0, 0.6);
    color: #333333;
    font-size: 13px;
    width: 180px;
    box-sizing: border-box;
}
.options_preset.w-110 {
    width: 110px;
}
.options_preset.w-120 {
	width: 120px;
}
.options_preset.w-130 {
	width: 130px;
}
.options_preset.w-140 {
	width: 140px;
}
.options_preset.slideFastLeft {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
	animation-name: none;
	-webkit-animation-name: none;
}
.options_preset .opt_input, 
#canvas_global_properties_wrapper .property_input,
#canvas_item_properties_wrapper .property_input {
    position: relative;
    width: auto;
    display: block;
    vertical-align: top;
	border: none;
	border-radius: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	 text-align: left;
}
#canvas_global_properties_wrapper .property_input {
    position: relative;
    text-align: left;
}
.options_preset .opt_input label,
#canvas_global_properties_wrapper .property_input label,
#canvas_item_properties_wrapper .property_input label {
    position: relative;
    display: block;
    vertical-align: top;
    text-transform: none;
    font-size: 11px;
    line-height: 1;
    padding: 0 5px 0 5px;
    z-index: 8;
    box-sizing: border-box;
    margin-bottom: -5px;
    color: grey;
	text-align: left;
}
.options_preset .opt_input label em,
#canvas_global_properties_wrapper .property_input label em,
#canvas_item_properties_wrapper .property_input label em {
	font-style: normal;
	display: inline-block;
	background: #fff;
	padding: 0 5px;
}
.options_preset .opt_input input,
#canvas_global_properties_wrapper .property_input input,
#canvas_item_properties_wrapper .property_input input {
	border: none;
	border: 1px solid rgba(0,0,0, 0.15);
	border-radius: 2px;
    position: relative;
    width: 100%;
    font: 13px/1 'Open Sans', sans-serif;
	font-weight: 700;
	color: #222;
    line-height: normal;
    text-transform: none;
    display: block;
    vertical-align: top;
	padding: 8px 34px 3px 10px;
	line-height: normal;
	box-sizing: border-box;
	transition: 0.5s;
	background: transparent;
	z-index: 5;
}
.options_preset .opt_input input::placeholder {
	color: #222;
}
.options_preset .opt_input select {
	border: none;
	border: 1px solid rgba(0,0,0, 0.15);
    border-radius: 0;
    display: block;
    width: 100%;
    text-transform: none;
    vertical-align: middle;
    font: 13px/1 'Open Sans', sans-serif;
	padding: 6px 34px 3px 10px;
	line-height: normal;
	box-sizing: border-box;
	transition: 0.5s;
	border-radius: 2px;
	background: #fff;
    background-image: url(/images/design/opt_select_bg.png);
    background-position: 100% 60%;
    background-repeat: no-repeat;
}
.options_preset .opt_input input:focus,
#canvas_global_properties_wrapper .property_input input:focus,
#canvas_item_properties_wrapper .property_input input:focus {
	border: none;
	color: #e68506;
	border: 1px solid #e68506;
}
.options_preset .opt_input select:focus {
	border: 1px solid #e68506;
}
.options_preset .opt_input+.opt_input {
    padding-top: 0;
    margin-top: 7px;
}
.options_preset .opt_input label.cm:after {
    display: none;
}
.options_preset .opt_input.cm:after,
#canvas_global_properties_wrapper .property_input.cm:after,
#canvas_item_properties_wrapper .property_input.cm:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    margin-top: -7px;
    content: 'см.';
    line-height: 1;
    font-size: 11px;
    color: #7a7a7a;
    text-transform: none;
}
.options_preset .opt_input i {
	position: absolute;
	bottom: 7px;
	right: 10px;
	margin-top: -7px;
	line-height: 1;
	font-style: normal;
	font-size: 11px;
	color: #7a7a7a;
	z-index: 4;
	text-transform: none;
}
.options_preset .opt_input.cm input,
#canvas_global_properties_wrapper .property_input.cm input,
#canvas_item_properties_wrapper .property_input.cm input {
	min-width: 60px;
}
.options_preset#pm-wall .opt_input label {
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	padding: 0 0 0px 0;
	background: #fff;
	display: block;
}
.options_preset#pm-wall .opt_input input {
	padding-left: 14px;
	text-align: center;
}
.options_preset#pm-wall .opt_input i {
	right: 27px;
}
.options_preset_control_icon {
	background: transparent url(/images/design/v2/ui/v2/thickness_more.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	bottom: 5px;
	right: 4px;
	width: 16px;
	height: 16px;
	opacity: 0.6;
	transition: opacity 0.3s;
	cursor: pointer;
	z-index: 6;
}
.options_preset_control_icon#pm-wall--depth-minus {
	background: transparent url(/images/design/v2/ui/v2/thickness_less.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	right: auto;
	left: 4px;
}
.options_preset_control_icon:hover {
	opacity: 1;
}
.options_preset_control_icon:active {
	bottom: 4px;
}
.opt_preset_buttons {
	padding-top: 7px;
    white-space: normal;
    margin-right: -5px;
    margin-bottom: -5px;
    font-size: 0;
    line-height: 0;
}
.opt_preset_buttons span {
    display: inline-block;
    box-sizing: border-box;
    width: 33.3333%;
    padding: 0 5px 5px 0;
}
.opt_preset_buttons span a {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    padding: 2px 0;
    text-align: center;
    border: 1px solid rgba(0,0,0, 0.1);
    border-radius: 2px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    color: #555;
}
.opt_preset_buttons span a:hover {
    color: #e48100;
    border: 1px solid #e48100;
}
#browsers_list {
	position: relative;
	white-space: nowrap;
	padding-top: 10px;
	font-size: 0;
	line-height: 0;
}
#browsers_list a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	padding-left: 35px;
	margin-right: 25px;
}
#browsers_list a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	content: '';
}
#browsers_list a.firefox:before {
	background: transparent url(/images/design/v2/ui/browser_firefox.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#browsers_list a.opera:before {
	background: transparent url(/images/design/v2/ui/browser_opera.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#browsers_list a.chrome:before {
	background: transparent url(/images/design/v2/ui/browser_chrome.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#services_zamery_example {
	position: relative;
	margin: 0 -20px;
}
#services_zamery_example img {
	max-width: 100%;
	height: auto;
}
#planner_ui_problems {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 40px;
}
#planner_ui_problems table {
	width: 100%;
}
#planner_ui_problems tr td {
	border-top: 1px solid #c5c5c5;
	padding: 18px 20px;
	line-height: 1.5;
	text-align: center;
	font-size: 13px;
	width: 30%;
	vertical-align: middle;
}
#planner_ui_problems tr td+td {
	border-left: 1px solid #c5c5c5;
	text-align: left;
	width: auto;
}
#planner_ui_problems tr:first-child td {
	border-top: 1px solid transparent;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
#planner_ui_problems tr td a {
	color: #256786;
}
#planner_ui_help_button {
	background: #256786 url(/images/design/v2/ui/help_text_1.png) 50% 50% no-repeat;
	position: absolute;
	z-index: 9;
	top: 70px;
	right: 0;
	border-radius: 3px 0 0 3px;
	width: 32px;
	height: 160px;
	cursor: pointer;
	transition: 0.5s;
}
#planner_ui_designer_button {
	background: #0e9500 url(/images/design/v2/ui/help_text_2.png) 50% 50% no-repeat;
	position: absolute;
	z-index: 9;
	top: 250px;
	right: 0;
	border-radius: 3px 0 0 3px;
	width: 32px;
	height: 150px;
	cursor: pointer;
	transition: 0.5s;
}
#planner_ui_help_button:hover {
	background-color: #1f80ae;
}
#planner_ui_designer_button:hover {
	background-color: #25c114;
}
#planner_ui_help.active+#planner_ui_help_close+#planner_ui_help_button {
	right: -40px;
}
#planner_ui_help.active+#planner_ui_help_close+#planner_ui_help_button+#planner_ui_designer_button {
	right: -40px;
}
#action_menu_wrappers {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 7px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 7px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 7px 0 rgba(0,0,0, 0.2);
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 1px solid #000;
	display: inline-block;
	vertical-align: middle;
}
#action_menu_wrappers:after {
	width: 0;
	height: 0;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
}
#action_menu_wrappers .action_menu_item {
	font-size: 0;
	line-height: 0;
	width: 32px;
	height: 32px;
	text-transform: uppercase;
    padding: 0;
    cursor: pointer;
    background: #252525;
    transition: background 0.2s, border-color 0.2s;
    border-radius: 0;
    margin: 0;
	border-right: 1px solid #000;
}
#action_menu_wrappers .action_menu_item.resize {
	background: #363636 url(/images/design/v2/ui/options/resize.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#action_menu_wrappers .action_menu_item.delete {
	background: #363636 url(/images/design/v2/ui/options/delete.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#action_menu_wrappers .action_menu_item.rotate {
	background: #363636 url(/images/design/v2/ui/options/rotate.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#action_menu_wrappers .action_menu_item.mirror {
	background: #363636 url(/images/design/v2/ui/options/mirror.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#action_menu_wrappers .action_menu_item.hide {
	background: #363636 url(/images/design/v2/ui/options/hide.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#action_menu_wrappers .action_menu_item.edit {
	background: #363636 url(/images/design/v2/ui/options/edit.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#action_menu_wrappers .action_menu_item:hover {
	background-color: #e68506;
}
#planner_ui_save_window {
	position: absolute;
	left: -20px;
	top: 35px;
	width: 300px;
	background: #f7f7f7;
	border-top: 1px solid #0e0e0e;
	border-bottom: 2px solid #0e0e0e;
	border-left: 2px solid #0e0e0e;
	border-right: 2px solid #0e0e0e;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0px 2px 7px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 7px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 7px 0 rgba(0,0,0, 0.2);
	display: none;
}
#planner_ui_save_window.extended {
	width: 400px;
}
#planner_ui_save_window.slideFastUp {
	display: block;
}
#planner_ui_save_window:before {
	position: absolute;
	top: -6px;
	left: 24px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0e0e0e;
    display: block;
    content: '';
}
#planner_ui_save_window_close {
	position: absolute;
	top: 100%;
	left: 18px;
    display: block;
    font-size: 11px;
    line-height: 1.15;
    color: #fff;
    font-weight: 400;
    padding: 2px 15px 4px;
    background: #0e0e0e;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0 0 3px 3px;
}
#planner_ui_save_window_close:hover {
    color: #ffb80e;
}
#planner_ui_save_window .planner_ui_save_input {
	position: relative;
	padding: 12px 18px;
}
#planner_ui_save_window .planner_ui_filesystem .planner_ui_save_input {
	padding: 12px 0;
}
#planner_ui_save_window .planner_ui_save_input+.planner_ui_save_input {
	padding-top: 5px;
}
#planner_ui_save_window .planner_ui_save_input#planner_ui_save_submit {
	padding: 0px 18px 16px;
}
#planner_ui_save_window .planner_ui_save_input label {
	display: block;
	font-size: 13px;
	line-height: 1.15;
	padding: 0 0 5px 8px;
}
#planner_ui_save_window .planner_ui_save_input.error label {
	color: #cc0000;
}
#planner_ui_save_window .planner_ui_save_input input {
	background: #fff;
	display: inline-block;
	padding: 4px 7px 6px 7px;
	border: 1px solid #c7c7c6;
	border-radius: 2px;
	color: #292929;
	font-weight: 400;
	font: 13px/1 'Open Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
}
#planner_ui_save_window .planner_ui_save_input.error input {
	background-color: #ffeeee;
	border: 1px solid #cc0000;
}
#planner_ui_save_window .planner_ui_save_input input:focus {
	background: #fff;
	border: 1px solid #f0a400;
}
#planner_ui_save_window .planner_ui_save_input .comment {
	display: block;
	font-size: 13px;
	line-height: 1.15;
	color: #7b7b7b;
	padding: 5px 0 0 8px;
}
#planner_ui_save_window .planner_ui_save_input .pre_button {
	display: block;
}
#planner_ui_save_window .planner_ui_save_input .pre_button span {
	font-size: 14px;
	text-transform: none;
	padding: 8px 10px;
	text-align: center;
}
#planner_ui_save_overlay {
	position: absolute;
	z-index: 13;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f7f7f7;
	display: none;
}
#planner_ui_save_window.loading #planner_ui_save_overlay {
	display: block;
}
#planner_ui_save_overlay:before {
	z-index: 14;
	content: '';
	position: absolute;
	width: 29px;
	height: 29px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	border: 3px solid #e68506;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
#planner_ui_save_window_message {
	position: relative;
	padding: 15px 18px;
	display: none;
}
#planner_ui_save_window.saved #planner_ui_save_window_form {
	display: none;
}
#planner_ui_save_window.saved #planner_ui_save_window_message {
	display: block;
}
#planner_ui_save_window_message strong {
	position: relative;
	font-size: 16px;
	letter-spacing: -0.5px;
	line-height: 1.15;
	display: block;
	padding-left: 24px;
	margin-bottom: 10px;
	color: #0e9500;
}
#planner_ui_save_window_message strong:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	background: transparent url(/images/design/v2/ui/saved.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_ui_save_window_message p {
	position: relative;
	font-size: 13px;
	line-height: 1.3;
	display: none;
}
#planner_ui_save_window_message p.active,
#planner_ui_save_window_message p.visible {
	display: block;
}
#planner_ui_save_window_message p.download_icon a {
	position: relative;
	font-size: 14px;
	line-height: 1.15;
	display: inline-block;
	padding: 8px 20px 8px 45px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0, 0.2);
	text-decoration: none;
	color: #232323;
	cursor: pointer;
	transition: 0.5s;
}
#planner_ui_save_window_message p.download_icon a:hover {
	color: #e68506;
	border: 1px solid #e68506;
}
#planner_ui_save_window_message p.download_icon a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -13px;
	width: 24px;
	height: 24px;
	content: '';
	background: transparent url(/images/design/v2/ui/download.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#planner_ui_save_id {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #757575;
	line-height: 1.15;
	padding-top: 10px;
}
#planner_ui_save_id b {
	font-weight: 700;
	color: #0e9500;
}
#planner_custom_track_escape {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 290px;
	font-size: 13px;
	line-height: 1.3;
	background: #fff;
	text-align: center;
	margin-left: -145px;
	display: none;
}
#planner_custom_track_escape.slideUp {
	display: block;
}
#planner_ui_tooltip {
	position: absolute;
	top: auto;
	left: auto;
	z-index: 101;
}
#planner_ui_tooltip_content {
	border: 1px solid rgba(0,0,0, 0.4);
	border-bottom: 1px solid rgba(0,0,0, 0.8);
	border-radius: 3px;
	background: #fff;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 1.15;
	-moz-box-shadow: 0px 2px 6px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 6px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 6px 0 rgba(0,0,0, 0.2);
}
#planner_services_laptop {
	background: transparent url(/images/design/v2/ui/rabota/laptop.png) 50% 50% no-repeat;
	width: 900px;
	height: 578px;
	margin: 0 auto;
	position: relative;
}
.pre_promo_wrap+#planner_services_laptop {
	margin-top: 40px;
}
#planner_services_laptop_canvas {
	background: #fff;
	position: absolute;
	top: 18px;
	left: 110px;
	right: 110px;
	height: 420px;
	border-radius: 4px;
	overflow: hidden;
}
#planner_services_laptop_canvas img.top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 8;
}
#planner_services_laptop_canvas img.side {
	position: absolute;
	top: 70px;
	left: 0;
	display: block;
	z-index: 8;
}
#planner_services_laptop_canvas img.gif {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 7;
}
#planner_services_laptop img.chat {
	position: absolute;
	top: 240px;
	right: 60px;
	display: block;
	z-index: 9;
}
#planner_ui_save_window_label {
	font-weight: 700;
	line-height: 1.3;
	font-size: 16px;
	letter-spacing: -0.5px;
	padding: 14px 18px 4px;
}
.planner_ui_filesystem {
	position: relative;
	padding: 14px 18px 18px;
	display: none;
}
.planner_ui_filesystem.active {
	display: block;
}
#planner_ui_save_window.saved .planner_ui_filesystem {
	display: none;
}
.planner_ui_filesystem_title {
	font-weight: 700;
	line-height: 1.3;
	font-size: 16px;
	letter-spacing: -0.5px;
	padding: 0 0 4px;
}
.planner_ui_filesystem_text {
	font-size: 13px;
	line-height: 1.4;
	padding: 4px 0 4px;
}
.planner_ui_filesystem_text+ul {
	font-size: 13px;
	line-height: 1.4;
}
.planner_ui_filesystem_text+ul li {
	position: relative;
	padding: 5px 0 5px 22px;
}
.planner_ui_filesystem_text+ul li a {
	cursor: pointer;
}
.planner_ui_filesystem_text+ul li:before {
	background: transparent url(/images/design/v2/ui/saved.png) 50% 50% no-repeat;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
}
#planner_ui_filesystem_buttons {
	position: relative;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	padding: 10px 0 0 0;
}
#planner_ui_filesystem_buttons a {
	display: inline-block;
	vertical-align: top;
	padding: 6px 12px;
	border-radius: 3px;
	background: #0e9500;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.15;
	font-weight: 700;
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
	transition: 0.5s;
}
#planner_ui_filesystem_buttons a+a {
	background: #256786;
}
#planner_ui_filesystem_buttons a:hover {
	background: #e68506;
}
.planner_ui_filesystem.load form {
	padding-top: 10px;
}
.planner_ui_filesystem .planner_ui_save_submit {
	padding-top: 15px;
}
.planner_ui_filesystem.export .planner_ui_save_submit {
	padding-top: 0px;
}
.planner_ui_filesystem .pre_button span {
	font-size: 14px;
	text-transform: none;
	padding: 8px 20px;
}
#planner_ui_save_error {
	position: absolute;
	left: -20px;
	top: 35px;
	width: 340px;
	font-size: 13px;
	line-height: 1.5;
	background: #f7f7f7;
	border-top: 1px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	border-left: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0px 2px 7px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 7px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 7px 0 rgba(0,0,0, 0.2);
	display: none;
}
#planner_ui_save_error p {padding: 10px 15px;}
#planner_ui_save_error.slideFastUp {
	display: block;
}
#planner_ui_save_error:before {
	position: absolute;
	top: -6px;
	left: 24px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #cc0000;
    display: block;
    content: '';
}
#planner_ui_save_error span {
	background: #cc0000;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.15;
	padding: 7px 15px;
    display: block;
}
#planner_custom_track_wall {
	z-index: 3;
	top: 29px;
	text-transform: uppercase;
	font-weight: 700;
	color: #9a9a9a;
	left: 72px;
	position: absolute;
	font-size: 12px;
	line-height: 1.15;
	background: #fff;
	cursor: pointer;
	transition: 0.5s;
}
#planner_custom_track_wall.hidden {
	display: none;
}
#planner_custom_track_wall:hover {
	color: #e68506;
}
#planner_custom_track_wall:before {
	background: transparent url(/images/design/v2/ui/navi_arrow.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: -30px;
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    margin-top: -8px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	animation-name: wall_arrow;
	-webkit-animation-name: wall_arrow;	
	animation-duration: 0.6s;	
	-webkit-animation-duration: 0.6s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes wall_arrow {
	0% {
		left: -30px;	
	}	
	50% {
		left: -20px;
	}
	100% {
		left: -30px;
	}			
}

@-webkit-keyframes wall_arrow {
	0% {
		left: -30px;	
	}	
	50% {
		left: -20px;
	}
	100% {
		left: -30px;
	}			
}
.planner_ui_mini_banner_wrapper {
	border: 1px solid #1b232b;
	border-radius: 3px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 3px 12px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 3px 12px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 3px 12px 0 rgba(0,0,0, 0.2);
}
.planner_ui_mini_banner {
	background: #fff url(/images/design/v2/ui/project/banner.jpg) 100% 50% no-repeat;
	border-radius: 2px;
	width: 348px;
	height: 88px;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: -0.5px;
	line-height: 1.2;
	text-decoration: none;
	text-align: left;
	color: #1b232b;
	padding: 12px 0 0 15px;
}
.planner_ui_mini_banner.search {
	background: #fff url(/images/design/v2/ui/search_promo_bg_mini.jpg) 100% 50% no-repeat;
}
.planner_ui_mini_banner.design {
	background: #fff url(/images/design/v2/ui/project/banner_2.jpg) 100% 50% no-repeat;
	height: 94px;
	width: 368px;
	font-size: 16px;
}
.planner_ui_mini_banner strong {
	font-size: 16px;
	letter-spacing: -0.5px;
	display: block;
}
.planner_ui_mini_banner > span {
	font-size: 24px;
	letter-spacing: -1px;
	display: block;
	font-weight: 400;
	padding-top: 1px;
	padding-bottom: 3px;
}
.planner_ui_mini_banner > i {
	position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 1.15;
    padding: 4px 12px;
    border-radius: 3px;
    background: #3baa00;
    color: #fff;
    font-style: normal;
 	-webkit-animation: shake-bottom 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-bottom 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.planner_ui_mini_banner > i:before {
    position: absolute;
    top: -5px;
    left: 13px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #3baa00;
    display: block;
    content: '';
}
.planner_ui_mini_banner > span span {
	position: relative;
	font-weight: 400;
	color: #cc0000;
}
.planner_ui_mini_banner > span span:before {
	background: #cc0000;
	height: 1px;
	top: 50%;
	left: -2px;
	right: -2px;
	content: '';
	margin-top: 1px;
	position: absolute;
	display: block;
}
.planner_ui_mini_banner .pre_button span {
	font-size: 13px;
	text-transform: none;
	line-height: 1;
	padding: 6px 25px;
}
.planner_ui_mini_banner .pre_button {
	margin-top: 8px;
}
.planner_ui_mini_banner.button {
	padding-top: 8px;
}
.planner_ui_mini_banner_wrapper_close {
	background: transparent url(/images/design/v2/ui/help_close.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	width: 24px;
	height: 24px;
	position: absolute;
	cursor: pointer;
	top: -24px;
	right: 0;
	transition: 0.5s;
	opacity: 0.5;
}
.planner_ui_mini_banner_wrapper_close:hover {
	opacity: 1;
}
#planner_ui_search_wrapper {
	background: #256786 url(/images/design/v2/ui/search_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#planner_ui_search_wrapper .pre_promo_title,
#planner_ui_search_wrapper .pre_promo_wrap {
	text-shadow: #000 1px 1px 1px;
}
#planner_ui_search {
	position: relative;
	max-width: 800px;
	min-height: 60px;
	margin: 30px auto 0;
	box-sizing: border-box;
}
#planner_ui_search_input {
	position: relative;
	padding-right: 450px;
}
#planner_ui_search_input input,
#planner_ui_search_size input {
	background: #fff;
	display: inline-block;
	padding: 9px 10px 10px 10px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #292929;
	font-weight: 400;
	font: 14px/1 'Open Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
}
#planner_ui_search_size {
	position: absolute;
	bottom: 0;
	left: 360px;
	width: 240px;
}
#planner_ui_search_input label,
#planner_ui_search_size label {
	font-size: 13px;
	line-height: 1.15;
	color: #fff;
	padding: 0 0 5px 10px;
	text-align: left;
	display: block;
}
#planner_ui_search_submit {
	position: absolute;
	right: 0;
	width: 190px;
	height: 40px;
	box-sizing: border-box;
	bottom: 0;
	background: #e68507;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.15;
	font-weight: 700;
	padding-top: 12px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
}
#planner_ui_search.loading #planner_ui_search_input,
#planner_ui_search.loading #planner_ui_search_size, 
#planner_ui_search.loading #planner_ui_search_submit {
	display: none;
}
#planner_ui_search.error:after {
	z-index: 156;
	content: 'Жилой комплекс с таким названием не найден!';
	position: absolute;
	bottom: -30px;
	left: 0;
	border-radius: 3px;
	padding: 5px 20px;
	background: #cc0000;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15;
	color: #fff;
}
#planner_ui_search.loading:after {
	z-index: 156;
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	border: 3px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
#planner_ui_search_submit:hover {
	background: #3cb401;
}
#planner_ui_search_results {
	display: none;
}
#planner_ui_search_results.active {
	display: block;
}
#planner_ui_search_size:after {
	content: 'кв.м.';
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.15;
	bottom: 13px;
	right: 12px;
	width: 40px;
	text-align: center;
	position: absolute;
}
.planner_ui_video {
	position: absolute;
	bottom: 45px;
	left: -300px;
	padding-left: 40px;
	font-size: 13px;
	line-height: 1.15;
	text-decoration: none;
	color: #272727;
	transition: 0.5s;
	opacity: 0;
	transition: 0.5s;
}
.planner_ui_video.active {
	left: 10px;
	opacity: 1;
}
.planner_ui_video b {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #cc0000;
	display: block;
	transition: 0.5s;
}
.planner_ui_video:hover, .planner_ui_video:hover b {
	color: #ff1e1d;
}
.planner_ui_video:before {
	background: transparent url(/images/design/v2/ui/video.png) 50% 50% no-repeat;
	background-size: 32px 33px;
	content: '';
	width: 32px;
	height: 33px;
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 0;
	margin-top: -16px;
}
.planner_ui_search_item {
	position: relative;
	font-size: 0;
	line-height: 0;
	max-width: 940px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
	white-space: nowrap;
}
.planner_ui_search_item_image {
	width: 45%;
	padding-right: 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.planner_ui_search_item_image img {
	max-width: 100%;
	height: auto;
}
.planner_ui_search_item_data {
	white-space: normal;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	box-sizing: border-box;
	padding: 50px 30px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
}
.planner_ui_search_item_data .pre_promo_half_params .pre_promo_half_param {
	margin-top: 10px;
	margin-bottom: 0;
}
.planner_ui_search_item_data_points {
	position: relative;
	margin: -10px 0;
}
.planner_ui_search_item_data_point {
	font-size: 14px;
	line-height: 1.15;
	padding-bottom: 4px;
}
.planner_popup_content h5 {
	font-size: 16px;
	letter-spacing: -0.5px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 15px;
}
.planner_popup_content h4 {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 700;
	text-align: left;
	padding-bottom: 15px;
}
.planner_ui_setup_wrapper.jk {
	background: transparent url(/images/design/v2/ui/search_promo_bg.jpg) 50% 100% no-repeat;
	text-align: left;
	margin: -18px -25px;
	padding: 40px 30px 45px;
}
#planner_start_filters .planner_popup_content p {
	line-height: 1.6;
	font-size: 13px;
}
#planner_start_filters .planner_popup_content p.font-18 {
	line-height: 1.4;
	font-size: 16px;
	letter-spacing: -0.5px;
	padding-bottom: 20px;
}
#planner_ui_setup_save {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;
	margin-bottom: -10px;
}
#planner_ui_setup_save+.pre_form_wrapper form.pre_form {
	padding-bottom: 0;
}
#planner_ui_setup_reject {
	padding-bottom: 10px;
}
#planner_ui_setup_reject a {
	cursor: pointer;
}
.planner_ui_setup_wrapper {
	display: none;
}
.planner_ui_setup_wrapper:first-child {
	display: block;
}
.planner_ui_setup {
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 0;
}
.planner_ui_setup_item {
	box-sizing: border-box;
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding-left: 28px;
	position: relative;
	font-size: 14px;
	line-height: 1.15;
	margin: 10px 0;
	transition: 0.5s;
	cursor: pointer;
}
.planner_ui_setup_item.w50 {
	width: 50%;
}
.planner_ui_setup_item.w100 {
	width: 100%;
}
.planner_ui_setup_item:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 2px solid #313131;
	content: '';
	margin-top: -10px;
	transition: 0.5s;
}
.planner_ui_setup_item:hover {
	color: #256786;
}
.planner_ui_setup_item:hover:before {
	border: 2px solid #256786;
}
.planner_ui_setup_item.active {
	color: #21a100;
}
.planner_ui_setup_item.active:before {
	background-color: #21a100;
	border: 2px solid #21a100;
}
form.pre_form .pre_input input[type='text'].email_errored {
    border-color: #cc0000;
    color: #cc0000;
}
#planner_ui_setup_start {
	font-size: 13px;
	line-height: 1;
	padding: 8px 20px;
	background: #e68506;
	border: 1px solid #e68506;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	transition: 0.5s;
}
#planner_ui_setup_start:hover {
	background: #256786;
	color: #fff;
	border: 1px solid #256786;
}
#jk_fix_price {
	background: transparent url(/images/design/v2/ui/search_sale.jpg) 50% 50% no-repeat;
	position: relative;
	max-width: 580px;
	margin: 0 auto;
	min-height: 123px;
	box-sizing: border-box;
	padding-top: 110px;
	font-size: 14px;
	line-height: 1.15;
	letter-spacing: -0.5px;
	text-align: center;
}
#jk_fix_price strong {
	display: block;
	font-size: 27px;
	line-height: 1.15;
	letter-spacing: -1px;
}
#jk_fix_price_about {
	padding-top: 25px;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.5px;
}
#jk_fix_price_steps {
	font-size: 0;
	line-height: 0;
	text-align: center;
	max-width: 940px;
	margin: -30px auto 0;
	position: relative;
}
#jk_fix_price_steps .jk_fix_price_step {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 20px 20px;
	position: relative;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.4;
	letter-spacing: -0.5px;
}
#jk_fix_price_steps .jk_fix_price_step strong {
	display: block;
	font-size: 32px;
	letter-spacing: -1.5px;
	font-weight: 300;
}
#jk_fix_price_status {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: -1px;
	padding-top: 40px;
}
#jk_fix_price_status_meter {
	max-width: 400px;
	margin: 0 auto;
	padding: 10px 0;
}
#jk_fix_price_substatus {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.15;
}
#jk_fix_price_substatus:before {
	background: transparent url(/images/design/v2/ui/alert.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	margin-top: -8px;
}
.pre_promo ul#jk_fix_price_policy {
	padding-top: 0;
	margin-top: -30px;
	font-size: 16px;
	line-height: 1.15;
	letter-spacing: -0.5px;
	padding-bottom: 30px;
}
#jk_fix_price_phone {
	font-size: 21px;
	line-height: 1.15;
	letter-spacing: -0.5px;
}
.no_keys_message {
	background: transparent url(/images/design/v2/ui/keys.png) 0 50% no-repeat;
	font-size: 14px;
	line-height: 1.2;
	position: absolute;
	top: -40px;
	left: 15px;
	width: 280px;
	text-align: left;
	padding-left: 40px;
	text-decoration: none;
	color: #1d1d1d;
	display: none;
}
.no_keys_message strong {
	display: block;
}
.slideUp .no_keys_message {
	display: block;
	animation-delay: 120s;
	animation-duration: 0.7s;
	animation-name: no_keys_slide;
	animation-fill-mode: forwards;
	margin-left: 500px;
}
@media screen and (max-width: 1400px) {
	.slideUp .no_keys_message {display:none;}
}
@keyframes no_keys_slide {
	from {margin-left: 500px;}
	to {margin-left: 0px;}
}
#for_print {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100000000000001;
	display: none;
	cursor: pointer;
}
#for_print div {
	margin: auto;
	width: 420px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.5px;
	font-weight: 700;
	text-align: center;
}
.for_print.is_planner #for_print div:before {
	display: block;
	content: 'Для корректной печати чертежей необходимо скачать pdf-версию проекта';
}
.for_print.is_planner #for_print {
	display: flex;
}
.for_print.is_planner #container {
	min-width: 640px;
}
.blurred #canvas_wrapper {
	opacity: 0.2;
}
#planner_ui_versions {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px solid rgba(0,0,0, 0.2);
	border-bottom: 1px solid rgba(0,0,0, 0.5);
	border-radius: 0 0 0 3px;
	background: #fff;
	z-index: 11;
	height: 32px;
	overflow: hidden;
	-moz-box-shadow: 0px 2px 5px 0 rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0 rgba(0,0,0, 0.1);
	box-shadow: 0px 2px 5px 0 rgba(0,0,0, 0.1);
	padding-top: 2px;
}
#planner_ui_versions .planner_ui_version {
	padding: 10px 40px 10px 15px;
	font-size: 11px;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	color: #676767;
	display: block;
	transition: 0.5s;
	text-decoration: none;
}
#planner_ui_versions .planner_ui_version+.planner_ui_version {
	border-top: 1px solid rgba(0,0,0, 0.2);
}
#planner_ui_versions .planner_ui_version:hover {
	color: #ee9700;
}
#planner_ui_versions:before {
	position: absolute;
	top: 50%;
	right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #cacaca;
    display: block;
    content: '';
    margin: -2px 0 0 -5px;
}
#planner_ui_versions_list {
	font-size: 0;
	line-height: 0;
	margin-right: -20px;
	white-space: nowrap;
	padding: 10px 0 10px;
}
#planner_ui_versions_list .planner_ui_versions_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
#planner_ui_versions_list .planner_ui_versions_item > a {
	display: block;
	padding-top: 140px;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.5px;
	text-decoration: none;
	color: #838383;
	transition: 0.3s;
	cursor: pointer;
}
#planner_ui_versions_list .planner_ui_versions_item > a em {
	display: block;
	position: absolute;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.5px;
	color: #838383;
	font-style: normal;
	top: 98px;
	left: 0;
	right: 0;
}
#planner_ui_versions_list .planner_ui_versions_item .planner_ui_versions_item_delete {
	background: #fff;
	position: absolute;
	top: -5px;
	left: 45px;
	right: 65px;
	z-index: 22;
	padding-bottom: 10px;
	text-align: center;
}
#planner_ui_versions_list .planner_ui_versions_item .planner_ui_versions_item_delete a {
	background: transparent url(/images/design/v2/ui/remove_version.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	transition: 0.3s;
	cursor: pointer;
	opacity: 0.6;
}
#planner_ui_versions_list .planner_ui_versions_item .planner_ui_versions_item_delete a:hover {
	opacity: 1;
}
#planner_ui_versions_list .planner_ui_versions_item > a:before {
	background: transparent url(/images/design/v2/ui/version.png) 50% 42% no-repeat;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	height: 120px;
	border: 2px dashed #d8d8d8;
	border-radius: 4px;
	content: '';
	position: absolute;
	transition: 0.3s;
}
#planner_ui_versions_list .planner_ui_versions_item > a:hover:before {
	border-color: #f3880d;
}
#planner_ui_versions_list .planner_ui_versions_item.add > a:before {
	background: transparent url(/images/design/v2/ui/add_version.png) 50% 50% no-repeat;
	background-size: 64px 64px;
	border: 2px dashed #1e9d00;
}
#planner_ui_versions_list .planner_ui_versions_item > a:hover:before {
	border-color: #f3880d;
}
#planner_ui_versions_list .planner_ui_versions_item.add > a {
	color: #1e9d00;
}
#planner_ui_versions_list .planner_ui_versions_item > a:hover {
	color: #f3880d;
}
#planner_ui_versions_list .planner_ui_versions_item.active:after {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.15;
	text-decoration: none;
	color: #54869f;
	content: 'текущая';
}
#planner_ui_versions_list .planner_ui_versions_item.active > a:before {
	background: transparent url(/images/design/v2/ui/version_active.png) 50% 42% no-repeat;
	border-color: #54869f;
}
#planner_ui_versions_list .planner_ui_versions_item.active > a {
	color: #54869f;
	cursor: default;
}
#planner_ui_versions_list .planner_ui_versions_item.active > a:hover:before {
	border-color: #54869f;
}
#planner_ui_versions_add {
	display: none;
}
#planner_ui_versions_list.add {
	display: none;
}
#planner_ui_versions_list.add+#planner_ui_versions_add {
	display: block;
}
#planner_ui_versions_add a {
	background-color: #fff;
	display: block;
	border: 1px solid #53869e;
	border-radius: 2px;
	padding: 10px 10px;
	text-decoration: none;
	margin-bottom: 10px;
	transition: 0.3s;
	font-weight: 700;
	letter-spacing: -0.5px;
	cursor: pointer;
}
#planner_ui_versions_add h5 {
	font-size: 27px;
	font-weight: 300;
	letter-spacing: -1px;
}
#planner_ui_versions_add a:hover {
	border: 1px solid #f3880d;
	color: #e17b05;
}
#planner_ui_versions_pro p:first-child {
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -1px;
}
#planner_ui_versions_pro {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 31;
	padding-top: 50px;
	display: none;
}
#planner_ui_versions_pro.active {
	display: block;
}
#pro_expire_text {
	position: absolute;
	top: 28px;
	left: 50%;
	font-size: 13px;
	line-height: 1.15;
	z-index: 4;
	color: grey;
	text-align: center;
	width: 540px;
	margin-left: -270px;
	background: rgba(255,255,255, 0.6);
}
#pro_expire_text:before {
    background: transparent url(/images/design/v2/ui/alert.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 16px;
    height: 16px;
    content: '';
    margin-left: -8px;
}
#pro_expire_text b {
	font-size: 14px;
    color: #cc0000;
    display: block;
    padding-bottom: 3px;
}
#planner_objects_pro_expired_text {
	padding-bottom: 20px;
	font-size: 13px;
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.6;
}
#planner_objects_pro_expired_text span {
	font-size: 16px;
	letter-spacing: -0.5px;
}
#planner_objects_pro_expired_button {
	padding-bottom: 10px;
}
#planner_ui_remote_actions {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#planner_ui_remote_actions .planner_ui_remote_action {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 20px 40px 0;
	font-size: 14px;
	line-height: 1.5;
}
#planner_ui_remote_actions .planner_ui_remote_action img {
	max-height: 60px;
	width: auto;
}
.pre_promo #planner_ui_remote_actions .planner_ui_remote_action p {
	padding-top: 15px;
}
#planner_ui_remote_actions:before {
    background: transparent url(/images/design/v2/ui/client_remote_arrows.png) 50% 50% no-repeat;
    position: absolute;
    top: -15px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    height: 69px;
    content: '';
    opacity: 0.3;
}
.pre_button_comment {
	padding-top: 15px;
	font-size: 13px;
	line-height: 1.15;
	color: grey;
}
#demo_comment {
	position: absolute;
	top: 12px;
	left: 0px;
	right: 0px;
	font-size: 13px;
	line-height: 1.15;
	z-index: 4;
	color: grey;
	text-align: center;
}
#demo_comment span {
	background: rgba(255,255,255, 0.6);
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 22px;
}
#demo_comment span:before {
    background: transparent url(/images/design/v2/ui/alert.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    margin-top: -8px;
}
#footer_bar {
	min-width: 940px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 51;
	-moz-box-shadow: 0px 0 11px 0 rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0px 0 11px 0 rgba(0,0,0, 0.15);
	box-shadow: 0px 0 11px 0 rgba(0,0,0, 0.15);
}
#footer_bar.open {
	z-index: 61;
}
#footer_bar_navi {
	position: relative;
	z-index: 52;
	height: 42px;
	background: #fff;
}
#footer_bar_folders {
	position: relative;
	z-index: 52;
	font-size: 0;
	line-height: 0;
}
#footer_bar_folders .footer_bar_folder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 42px;
	box-sizing: border-box;
	padding: 13px 15px 0;
	font-size: 14px;
	line-height: 1.15;
	letter-spacing: -0.5px;
	cursor: pointer;
	color: #256786;
	transition: 0.5s;
	text-decoration: none;
}
#footer_bar_folders .footer_bar_folder.color-green {
	color: #3baa00;
}
#footer_bar_folders .footer_bar_folder.color-red {
	color: #cc0000;
}
#footer_bar_folders .footer_bar_folder.strong {
	font-weight: 700;
}
#footer_bar_folders .footer_bar_folder.dir_ai_help {
	font-weight: 700;
	padding-left: 48px;
}
#footer_bar_folders .footer_bar_folder.dir_ai_help:before {
    background: transparent url(/images/design/v2/ui/v2/help.png) 50% 50% no-repeat;
    background-size: 24px 24px;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
}
#footer_bar_folders .footer_bar_folder:hover {
	color: #e68506;
}
#footer_bar_folders .footer_bar_folder.active {
	color: #232323;
	cursor: default;
}
#footer_bar_folders .footer_bar_folder.active:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: -2px;
	height: 3px;
	background: #e68506;
	z-index: 52;
	content: '';
}
#footer_bar_folders .footer_bar_folder.display_none {
	display: none;
}
#footer_bar:before {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background: #000;
	opacity: 0.2;
	z-index: 52;
	content: '';
}
#footer_bar_report {
	position: absolute;
	bottom: 42px;
	left: 0px;
	font-size: 0;
	line-height: 0;
	z-index: 53;
}
#footer_bar_report a {
	background: #3baa00;
	font-size: 11px;
	line-height: 1.15;
	position: relative;
	display: inline-block;
	padding: 6px 15px 5px;
	border-bottom: 1px solid #276f00;
	font-weight: 700;
	text-decoration: none;
	border-radius: 0 3px 0 0;
	color: #fff;
	text-transform: uppercase;
	transition: 0.5s;
	cursor: pointer;
}
#footer_bar_report a:hover {
	background: #ef8802;
	border-bottom: 1px solid #c34e00;
}
#footer_bar_tools {
	position: absolute;
	top: 0;
	right: 0;
	height: 42px;
	font-size: 0;
	line-height: 0;
	z-index: 53;
}
#footer_bar_tools .footer_bar_tool {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 42px;
	transition: 0.5s;
}
#footer_bar_tools .footer_bar_tool > a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 42px;
	cursor: pointer;
	opacity: 0.6;
	transition: 0.5s;
}
#footer_bar_tools .footer_bar_tool .footer_bar_comment {
	background: #2c2c2c;
	position: absolute;
	right: 0px;
	bottom: 100%;
	font-size: 11px;
	line-height: 1.3;
	text-align: center;
	color: #d9d9d9;
	padding: 4px 10px 5px;
	white-space: nowrap;
	border-radius: 3px 3px 0 0;
	display: none;
}
#footer_bar_tools .footer_bar_tool .footer_bar_comment:before {
	position: absolute;
	top: 100%;
	right: 17px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2c2c2c;
    display: block;
    content: '';
    margin: 0 0 0 -6px;
}
#footer_bar_tools .footer_bar_tool .footer_bar_comment.expandOpen {
	display: block;
}
#footer_bar_tools .footer_bar_tool.active .footer_bar_comment {
	display: none;
}
#footer_bar_tools .footer_bar_tool.is_pro span {
	position: absolute;
	font-style: normal;
	height: auto;
	background: #3baa00;
	color: #fff;
	padding: 2px 4px 1px;
	border-radius: 2px;
	display: block;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.15;
	top: -5px;
	left: 50%;
	margin-left: -13px;
}
#footer_bar_tools .footer_bar_tool.bordered {
	border-left: 1px solid rgba(0,0,0, 0.15);
}
#footer_bar_tools .footer_bar_tool a:hover,
#footer_bar_tools .footer_bar_tool.active > a {
	opacity: 1;
}
#footer_bar_tools .footer_bar_tool.active > a:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 3px;
	background: #e68506;
	opacity: 1;
	z-index: 52;
	content: '';
}
#footer_bar_tools .footer_bar_tool.center > a {
	background: transparent url(/images/design/v2/ui/v2/footer_center.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.pen > a {
	background: transparent url(/images/design/v2/ui/v2/footer_pen.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.group_items > a {
	background: transparent url(/images/design/v2/ui/v2/footer_select.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.undo {
    width: 34px;
}
#footer_bar_tools .footer_bar_tool.redo {
	width: 34px;
}
#footer_bar_tools .footer_bar_tool.undo > a {
	background: transparent url(/images/design/v2/ui/v2/footer_undo.png) 70% 50% no-repeat;
    background-size: 24px 24px;
    width: 34px;
    opacity: 0.2;
    cursor: default;
}
#footer_bar_tools .footer_bar_tool.redo > a {
	background: transparent url(/images/design/v2/ui/v2/footer_redo.png) 30% 50% no-repeat;
    background-size: 24px 24px;
	width: 34px;
	opacity: 0.2;
	cursor: default;
}
#footer_bar_tools .footer_bar_tool.undo.available > a {
    opacity: 0.6;
    cursor: pointer;
}
#footer_bar_tools .footer_bar_tool.redo.available > a {
	opacity: 0.6;
	cursor: pointer;
}
#footer_bar_tools .footer_bar_tool.undo.available > a:hover {
    opacity: 1;
}
#footer_bar_tools .footer_bar_tool.redo.available > a:hover {
	opacity: 1;
}
#footer_bar_tools .footer_bar_tool.comment > a {
	background: transparent url(/images/design/v2/ui/v2/footer_comment.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.clear > a {
	background: transparent url(/images/design/v2/ui/v2/footer_clear.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.clear_red > a {
	background: transparent url(/images/design/v2/ui/v2/footer_clear_red.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.ruler > a {
	background: transparent url(/images/design/v2/ui/v2/footer_ruler.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.ai_zoom_in > a {
	background: transparent url(/images/design/v2/ui/v2/ai_zoom_in.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.ai_zoom_out > a {
	background: transparent url(/images/design/v2/ui/v2/ai_zoom_out.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.ai_bright_in > a {
	background: transparent url(/images/design/v2/ui/v2/ai_bright_in.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.ai_bright_out > a {
	background: transparent url(/images/design/v2/ui/v2/ai_bright_out.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.ai_cancel > a {
	background: transparent url(/images/design/v2/ui/v2/ai_cancel.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.ai_rotate > a {
	background: transparent url(/images/design/v2/ui/v2/ai_rotate.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.ai_rotate_end > a {
	background: transparent url(/images/design/v2/ui/v2/ai_rotate_end.png) 50% 50% no-repeat;
    background-size: 24px 24px;
}
#footer_bar_tools .footer_bar_tool.turn > a {
	background: transparent url(/images/design/v2/ui/v2/turn_bar.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}
.footer_bar_tool_switch {
	position: absolute;
	bottom: 8px;
	right: 10px;
	left: 10px;
	background: #fff;
	border: 1px solid rgba(0,0,0, 0.2);
	border-radius: 10px;
	height: 10px;
	transition: 0.3s;
}
.contextmenu_item .footer_bar_tool_switch {
	auto: 10px;
	width: 20px;
	bottom: auto;
	top: 50%;
	margin-top: -6px;
}
.contextmenu_item:hover .footer_bar_tool_switch {
	border: 1px solid #b86a05;
}
.autosave .footer_bar_tool_switch {
	border: 1px solid rgba(255,14,14, 0.5);
}
.footer_bar_tool_switch span {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 10px;
	height: 10px;
	border: 1px solid rgba(0,0,0, 0.2);
	border-bottom: 1px solid rgba(0,0,0, 0.5);
	background: #e4e4e4;
	border-radius: 50%;
	-moz-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	transition: 0.3s;
}
.contextmenu_item:hover .footer_bar_tool_switch span {
	border: 1px solid #814900;
}
.autosave .footer_bar_tool_switch span {
	background: #ffadad;
	border-color: #cc0000;
	-moz-box-shadow: 0px 2px 4px 0 rgba(255,14,14, 0.4);
	-webkit-box-shadow: 0px 2px 4px 0 rgba(255,14,14, 0.4);
	box-shadow: 0px 2px 4px 0 rgba(255,14,14, 0.4);
}
.footer_bar_tool_switch.active {
	background: #b8f295;
	border: 1px solid rgba(0,0,0, 0.2);
}
.footer_bar_tool_switch.active span {
	left: 100%;
	border: 1px solid #4db210;
	border-bottom: 1px solid #266400;
	background: #fff;
	-moz-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	margin-left: -11px;
}
.footer_bar_tool.switch {
	cursor: pointer;
}
#footer_bar_tools .footer_bar_tool.switch a {
	cursor: pointer;
	z-index: 21;
}
#footer_bar_tools .footer_bar_tool.switch:hover .footer_bar_tool_switch {
	background: #ffe9c4;
	border-color: #ffad1f;
}
#footer_bar_tools .footer_bar_tool.switch:hover .footer_bar_tool_switch span {
	background: #fff;
	border-color: #ffad1f;
}
#footer_bar_tools .footer_bar_tool.switch:after {
	position: absolute;
	top: 6px;
	width: 14px;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	transition: 0.5s;
	content: '';
	opacity: 0.6;
}
#footer_bar_tools .footer_bar_tool.switch.sockets:after {
	background: transparent url(/images/design/v2/ui/v2/switch_socket.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#footer_bar_tools .footer_bar_tool.switch.furniture:after {
	background: transparent url(/images/design/v2/ui/v2/switch_furniture.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#footer_bar_tools .footer_bar_tool.switch.magnets:after {
	background: transparent url(/images/design/v2/ui/v2/switch_magnets.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#footer_bar_tools .footer_bar_tool.switch.sizes:after {
	background: transparent url(/images/design/v2/ui/v2/switch_sizes.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#footer_bar_tools .footer_bar_tool.switch.autosave:after {
	background: transparent url(/images/design/v2/ui/v2/switch_save.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#footer_bar_tools .footer_bar_tool.switch.help:after {
	background: transparent url(/images/design/v2/ui/v2/switch_help.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#footer_bar_tools .footer_bar_tool.switch:hover:after {
	opacity: 1;
}
#footer_bar #planner_ui_zoom {
	border-top: none;
	height: auto;
	position: absolute;
	width: 180px;
	bottom: auto;
	right: 0;
	top: -18px;
	border-left: none;
	z-index: 50;
	transition: 0.5s;
}
#footer_bar_close {
	position: absolute;
	top: -25px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.15;
	font-weight: 700;
	padding-right: 20px;
	right: -200px;
	transition: 0.5s;
	z-index: 52;
	color: #6b6b6b;
	cursor: pointer;
	padding: 2px 22px 2px 4px;
	border-radius: 10px;
	background: rgba(255,255,255, 0.4);
}
#footer_bar.open #footer_bar_close {
	right: 10px;
}
#footer_bar.open #footer_bar_close:hover {
	color: #256786;
}
#footer_bar #footer_bar_close:before {
    background: transparent url(/images/design/v2/ui/help_close.png) 50% 50% no-repeat;
    background-size: 14px 14px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 14px;
    height: 14px;
    content: '';
    margin-top: -7px;
    opacity: 0.5;
    transition: 0.3s;
}
#footer_bar #footer_bar_close:hover:before {
    opacity: 1;
}
#footer_bar.open #planner_ui_zoom {
	right: -270px;
}
#footer_bar #planner_ui_zoom_slider {
	top: -2px;
}
#footer_bar #planner_ui_zoom_less {
	opacity: 0.3;
}
#footer_bar #planner_ui_zoom_more {
	opacity: 0.3;
}
#footer_bar #planner_ui_zoom_less:hover, #footer_bar #planner_ui_zoom_more:hover {
	opacity: 1;
	background-color: #ffcb3d;
}
#footer_bar #planner_ui_zoom_slider span:after {
	background: #fff;
	border: 1px solid #4db210;
	border-bottom: 1px solid #266400;
	background: #fff;
	-moz-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-size: 100% 100%;
	position: absolute;
	top: -6px;
	right: -6px;
	content: '';
	cursor: ew-resize;
}
.footer_bar_tip_wrapper {
	position: absolute;
	bottom: 100%;
	margin-bottom: 0px;
	right: 22px;
    background: transparent;
    border: solid 1px rgba(0,0,0, 0.3);
    border-bottom: solid 1px rgba(0,0,0, 0.6);
    border-top: solid 2px #ffad1f;
	-moz-box-shadow:     0px 4px 11px 0 rgba(0,0,0, 0.18);
	-webkit-box-shadow:  0px 4px 11px 0 rgba(0,0,0, 0.18);
	box-shadow:          0px 4px 11px 0 rgba(0,0,0, 0.18);
	display: none;
}
.footer_bar_tip_wrapper:before {
	position: absolute;
	top: 100%;
	right: -1px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid rgba(0,0,0, 0.3);
    display: block;
    content: '';
    margin: 0 0 0 -12px;
}
.footer_bar_tip_wrapper:after {
	position: absolute;
	top: 100%;
	right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    display: block;
    content: '';
    margin: 0 0 0 -10px;
    cursor: default;
}
.footer_bar_tip_wrapper .footer_bar_tip_close {
	background: rgba(255,255,255,1);
	position: absolute;
	bottom: 100%;
	right: 0;
	font-size: 11px;
	line-height: 1.15;
	color: #666666;
	padding-right: 16px;
	display: block;
	cursor: pointer;
	margin-bottom: 7px;
}
.footer_bar_tip_wrapper .footer_bar_tip_close:hover {
    color: #2b2b2b;
}
.footer_bar_tip_wrapper .footer_bar_tip_close:before {
    background: transparent url(/images/design/v2/ui/help_close.png) 50% 50% no-repeat;
    background-size: 12px 12px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    content: '';
    margin-top: -5px;
    opacity: 0.5;
    transition: 0.3s;
}
.footer_bar_tip_wrapper .footer_bar_tip_close:hover:before {
    opacity: 1;
}
.footer_bar_tip_wrapper .footer_bar_tip {
	background: #fff;
    color: #333333;
    font-size: 13px;
    line-height: 1.3;
	padding: 12px 15px;
	white-space: nowrap;
	cursor: default;
}
#footer_bar_tools .footer_bar_tool.active .footer_bar_tip_wrapper {
	display: block;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.3s;	
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
}
.footer_bar_tip_wrapper .footer_bar_tip b {
	font-size: 14px;
	letter-spacing: -0.5px;
	padding-bottom: 7px;
	display: block;
}
.footer_bar_tip_wrapper .footer_bar_tip ul li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 5px;
}
.footer_bar_tip_wrapper .footer_bar_tip p {
	line-height: 1.4;
	padding-bottom: 7px;
}
.footer_bar_tip_wrapper .footer_bar_tip p a {
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s;
}
.footer_bar_tip_wrapper .footer_bar_tip p a:hover {
	color: #e68506;
}
.footer_bar_tip_wrapper .footer_bar_tip p:last-child {
	padding-bottom: 0;
}
.footer_bar_tip_wrapper .footer_bar_tip ul:last-child li:last-child {
	padding-bottom: 0;
}
.footer_bar_tip_wrapper .footer_bar_tip ul li em {
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	color: grey;
}
.footer_bar_tip_wrapper .footer_bar_tip .pre_button span {
	text-transform: none;
	padding: 5px 14px;
	font-size: 13px;
}
.footer_bar_tip_wrapper .footer_bar_tip .pre_button {
	margin-bottom: 3px;
}
#footer_bar_save_status {
	position: absolute;
	bottom: 54px;
	right: 190px;
	font-size: 11px;
	line-height: 1.15;
	z-index: 49;
	background: rgba(255,255,255,0.8);
}
#footer_bar_save_status .save_status {
	position: relative;
	white-space: nowrap;
	display: none;
}
#footer_bar_save_status .save_status.active {
	display: block;
}
#footer_bar_save_status .save_status.saved {
	padding-right: 90px;
}
#footer_bar_save_status .save_action {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 2px 7px;
	text-transform: uppercase;
	font-weight: 700;
	color: #3baa00;
	border: 1px solid rgba(59, 170, 0, 0.5);
	border-radius: 2px;
	cursor: pointer;
	margin-top: -9px;
	transition: 0.5s;
}
#footer_bar_save_status .save_action:hover {
	color: #e68506;
	border: 1px solid #e68506;
}
#footer_bar_save_status .save_status.loading {
	padding-right: 25px;
}
#footer_bar_save_status .save_status.loading:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 0;
	margin: -10px 0 0 0;
	border: 2px solid #e68506;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
#footer_bar_shadow {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	height: 40px;
	z-index: 40;
	content: '';
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 38%, rgba(255,255,255,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(38%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 38%, rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 38%, rgba(255,255,255,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 38%, rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 38%, rgba(255,255,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
#footer_bar_content {
	position: relative;
	height: 0px;
	z-index: 51;
	background: #f3f3f3;
	overflow: hidden;
	transition: 0.3s;
	white-space: nowrap;
}
#footer_bar_content .footer_bar_content {
	position: relative;
	min-height: 100px;
	display: none;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
#footer_bar_content .footer_bar_content.left {
	text-align: left;
}
#footer_bar_content .footer_bar_content.active {
	display: block;
}
#footer_bar_content:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #000;
	opacity: 0.2;
	z-index: 51;
	content: '';
}
.footer_bar_banner {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 310px;
	padding: 90px 20px 20px 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
	.footer_bar_banner {padding-right: 10px;padding-left: 10px;width: 290px;}
}
.footer_bar_banner .footer_bar_banner_title:before {
    background: transparent url(/images/design/v2/ui/v2/preplan_1.png) 0 50% no-repeat;
	background-size: 100% 100%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -70px;
	left: 50%;
	content: '';
	margin-left: -30px;
}
.footer_bar_banner.bg .footer_bar_banner_title:before {
    background: transparent url(/images/design/v2/ui/v2/preplan_2.png) 0 50% no-repeat;
	background-size: 100% 100%;
}
.footer_bar_banner.order .footer_bar_banner_title:before {
    background: transparent url(/images/design/v2/ui/v2/preplan_3.png) 0 50% no-repeat;
	background-size: 100% 100%;
}
.footer_bar_banner_text {
	padding-top: 0;
	font-size: 13px;
	white-space: nowrap;
	line-height: 1.5;
	padding-top: 7px;
	opacity: 1;
	transition: 0.3s;
}
.step_1_error,
.step_2_error {
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.5px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 12px 0 12px;
	display: none;
}
.step_1_error.expandUp,
.step_2_error.expandUp {
	display: block;
}
.footer_bar_banner_title {
	transition: 0.5s;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.1.5;
	text-decoration: none;
	cursor: pointer;
	color: #757575;
}
.footer_bar_banner_start {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 1.15;
	padding-top: 20px;
}
.footer_bar_banner_start_button {
	position: relative;
	padding-top: 12px;
	height: 34px;
}
.footer_bar_banner_start_button:before {
    background: transparent url(/images/design/v2/ui/v2/preplan_arrows.png) 50% 50% no-repeat;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 530px;
    height: 43px;
    content: '';
    margin-left: -265px;
    opacity: 0.2;
    transition: 0.5s;
}
.footer_bar_banner_start_button .pre_button span {
	padding: 4px 15px 5px;
	font-size: 13px;
	text-transform: none;
}
.footer_bar_banner_start_button.active .pre_button,
.footer_bar_banner_start_button.loading .pre_button {
	display: none;
}
.footer_bar_banner_start_result {
    background: transparent url(/images/design/tools/ok.png) 0 50% no-repeat;
	vertical-align: top;
	padding: 2px 0 3px 20px;
	position: relative;
	font-weight: 400;
	color: #7c7c7c;
	font-size: 13px;
	display: none;
}
.footer_bar_banner_start_button.active .pre_button+.footer_bar_banner_start_result {
	display: inline-block;
}
.footer_bar_banner_start_button.loading:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 16px;
	left: 50%;
	margin: 0 0 0 -10px;
	border: 2px solid #e68506;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
.footer_bar_banner_start_result span {
	margin-left: 24px;
	position: relative;
	color: #676767;
	cursor: pointer;
	transition: 0.3s;
}
.footer_bar_banner_start_result span:hover {
	color: #ff0000;
}
.footer_bar_banner_start_result span:before {
    background: transparent url(/images/design/calc_widget_no.png) 50% 50% no-repeat;
    background-size: 100% 100%;
	position: absolute;
    top: 50%;
    left: -16px;
    width: 12px;
    height: 12px;
    content: '';
    margin-top: -5px;

}
.footer_bar_banner_start_button.active:before {
    opacity: 0.5;
}
.footer_bar_banner_start_button.active+.footer_bar_banner .footer_bar_banner_title:before,
.footer_bar_banner_start_button.active+.footer_bar_banner+.footer_bar_banner .footer_bar_banner_title:before,
.footer_bar_banner_start_button.active+.footer_bar_banner+.footer_bar_banner+.footer_bar_banner .footer_bar_banner_title:before {
	animation-name: pulse;
	-webkit-animation-name: pulse;	
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	cursor: pointer;
}
.footer_bar_banner_start_button.active+.footer_bar_banner+.footer_bar_banner .footer_bar_banner_title:before {
	animation-delay: 0.2s;
}
.footer_bar_banner_start_button.active+.footer_bar_banner+.footer_bar_banner+.footer_bar_banner .footer_bar_banner_title:before {
	animation-delay: 0.4s;
}
.footer_bar_banner_start_button.active+.footer_bar_banner .footer_bar_banner_title,
.footer_bar_banner_start_button.active+.footer_bar_banner+.footer_bar_banner .footer_bar_banner_title,
.footer_bar_banner_start_button.active+.footer_bar_banner+.footer_bar_banner+.footer_bar_banner .footer_bar_banner_title {
	cursor: pointer;
	color: #256786;
}
.footer_bar_banner.hover .footer_bar_banner_title {
	cursor: pointer;
}
.footer_bar_banner_start_button.active+.footer_bar_banner .footer_bar_banner_title:hover,
.footer_bar_banner_start_button.active+.footer_bar_banner+.footer_bar_banner .footer_bar_banner_title:hover {
	cursor: pointer;
	color: #e68506;
}
.footer_bar_banner.hover .footer_bar_banner_title:hover,
.footer_bar_banner_start_button.active+.footer_bar_banner+.footer_bar_banner+.footer_bar_banner .footer_bar_banner_title:hover {
	cursor: pointer;
	color: #3baa00;
}
.footer_bar_content_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	white-space: normal;
}
.footer_bar_content_item.designer {
	padding-right: 150px;
}
.footer_bar_content_item.designer:after {
    background: transparent url(/images/design/v2/ui/v2/tech_banner.jpg) 50% 50% no-repeat;
    background-size: 100% 100%;
	position: absolute;
	bottom: -20px;
	left: 100%;
	margin-left: -210px;
	width: 241px;
	height: 274px;
	z-index: -1;
	content: '';
}
@media screen and (max-width: 1200px) {
	.footer_bar_content_item.designer {padding-right: 0px;}
	.footer_bar_content_item.designer:after {display:none;}
}
.footer_bar_content_tech {
	box-sizing: border-box;
	width: 340px;
	position: relative;
	padding-top: 0px;
	font-size: 24px;
	padding-left: 0;
	letter-spacing: -1px;
	line-height: 1.2;
	text-align: center;
	margin: 20px 0 20px 0;
	white-space: nowrap;
}
@media screen and (max-width: 1440px) {
	.footer_bar_content_tech {display:none;}
}
.footer_bar_content_tech_price {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: -1px;
	padding-top: 14px;
}
.footer_bar_content_tech_price sup {
	vertical-align: super;
	font-size: 18px;
}
.footer_bar_content_tech_price span {
	color: #cc0000;
	position: relative;
}
.footer_bar_content_tech_price span:before {
	background: #cc0000;
	position: absolute;
	top: 55%;
	left: -0px;
	right: -2px;
	height: 2px;
	content: '';
}
.footer_bar_content_tech_comment {
	font-size: 14px;
	line-height: 1.15;
	letter-spacing: -0.5px;
	padding-top: 4px;
	font-weight: 700;
	padding-bottom: 24px;
}
#prepan_promo_popup {
	position: absolute;
	bottom: 100%;
	left: 0px;
	margin-bottom: 5px;
	background: #fff;
    border: solid 1px rgba(0,0,0, 0.3);
    border-bottom: solid 1px rgba(0,0,0, 0.6);
    color: #333333;
    font-size: 13px;
    line-height: 1.15;
    padding: 15px 20px;
	-moz-box-shadow:     0px 4px 11px 0 rgba(0,0,0, 0.18);
	-webkit-box-shadow:  0px 4px 11px 0 rgba(0,0,0, 0.18);
	box-shadow:          0px 4px 11px 0 rgba(0,0,0, 0.18);
}
#prepan_promo_wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#prepan_promo_wrapper .footer_bar_tip_wrapper {
	right: auto;
	left: 0;
	margin-bottom: 10px;
	animation-name: tip_show;
	-webkit-animation-name: tip_show;	
	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;
}
.footer_bar_tip_wrapper.visible {
	display: block;
	animation-name: tip_show;
	-webkit-animation-name: tip_show;	
	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;
}
@keyframes tip_show {
	0% {transform: scale(0);opacity: 0;}
	80% {transform: scale(0);opacity: 0;}	
	100% {transform: scale(1);opacity: 1;}		
}
@-webkit-keyframes tip_show {
	0% {-webkit-transform: scale(0);opacity: 0;}
	80% {-webkit-transform: scale(0);opacity: 0;}	
	100% {-webkit-transform: scale(1);opacity: 1;}	
}
#prepan_promo_wrapper .footer_bar_tip_wrapper:before {
	right: auto;
	left: 29px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid rgba(0,0,0, 0.3);
    margin: 0 0 0 -20px;
}
#prepan_promo_wrapper .footer_bar_tip_wrapper:after {
	right: auto;
	left: 30px;
    border-left: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #fff;
    margin: 0 0 0 -18px;
}
.footer_bar_banner_price {
	position: absolute;
	bottom: 20px;
	padding-bottom: 6px;
	left: 0;
	right: 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	display: none;
	padding-top: 10px;
	background: #f3f3f3;
}
.footer_bar_banner.hover:hover .footer_bar_banner_price {
	display: block;
	animation-name: footer_bar_banner_hover;
	-webkit-animation-name: footer_bar_banner_hover;	
	animation-duration: 0.8s;	
	-webkit-animation-duration: 0.8s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	visibility: visible !important;			
}
@keyframes footer_bar_banner_hover {
	0% {transform: translateY(120%);opacity:0;}
	60% {transform: translateY(120%);opacity:0;}
	100% {transform: translateY(0%);opacity:1;}	
}
@-webkit-keyframes footer_bar_banner_hover {
	0% {-webkit-transform: translateY(120%);opacity:0;}		
	60% {-webkit-transform: translateY(120%);opacity:0;}		
	100% {-webkit-transform: translateY(0%);opacity:1;}	
}
.footer_bar_banner_price span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 1;
	font-weight: 300;
	margin-top: -3px;
	z-index: 12;
}
.footer_bar_banner_price span+span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.15;
	text-align: left;
	margin-left: 24px;
}
.footer_bar_banner_price span+span:before {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.15;
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top: -12px;
	content: '+';
	color: grey;
}
.footer_bar_banner_price:after {
    background: transparent url(/images/design/v2/ui/v2/pro_gift.jpg) 50% 50% no-repeat;
    background-size: 100% 100%;
	position: absolute;
	top: 100%;
	left: 100%;
	margin: -28px 0 0 -54px;
	width: 110px;
	height: 85px;
	content: '';
	z-index: 11;
}
.display_none {
	display: none;
}
.footer_bar_textool {
	position: relative;
	vertical-align: top;
	display: none;
}
.footer_bar_textool.active {
	display: inline-block;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.3s;	
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
}
.display_block_on_ai, .display_inline_on_ai {
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.3s;	
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
}
.footer_bar_textool.loading:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border: 2px solid #e68506;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
.footer_bar_textool a {
	position: relative;
	display: block;
	padding: 13px 40px 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.15;
	letter-spacing: -0.5px;
	height: 42px;
	transition: color 0.5s;
	color: #2ea100;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}
.footer_bar_textool.red a {
	color: #cc0000;
}
.footer_bar_textool.loading a {
	visibility: hidden;
}
.footer_bar_textool a:before {
    background: transparent url(/images/design/v2/ui/client_ok.png) 50% 50% no-repeat;
    background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -8px 0 0 0;
	width: 16px;
	height: 16px;
	content: '';
	z-index: 11;
}
.footer_bar_textool.red a:before {
    background: transparent url(/images/design/v2/ui/client_reject.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
.footer_bar_textool a:hover {
	color: #e68506;
}
#planner_ui_zoom_track {
	position: relative;
	width: 96px;
	top: -2px;
}
#planner_ui_zoom input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	height: 3px;
	border: 1px solid #369a1c;
	background: #d1f8c6;
	border-radius: 5px;
	outline: none;
}
#planner_ui_zoom input[type=range]:focus {
	outline: none;
}
#planner_ui_zoom input[type=range]::-webkit-slider-runnable-track {
	height: 3px;
	outline: none;
	animate: 0.2s;
}
#planner_ui_zoom input[type=range]::-webkit-slider-thumb {
	background: #fff;
	border: 1px solid #4db210;
	border-bottom: 1px solid #266400;
	background: #fff;
	-moz-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	border-radius: 50%;
	height: 12px;
	width: 12px;
	cursor: ew-resize;
	-webkit-appearance: none;
	margin-top: -5px;
}
#planner_ui_zoom input[type=range]::-moz-range-track {
	width: 100%;
	height: 3px;
	border: 1px solid #369a1c;
	background: #d1f8c6;
	border-radius: 5px;
	animate: 0.2s;
	outline: none;
}
#planner_ui_zoom input[type=range]:focus::-moz-range-track {
	outline: none;
}
#planner_ui_zoom input[type=range]::-moz-range-thumb {
	background: #fff;
	border: 1px solid #4db210;
	border-bottom: 1px solid #266400;
	background: #fff;
	-moz-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	border-radius: 50%;
	height: 12px;
	width: 12px;
	cursor: ew-resize;
}
#planner_ui_zoom input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 0 0;
	color: transparent;
}
#planner_ui_zoom input[type=range]::-ms-fill-lower {
	width: 100%;
	height: 3px;
	border: 1px solid #369a1c;
	background: #d1f8c6;
	border-radius: 5px;
}
#planner_ui_zoom input[type=range]::-ms-fill-upper {
	width: 100%;
	height: 3px;
	border: 1px solid #369a1c;
	background: #d1f8c6;
	border-radius: 5px;
}
#planner_ui_zoom input[type=range]::-ms-thumb {
	background: #fff;
	border: 1px solid #4db210;
	border-bottom: 1px solid #266400;
	background: #fff;
	-moz-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	box-shadow: 0px 2px 4px 0 rgba(0,0,0, 0.2);
	border-radius: 50%;
	height: 12px;
	width: 12px;
	cursor: ew-resize;
}
.planner_help_window_wrapper {
	position: absolute;
	z-index: 5;
	top: 15px;
	right: 15px;
    background: transparent;
    border: solid 1px rgba(0,0,0, 0.3);
    border-bottom: solid 1px rgba(0,0,0, 0.6);
    -moz-box-shadow:     0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow:  0px 4px 11px 0 rgba(0,0,0, 0.18);
    box-shadow:          0px 4px 11px 0 rgba(0,0,0, 0.18);
    overflow: hidden;
    transition: 0.3s;
    display: none;
}
#planner_subobjects+#canvas_v2_wrapper .planner_help_window_wrapper {
	top: 55px;
}
.planner_help_window_wrapper.compact {
	height: 32px;
	top: -1px;
	border-radius: 0 0 3px 3px;
}
.planner_help_window_wrapper.active {
	display: block;
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	
	animation-duration: 0.3s;	
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
}
.planner_help_window {
    background: #fff;
    padding: 15px 20px;
	color: #333333;
	line-height: 1.15;
    font-size: 13px;
    max-width: 380px;
}
.planner_help_window.step2,
.planner_help_window.step3,
.planner_help_window.step4,
.show_step2 .planner_help_window.step1,
.show_step3 .planner_help_window.step1,
.show_step4 .planner_help_window.step1 {
    display: none;
}
.show_step2 .planner_help_window.step2,
.show_step3 .planner_help_window.step3,
.show_step4 .planner_help_window.step4 {
    display: block;
}
.planner_help_window_title {
	position: relative;
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 700;
    padding-right: 30px;
    cursor: pointer;
    transition: 0.5s;
}
.planner_help_window_title:hover {
	color: #e68506;
}
.planner_help_window_wrapper.active .planner_help_window_title:after,
.planner_help_window_wrapper.active .planner_help_window_title:before {
    background: transparent url(/images/design/v2/ui/help_close.png) 50% 50% no-repeat;
    background-size: 14px 14px;
	position: absolute;
	top: 50%;
	right: -3px;
	margin: -10px 0 0 0;
	position: absolute;
	width: 20px;
	height: 20px;
	content: '';
	opacity: 0.5;
	transition: 0.5s;
}
.planner_help_window_wrapper.active .planner_help_window_title:before {
    background: transparent url(/images/design/v2/ui/navi_arrow.png) 50% 50% no-repeat;
    background-size: 14px 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -40px;
    opacity: 0;
}
.planner_help_window_wrapper.active.compact .planner_help_window_title:after {
	right: -40px;
	opacity: 0;
}
.planner_help_window_wrapper.active.compact .planner_help_window_title:before {
	right: -3px;
	opacity: 0.5;
}
.planner_help_window_wrapper.active .planner_help_window_title:hover:after,
.planner_help_window_wrapper.active .planner_help_window_title:hover:before {
	opacity: 1;
}
.planner_help_window_wrapper.active.compact .planner_help_window_title {
	top: -7px;
}
.planner_help_window p {
	line-height: 1.4;
	padding-top: 10px;
}
.planner_help_window p .pre_button span {
	font-size: 13px;
	text-transform: none;
	padding: 5px 20px;
}
.preplan_scale_from {
	font-size: 0;
	line-height: 0;
	padding-top: 12px;
}
.preplan_scale_from .preplan_scale_input {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 86px;
	padding-right: 5px;
}
.preplan_scale_from .preplan_scale_input span {
	position: absolute;
	top: 4px;
	right: 15px;
	color: grey;
	font: 13px/1 'Open Sans', sans-serif;
	line-height: normal;
}
.preplan_scale_from .preplan_scale_input span sup {
	font-size: 7px;
	vertical-align: super;
}
.planner_help_window p b {
    font-size: 14px;
    letter-spacing: -0.5px;
}
.preplan_scale_from .preplan_scale_input input {
	background: #fff;
	display: inline-block;
	padding: 3px 10px 3px 10px;
	border: 1px solid #c7c7c6;
	border-radius: 2px;
	color: #292929;
	font-weight: 400;
	font: 13px/1 'Open Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
}
.preplan_scale_from .preplan_scale_input input:focus {
	border: 1px solid #e68506;
	color: #e68506;
}
.preplan_scale_from .pre_button span {
	font-size: 13px;
	text-transform: none;
	padding: 6px 20px 5px;
}
.preplan_scale_back {
	position: relative;
	color: #256786;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 11px;
	padding: 2px 15px 4px 35px;
	transition: 0.5s;
	border: 1px solid rgba(0,0,0, 0.2);
	border-radius: 3px;
}
.preplan_scale_back.large {
	font-size: 14px;
	font-weight: 700;
	border: none;
	padding-left: 20px;
	letter-spacing: -0.5px;
}
.preplan_scale_back:hover {
	color: #e68506;
}
.preplan_scale_back:before {
    background: transparent url(/images/design/v2/ui/back.png) 50% 50% no-repeat;
    background-size: 12px 12px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -8px 0 0 0;
	position: absolute;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.5s;
	opacity: 0.8;
}
.preplan_scale_back.large:before {
    left: 0px;
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
#preplan_scale_final {
	font-size: 11px;
	background: rgba(255,255,255, 0.7);
	line-height: 1.15;
	position: absolute;
	bottom: 50px;
	right: 340px;
	color: grey;
	z-index: 61;
	display: none;
}
.show_step4+#preplan_scale_final {
	display: block;
	animation-name: pulse;
	-webkit-animation-name: pulse;	
	animation-duration: 3s;	
	-webkit-animation-duration: 3s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#preplan_scale_final:before {
    background: transparent url(/images/design/v2/ui/v2/tip_arrow.png) 50% 50% no-repeat;
    background-size: 100% 100%;
	position: absolute;
	top: 8px;
	margin-left: 5px;
	left: 100%;
	position: absolute;
	width: 38px;
	height: 19px;
	content: '';
	opacity: 0.4;
}
.tab_help_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	padding: 20px 0 20px;
	margin: -15px 60px 0 0;
}
.tab_help_item_title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.5px;
	color: #256786;
	transition: 0.5s;
}
.tab_help_item:hover .tab_help_item_title {
	color: #e68506;
}
.tab_help_item_image {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 46px;
	left: 0;
	display: flex;
}
.tab_help_item_image img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.tab_help_item_text {
	color: #2e2e2e;
	display: block;
	margin-left: 60px;
	font-size: 13px;
	line-height: 1.3;
	padding-top: 8px;
}
.tab_help_item_wrapper {
	overflow: hidden;
	white-space: normal;
	margin-right: -60px;
	max-height: 85px;
}
@media screen and (max-width: 1300px) {
	.tab_help_item_wrapper {max-height: 75px;margin-right: -50px;}
	.tab_help_item {padding: 15px 0 15px;margin: -15px 50px 0 0;}
	.tab_help_item_image {top: 41px;}
}
#footer_bar_tip_tech {
	margin: 10px -10px 0 -10px;
	padding: 10px 10px 0 90px;
	border-top: 1px dashed grey;
}
#footer_bar_tip_tech_text {
	font-size: 16px;
	padding-left: 0;
}
.footer_bar_tip_wrapper .footer_bar_tip #footer_bar_tip_tech b {
    font-size: 24px;
    letter-spacing: -1px;
    padding-bottom: 7px;
    font-weight: 400;
    display: block;
}
.footer_bar_tip_wrapper .footer_bar_tip #footer_bar_tip_tech b span {
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 700;
    display: block;
}
body.is_planner_v2 #container:after {
    display: none;
}
#planner_ui_functions .planner_ui_function > a#save_v2_plan,
#planner_ui_functions .planner_ui_function > a#save_visual {
    position: relative;
}
#planner_ui_functions .planner_ui_function > a#save_v2_plan.loading,
#planner_ui_functions .planner_ui_function > a#save_v2_plan.active,
#planner_ui_functions .planner_ui_function > a#save_visual.loading,
#planner_ui_functions .planner_ui_function > a#saveload_ext.loading,
#planner_ui_functions .planner_ui_function > a#save_visual.active {
    opacity: 1;
}
#planner_ui_functions .planner_ui_function > a#save_v2_plan.loading,
#planner_ui_functions .planner_ui_function > a#saveload_ext.loading,
#planner_ui_functions .planner_ui_function > a#save_visual.loading {
    cursor: default;
}
#planner_ui_functions .planner_ui_function > a#save_v2_plan.active:before,
#planner_ui_functions .planner_ui_function > a#save_visual.active:before {
    background: rgba(247,247,247, 1) url(/images/design/calc_widget_ok.png) 50% 50% no-repeat;
    background-size: 12px 12px;
	position: absolute;
	bottom: -2px;
	right: -3px;
	position: absolute;
	width: 16px;
	height: 14px;
	content: '';
	animation-name: save_rotate;
	-webkit-animation-name: save_rotate;	
	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;
	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;
}
@keyframes save_rotate {
	0% {transform: scale(0);}				
	100% {transform: scale(1);}							
}

@-webkit-keyframes save_rotate {
	0% {-webkit-transform: scale(0);}				
	100% {-webkit-transform: scale(1);}			
}
#planner_ui_functions .planner_ui_function > a#save_v2_plan.loading:before,
#planner_ui_functions .planner_ui_function > a#saveload_ext.loading:before,
#planner_ui_functions .planner_ui_function > a#save_visual.loading:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   	width: auto;
	height: auto;
    content: '';
    background: #f7f7f7;
}
#planner_ui_functions .planner_ui_function > a#save_v2_plan.loading:after,
#planner_ui_functions .planner_ui_function > a#saveload_ext.loading:after,
#planner_ui_functions .planner_ui_function > a#save_visual.loading:after {
	z-index: 14;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border: 2px solid #e68506;
	border-radius: 50%;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
#footer_guest_alert {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 1.15;
}
#footer_guest_alert span {
	display: inline-block;
	vertical-align: top;
	padding-left: 24px;
	color: #888;
	position: relative;
}
#footer_guest_alert span:before {
    background: transparent url(/images/design/v2/ui/alert.png) 50% 50% no-repeat;
    background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 0px;
	position: absolute;
	width: 16px;
	height: 16px;
	content: '';
	margin-top: -8px;
}
#fog_window_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 9900002;
}
#fog_window {
	position: relative;
	top: 0px;
    margin: auto;
    width: 600px;
    background: transparent;
    border: solid 1px rgba(0,0,0, 0.3);
    border-bottom: solid 1px rgba(0,0,0, 0.6);
    border-top: solid 2px #ffad1f;
    -moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    display: block;
	animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
}
#fog_window_wrapper.mini #fog_window {
    width: 440px;
}
#fog_window_content {
	position: relative;
	background: #fff;
	padding: 15px 20px;
	overflow: auto;
	max-height: 300px;
}
#fog_window_close {
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 11px;
    line-height: 1.15;
    color: #666666;
    text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
    font-weight: 700;
    padding-right: 16px;
    display: block;
    cursor: pointer;
    margin-bottom: 7px;
    transition: 0.3s;
}
#fog_window_close:before {
    background: transparent url(/images/design/v2/ui/help_close.png) 50% 50% no-repeat;
    background-size: 12px 12px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    content: '';
    margin-top: -5px;
    opacity: 0.5;
    transition: 0.3s;
}
#fog_window_close:hover {
    color: #000;
}
#fog_window_close:hover:before {
    opacity: 1;
}
#fog_window_content p {
	font-size: 14px;
	padding-bottom: 15px;
	line-height: 1.6;
}
#fog_window_content p:last-child {
	padding-bottom: 0px;
}
#fog_window_wrapper.mini #fog_window_content p,
#fog_window_wrapper #fog_window_content p.small {
    font-size: 13px;
}
#fog_window_wrapper #fog_window_content ul {
	font-size: 13px;
	padding-bottom: 15px;
	line-height: 1.5;
}
#fog_window_wrapper #fog_window_content ul li {
	padding-left: 20px;
	position: relative;
}
#fog_window_wrapper #fog_window_content ul li+li {
	margin-top: 7px;
}
#fog_window_wrapper #fog_window_content ul li:before {
	display: block;
	border: 1px solid #000;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	left: 2px;
	top: 50%;
	content: '';
	opacity: 0.5;
	position: absolute;
}
#fog_window_content textarea {
	background: #fff;
	display: inline-block;
	padding: 7px 10px 8px 10px;
	border: 1px solid #c7c7c6;
	border-radius: 2px;
	color: #292929;
	font-weight: 400;
	font: 13px/1 'Open Sans', sans-serif;
	line-height: normal;
	width: 100%;
	height: 150px;
	resize: none;
	box-sizing: border-box;
	transition: 0.5s;
}
#fog_window_content textarea:focus {
	border-color: #ef8802;
}
#fog_window_content h5 {
	padding-bottom: 15px;
}
#fog_window_button {
	padding-top: 10px;
	text-align: right;
}
#fog_window_button a {
	background: #3baa00;
	font-size: 12px;
	line-height: 1.15;
	position: relative;
	display: inline-block;
	padding: 9px 20px;
	border-radius: 3px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	transition: 0.5s;
	cursor: pointer;
}
#fog_window_button a:hover {
	background: #ef8802;
}
#fog_window_button span {
	font-size: 11px;
	line-height: 1.4;
	float: left;
	display: block;
	color: #888;
	text-align: left;
}
.video #fog_window_content {
    background: #000;
    padding: 0 0;
    overflow: hidden;
    max-height: 340px;
}

#planner_report_error {
	float: left;
	color: #cc0000;
	font-size: 13px;
	padding-top: 9px;
	font-weight: 700;
	display: none;
}
#planner_report_error.active {
	display: block;
}
#fog_window_button #planner_report_error.active+span {
	display: none;
}
#fog_window_content p#fog_window_mininote {
	font-size: 13px;
	line-height: 1.3;
	color: #888;
	text-align: left;
}
#fog_window_mininote img {
	float: left;
	padding: 3px 15px 0 0;
}
.visual_tools_element {
	font-size: 13px;
	min-width: 220px;
	color: #fff;
	line-height: 1.15;
	padding: 10px 20px 11px 20px;
}
.visual_tools_element span {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding: 2px 0 2px 24px;
	transition: 0.5s;
	overflow: hidden;
	cursor: pointer;
}
.visual_tools_element span:before {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	background: rgba(255,255,255, 0.05);
	border: 1px solid rgba(255,255,255, 0.3);
	content: '';
	top: 50%;
	left: 0;
	margin-top: -8px;
	transition: 0.5s;
}
.visual_tools_element span:hover {
	color: #ffad1f;
}
.visual_tools_element span:hover:before {
	background: rgba(255,255,255, 0.1);
	border: 1px solid rgba(255,255,255, 0.4);
}
.visual_tools_element span.active {
	color: #fff;
}
.visual_tools_element span.active:before {
	background: rgba(255,255,255, 0.3);
	border: 1px solid rgba(255,255,255, 0.6);
}
.visual_tools_element em {
	position: relative;
	display: block;
	padding-top: 5px;
	font-size: 11px;
	font-style: normal;
	line-height: 1.3;
	color: #bcbcbc;
}
.visual_tools_element span:after {
	background: transparent url(/images/design/v2/ui/visual/box_ok.png) 50% 50% no-repeat;
	background-size: 19px 16px;
	position: absolute;
	display: block;
	width: 19px;
	height: 16px;
	content: '';
	top: -15px;
	left: 2px;
	opacity: 0;
	transition: 0.3s;
}
.visual_tools_element span.active:after {
	top: -2px;
	opacity: 1;
}
#planner_report_body {
	position: relative;
}
#planner_report_body span {
	background: rgba(255,255,255, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 1.4;
	color: #3baa00;
}
#planner_report_body.done span {
	display: none;
}
#save_v2_plan_warning {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 8px 15px;
	background: #3baa00;
	color: #fff;
	font-size: 11px;
	line-height: 1.15;
	width: 300px;
	border-radius: 3px;
	display: none;
}
#save_v2_plan_warning.active {
	display: block;
	cursor: pointer;
}
#save_v2_plan_warning:before {
	position: absolute;
    bottom: -9px;
    left: 28px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #3baa00;
    display: block;
    content: '';
    margin: 0 0 0 -9px;
}
#planner_ui_save_alert {
	background: #f7f7f7;
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: none;
}
#save_v2_plan.alert+div+#planner_ui_save_alert {
	display: block;
}
#save_v2_plan.active+div+#planner_ui_save_alert {
	display: none;
}
#planner_ui_save_alert:before {
	background: transparent url(/images/design/v2/ui/v2/save_alert.png) 50% 50% no-repeat;
	background-size: 14px 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
	animation-name: tossing;
	-webkit-animation-name: tossing;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	content: '';
}
#planner_ui_save_alert:after {
	background: transparent;	
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #cc0000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	animation-name: save_alert;
	-webkit-animation-name: save_alert;	
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes save_alert {
	0% {
		transform: scale(0.2);
		opacity: 1;		
	}
	50% {
		transform: scale(2);
		opacity: 0;	
	}				
	100% {
		transform: scale(2);
		opacity: 0;	
	}				
}
@-webkit-keyframes save_alert {
	0% {
		-webkit-transform: scale(0.2);
		opacity: 1;		
	}	
	50% {
		-webkit-transform: scale(2);
		opacity: 0;	
	}			
	100% {
		-webkit-transform: scale(2);
		opacity: 0;	
	}			
}
#planner_ui_save_alert:hover span {
	background: #cc0000;
	width: 190px;
	font-size: 9px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15;
	padding: 4px 0px 3px;
	text-align: center;
	border-radius: 2px;
	top: 50%;
	left: 18px;
	display: block;
	position: absolute;
	margin-top: -8px;
}
#planner_ui_save_alert:hover em {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 28px;
	height: 28px;
	content: '';
}
#footer_bar_tools .footer_bar_tool.autosave.hidden {
    display: none;
}
#planner_ui_guide_markers, #planner_ui_guide_resizing {
    z-index: 3;
    top: 18px;
    right: 22px;
    position: absolute;
    font-size: 13px;
    line-height: 1.4;
    transition: 0.5s;
    width: 300px;
}
#planner_ui_guide_resizing_image {
	position: relative;
	z-index: 2;
	padding: 2px 0 7px 0;
}
#planner_ui_guide_resizing_image span {
	font-size: 11px;
	line-height: 1.3;
	position: absolute;
	top: 13px;
	left: 121px;
	color: #888;
	display: block;
}
#planner_ui_guide_markers_image {
	position: relative;
	z-index: 2;
	padding: 7px 0 10px 0;
}
#planner_ui_guide_markers_image span {
	font-size: 11px;
	line-height: 1.3;
	position: absolute;
	top: 0;
	left: 46px;
	color: #888;
	display: block;
}
#planner_ui_guide_walls {
    z-index: 3;
    top: 25px;
    font-weight: 700;
    color: #9a9a9a;
    left: 72px;
    letter-spacing: -0.3px;
    position: absolute;
    font-size: 14px;
    line-height: 1.15;
    transition: 0.5s;
}
#planner_ui_guide_walls em {
    z-index: 3;
    top: 22px;
    font-weight: 700;
    left: 0;
    letter-spacing: -0px;
    position: absolute;
    font-size: 11px;
    line-height: 1.15;
    transition: 0.5s;
    white-space: nowrap;
    font-style: normal;
    display: none;
}
#planner_ui_guide_walls:hover em {
    display: block;
}
#planner_ui_guide_esc {
    z-index: 3;
    top: 16px;
    font-weight: 400;
    width: 250px;
    color: #222;
    left: 62px;
    position: absolute;
    font-size: 11px;
    line-height: 1.15;
    transition: 0.5s;
}
#planner_ui_guide_esc.with_modal {
    top: 145px;
}
#planner_ui_guide_esc.with_modal.high {
    top: 155px;
}
#planner_ui_guide_walls:before, #planner_ui_guide_pillars:before {
    background: transparent url(/images/design/v2/ui/navi_arrow.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    margin-top: -8px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    animation-name: wall_arrow;
    -webkit-animation-name: wall_arrow;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
#planner_ui_guide_pillars {
    z-index: 3;
    top: 56px;
    font-weight: 400;
    color: #555;
    left: 212px;
    letter-spacing: -0.3px;
    position: absolute;
    font-size: 14px;
    line-height: 1.15;
    transition: 0.5s;
}
#planner_ui_guide_keys {
    z-index: 3;
    bottom: 54px;
    font-weight: 700;
    right: 260px;
    position: absolute;
    font-size: 11px;
    line-height: 1.15;
    transition: 0.5s;
    display: none;
}
#planner_ui_guide_keys.active {
    display: block;
}
#planner_ui_guide_browser {
	cursor: pointer;
	z-index: 3;
	bottom: 90px;
	left: 50%;
	position: absolute;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	color: #cc0000;
	padding: 9px 15px 9px 15px;
    background: #fff;
    border: solid 1px rgba(0,0,0, 0.3);
	border-top: solid 2px #cc0000;
	-moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-sizing: border-box;
}
#planner_ui_guide_keys a {
    color: #256786;
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
}
#planner_ui_guide_keys a:hover {
    border-bottom-color: transparent;
}
.planner_ui_guide {
	position: relative;
	padding: 9px 15px 9px 15px;
	background: #fff;
	border: solid 1px rgba(0,0,0, 0.3);
    border-bottom: solid 1px rgba(0,0,0, 0.6);
    border-top: solid 2px #ffad1f;
    -moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
	display: none;
	box-sizing: border-box;
}
.planner_ui_guide.clean {
	position: relative;
	padding: 0;
	background: transparent;
	border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.planner_ui_guide_close {
	background: transparent url(/images/design/v2/ui/v2/ai_cancel.png) 50% 50% no-repeat;
	background-size: 12px 12px;
	position: absolute;
	top: -2px;
	right: -2px;
	width: 32px;
	height: 32px;
	content: '';
	cursor: pointer;
	z-index: 11;
}
.planner_ui_guide.active {
	display: block;
	animation-name: slideFastLeft;
	-webkit-animation-name: slideFastLeft;	
	animation-duration: 0.3s;	
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
}
.planner_ui_guide p.small {
	font-size: 13px;
}
#planner_ui_guide_cm {
    z-index: 3;
    top: 18px;
    font-weight: 400;
    color: #333;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    position: absolute;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 1.15;
    transition: 0.5s;
    text-align: center;
}
#planner_ui_guide_video {
    z-index: 3;
    top: 18px;
    font-weight: 400;
    color: #333;
    left: 50%;
    width: 520px;
    margin-left: -260px;
    position: absolute;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 1.15;
    transition: 0.5s;
    text-align: center;
}
#planner_ui_guide_video strong {
    cursor: pointer;
    color: #cc0000;
    transition: 0.5s;
}
#planner_ui_guide_video strong:hover {
    color: #e68506;
}
#planner_ui_guide_video a {
    cursor: pointer;
    color: #3baa00;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: none;
}
#planner_ui_guide_video a:hover {
    color: #e68506;
}
#planner_ui_guide_guestures {
    z-index: 3;
    top: 60px;
    font-weight: 400;
    color: #555;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    position: absolute;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 1.4;
    transition: 0.5s;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 20px;
    border-top: 2px solid #ffb80e;
    -moz-box-shadow: 0px 9px 25px 0 rgba(0,0,0, 0.12), 0px 3px 7px 0 rgba(0,0,0, 0.25);
    -webkit-box-shadow: 0px 9px 25px 0 rgb(0,0,0, 0.12), 0px 3px 7px 0 rgba(0,0,0, 0.25);
    box-shadow: 0px 9px 25px 0 rgb(0,0,0, 0.12), 0px 3px 7px 0 rgba(0,0,0, 0.25);
}
#planner_ui_guide_guestures a {
	position: relative;
    text-decoration: none;
    z-index: 21;
    color: #fff;
    text-shadow: none;
    font-size: 11px;
    letter-spacing: normal;
    margin-left: 22px;
    top: -2px;
    cursor: pointer;
}
#planner_ui_guide_guestures a:before {
	position: absolute;
	top: 1px;
	bottom: -1px;
	left: -9px;
	right: -9px;
	background: #3baa00;
	border-radius: 2px;
	content: '';
	z-index: -1;
	transition: 0.5s;
}
#planner_ui_guide_guestures a:hover:before {
	background: #e68506;
}
.planner_ui_guide.center {
    z-index: 3;
    bottom: 80px;
    font-weight: 400;
    color: #333;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    position: absolute;
    font-size: 13px;
    line-height: 1.3;
    transition: 0.5s;
    text-align: center;
}
.planner_ui_guide.center.aggressive {
    margin-bottom: -70px;
    bottom: 50%;
}
.planner_ui_guide.center#planner_ui_guide_doors_opening {
    width: 480px;
    margin-left: -240px;
}
.planner_ui_guide.center img {
    display: inline-block;
    vertical-align: bottom;
}
.planner_ui_guide.center p {
    padding-top: 5px;
}
.planner_ui_guide_button {
	padding-top: 10px;
	padding-bottom: 5px;
	display: none;
}
.planner_ui_guide.center.aggressive .planner_ui_guide_button {
	display: block;
}
@media screen and (max-height: 640px) {
	.planner_ui_guide.center.active {
		bottom: 53px;
	}
}
.planner_ui_guide_icon {
	display: inline;
	position: relative;
	margin-left: 12px;
}
.planner_ui_guide_icon:before {
	position: absolute;
	margin: -8px 0 0 -8px;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	content: '';
}
.planner_ui_guide_icon.rotate:before {
    background: transparent url(/images/design/v2/ui/v2/turn.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#planner_ui_guide_zoom {
    z-index: 3;
    bottom: 100px;
    font-weight: 400;
    color: #888;
    right: 15px;
    width: 240px;
    position: absolute;
    font-size: 11px;
    line-height: 1.3;
    transition: 0.5s;
    text-align: left;
}
#planner_ui_guide_zoom:before {
    background: transparent url(/images/design/v2/ui/navi_arrow.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    margin-left: -8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-name: bottom_arrow;
    -webkit-animation-name: bottom_arrow;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
#planner_ui_guide_wrapper {
    z-index: 3;
    top: 15px;
    bottom: auto;
    font-weight: 400;
    color: #222;
    right: 215px;
	left: 215px;
    position: absolute;
    font-size: 11px;
    line-height: 1.3;
    transition: 0.5s;
    text-align: center;
	display: none;
}
#planner_ui_guide_wrapper.active {
	display: block;
}
#planner_ui_guide_wrapper .planner_ui_guide_element {
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	z-index: 3;
	font-weight: 400;
	color: #222;
	font-size: 13px;
	letter-spacing: -0.2px;
	line-height: 1.15;
	transition: 0.5s;
	text-align: left;
	display: none;
	position: relative;
	white-space: nowrap;
	text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}
#planner_ui_guide_wrapper .planner_ui_guide_element.active,
#planner_ui_guide_wrapper .planner_ui_guide_element.visible {
	display: inline-block;
	animation-name: slideFastRight;
	-webkit-animation-name: slideFastRight;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
}
#planner_ui_guide_wrapper .planner_ui_guide_element a {
	position: relative;
	cursor: pointer;
	text-decoration: none;
	display: block;
	transition: 0.3s;
	line-height: 1.3;
	margin-left: 22px;
	border-bottom: 1px dashed #888;
}
#planner_ui_guide_wrapper .planner_ui_guide_element#pug_video a {
	font-weight: 700;
	color: #cc0000;
	display: block;
	margin-left: 26px;
}
#planner_ui_guide_wrapper .planner_ui_guide_element a:before {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -22px;
	width: 16px;
	height: 16px;
	background: transparent url(/images/design/v2/ui/guide/pug_icon.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	content: '';
}
#planner_ui_guide_wrapper .planner_ui_guide_element a:hover,
#planner_ui_guide_wrapper .planner_ui_guide_element#pug_video a:hover,
#planner_ui_guide_wrapper .planner_ui_guide_element a:hover b.color-green {
	color: #e68506;
	border-bottom-color: transparent;
}
#planner_ui_guide_wrapper .planner_ui_guide_element#pug_video a:before {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: -26px;
	width: 20px;
	height: 20px;
	background: transparent url(/images/design/v2/ui/guide/video_icon.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	content: '';
}
#planner_ui_guide_wrapper .planner_ui_guide_element.aggressive#pug_walls:before {
	position: absolute;
	top: 8px;
	left: -100px;
	width: 48px;
	height: 48px;
	margin-left: -20px;
	background: transparent url(/images/design/v2/ui/guide/aggressive.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	content: '';
	animation-name: wall_arrow;
	-webkit-animation-name: wall_arrow;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#planner_ui_guide_wrapper .planner_ui_guide_element img {
	max-width: 100%;
}
@keyframes bottom_arrow {
	0% {
		margin-top: 0;	
	}	
	50% {
		margin-top: 10px;	
	}
	100% {
		margin-top: 0;
	}			
}

@-webkit-keyframes bottom_arrow {
	0% {
		margin-top: 0;	
	}	
	50% {
		margin-top: 10px;
	}
	100% {
		margin-top: 0;
	}			
}

#planner_ui_direct {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3;
	transition: 0.5s;
}
#planner_subobjects+#canvas_v2_wrapper #planner_ui_direct {
	top: 55px;
}
#planner_ui_direct.closed,
#planner_ui_direct.blocked,
.wall_drawing_mode #planner_ui_direct,
#planner_subobjects.active+#canvas_v2_wrapper #planner_ui_direct,
#planner_ui_direct.hidden {
	right: -305px;
}
#planner_ui_direct_content img {
	width: 240px;
	min-height: 120px;
	height: auto;
	display: block;
}
.minibanner #planner_ui_direct_content img {
	width: 300px;
	min-height: 60px;
}
#planner_ui_direct_content {
	cursor: pointer;
	position: relative;
	background: #efefef;
	max-height: 400px;
	transition: 0.5s;
	overflow: hidden;
    -moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.12), 0px 2px 5px 0 rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.12), 0px 2px 5px 0 rgba(0,0,0, 0.2);
    box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.12), 0px 2px 5px 0 rgba(0,0,0, 0.2);
}
#planner_ui_direct_content:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 6;
	border: 1px solid #252525;
}
#planner_ui_direct.compact #planner_ui_direct_content {
	max-height: 120px;
}
#planner_ui_direct #planner_ui_direct_content img.tech {
	width: 240px;
	height: 400px;
}
#planner_ui_direct #planner_ui_direct_content img.tech_compact {
	display: none;
}
#planner_ui_direct.compact #planner_ui_direct_content img.tech {
	display: none;
}
#planner_ui_direct.compact #planner_ui_direct_content img.tech_compact {
	width: 240px;
	height: 120px;
	display: block;
}
#planner_ui_direct.compact:hover #planner_ui_direct_content {
	max-height: 400px;
}
#planner_ui_direct.forced_compact #planner_ui_direct_content {
	height: 120px;
}
#planner_ui_direct_close {
	background: #252525;
	position: absolute;
	top: -7px;
	left: 50%;
	text-align: center;
	font-size: 11px;
	line-height: 1.15;
	color: #d6d6d6;
	padding: 2px 0 4px;
	width: 70px;
	box-sizing: border-box;
	margin-left: -35px;
	cursor: pointer;
	opacity: 0;
	z-index: 101;
	transition: 0.3s;
	border-radius: 2px;
}
#planner_ui_direct:hover #planner_ui_direct_close {
	opacity: 1;
}
#planner_ui_direct:hover #planner_ui_direct_close:hover {
	opacity: 1;
	color: #fff;
	background: #e68506;
}
#planner_ui_direct.minibanner #planner_ui_direct_close {
	left: 100%;
	margin-left: -80px;
}
#planner_ui_lags {
	position: absolute;
	z-index: 3;
	right: 80px;
    top: -47px;
    font-weight: 700;
	font-size: 11px;
	line-height: 1.2;
	text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}
#planner_ui_lags a {
	display: block;
	padding-left: 24px;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	transition: 0.3s;
	color: #cc0000;
}
#planner_ui_lags a:before {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	width: 16px;
	height: 16px;
	background: transparent url(/images/design/v2/ui/client_alert.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	content: '';
	animation-name: pulse;
	-webkit-animation-name: pulse;	
	animation-duration: 2s;	
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#planner_ui_lags a:hover {
	color: #e68506;
}
#planner_is_embedded {
	position: absolute;
	z-index: 52;
	right: 15px;
    top: -22px;
    color: #888;
	font-size: 11px;
	line-height: 1.2;
	text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}
#planner_ui_socials {
	display: none;
	position: absolute;
	z-index: 52;
	right: 255px;
    top: -27px;
	font-size: 0;
	line-height: 0;
	opacity: 0.5;
	transition: 0.3s;
	text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}
#planner_ui_socials:hover {
	opacity: 1;
}
#planner_ui_socials em {
	display: inline-block;
	vertical-align: middle;
	padding-right: 6px;
	font-style: normal;
    color: #222;
    font-weight: 700;
	font-size: 11px;
	line-height: 0.6;
}
#planner_ui_socials_help {
    background: transparent url(/images/design/v2/ui/v2/help_share.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    cursor: help;
}
#planner_ui_socials_help b {
    background: #2c2c2c;
    padding: 6px 10px 7px;
    border-radius: 3px;
    text-align: left;
    position: absolute;
    width: 220px;
    color: #e7e7e7;
	font-size: 11px;
	line-height: 1.2;
    display: block;
    bottom: 24px;
    left: 50%;
    font-weight: 400;
    margin-left: -110px;
    box-sizing: border-box;
    text-shadow: none;
    display: none;
}
#planner_ui_socials_help:hover b {
    display: block;
}
#planner_ui_socials_help b:after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0px;
	height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2c2c2c;
    display: block;
    content: '';
    margin: 0 0 0 -5px;
}
#footer_bar #planner_is_embedded+#planner_ui_zoom {
    top: -38px;
}
#planner_is_embedded a {
    color: #222;
    transition: 0.5s;
    text-decoration: none;
}
#planner_is_embedded a span {
    transition: 0.5s;
}
#planner_is_embedded a:hover, #planner_is_embedded a:hover span.color-orange {
    color: #256786;
}
.planner_ui_guide.center#planner_ui_guide_clear_background {
	bottom: 52px;
}
#planner_ui_guide_clear_background a.mce-button.small {
	padding: 4px 15px 5px;
	font-size: 13px;
	cursor: pointer;
}
@media screen and (max-width: 1280px) {
	#footer_bar_folders .footer_bar_folder#bugreport_button {display:none;}
}
@media screen and (max-height: 680px) {
	.tools_item, .planner_ui_subtools .subtools_item {
		padding-top: 8px;
		padding-bottom: 9px;
	}
}
@media screen and (max-height: 630px) {
	.tools_item, .planner_ui_subtools .subtools_item {
		padding-top: 5px;
		padding-bottom: 6px;
	}
}
.planner_ui_subtools .subtools_group .subtools_item {
	display: none;
}
.planner_ui_subtools .subtools_group .subtools_item.group {
	padding-right: 40px;
	display: block;
	position: relative;
}
.planner_ui_subtools .subtools_group.active {
	position: relative;
}
.planner_ui_subtools .subtools_group.active:before {
	background: #e68506;
	display: block;
	position: absolute;
	content: '';
	left: 8px;
	top: 17px;
	bottom: 18px;
	width: 1px;
	z-index: 10002;
}
.planner_ui_subtools .subtools_group.active .subtools_item {
	background: #161616;
	position: relative;
	display: block;
	padding-left: 30px;
}
.planner_ui_subtools .subtools_group.active .subtools_item.group {
	padding-left: 20px;
	color: #ffa70e;
}
.planner_ui_subtools .subtools_group.active .subtools_item:hover {
	background: #0d0d0d;
	display: block;
}
.planner_ui_subtools .subtools_group.active .subtools_item:before {
	background: #e68506;
	display: block;
	width: 15px;
	height: 1px;
	content: '';
	position: absolute;
	top: 50%;
	margin: -1px;
	left: 10px;
}
.planner_ui_subtools .subtools_group.active .subtools_item.group:before {
	width: 5px;
}
.planner_ui_subtools .subtools_item.group:after {
    background: transparent url(/images/design/v2/ui/v2/subtools_arrow.png) 50% 50% no-repeat;
    background-size: 16px 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
}
.planner_ui_subtools .subtools_group.active .subtools_item.group:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.youtube_instruction {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-left: 20px;
	padding-left: 24px;
	position: relative;
	color: #cc0000;
	font-weight: 700;
	margin-top: 6px;
}
#saveload_ext_navi, #saveload_ext_navi_download, #print_instructions_menu {
	position: absolute;
	top: 100%;
	left: -6px;
	margin-top: 9px;
	background: #fff;
	border: solid 1px rgba(0,0,0, 0.3);
    border-bottom: solid 1px rgba(0,0,0, 0.6);
    border-top: solid 2px #ffad1f;
    -moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    display: none;
}
#saveload_ext_navi .saveload_ext_navi_item,
#saveload_ext_navi_download .saveload_ext_navi_item,
#print_instructions_menu .saveload_ext_navi_item {
	position: relative;
	margin: -1px;
	display: block;
	font-size: 13px;
	line-height: 1.15;
	padding: 6px 20px 8px 32px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s;
	color: #222;
}
#print_instructions_menu #print_instructions_menu_comment {
	position: relative;
	margin: -1px;
	display: block;
	font-size: 11px;
	line-height: 1.2;
	padding: 6px 22px 6px 12px;
	white-space: normal;
	transition: 0.3s;
	color: #888;
	width: 230px;
}
#saveload_ext_navi .saveload_ext_navi_item:first-child,
#saveload_ext_navi_download .saveload_ext_navi_item:first-child,
#print_instructions_menu .saveload_ext_navi_item:first-child {
	margin-top: -2px;
	padding-top: 7px;
}
#saveload_ext_navi .saveload_ext_navi_item+.saveload_ext_navi_item,
#saveload_ext_navi_download .saveload_ext_navi_item+.saveload_ext_navi_item {
	border-top: 1px solid rgba(0,0,0, 0.15);
}
#planner_ui_functions a#saveload_ext.active+.planner_ui_function_note+#saveload_ext_navi,
#planner_ui_functions a#print_instructions.active+.planner_ui_function_note+#print_instructions_menu {
	display: block;
	animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
}
#saveload_ext_navi_download.active {
	display: block;
	animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
}
#planner_ui_functions a#saveload_ext.active+.planner_ui_function_note,
#planner_ui_functions a#print_instructions.active+.planner_ui_function_note {
	display: none;
}
#saveload_ext_navi .saveload_ext_navi_item:hover {
	color: #3baa00;
}
#saveload_ext_navi .saveload_ext_navi_item+.saveload_ext_navi_item:hover {
	color: #e68506;
}
#saveload_ext_navi_download .saveload_ext_navi_item:hover {
	color: #3baa00;
}
#print_instructions_menu .saveload_ext_navi_item:hover {
	color: #e68506;
}
#saveload_ext_navi .saveload_ext_navi_item:before, 
#saveload_ext_navi .saveload_ext_navi_item.pro:before,
#saveload_ext_navi_download .saveload_ext_navi_item:before, 
#saveload_ext_navi_download .saveload_ext_navi_item.pro:before,
#print_instructions_menu .saveload_ext_navi_item:before, 
#print_instructions_menu .saveload_ext_navi_item.pro:before {
    background: transparent url(/images/design/v2/ui/export_save.png) 50% 50% no-repeat;
    background-size: 16px 16px;
	position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    top: 50%;
    left: 10px;
    margin-top: -8px;
}
#saveload_ext_navi .saveload_ext_navi_item.load:before,
#print_instructions_menu .saveload_ext_navi_item.load:before {
    background: transparent url(/images/design/v2/ui/export_load.png) 50% 50% no-repeat;
    background-size: 16px 16px;
	position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    top: 50%;
    left: 10px;
    margin-top: -8px;
}
#saveload_ext_navi .saveload_ext_navi_item.pro span {
	position: absolute;
	top: 50%;
	left: 100%;
	background: #3baa00;
	color: #fff;
	padding: 2px 4px 1px;
	border-radius: 2px;
	display: block;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.15;
	margin: -7px 0 0 -10px;
}
#load_from_file_input {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}


#eraser_guide {
	font-size: 11px;
	text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
	line-height: 1.15;
	position: absolute;
	bottom: 52px;
	right: 68px;
	color: grey;
	white-space: nowrap;
	z-index: 61;
	display: none;
	opacity: 0;
	transition: 0.5s;
}
#eraser_guide.active {
	display: block;
	opacity: 1;
}
#eraser_guide:before {
    background: transparent url(/images/design/v2/ui/v2/tip_arrow.png) 50% 50% no-repeat;
    background-size: 100% 100%;
	position: absolute;
	top: 8px;
	margin-left: 5px;
	left: 100%;
	position: absolute;
	width: 38px;
	height: 19px;
	content: '';
	opacity: 0.4;
}
.footer_bar_comment:hover+#eraser+#eraser_guide, #eraser:hover+#eraser_guide {
	opacity: 0;
}
#eraser_guide:hover {
	opacity: 0.01;
}
#eraser {
	z-index: 62;
}
#footer_mobile_warning {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	padding-bottom: 15px;
	display: none;
}
#planner_create_on_mobile, #planner_create_on_desktop.hidden {
	display: none;
}
#planner_create_on_desktop.hidden+#planner_create_on_mobile {
	display: block;
}
#planner_create_on_mobile_title {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.5px;
	text-align: center;
}
#planner_create_on_mobile_title b {
	display: block;
	text-align: center;
	font-size: 24px;
	padding-bottom: 7px;
}
#planner_create_on_mobile_shots {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-right: -20px;
	text-align: center;
}
#planner_create_on_mobile_shots a {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 170px;
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px 0 0;
}
#planner_create_on_mobile_shots a img {
	width: 100%;
}
#planner_create_on_mobile_not_able {
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 1.2;
}
#planner_create_on_mobile_success:before {
    background: transparent url(/images/design/v2/pro/ok.png) 50% 50% no-repeat;
    background-size: 100% 100%;
	position: absolute;
	top: 25px;
	left: 50%;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	content: '';
}
#planner_create_on_mobile_studio img {
	max-width: 320px;
	margin: auto;
}
#data_not_loaded {
	display: none;
}
a.pointer {
	cursor: pointer;
}
#data_not_loaded_reasons {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-left: -20px;
	margin-bottom: -5px;
}
#data_not_loaded_reasons .data_not_loaded_reasons_item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	padding-left: 52px;
	position: relative;
	font-size: 13px;
	line-height: 1.3;
	padding-right: 10px;
	margin-bottom: 20px;
}
#data_not_loaded_reasons .data_not_loaded_reasons_item:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 24px;
	height: 24px;
	content: '';
	margin-top: -12px;
}
#data_not_loaded_reasons .data_not_loaded_reasons_item.torrent:before {
    background: transparent url(/images/design/v2/ui/not_loaded_torrent.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#data_not_loaded_reasons .data_not_loaded_reasons_item.vpn:before {
    background: transparent url(/images/design/v2/ui/not_loaded_vpn.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#data_not_loaded_reasons .data_not_loaded_reasons_item.adblock:before {
    background: transparent url(/images/design/v2/ui/not_loaded_adblock.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}
#preplan_promo_video {
	position: absolute;
	bottom: 100%;
	right: 100%;
	opacity: 0;
	margin-bottom: -100px;
	margin-right: -120px;
	transition: opacity 0.5s;
}
#prepan_promo_wrapper:hover #preplan_promo_video {
	display: block;
	opacity: 1;
	margin-bottom: 0px;
}
#preplan_promo_video:before {
	position: absolute;
	top: 4px;
	right: -70px; 
    display: block;
    content: '';
    background: transparent url(/images/design/v2/ui/v2/tip_arrow_red.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 38px;
    height: 19px;
    z-index: -1;
}
#preplan_promo_video a {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 15px;
	position: relative;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s;
}
#preplan_promo_video a:hover {
	color: #ffed74;
	text-shadow: 1px 0 1px #700700, 0 1px 1px #700700, -1px 0 1px #700700, 0 -1px 1px #700700;
}
#preplan_promo_video a:before {
    display: block;
    content: '';
    background: transparent url(/images/design/v2/profiles/marker_red.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    right: -40px;
    left: -12px;
    z-index: -1;
}
#preplan_promo_video a:after {
    background: transparent url(/images/design/icons/video_play.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    transition: 0.5s;
    z-index: 23;
}
#planner_ui_guide_scroll_menu {
	background: rgb(32,32,32);
	background: linear-gradient(0deg, rgba(32,32,32,1) 50%, rgba(32,32,32,0) 100%);
	position: absolute;
	bottom: 0;
	right: -500px;
	opacity: 0;
	font-size: 11px;
	line-height: 1.15;
	z-index: 101;
	color: #ffa70e;
	padding: 12px 20px;
	box-sizing: border-box;
	transition: 0.5s;
	text-shadow: 1px 0 1px #202020, 0 1px 1px #202020, -1px 0 1px #202020, 0 -1px 1px #202020;
}
#planner_ui_guide_scroll_menu.active {
	right: 0;
	opacity: 1;
}
#planner_ui_guide_scroll_menu:after {
    background: transparent url(/images/design/v2/ui/v2/scroll.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 16px;
    height: 30px;
    content: '';
    z-index: 23;
	animation-name: go_down;
	-webkit-animation-name: go_down;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes go_down {
	0% {opacity: 0;top: 5px;}
	30% {opacity: 0;top: -30px;}
	70% {opacity: 1;top: 15px;}
	100% {opacity: 0;top: 5px;}				
}
@-webkit-keyframes go_down {	
	0% {opacity: 0;top: 5px;}
	30% {opacity: 0;top: -30px;}
	70% {opacity: 1;top: 15px;}
	100% {opacity: 0;top: 5px;}		
}
.tools_item_about {
	background: transparent url(/images/design/v2/ui/v2/tools_about.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	cursor: help;
	opacity: 0.4;
	transition: 0.3s;
}
.has_image .tools_item_about {
	background: transparent url(/images/design/v2/ui/v2/tools_image.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
.tools_item_about:hover {
	opacity: 1;
}
#planner_ui_tools .tools_item.has_description,
.planner_ui_subtools .subtools_item.has_description {
	padding-right: 42px;
}
#planner_ui_tools_tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background: transparent;
	border: solid 1px rgba(0,0,0, 0.3);
	border-bottom: solid 1px rgba(0,0,0, 0.6);
	border-top: solid 2px #ffad1f;
	-moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
	-webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
	box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
	z-index: 9900003;
}
#planner_ui_tools_tooltip.slideFastDown {
	display: block;
}
#planner_ui_tools_tooltip #planner_ui_tools_tooltip_content {
	background: #fff;
	color: #333333;
	font-size: 11px;
	line-height: 1.3;
	padding: 8px 10px;
	max-width: 300px;
}
#planner_ui_tools_tooltip #planner_ui_tools_tooltip_content img {
	display: block;
	position: relative;
	z-index: 9;
	min-width: 100px;
	min-height: 60px;
	max-width: 220px;
	margin: -8px -10px;
}
#planner_ui_tools_tooltip #planner_ui_tools_tooltip_content span.preloader {
	z-index: 8;
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	border: 3px solid #e68506;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}

#box_cables_socket_wrapper {
	position: absolute;
	top: 45px;
	right: 0;
	padding: 15px;
	z-index: 5;
}
#box_cables_socket {
	position: relative;
	z-index: 5;
	text-align: center;
	background: transparent;
	display: block;
	-moz-box-shadow: 0px 3px 8px 0 rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0px 3px 8px 0 rgba(0,0,0, 0.15);
	box-shadow: 0px 3px 8px 0 rgba(0,0,0, 0.15);
}
#box_cables_socket .box_cables_socket_label {
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	background: #3baa00;
	padding: 4px 10px 4px 10px;
	z-index: 11;
	color: #fff;
	font-weight: 700;
	display: block;
	text-align: left;
	border-bottom: solid 1px rgb(255 255 255);
	width: 200px;
}
#box_cables_socket .box_cables_socket_label span {
	float: right;
}
.options_cables_socket {
	background: #fff;
	border-radius: 0;
	position: relative;
	top: auto;
	left: auto;
	z-index: auto;
	white-space: nowrap;
	overflow: visible;
	padding: 5px 10px;
	border: solid 1px rgba(0,0,0, 0.3);
	/*border-bottom: solid 1px rgba(0,0,0, 0.6);*/
	color: #333333;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	display: none;
}
.options_cables_socket.active {
	display: block;
}
.options_cables_socket_header {
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px 0;
}
.options_cables_socket_item {
	text-align: left;
}
.options_cables_socket_item span {
	float: right;
}
.options_cables_socket_item:hover {
	background-color: beige;
}
.options_cables_socket_item.active {
	font-weight: bold;
}
#santeh_pipes_modal_button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 15px;
	padding-right: 26px;
	font-size: 0;
	line-height: 0;
}
#santeh_pipes_modal_button div {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 20px;
	padding-top: 8px;
}
#santeh_pipes_modal_button input, #santeh_pipes_modal_button span {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.15;
}
#santeh_pipes_modal_button input {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
#santeh_pipes_modal_actions {
	position: relative;
}
#santeh_pipes_modal_warning {
	font-size: 14px;
	letter-spacing: -0.2px;
	display: none;
	min-height: 30px;
	box-sizing: border-box;
	padding: 7px 0 7px 20px;
}
#santeh_pipes_modal_warning:before {
	background: transparent url(/images/design/v2/ui/client_alert.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: -3px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	content: '';
}
#santeh_pipes_modal_actions.warned #santeh_pipes_modal_warning {
	display: block;
}
#santeh_pipes_modal_warning a {
	font-weight: 700;
	color: #cc0000;
	text-decoration: underline;
}
#santeh_pipes_modal_warning a:hover {
	text-decoration: none;
}
#santeh_pipes_modal_actions.warned > a, #santeh_pipes_modal_actions.warned #santeh_pipes_modal_button {
	display: none;
}
#planner_subobjects {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 22;
	font-size: 0;
	line-height: 0;
}
#planner_subobjects .planner_subobjects_item {
	position: relative;
	font-size: 13px;
	line-height: 1.15;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}
#planner_subobjects .planner_subobjects_item_current {
	position: relative;
	background: #fff;
	padding: 5px 24px 5px 10px;
	display: block;
	border-top: solid 2px #ffad1f;
	border-bottom: solid 1px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
	-webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
	box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
	cursor: pointer;
	border-radius: 2px;
	transition: 0.3s;
}
#planner_subobjects .planner_subobjects_item_current:before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #000;
	display: block;
	content: '';
	margin-top: -2px;
	opacity: 0.4;
	transition: 0.3s;
}
#planner_subobjects .planner_subobjects_item_current:hover:before {
	opacity: 1;
	border-top-color: #e68506;
}
#planner_subobjects .planner_subobjects_item_current:hover {
	color: #e68506;
}
#planner_subobjects .planner_subobjects_item.open .planner_subobjects_item_current,
#planner_subobjects .planner_subobjects_item.add_open .planner_subobjects_item_current {
	display: none;
}
#planner_subobjects .planner_subobjects_listing,
#planner_subobjects .planner_subobjects_add {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	transition: 0.5s;
	border-radius: 2px;
	border-top: solid 2px #ffad1f;
	border-bottom: solid 1px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
	-webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
	box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
	display: none;
}
#planner_subobjects .planner_subobjects_item.open .planner_subobjects_listing {
	display: block;
	min-width: 190px;
}
#planner_subobjects .planner_subobjects_item.planner_floors.open .planner_subobjects_listing {
	min-width: 150px;
}
#planner_subobjects .planner_subobjects_item.add_open .planner_subobjects_add {
	display: block;
	min-width: 200px;
}
#planner_subobjects .planner_subobjects_listing_item {
	position: relative;
	white-space: nowrap;
	padding: 5px 10px 5px 10px;
}
#planner_subobjects .planner_subobjects_listing_item.input {
	overflow: hidden;
	padding: 4px;
}
#planner_subobjects .planner_subobjects_listing_item a {
	cursor: pointer;
	margin-right: 55px;
	text-decoration: none;
	transition: 0.3s;
}
#planner_subobjects .planner_subobjects_listing_item.input a {
	display: none;
}
#planner_subobjects .planner_subobjects_listing_item a:hover {
	color: #e68506;
}
#planner_subobjects .planner_subobjects_listing_item a {
	color: #242424;
}
#planner_subobjects .planner_subobjects_listing_item.active a {
	color: #3baa00;
	cursor: default;
}
#planner_subobjects .planner_subobjects_listing_item+.planner_subobjects_listing_item {
	border-top: solid 1px rgba(0,0,0, 0.2);
}
#planner_subobjects .planner_subobjects_listing_item:nth-child(even) {
	background: rgba(0,0,0, 0.04);
}
#planner_subobjects .planner_subobjects_listing_item.add {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 38px;
	font-size: 11px;
	font-weight: 700;
	color: #888;
	cursor: pointer;
	transition: 0.3s;
}
#planner_subobjects .planner_subobjects_listing_item.add.hidden {
	display: none;
}
#planner_subobjects .planner_subobjects_listing_item.add:hover {
	color: #3baa00;
}
#planner_subobjects .planner_subobjects_listing_item.add:after {
	background: transparent url(/images/design/v2/ui/client_add.png) 50% 50% no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 16px;
	opacity: 0.4;
	transition: 0.3s;
	margin-top: -8px;
	content: '';
}
#planner_subobjects .planner_subobjects_listing_item.add:hover:after {
	opacity: 1;
}
#planner_subobjects .planner_subobjects_listing_options {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	font-size: 0;
	line-height: 0;
}
#planner_subobjects .planner_subobjects_listing_item.input .planner_subobjects_listing_options {
	display: none;
}
#planner_subobjects .planner_subobjects_listing_options span {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	opacity: 0.4;
	transition: 0.3s;
	margin-left: 4px;
	cursor: pointer;
}
#planner_subobjects .planner_subobjects_listing_options span:hover {
	opacity: 1;
}
#planner_subobjects .planner_subobjects_listing_item.active .planner_subobjects_listing_options span.lower_borders:hover {
	opacity: 0.4;
}
#planner_subobjects .planner_subobjects_listing_item .planner_subobjects_listing_options span.lower_borders {
	display: none;
}
#planner_subobjects .planner_subobjects_listing_item.active .planner_subobjects_listing_options span.lower_borders {
	display: inline-block;
	opacity: 0.2;
}
#planner_subobjects .planner_subobjects_listing_item:first-child.active .planner_subobjects_listing_options span.lower_borders {
	display: none;
}
#planner_subobjects .planner_subobjects_listing_item.active .planner_subobjects_listing_options span.lower_borders.active {
	opacity: 1;
}
#planner_subobjects .planner_subobjects_listing_options span.delete {
	background: transparent url(/images/design/v2/ui/v2/trash.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_subobjects .planner_subobjects_listing_options span.edit {
	background: transparent url(/images/design/v2/ui/v2/edit.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_subobjects .planner_subobjects_listing_options span.lower_borders {
	background: transparent url(/images/design/v2/ui/v2/lower_floor.png) 50% 50% no-repeat;
	background-size: 16px 16px;
}
#planner_subobjects .planner_subobjects_listing_options span.current {
	background: transparent url(/images/design/v2/ui/saved.png) 50% 50% no-repeat;
	background-size: 12px 12px;
	display: none;
	cursor: help;
	opacity: 1;
}
#planner_subobjects .planner_subobjects_listing_item.active .planner_subobjects_listing_options span.current {
	display: inline-block;
}
#planner_subobjects .planner_subobjects_listing_item.active .planner_subobjects_listing_options span.delete {
	display: none;
}
#planner_subobjects .planner_subobjects_listing_item input,
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_input input,
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_input select {
	background: #fff;
	display: none;
	padding: 1px 40px 2px 5px;
	border: 1px solid #c7c7c6;
	border-radius: 2px;
	color: #292929;
	font-weight: 400;
	font: 13px/1 'Open Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
}
#planner_subobjects .planner_subobjects_listing_item.input input {
	display: inline-block;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_input input,
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_input select {
	display: inline-block;
	padding: 3px 5px 4px 5px;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_input select {
	padding: 3px 40px 4px 5px;
	background: #fff;
	background-image: url(/images/design/select_bg.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	cursor: pointer;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_input select option[disabled] {
	color: #b0b0b0;
	background: #f6f6f6;
}
form.pre_form .pre_input select::-ms-expand {
	display: none;
}
#planner_subobjects .planner_subobjects_listing_item em {
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
    font-style: normal;
    color: #fff;
    line-height: 100%;
    padding: 7px 7px 0;
    box-sizing: border-box;
    transition: 0.5s;
    font-size: 9px;
    background: #3baa00;
    border-radius: 2px;
    display: none;
    font-weight: 700;
    cursor: pointer;
}
#planner_subobjects .planner_subobjects_listing_item.input em {
    display: block;
}
#planner_subobjects .planner_subobjects_listing_item:hover em:hover {
    background: #e68506;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_input {
	padding: 10px 10px;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_submit {
	padding: 5px 10px 10px;
	position: relative;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_submit a.mce-button {
	white-space: nowrap;
	padding: 6px 20px 7px;
	display: block;
	text-align: center;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_submit.loading a.mce-button {
	visibility: hidden;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_submit.loading:after {
	content: '';
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_submit.loading:before {
	content: '';
	z-index: 12;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border: 2px solid #e68506;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_opt_title {
	padding: 0 10px 7px;
	color: #888;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_opt {
	position: relative;
	margin-bottom: 7px;
	font-size: 11px;
	transition: 0.3s;
	cursor: pointer;
	padding: 0 10px 0 29px;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_opt b {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	display: block;
	cursor: pointer;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_opt b:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid rgba(0,0,0, 0.3);
	border-radius: 2px;
	content: '';
	transition: 0.3s;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_opt b:after {
	background: transparent url(/images/design/v2/ui/saved.png) 50% 50% no-repeat;
	background-size: 12px 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	transition: 0.3s;
	opacity: 0;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_opt.active b:before {
	opacity: 0;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_opt.active b:after {
	opacity: 1;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_opt:hover {
	color: #e68506;
}
#planner_subobjects .planner_subobjects_item .planner_subobjects_add_opt:hover b:before {
	border: 1px solid rgba(0,0,0, 0.7);
}
#item_search_wrapper {
	position: relative;
}
#item_search_wrapper input {
	background: #fff;
	display: block;
	padding: 6px 110px 8px 10px;
	border: 1px solid #c7c7c6;
	border-radius: 2px;
	color: #292929;
	font-weight: 400;
	font: 14px/1 'Open Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
	-moz-box-shadow: 0px 3px 11px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 11px 0 rgba(0, 0, 0, 0.08);
}
#item_search_submit {
	position: absolute;
	top: 50%;
	right: 7px;
	padding: 5px 12px 4px 30px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	margin-top: -11px;
	background: #f2f2f2;
	color: #999;
	border-radius: 2px;
	transition: 0.3s;
}
#item_search_submit:before,
#item_search_submit:after {
	background: transparent url(/images/design/v2/ui/v2/item_search_black.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	content: '';
	transition: 0.3s;
	opacity: 0.2;
	width: 16px;
	height: 16px;
}
#item_search_submit:after {
	background: transparent url(/images/design/v2/ui/v2/item_search_white.png) 50% 50% no-repeat;
	background-size: 16px 16px;
	opacity: 0;
}
#item_search_submit.active {
	background: #3baa00;
	color: #fff;
	cursor: pointer;
}
#item_search_submit.active:before {
	opacity: 0;
}
#item_search_submit.active:after {
	opacity: 1;
}
#item_search_submit.active:hover {
	background: #e68506;
}
#item_search_wrapper.loading #item_search_submit {
	display: none;
}
#item_search_wrapper.loading:before {
	z-index: 14;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 10px;
	margin: -10px 0 0 0;
	border: 2px solid #e68506;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
#item_search_results {
	min-height: 58px;
	max-height: 229px;
	background: #f2f2f2;
	border-radius: 2px;
	margin-top: 10px;
	box-sizing: border-box;
	overflow-y: auto;
}
#item_search_results .item_search_result {
	padding: 12px 11px;
	position: relative;
}
#item_search_results .item_search_result.img {
	padding-right: 50px;
}
#item_search_results .item_search_result_image {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 32px;
	height: 32px;
	display: block;
	margin-top: -16px;
}
#item_search_results .item_search_result_image img {
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 2px;
	-moz-box-shadow: 0px 3px 11px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 11px 0 rgba(0, 0, 0, 0.08);
}
#item_search_results .item_search_result+.item_search_result {
	border-top: 1px solid rgba(0,0,0, 0.1);
}
#item_search_results .item_search_result span {
	font-size: 11px;
	display: block;
	color: #888;
	padding-bottom: 2px;
}
#item_search_results .item_search_result > a {
	text-decoration: none;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}
#item_search_results .item_search_result > a[onclick] {
	border-bottom: 1px dashed;
	cursor: pointer;
	transition: 0.3s;
}
#item_search_results .item_search_result > a[onclick]:hover {
	border-bottom: 1px dashed transparent;
	color: #e68506;
}
#item_search_results .item_search_result > a em {
    position: absolute;
    font-style: normal;
    background: #3baa00;
    color: #fff;
    padding: 2px 4px 1px;
    border-radius: 2px;
    display: block;
    vertical-align: top;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.15;
    top: 50%;
    margin-left: 5px;
    left: 100%;
    margin-top: -5px;
}
#item_search_empty_result {
	text-align: center;
	font-size: 11px;
	color: #666;
	line-height: 1.4;
	padding-top: 14px;
}
#item_search_results .item_search_result .tools_item_about {
    opacity: 1;
    width: auto;
    height: auto;
    right: 0;
    margin-top: -16px;
}
#item_search_custom_result {
	text-align: left;
	font-size: 14px;
	color: #222;
	line-height: 1.4;
	padding: 10px 11px;
}
#beta30 {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px;
	background: #3baa00;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	font-size: 14px;
	line-height: 1.15;
	border-radius: 2px;
}
#thickness_tip {
	position: absolute;
	top: 100%;
	left: 50%;
	background: #0e9500;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.15;
	margin-left: -100px;
	z-index: 1001;
	width: 200px;
	margin-top: 12px;
	box-sizing: border-box;
	text-align: center;
	padding: 5px 4px;
	white-space: normal;
	border-radius: 2px;
	display: none;
}
#thickness_tip:before {
	background: transparent url(/images/design/v2/ui/v2/thickness_arrow.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -24px;
	content: '';
	transition: 0.3s;
	width: 18px;
	height: 24px;
}
.show_tip #thickness_tip {
	display: block;
}
.contextmenu_item.icons .contextmenu_item_icon.show_tip {
	opacity: 1;
}
#planner_ui_function_alert {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.15;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 6px;
	background: #cc0000;
	color: #fff;
	padding: 7px 5px;
	text-align: center;
	margin-left: -110px;
	width: 220px;
	box-sizing: border-box;
	border-radius: 2px;
	-moz-box-shadow: 0px 3px 11px 0 rgba(74, 5, 5, 0.3);
	-webkit-box-shadow: 0px 3px 11px 0 rgba(74, 5, 5, 0.3);
	box-shadow: 0px 3px 11px 0 rgba(74, 5, 5, 0.3);
	display: none;
}
#planner_ui_function_alert.slideUp {
	display: block;
}
.planner_ui_message {
	position: absolute;
	display: block;
	transition: 0.3s;
	font-size: 14px;
	line-height: 1.4;
	top: 50%;
	left: 50%;
	width: 50%;
	width: 380px;
	z-index: 23;
	display: none;
	text-align: center;
}
.planner_ui_message.active {
	display: block;
	cursor: default;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
}
.planner_ui_message p {
	position: relative;
}
.planner_ui_message p+p {
	padding-top: 15px;
}
.planner_ui_message img {
	max-width: 100%;
	height: auto;
}
#planner_ui_message_fog {
	position: fixed;
	top: 125px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(248,248,248, 0.9);
	z-index: 22;
	display: none;
}
#planner_ui_message_fog.active {
	display: block;
	cursor: default;
}
.planner_ui_message .planner_ui_message_title {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 700;
	line-height: 1.15;
	color: #e68506;
}
.planner_ui_message p span {
	position: absolute;
	top: 10px;
	right: 105%;
	padding: 2px 5px;
	border-radius: 2px;
	background: #fff;
	font-size: 11px;
	line-height: 1.25;
	text-align: left;
	display: block;
	white-space: nowrap;
	-moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
	-webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
	box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
}
.planner_ui_message#pum_start p span+span {
	left: 105%;
	right: auto;
}
.planner_ui_message#pum_rooms p span {
	background: #cc0000;
	color: #fff;
	top: 68px;
	right: -50px;
}
.planner_ui_message#pum_rooms p span+span {
	top: 132px;
	right: -140px;
}
.planner_ui_message#pum_doors p span {
	top: 68px;
	right: 300px;
}
.planner_ui_message#pum_doors p span+span {
	top: 68px;
	right: -80px;
}
.planner_ui_message#pum_demount p span {
	top: 55px;
	right: 300px;
}
.planner_ui_message#pum_demount p span+span {
	top: 55px;
	right: -50px;
}
.planner_ui_message#pum_zone p span {
	top: 75px;
	right: -70px;
}
.planner_ui_message p a {
	cursor: pointer;
}
.planner_ui_message#pum_menu p.double-width {
	margin: 0 -160px;
}
.planner_ui_message p b.li_number {
	position: relative;
	color: #fff;
	font-weight: 700;
	margin: 0 4px;
}
.planner_ui_message p b.li_number:before {
	position: absolute;
	z-index: -1;
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #3baa00;
	margin: -8px 0 0 -8px;
	top: 50%;
	left: 50%;
}
#switch_help_guide {
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 65px;
	font-size: 11px;
	line-height: 1.3;
	text-align: center;
	color: #222;
	padding: 3px 10px 4px;
	width: 220px;
	box-sizing: border-box;
	margin-left: -110px;
	border-top: solid 2px #ffad1f;
    border-bottom: solid 1px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    cursor: default;
    display: none;
}
#switch_help_guide.active {
	display: block;
}
#set_help:hover+#switch_help_guide.active {
	display: none;
}
#switch_help_guide:before {
    background: transparent url(/images/design/v2/ui/navi_arrow.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 16px;
    height: 16px;
    display: block;
    content: '';
    margin: 0 0 0 -8px;
    animation-name: help_arrow;
    -webkit-animation-name: help_arrow;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    transform: rotate(90deg);
}
@keyframes help_arrow {
	0% {
		top: 45px;	
	}	
	50% {
		top: 35px;
	}
	100% {
		top: 45px;
	}			
}
@-webkit-keyframes help_arrow {
	0% {
		top: 45px;	
	}	
	50% {
		top: 35px;
	}
	100% {
		top: 45px;
	}		
}
.planner_subobjects_pro_window {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 11px;
	font-weight: 400;
	min-width: 175px;
	width: 100%;
	margin-top: 0px;
	box-sizing: border-box;
	white-space: normal;
	line-height: 1.2;
	background: #fff;
	color: #222;
	padding: 6px 10px 7px;
	border-radius: 2px;
	border-top: 2px solid #3baa00;
	border-bottom: 1px solid #3baa00;
    -moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    display: none;
}
.planner_subobjects_add_submit.pro_only:hover+.planner_subobjects_pro_window {
	display: block;
}
#pum_keys table {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid rgba(0,0,0, 0.25);
}
#pum_keys table tr td {
	padding: 5px 10px;
	font-size: 11px;
	text-align: left;
	background: rgba(255,255,255, 0.5);
}
#pum_keys table tr:nth-child(odd) td {
	background: rgba(255,255,255, 1);
}
#pum_keys table tr+tr td {
	border-top: 1px solid rgba(0,0,0, 0.25);
}
#pum_keys table tr td:first-child {
	font-weight: 700;
	color: #28a900;
}
#pdf_settings_core, 
#pdf_settings_start {
	font-size: 0;
	line-height: 0;
	margin-right: -10px;
}
.pdf_settings_core_input {
	display: inline-block;
	padding: 6px 10px 10px 0;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
}
.pdf_settings_core_input.width-15 {width: 15%;}
.pdf_settings_core_input.width-20 {width: 20%;}
.pdf_settings_core_input.width-25 {width: 25%;}
.pdf_settings_core_input.width-30 {width: 30%;}
.pdf_settings_core_input.width-35 {width: 35%;}
.pdf_settings_core_input.width-40 {width: 40%;}
.pdf_settings_core_input.width-50 {width: 50%;}
.pdf_settings_core_input.width-60 {width: 60%;}
.pdf_settings_core_input.width-70 {width: 70%;}
.pdf_settings_core_input label {
	display: block;
	position: absolute;
	left: 6px;
	top: 0;
	padding: 0 5px;
	font-size: 11px;
	background: #fff;
	line-height: 1.15;
	color: #888;
}
.pdf_settings_core_input select,
.pdf_settings_core_input input {
	display: inline-block;
	padding: 8px 10px 6px 10px;
	border: 1px solid #c7c7c6;
	border-radius: 2px;
	color: #292929;
	font-weight: 400;
	font: 13px/1 'Open Sans', sans-serif;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
	background: #fff;
}
.pdf_settings_core_input input:focus {
	border-color: #f0a400;
}
.pdf_settings_core_input select {
	padding-right: 40px;
	background: #fff;
	background-image: url(/images/design/admin_select.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	cursor: pointer;
}
.pdf_settings_core_input_restriction {
	position: absolute;
	left: 11px;
	top: 16px;
	font-size: 13px;
	line-height: 1.15;
	color: #888;
}
#pdf_settings_plans {
	display: block;
	padding: 10px 0 3px 10px;
	border: 1px solid #c7c7c6;
	border-radius: 2px;
	margin-bottom: 10px;
}
#pdf_settings_plans .pdf_settings_plan {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 8px 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
#pdf_settings_plans .pdf_settings_plan.hidden {
	display: none;
}
#pdf_settings_plans .pdf_settings_plan label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	font-size: 13px;
	line-height: 1.15;
	color: #222;
	cursor: pointer;
}
#pdf_settings_plans .pdf_settings_plan input {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
	cursor: pointer;
}
#pdf_settings_start .mce-button {
	display: block;
	padding: 9px 10px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}
#presets--warm-floor label {
	text-align: left;
	padding: 0;
}
.options_preset_radiobox {
	padding: 8px 0 0 0;
}
.options_preset_radiobox a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 16px;
	position: relative;
	margin-top: 5px;
	cursor: pointer;
	color: #888;
	transition: 0.3s;
}
.options_preset_radiobox a.active {
	color: #256786;
}
.options_preset_radiobox a:before {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border: 1px solid rgba(0,0,0, 0.2);
	border-radius: 50%;
	margin-top: -6px;
	content: '';
	top: 50%;
	left: 0;
	transition: 0.3s;
}
.options_preset_radiobox a:after {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: -3px 0 0 0;
	background: #fff;
	content: '';
	top: 50%;
	left: 3px;
	transition: 0.3s;
}
.options_preset_radiobox a.active:before {
	border: 1px solid #256786;
}
.options_preset_radiobox a.active:after {
	background: #256786;
}
#technew_combo {
	width: 242px;
	height: 400px;
}
#planner_ui_direct.compact #technew_combo {
	width: 240px;
	height: 120px;
}
#electric_wires_tab {
	background: rgba(255,255,255, 1);
	position: relative;
	margin-right: 20px;
    font-size: 0;
    padding: 0 6px;
    line-height: 0;
    display: none;
    border-bottom: solid 1px rgba(0,0,0, 0.5);
    border-top: solid 2px rgba(40,169,0, 1);
    vertical-align: top;
    border-radius: 2px;
	-moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
}
#electric_wires_tab .electric_wires_tab {
	position: relative;
    padding: 5px 6px 5px 6px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #888;
    line-height: 1.15;
    cursor: pointer;
    transition: 0.3s;
}
#electric_wires_tab .electric_wires_tab:hover {
    color: #e68506;
}
#electric_wires_tab .electric_wires_tab.active {
    cursor: default;
    color: #28a900;
}
#electric_wires_tab .electric_wires_tab.active:before {
	position: absolute;
	top: -1px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #28a900;
    display: block;
    content: '';
    margin-left: -5px;
}
#footer_bar_tools .footer_bar_tool.units {
	width: 65px;
}
#measure_units {
	padding: 8px 5px 8px 5px;
	position: relative;
}
#measure_units.open {
	width: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 0px 2px 0px;
	background: #fff;
    border: solid 1px rgba(0,0,0, 0.3);
    border-bottom: solid 1px rgba(0,0,0, 0.6);
    border-top: solid 2px #ffad1f;
    -moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
}
#measure_units .measure_unit {
	position: relative;
	font-size: 13px;
	font-weight: 700;
	color: #888;
	line-height: 1.15;
	display: none;
	padding: 4px 10px 5px 10px;
	cursor: pointer;
	border-top: 1px solid transparent;
}
#measure_units .measure_unit.active {
	display: block;
	padding-right: 25px;
}
#measure_units.open .measure_unit {
	display: block;
	font-weight: 400;
	color: #222;
}
#measure_units.open .measure_unit+.measure_unit {
	border-top: 1px solid rgba(0,0,0, 0.2);
}
#measure_units .measure_unit.active:before {
	background: transparent url(/images/planner/client/select.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -6px;
	content: '';
	opacity: 0.5;
	transition: 0.3s;
	width: 12px;
	height: 12px;
}
#measure_units.open .measure_unit.active:before {
	background: transparent url(/images/planner/client/ok.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	right: 8px;
	margin-top: -8px;
	opacity: 1;
	width: 16px;
	height: 16px;
}
#measure_units .measure_unit.active:hover:before {
	opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#measure_units.open .measure_unit.active:hover:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#measure_units.open .measure_unit:hover {
    color: #e68506;
}
@media screen and (max-width: 1420px) {
	#footer_bar_folders .footer_bar_folder.strong span {
		display:none;
	}
}
#item_name_tooltip {
	position: absolute;
	z-index: 55;
	bottom: 52px;
	left: 50%;
	width: 300px;
	text-align: center;
	overflow: hidden;
	margin-left: -150px;
	display: none;
}
#item_name_tooltip.active {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	display: block;
}
#item_name_tooltip span {
	display: inline-block;
	vertical-align: top;
	padding: 4px 12px 5px;
	border-radius: 2px;
	background: #0e0e0e;
	color: #fff;
	font-size: 13px;
	line-height: 1.15;
    -moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
}
#turn_project_tools {
	position: relative;
	width: auto;
	position: absolute;
	bottom: 100%;
	display: none;
	right: 0;
	padding: 0px 0px 0px 0px;
	background: #fff;
    border: solid 1px rgba(0,0,0, 0.3);
    border-bottom: solid 1px rgba(0,0,0, 0.6);
    border-top: solid 2px #ffad1f;
    -moz-box-shadow: 0px 4px 11px 0 rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
    box-shadow: 0px 4px 11px 0 rgb(0 0 0 / 18%);
	z-index: 21;
}
.footer_bar_tool.active #turn_project_tools {
	display: block;
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	display: block;
}
#turn_project_tools .turn_project_tool {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #222;
	white-space: nowrap;
	line-height: 1.15;
	display: block;
	padding: 6px 20px 7px 10px;
	cursor: pointer;
	transition: 0.3s;
}
#turn_project_tools .turn_project_tool+.turn_project_tool {
	border-top: 1px solid rgba(0,0,0, 0.2);
}
#turn_project_tools .turn_project_tool:hover {
	color: #e68506;
}
















