#render_list_wrapper {
	position: relative;
	margin-bottom: 25px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 40px 40px 40px;
	-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);
	min-height: 200px;
}
#render_container .str_tabs_wrapper .str_tab {
	padding: 0;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	margin: 5px;
	transition: 0.4s;
	z-index: 21;
}
#render_container .str_tabs_wrapper .str_tab:hover {
	border: 1px solid rgba(230, 133, 6, 0.2);
}
#render_container .str_tabs_wrapper .str_tab a {
	font-size: 13px;
	text-decoration: none;
	transition: 0.4s;
	padding: 7px 12px;
}
#render_container .str_tabs_wrapper .str_tab a:hover {
	color: #e68506;
}
#render_container .str_tabs_wrapper .str_tab.button {
	border: 1px solid transparent;
	position: relative;
}
#render_container .str_tabs_wrapper .str_tab.button a {
	background: #3baa00;
	color: #fff;
	border-radius: 2px;
	-moz-box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.2);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.2);
    box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.2);
}
#render_container .str_tabs_wrapper .str_tab.button a:hover {
	background: #e68506;
	-moz-box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
    box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
}
#render_container .str_tabs_wrapper .str_tab.button a.disabled {
	background: #e5e5e5;
	color: #888;
	border-radius: 2px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	cursor: not-allowed;
}
#render_container .str_tabs_wrapper .str_tab.active {
	background: #e68506;
	border: 1px solid #e68506;
	font-weight: 400;
}
#render_container .str_tabs_wrapper .str_tab.active a {
	color: #fff;
}
#render_container .str_tabs_wrapper .str_texttab {
    font-size: 13px;
    line-height: 1.15;
	padding: 8px 13px;
    display: inline-block;
    vertical-align: top;
	margin: 5px;
}
#render_order_menu {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 8px;
	width: 200px;
	display: none;
	background: #fff;
	padding: 10px 15px;
	border-top: 2px solid #ffaa15;
	font-size: 0;
	line-height: 0;
	-moz-box-shadow: 0px 10px 50px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 15%);
	box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 15%);
}
#render_order_menu.active {
	display: block;
}
#render_order_text {
	font-size: 11px;
	line-height: 1.3;
	white-space: normal;
	text-align: left;
	padding-bottom: 7px;
}
#render_order_input {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	font-size: 14px;
	line-height: 1.15;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	padding: 6px 10px;
	text-align: center;
	position: relative;
	border-radius: 2px;
}
#render_order_go {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	box-sizing: border-box;
	padding-left: 10px;
}
#render_container .str_tabs_wrapper .str_tab #render_order_go a {
	display: block;
}
#render_order_input .char_plus, #render_order_input .char_minus {
    background: transparent url(/images/design/v2/ui/v2/thickness_more.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 50%;
	margin-top: -8px;
    right: 7px;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    transition: opacity 0.3s;
    cursor: pointer;
    z-index: 6;
}
#render_order_input .char_minus {
    background: transparent url(/images/design/v2/ui/v2/thickness_less.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    right: auto;
	left: 7px;
}
#render_order_input .char_plus:hover,
#render_order_input .char_minus:hover {
	opacity: 1;
}
#render_order_input .char_plus:active,
#render_order_input .char_minus:active {
	margin-top: -7px;
}
#render_order_cost {
	font-size: 14px;
	line-height: 1.15;
	white-space: normal;
	text-align: left;
	padding-top: 7px;
}
#render_order_cost em {
	font-style: normal;
}
#render_alert {
	margin-bottom: 20px;
	font-size: 0;
	line-height: 0;
	margin-right: -30px;
	text-align: center;
}
#render_alert .alert_wrapper {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px 0 0;
	position: relative;
}
#render_alert .alert {
	display: block;
	box-sizing: border-box;
	padding: 20px 20px 20px 88px;
	position: relative;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
	border: 1px solid #d7d7d7;
    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);
}
#render_alert .alert:before {
	background: transparent url(/images/planner/visual/render_note_1.png) 50% 50% no-repeat;
	background-size: 48px 48px;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 48px;
	height: 48px;
	content: '';
	margin-top: -24px;
	display: block;
}
#render_alert .alert_wrapper+.alert_wrapper .alert:before {
	background: transparent url(/images/planner/visual/render_note_2.png) 50% 50% no-repeat;
	background-size: 48px 48px;
}
#render_list {
	font-size: 0;
	line-height: 0;
	margin-right: -40px;
}
#render_list .render_list_item {
	display: inline-block;
	vertical-align: top;
	padding: 40px 40px 0 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
#render_list .render_list_item:hover {
	z-index: 3;
}
#render_list .render_list_image {
	height: 150px;
	min-width: 50px;
	position: relative;
	z-index: 5;
}
#render_list .render_list_image > a:hover {
	cursor: pointer;
}
#render_list .render_list_image > a img {
	height: 146px;
	width: auto;
	min-width: 75px;
	min-height: 146px;
	background: #d7d7d7;
	border-radius: 3px;
	-moz-box-shadow: 0px 5px 10px 0 rgba(0,0,0, 0.2), 0px 10px 20px 0 rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2), 0px 10px 20px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2), 0px 10px 20px 0 rgba(0, 0, 0, 0.10);
	border: 2px solid #fff;
	z-index: 6;
	transition: 0.3s;
}
#render_list .render_list_image > a:hover img {
	border: 2px solid #ffb80e;
}
#render_list .loading .render_list_image > a img {
	border: 2px solid #fff;
	opacity: 0.7;
	filter: blur(3px);
}
#render_list .removed .render_list_image > a img {
	border: 2px solid #fff;
}
#render_list .render_list_text {
	font-size: 11px;
	line-height: 1.2;
	padding: 15px 0 0 0;
}
#render_list .render_list_source {
	height: 75px;
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: -1;
}
#render_list .loading .render_list_source {
	display: none;
}
#render_list .render_list_source:hover {
	z-index: 7;
}
#render_list .render_list_source > a img {
	height: 75px;
	width: auto;
	border-radius: 3px;
}
#render_list .render_list_source > a:hover {
	cursor: pointer;
}
#render_list .removed .render_list_source > a:hover {
	cursor: default;
}
#render_list .loading .render_list_image > a:hover,
#render_list .removed .render_list_image > a:hover {
	cursor: default;
}
#render_list .loading .render_list_image:before {
	z-index: 16;
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	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;
	display: block;
	transition: 0.3s;
}
#render_list .render_list_image .render_list_actions {
	position: absolute;
	bottom: 100%;
	right: 0;
	left: 0;
	display: none;
	z-index: 12;
	white-space: nowrap;
	text-align: right;
	padding-bottom: 2px;
}
#render_list .render_list_item:hover .render_list_image .render_list_actions {
	display: block;
}
#render_list .render_list_image .render_list_actions span,
#render_list .render_list_image .render_list_actions > a {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	margin-left: 4px;
	opacity: 0.6;
	transition: 0.3s;
}
#render_list .render_list_image .render_list_actions span:hover,
#render_list .render_list_image .render_list_actions > a:hover {
	cursor: pointer;
	opacity: 1;
}
#render_list .render_list_image .render_list_actions span.non-click {
	cursor: default;
}
#render_list .render_list_image .render_list_actions span.delete {
    background: #fff url(/images/design/v2/ui/v2/delete.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions > a.download {
	background: #fff url(/images/design/v2/ui/export_save.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.alert {
	background: #fff url(/images/design/v2/ui/alert.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.restart {
	background: #fff url(/images/design/v2/ui/restart.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.alert.red {
	background: #fff url(/images/design/v2/ui/client_alert.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.alert.green {
	background: #fff url(/images/design/v2/ui/alert_green.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.edit {
	background: #fff url(/images/design/v2/ui/edit.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.cancel {
	background: #fff url(/images/design/v2/ui/help_close.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions span.restore {
	background: #fff url(/images/design/v2/ui/export_load.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.next {
	background: #fff url(/images/planner/client/ok.svg) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.refund {
	background: #fff url(/images/planner/visual/refund.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.menu {
	background: #fff url(/images/planner/visual/menu.png) 50% 50% no-repeat;
    background-size: 16px 16px;
}
#render_list .render_list_image .render_list_actions span.disabled {
	cursor: default;
	opacity: 0.1;
}
#render_list .render_list_image .render_list_actions_menu {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	margin-top: 20px;
	background: #fff;
	border-top: 2px solid #ffaa15;
	font-size: 0;
	line-height: 0;
	-moz-box-shadow: 0px 10px 50px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 15%);
	box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 15%);
}
#render_list .render_list_image .render_list_actions_menu.active {
	display: block;
}
#render_list .render_list_image .render_list_actions_menu_item {
	position: relative;
	padding: 6px 15px 6px 24px;
	font-size: 11px;
	line-height: 1.15;
	text-align: left;
	background: #f8f8f8;
	transition: 0.3s;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #222;
}
#render_list .render_list_image .render_list_actions_menu_item.hidden {
	display: none;
}
#render_list .render_list_image .render_list_actions_menu_item:before {
	position: absolute;
	top: 50%;
	left: 7px;
	width: 12px;
	height: 12px;
	content: '';
	margin-top: -6px;
	display: block;
}
#render_list .render_list_image .render_list_actions_menu_item.edit:before {
	background: transparent url(/images/planner/visual/render_icon_edit.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions_menu_item.cancel:before {
	background: transparent url(/images/design/v2/ui/help_close.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions_menu_item.restore:before {
	background: transparent url(/images/planner/visual/render_icon_upload.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions_menu_item.refund:before {
	background: transparent url(/images/planner/visual/refund.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions_menu_item.delete:before {
    background: transparent url(/images/planner/visual/render_icon_delete.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions_menu_item.restart:before {
	background: transparent url(/images/planner/visual/render_icon_restart.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions_menu_item.download:before {
	background: transparent url(/images/planner/visual/render_icon_download.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions_menu_item.alert:before {
	background: transparent url(/images/planner/visual/render_icon_complain.png) 50% 50% no-repeat;
    background-size: 12px 12px;
}
#render_list .render_list_image .render_list_actions_menu_item.info:before {
	background: transparent url(/images/planner/visual/render_icon_info.png) 50% 50% no-repeat;
    background-size: 12px 12px;
	opacity: 0.3;
}
#render_list .render_list_image .render_list_actions_menu_item:hover {
	background: #ffffff;
	color: #e68506;
}
#render_list .render_list_image .render_list_actions_menu_item+.render_list_actions_menu_item {
	border-top: 1px solid rgba(0,0,0, 0.1);
}
#render_list .render_list_image .render_list_status {
	position: absolute;
	z-index: 11;
	top: 70%;
	left: 0;
	right: 0;
	text-align: center;
}
#render_list .render_list_image .render_list_status span {
	background: #fff;
	border-radius: 3px;
	display: inline-block;
	padding: 4px 7px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.15;
}
#render_list .render_list_image .render_list_id {
	position: absolute;
	bottom: 5px;
	left: 5px;
	border-radius: 2px;
	padding: 1px 4px;
	font-size: 9px;
	line-height: 1.15;
	display: none;
	color: #fff;
	text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0);
}
#render_list .render_list_image:hover .render_list_id {
	display: block;
}
.str_block_wrapper .str_promoteaser_image {
    position: relative;
}
.str_block_wrapper .str_promoteaser_image:before {
    width: 50%;
    height: 50%;
    background: #ff9b19;
    content: '';
    top: -20px;
    right: -20px;
    z-index: -1;
    position: absolute;
    border-radius: 3px;
}
.str_block_wrapper .str_promoteaser_part+.str_promoteaser_part .str_promoteaser_image:before {
    background: #256786;
    bottom: -20px;
	right: auto;
	top: auto;
    left: -20px;
	content: '';
}
.str_block_wrapper .str_promoteaser_image .str_promoteaser_comparing {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
	animation-name: imageCompare;
	-webkit-animation-name: imageCompare;	
	animation-duration: 5s;	
	-webkit-animation-duration: 5s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
keyframes imageCompare {
	0% {width: 50%;}			
	10% {width: 50%;}			
	30% {width: 100%;}	
	50% {width: 100%;}	
	70% {width: 7%;}
	80% {width: 7%;}
	100% {width: 50%;}
}
@-webkit-keyframes imageCompare {
	0% {width: 50%;}			
	10% {width: 50%;}			
	30% {width: 100%;}	
	50% {width: 100%;}	
	70% {width: 7%;}
	80% {width: 7%;}
	100% {width: 50%;}
}
.str_block_wrapper .str_promoteaser_image .str_promoteaser_comparing img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top left;
}
.str_block_wrapper .str_promoteaser_image .str_promoteaser_comparing_comment {
	position: absolute;
	z-index: 21;
	bottom: 10px;
	left: 10px;
	padding: 7px 12px;
	background: rgba(0,0,0, 0.8);
	color: #fff;
	font-size: 13px;
	line-height: 1.15;
	border-radius: 3px;
}

#render_intro_steps {
	position: relative;
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding-top: 10px;
	margin-right: -40px;
}
#render_intro_steps .render_intro_step {
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 60px 40px 40px 0;
	width: 33.33333%;
	box-sizing: border-box;
}
#render_intro_steps .render_intro_step.step2 {
	margin-top: 0;
}
#render_intro_steps .render_intro_step.step3 {
	margin-top: 0;
}
#render_intro_steps .render_intro_step_item {
	position: relative;
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.3;
	background: rgba(255,255,255, 0.6);
	border: 1px solid rgba(0,0,0, 0.1);
}
#render_intro_steps .render_intro_step_item span {
	position: absolute;
	left: 21px;
	bottom: 100%;
	border-bottom: 2px solid #ffaa15;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -3px;
	line-height: 1.15;
	color: #ffaa15;
}
#render_intro_steps .step2 .render_intro_step_item span {
	border-bottom: 2px solid #256786;
	color: #256786;
}
#render_intro_steps .step3 .render_intro_step_item span {
	border-bottom: 2px solid #3baa00;
	color: #3baa00;
}
#render_intro_steps .render_intro_step_item span:before {
	background: transparent url(/images/studio/layout/youtube_arrow.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	width: 60px;
	height: 45px;
	position: absolute;
	left: -80px;
	top: -0px;
	content: '';
	opacity: 0.4;
	-moz-transform: scaleY(-1) rotate(-20deg);
	-o-transform: scaleY(-1) rotate(-20deg);
	-webkit-transform: scaleY(-1) rotate(-20deg);
	transform: scaleY(-1) rotate(-20deg);
}
#render_intro_steps .render_intro_step.step1 .render_intro_step_item span:before {
	display: none;
}
#render_intro_steps .render_intro_step_item strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.2px;
	line-height: 1.15;
	padding-bottom: 10px;
}
#render_intro_steps .render_intro_step_item .render_intro_step_image {
	padding-top: 12px;
}
.str_promoteasers_wrapper .str_promoteaser.single .str_promoteaser_part {
	width: 100%;
	padding-bottom: 30px;
}
.str_block_wrapper .str_promoteaser.single .str_promoteaser_part+.str_promoteaser_part .str_promoteaser_image:before {
    display: none;
}
.str_promoteasers_wrapper .str_promoteaser.single {
    padding-top: 0px;
}
.str_promoteasers_wrapper .str_promoteaser.single  p {
    padding-top: 5px;
}
.str_promoteasers_wrapper .str_promoteaser_image_point {
	position: absolute;
	z-index: 31;
	top: 50%;
	left: 50%;
	font-size: 11px;
	color: #fff;
	line-height: 1.2;
	padding: 4px 7px;
	background: rgba(0,0,0, 0.8);
	border-radius: 2px;
	max-width: 150px;
}
.str_promoteasers_wrapper .str_promoteaser_image_point em {
	position: absolute;
	width: 8px;
	height: 8px;
	margin: -15px 0 0 -15px;
	border-radius: 50%;
	background: #ffa70e;
	transition: 0.5s;
	z-index: 22;
	display: block;
	border: 1px solid #ffd659;
	box-shadow: 0 0 6px 3px rgba(255,255,255, 0.3), 0 0 10px 6px rgba(255,167,14, 0.6);
}
.str_promoteasers_wrapper .str_promoteaser_image_point em:hover {
	background: #fff;
}
.str_promoteasers_wrapper .str_promoteaser_image_point em:before {
	background: transparent;
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ffa70e;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 0.5s;
	margin-top: -16px;
	margin-left: -16px;
	animation-name: type_point;
	-webkit-animation-name: type_point;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.str_promoteasers_wrapper .str_promoteaser_image_point em:hover:before {
	border: #fff;
}
@keyframes type_point {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}
@-webkit-keyframes type_point {
	0% {
		-webkit-transform: scale(1);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1.8);
		opacity: 0;
	}
}
.render_list_refund,
.render_list_edit {
	position: absolute;
	z-index: 41;
	top: 25px;
	left: 50%;
	margin-top: 8px;
	width: 260px;
	margin-left: -130px;
	display: none;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 10px;
	border-top: 2px solid #ffaa15;
	font-size: 0;
	line-height: 0;
	-moz-box-shadow: 0px 10px 50px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 15%);
	box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 15%);
}
.render_list_refund.active,
.render_list_edit.active {
	display: block;
}
.render_list_refund label,
.render_list_edit label {
	font-size: 11px;
	display: block;
	line-height: 1.3;
	padding-bottom: 5px;
}
.render_list_refund textarea,
.render_list_edit 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: 90px;
	resize: none;
	box-sizing: border-box;
	transition: 0.5s;
}
.render_list_refund textarea.error,
.render_list_edit textarea.error {
	border: 1px solid #cc0000;
}
.render_list_refund .render_list_refund_submit,
.render_list_edit .render_list_edit_submit {
	position: relative;
	background: #3baa00;
	color: #fff;
	border-radius: 2px;
	font-size: 13px;
	line-height: 1.15;
	text-decoration: none;
	transition: 0.4s;
	padding: 7px 12px;
	display: block;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
	-moz-box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.2);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.2);
    box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.2);
}
.render_list_refund .render_list_refund_submit:hover,
.render_list_edit .render_list_edit_submit:hover {
	background: #e68506;
	-moz-box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
    box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
}
.render_list_refund .render_list_refund_submit.loading,
.render_list_edit .render_list_edit_submit.loading {
	color: transparent;
	cursor: default;
}
.render_list_refund .render_list_refund_submit.loading:before,
.render_list_edit .render_list_edit_submit.loading:before {
	z-index: 16;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	border: 2px 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;
	display: block;
	transition: 0.3s;
}
#render_container.visual_render_container {
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 31;
}
#render_container.loading {
	display: block;
	overflow: hidden;
	background: #fff;
}
#render_container.loading:before {
	z-index: 32;
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	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;
}
#render_container.visual_render_container.active {
	display: block;
	overflow-y: auto;
}
#render_container.visual_render_container.active #render_close {
    background: #fff url(/images/planner/client/modal_close.svg) 50% 50% no-repeat;
    background-size: 24px 24px;
	position: fixed;
	top: 150px;
	right: 24px;
	width: 32px;
	height: 32px;
	display: block;
	z-index: 32;
	opacity: 0.6;
	transition: 0.4s;
	cursor: pointer;
}
#render_container.visual_render_container.active #render_close:hover {
	opacity: 1;
}
#render_start_result {
	position: absolute;
	top: 100%;
	left: -6px;
	margin-top: 9px;
	padding: 10px 10px;
	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;
}
#planner_ui_functions a#render_start.active+.planner_ui_function_note+#render_start_result {
	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#render_start.active+.planner_ui_function_note {
	display: none;
}
#render_start_result .render_start_text {
	position: relative;
	display: none;
	font-size: 11px;
	line-height: 1.3;
	width: 200px;
	text-decoration: none;
	color: #888;
}
#render_start_result .render_start_subtext {
	padding-top: 5px;
}
#render_start_result .render_start_text.mode,
#render_start_result .render_start_text.no_funds {
	width: 220px;
}
#render_start_result .render_start_text.error {
	width: 220px;
}
#render_start_result .render_start_text.error span {
	display: block;
	padding-top: 5px;
	font-weight: 700;
}
#render_start_result .render_start_text.error em {
	font-style: normal;
}
#render_start_result .render_start_text.active {
	display: block;
}
#render_start_result .render_start_text.red {
	color: #cc0000;
}
#render_start_button, #render_bill_button, #render_cancel_button {
	margin-top: 7px;
	text-decoration: none;
	transition: 0.4s;
	padding: 5px 10px;
	background: #3baa00;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 1.15;
	border-radius: 2px;
	cursor: pointer;
	-moz-box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.2);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.2);
    box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.2);
	display: none;
}
#render_cancel_button {
	background: #ededed;
	color: #666;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#render_start_button, #render_cancel_button {
	display: block;
}
#render_start_button_wrapper {
	display: none;
	position: relative;
}
#render_start_button_wrapper.active, #render_bill_button.active {
	display: block;
}
#render_start_button:hover, #render_start_button.loading,
#render_bill_button:hover, #render_bill_button.loading {
	background: #e68506;
	color: #fff;
	-moz-box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
    box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
}
#render_cancel_button:hover {
	background: #cc0000;
	color: #fff;
	-moz-box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
    box-shadow: 0px 3px 11px 0 rgba(186, 121, 0, 0.2);
}
#render_start_button.loading, #render_bill_button.loading {
	color: transparent;
	position: relative;
	cursor: default;
}
#render_start_button.loading:before, #render_bill_button.loading:before {
	z-index: 32;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	border: 2px 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;
}
#render_start_format, #render_start_neuro {
	padding-top: 7px;
}
#render_start_button_wrapper select {
	display: block;
	padding: 0px 7px 0px 7px;
	border: 1px solid #b3b3b3;
	border-radius: 2px;
	color: #2e2e2e;
	font-weight: 400;
	height: 24px;
	font: 13px/1 'Open Sans', sans-serif;
	line-height: 23px;
	width: 100%;
	box-sizing: border-box;
	transition: 0.5s;
	min-width: 70px;
	background: #fff;
	background-image: url(/images/design/opt_select_bg.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	padding-right: 30px;
	-ms-appearance: none;
	appearance: none!important;
	cursor: pointer;
}
#render_start_button_wrapper select::-ms-expand {
	display: none;
}
#render_start_setup_window {
	padding: 10px 0 0 0;
    display: none;
	margin-right: -10px;
	margin-bottom: -7px;
}
#render_start_setup_window.active {
    display: block;
}
#render_start_setup_window .render_start_setup_window_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
	font-size: 0;
	line-height: 0;
}
#render_start_setup_window .render_start_setup_window_item.wide {
	width: 100%;
}
#render_start_setup_window .render_start_setup_window_item.hidden {
	display: none;
}
#render_start_setup_window .render_start_setup_window_item input {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0 0 0 0;
	cursor: pointer;
}
#render_start_setup_window .render_start_setup_window_item input[disabled] {
	cursor: not-allowed;
}
#render_start_setup_window .render_start_setup_window_item label {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 5px;
	font-size: 13px;
	line-height: 1.15;
	color: #888;
}
#render_start_setup_window .render_start_setup_window_item input:checked+label {
	color: #222;
}
#render_start_setup_window .render_start_setup_window_item input[disabled]+label {
	color: #cacaca;
}
#render_start_setup_window .pre_hint {
    display: inline;
    vertical-align: top;
    margin-left: 7px;
    position: relative;
    opacity: 0.5;
    transition: 0.3s;
}
#render_start_setup_window .pre_hint:hover {
    opacity: 1;
}
#render_start_setup_window .pre_hint:before {
    background: transparent url(/images/design/v2/ui/v2/help_share.png) 50% 50% no-repeat;
    background-size: 14px 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -6px;
    width: 14px;
    height: 14px;
    content: '';
}
#render_start_prompt_window {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: -11px;
	margin-top: 0;
	margin-left: 10px;
	padding: 30px 10px 30px 10px;
	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;
	width: 280px;
}
#render_start_prompt_window.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;
}
#render_start_prompt_window 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: 100%;
	box-sizing: border-box;
	resize: none;
	transition: 0.4s;
}
#render_start_prompt_window textarea:focus {
	border: 1px solid #858585;
}
#render_start_prompt_window label {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 13px;
	line-height: 1.15;
	color: #888;
}
#render_start_prompt_window a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 11px;
	line-height: 1.15;
	color: #256786;
	cursor: pointer;
}
#render_start_prompt_window a:hover {
	color: #e68506;
}
#menu_ai_render em {
	position: absolute;
	bottom: -1px;
	left: 0;
	white-space: nowrap;
	font-style: normal;
	background: #3baa00;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding: 2px 5px;
	font-weight: 700;
	line-height: 1.15;
	cursor: pointer;
	-moz-box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.4);
    -webkit-box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.4);
    box-shadow: 0px 3px 11px 0 rgba(28, 186, 0, 0.4);
	display: none;
}
#menu_ai_render.started em {
	display: block;
}
#visual_settings_menu .visual_settings_menu_item span {
	transition: 0.5s;
}
#visual_settings_menu .visual_settings_menu_item.started span {
	top: -7px;
}
#render_intro_title {
	padding-top: 40px;
}
#render_intro_doc a:before {
    background: transparent url(/images/studio/layout/pdf_icon.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    top: 50%;
    left: 0px;
    margin: -10px 0 0 0;
}
#render_intro_doc a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 26px;
    color: #ed1c24;
	font-size: 14px;
	font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
	text-decoration: underline;
}
#render_intro_doc a:hover {
    color: #e68506;
	text-decoration: none;
}
em.render_greytext {
	font-style: normal;
	color: #999;
}
.render_download_modal {
	position: absolute;
	top: -2px;
	left: 100%;
	width: 150px;
	background: #fff;
	border-top: 2px solid #ffaa15;
	font-size: 11px;
	line-height: 1.3;
	white-space: normal;
	display: none;
	text-align: left;
	padding: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 10px 50px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 15%);
	box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 15%);
}
.render_download_modal.active {
	display: block;
}
.render_download_actions {
	font-size: 0;
	line-height: 0;
	padding-top: 7px;
}
.render_download_actions a {
	display: block;
	vertical-align: top;
	padding: 5px 7px;
	border-radius: 3px;
	font-weight: bold;
	background: #e68506;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	line-height: 1.15;
	cursor: pointer;
	transition: 0.4s;
	text-align: center;
}
.render_download_actions a:hover {
	background: #f79413;
	-moz-box-shadow: 0px 1px 5px 0 rgba(255,152,17, 0.3), 0px 4px 11px 0 rgba(255,152,17, 0.2);
	-webkit-box-shadow: 0px 1px 5px 0 rgba(255,152,17, 0.3), 0px 4px 11px 0 rgba(255,152,17, 0.2);
	box-shadow: 0px 1px 5px 0 rgba(255,152,17, 0.3), 0px 4px 11px 0 rgba(255,152,17, 0.2);
}
.render_download_actions a.green {
	background: #3baa00;
}
.render_download_actions a.bold {
	font-weight: bold;
}
.render_download_actions a.hidden,
.render_download_actions .render_4k_loading,
.render_download_actions.loading a {
	display: none;
}
.render_download_actions.loading .render_4k_loading {
	position: relative;
	display: block;
	color: #3baa00;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.15;
	padding-left: 24px;
}
.render_download_actions.loading .render_4k_loading:after {
	z-index: 22;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 0;
	margin: -8px 0 0 0;
	border: 2px solid #0E9500;
	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;
}

