#tech_landing_cost .pro_period {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	display: block;
	padding: 12px 10px 12px 10px;
	letter-spacing: -0.1px;
	text-align: center;
	white-space: nowrap;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper {
	font-size: 0;
	line-height: 0;
	padding-top: 12px;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item {
	position: relative;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.15;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #e0e0e0;
	border-right: none;
	color: #666;
	cursor: pointer;
	transition: 0.3s;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item em {
	font-style: normal;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item span {
	position: absolute;
	display: block;
	background: #fff;
	font-size: 9px;
	font-weight: 700;
	color: #3baa00;
	width: 28px;
	top: -8px;
	left: 50%;
	margin-left: -14px;
	border-radius: 2px;
	transition: 0.3s;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item.active span {
	background: #3baa00;
	color: #fff;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item:first-child {
	border-radius: 3px 0 0 3px;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item:last-child {
	border-right: 1px solid rgba(0,0,0, 0.1);
	border-radius: 0 3px 3px 0;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item:hover {
	border-color: #e68506;
	color: #e68506;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item:hover+.pro_period_item {
	border-left-color: #e68506;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item:hover+.pro_period_item.active {
	border-left-color: #256786;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item.active {
	background: #256786;
	color: #fff;
	border-color: #256786;
	cursor: default;
}
#tech_landing_cost .pro_period .pro_period_items_wrapper .pro_period_item.active+.pro_period_item {
	border-left-color: #256786;;
}
#tech_landing_cost .pro_period .pro_cost {
	padding-top: 10px;
	min-height: 94px;
}
#tech_landing_cost .pro_cost_wrapper {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	padding: 0 0 3px 0;
}
#tech_landing_cost .pro_cost_wrapper .pro_cost_value {
	display: inline-block;
	vertical-align: middle;
	font-size: 45px;
	line-height: 1.15;
	letter-spacing: -2px;
}
#tech_landing_cost .pro_period .pro_cost_promocode {
	position: relative;
	padding-top: 7px;
}
#tech_landing_cost .pro_period .pro_cost_promocode a {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #256786;
	position: relative;
	margin-left: 24px;
	transition: 0.3s;
	cursor: pointer;
}
#tech_landing_cost .pro_period .pro_cost_promocode a:before {
	background: transparent url(../images/planner/pro/promocode_icon.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 24px;
	height: 24px;
	content: '';
	top: 50%;
	margin-top: -12px;
	left: -26px;
	opacity: 0.4;
	transition: 0.3s;
}
#tech_landing_cost .pro_period .pro_cost_promocode a:hover {
	border-bottom-color: transparent;
	color: #222;
}
#tech_landing_cost .pro_period .pro_cost_promocode a:hover:before {
	opacity: 1;
}
#tech_landing_cost .pro_cost_wrapper .pro_cost_economy {
	display: none;
	vertical-align: middle;
	font-size: 11px;
	padding: 5px 15px;
	border: 1px solid #3baa00;
	border-radius: 20px;
	margin: 0 0 0 10px;
	letter-spacing: normal;
	line-height: 1.15;
}
#tech_landing_cost .pro_cost_wrapper .pro_cost_economy.active {
	display: inline-block;
}
#tech_landing_cost .proplan_item_tenge em {
	font-style: normal;
}
#tech_landing_cost .pro_cost_wrapper em {
	font-size: 14px;
	font-style: normal;
	display: block;
}
.pro_cost_promocode_form {
	background: #fff;
	position: absolute;
	z-index: 21;
	bottom: 100%;
	left: 10px;
	right: 10px;
	padding: 12px 20px;
	border-radius: 3px;
	margin-bottom: -3px;
	display: none;
	border-top: 2px solid #ffaa15;
	-moz-box-shadow:     0px 10px 50px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.18);
	-webkit-box-shadow:  0px 10px 50px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.18);
	box-shadow:          0px 10px 50px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.18);
}
.pro_cost_promocode_form.slideDown {
	display: block;
}
.pro_cost_promocode.success .pro_cost_promocode_form.slideDown,
#tech_landing_cost .pro_period .pro_cost_promocode.success a {
	display: none;
}
.pro_cost_promocode_success {
	display: none;
}
.pro_cost_promocode.success .pro_cost_promocode_success {
	display: block;
}
.pro_cost_promocode.success .pro_cost_promocode_success span {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.pro_cost_promocode.success .pro_cost_promocode_success span:before {
	background: transparent url(../images/studio/layout/cost_ok.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 16px;
	height: 16px;
	content: '';
	top: 50%;
	left: 0;
	margin: -9px 0 0 0;
}
.pro_cost_promocode_form:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	display: block;
	content: '';
	transition: 0.5s;
	margin: 0 0 0 -10px;
}
.pro_cost_promocode_form label {
	display: block;
	padding: 0 0 5px 10px;
	text-align: left;
}
.pro_cost_promocode_input {
	position: relative;
}
.pro_cost_promocode_form .pro_cost_promocode_form_submit {
	display: block;
	padding: 2px 15px;
	background: #3baa00;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	bottom: 7px;
	right: 8px;
	border-radius: 20px;
	cursor: pointer;
	transition: background 0.3s;
}
.pro_cost_promocode_form_error {
	position: relative;
	text-align: left;
	color: #cc0000;
	font-weight: 700;
	font-size: 11px;
	padding: 5px 0 0 10px;
	display: none;
	white-space: normal;
}
.pro_cost_promocode_form_error.active {
	display: block;
}
.pro_cost_promocode_form .pro_cost_promocode_form_submit:hover {
	background: #e68506;
}
.loading .pro_cost_promocode_form .pro_cost_promocode_form_submit {
	background: #e68506;
	color: #e68506;
}
.loading .pro_cost_promocode_form .pro_cost_promocode_form_submit:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	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;
}
.pro_cost_promocode_form_close {
	background: transparent url(../images/planner/pro/close.svg) 50% 50% no-repeat;
	background-size: 12px 12px;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	right: 6px;
	opacity: 0.4;
	transition: 0.3s;
	cursor: pointer;
}
.pro_cost_promocode_form_close:hover {
	opacity: 1;
}
.pro_cost_promocode_form input {
	background: #fff;
	display: inline-block;
	text-transform: uppercase;
	padding: 4px 10px 6px 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;
}
#planner_pro_new_intro_features {
	position: relative;
	padding: 10px 0 0 0;
}
#planner_pro_new_intro_features .feature {
	position: relative;
	font-size: 13px;
	line-height: 1.4;
	padding-left: 74px;
	max-width: 500px;
	margin-bottom: 20px;
	color: #666;
}
#planner_pro_new_intro_features .feature.short {
	max-width: 400px;
}
#planner_pro_new_intro_features img {
	position: absolute;
	width: 58px;
	height: 58px;
	left: 0;
	top: 50%;
	margin-top: -29px;
	display: block;
}
#planner_pro_new_intro_features .feature strong {
	font-size: 16px;
	letter-spacing: -0.3px;
	padding-bottom: 3px;
	display: block;
	color: #222;
}
.mce-content-body p.last {
	padding-bottom: 0;
}
#tech_landing_cost .tech_landing_cost_item_inside .char a.demo {
	position: absolute;
	top: 50%;
	right: -10px;
	z-index: 21;
	display: block;
	text-decoration: none;
	background: #cc0000;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px 3px;
	white-space: nowrap;
	margin-top: -9px;
	border-radius: 2px;
	transition: 0.3s;
	-moz-box-shadow:     0px 5px 20px 0 rgba(255,0,0, 0.1), 0px 4px 7px 0 rgba(255,0,0, 0.18);
	-webkit-box-shadow:  0px 5px 20px 0 rgba(255,0,0, 0.1), 0px 4px 7px 0 rgba(255,0,0, 0.18);
	box-shadow:          0px 5px 20px 0 rgba(255,0,0, 0.1), 0px 4px 7px 0 rgba(255,0,0, 0.18);
}
#tech_landing_cost .tech_landing_cost_item_inside .char a.demo:hover {
	background: #ef8200;
	-moz-box-shadow:     0px 5px 20px 0 rgba(255,152,29, 0.1), 0px 4px 7px 0 rgba(255,152,29, 0.18);
	-webkit-box-shadow:  0px 5px 20px 0 rgba(255,152,29, 0.1), 0px 4px 7px 0 rgba(255,152,29, 0.18);
	box-shadow:          0px 5px 20px 0 rgba(255,152,29, 0.1), 0px 4px 7px 0 rgba(255,152,29, 0.18);
}
.char_comment {
	font-size: 11px;
	color: #555;
	max-width: 200px;
}
.char_counter {
	font-size: 36px;
	position: absolute;
	top: 50%;
	right: 1px;
	letter-spacing: -2px;
	height: 40px;
	line-height: 1.15;
	margin-top: -20px;
	background: #fff;
	padding-right: 40px;
	text-align: right;
}
.char_counter b {
	font-weight: 400;
}
.char_counter .char_plus,
.char_counter .char_minus {
    background: transparent url(../images/design/v2/ui/v2/thickness_more.png) 50% 50% no-repeat;
    background-size: 16px 16px;
    position: absolute;
    top: 4px;
    right: 14px;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    transition: opacity 0.3s;
    cursor: pointer;
    z-index: 6;
}
.char_counter .char_minus {
	background: transparent url(../images/design/v2/ui/v2/thickness_less.png) 50% 50% no-repeat;
    background-size: 16px 16px;
	top: 24px;
}
.char_counter .char_plus:hover,
.char_counter .char_minus:hover {
	opacity: 1;
}
.char_counter .char_plus:active,
.char_counter .char_minus:active {
	margin-top: 1px;
}
#tech_landing_cost .pro_cost_final {
	white-space: normal;
	max-width: 280px;
	margin: 5px auto 0;
	color: #888;
}
#pro_payments_methods {
	padding: 30px 0 0 0;
}
#pro_payments_refund {
	position: relative;
	padding: 18px 40px 22px 90px;
	border-top: 2px solid #3baa00;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
	max-width: 740px;
	margin: 30px auto 0;
	border-radius: 2px;
	background: #fafafa;
	-moz-box-shadow:     0px 15px 40px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.1);
	-webkit-box-shadow:  0px 15px 40px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.1);
	box-shadow:          0px 15px 40px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.1);
}
#pro_payments_refund span {
	color: #888;
	font-size: 13px;
	display: block;
	padding-top: 5px;
}
#pro_payments_refund strong {
	color: #3baa00;
}
#pro_payments_refund:before {
	background: transparent url(../images/planner/pro/refund_alert.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 48px;
	height: 48px;
	top: 17px;
	left: 25px;
	opacity: 0.4;
	content: '';
}
#pro_statistics_wrapper, #planner_pro_new_video_stats {
	font-size: 0;
	line-height: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
#pro_statistics_wrapper .pro_statistics,
#planner_pro_new_video_stats .pro_statistics {
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
	box-sizing: border-box;
}
#pro_statistics_wrapper .pro_statistics .inside,
#planner_pro_new_video_stats .pro_statistics .inside {
	position: relative;
	padding: 0px 20px 25px 0px;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
}
#planner_pro_new_video_stats .pro_statistics .inside {
	font-size: 16px;
	margin-top: -25px;
}
#pro_statistics_wrapper .pro_statistics .inside strong,
#planner_pro_new_video_stats .pro_statistics .inside strong {
	position: relative;
	display: block;
	letter-spacing: -2px;
	font-weight: 300;
	font-size: 45px;
}
#planner_pro_new_video_stats .pro_statistics .inside strong {
	font-size: 55px;
	margin-bottom: -7px;
}
#pro_statistics_wrapper .pro_statistics.main .inside strong,
#planner_pro_new_video_stats .pro_statistics.main .inside strong {
	font-weight: 700;
}
#pro_statistics_wrapper .pro_statistics.new .inside strong:before {
	position: absolute;
	top: -10px;
	left: 105px;
	background: transparent url(../images/planner/pro/pro_new_objects.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	width: 32px;
	height: 42px;
	content: '';
}
#pro_statistics_wrapper .pro_statistics.online .inside strong span {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #28a900;
	top: 10px;
	left: 80px;
	display: block;
	transition: 0.5s;
}
#pro_statistics_wrapper .pro_statistics.online .inside strong span:after {
	background: transparent;
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #28a900;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	animation-name: pulse_arrow;
	-webkit-animation-name: pulse_arrow;
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	transition: 0.5s;
}
.mce-content-body ul#pro_brands_list li {
	font-size: 14px;
}
.mce-content-body ul#pro_brands_list li:before {
	display: none;
}
.mce-content-body ul#pro_brands_list li:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #3baa00;
	margin-top: -3px;
}
.mce-content-body ul#pro_brands_list {
	margin-bottom: 0px;
}
.str_block_wrapper.designer_intro#pro_brands_wrapper .wrap-left {
	padding-bottom: 60px;
}
.str_block_wrapper.designer_intro#pro_brands_wrapper .header1 b {
	position: relative;
}
.str_block_wrapper.designer_intro#pro_brands_wrapper .header1 b:before {
	position: absolute;
	z-index: -1;
	top: 24px;
	left: 10px;
	right: -20px;
	height: 28px;
	background: #fff;
	content: '';
}
#planner_pro_new_intro .mce-content-body-image {
	bottom: auto;
	top: 40px;
	left: 550px;
	width: 900px;
	height: 800px;
}
#planner_pro_new_intro.height100 .mce-content-body-image {
	top: 50%;
	margin-top: -311px;
	width: 700px;
	height: 622px;
}
#planner_pro_new_video .mce-content-body-image {
	bottom: auto;
	top: 170px;
	left: auto;
	right: 509px;
	width: 700px;
	height: 450px;
	z-index: 5;
}
#planner_pro_new_video_body {
	position: absolute;
	top: 54px;
	left: 102px;
	width: 495px;
	height: 318px;
	background: #000;
	z-index: 6;
	overflow: hidden;
}
#planner_pro_new_video_body video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 495px;
	height: 318px;
	object-fit: cover;
}
.str_block_wrapper#planner_pro_new_video {
	overflow: visible;
}
.str_block_wrapper#planner_pro_new_video #planner_pro_new_video_description {
	width: 500px;
	padding-top: 20px;
	min-height: 340px;
	float: right;
}
.str_block_wrapper#planner_pro_new_video .mce-content-body ul li {
	font-size: 14px;
}
.str_block_wrapper#planner_pro_new_video .mce-content-body ul {
	margin-top: -10px;
}
.str_block_wrapper#planner_pro_new_video .mce-content-body ul li:before {
	top: 10px;
}
.str_block_wrapper#planner_pro_new_video .clear {
	clear: both;
}
#planner_pro_new_weights .mce-content-body-image {
	bottom: auto;
	top: 88px;
	left: 600px;
	width: 500px;
	height: 208px;
}
#planner_pro_new_weights_table {
	box-sizing: border-box;
	position: relative;
	max-width: 1140px;
	margin: auto;
	padding: 0px 20px 0;
	width: 100%;
	z-index: 5;
	text-align: left;
	font-size: 0;
	line-height: 0;
}
#planner_pro_new_weights_table #order_tech_intro_plans .order_tech_intro_plan {
	width: 25%;
	text-align: center;
}
#planner_pro_new_weights_table #order_tech_intro_plans .order_tech_intro_plan.no-top {
	border-top: none;
}
#planner_pro_new_weights_table #order_tech_intro_plans .order_tech_intro_plan.no-left {
	border-left: none;
}
#planner_pro_new_print .mce-content-body-image {
	bottom: auto;
	top: 200px;
	left: auto;
	right: 620px;
	width: 520px;
	height: 354px;
}
#planner_pro_new_print_body {
	padding-top: 20px;
	float: right;
	width: 550px;
}
#planner_pro_new_print_body+.clear {
	clear: both;
}
.mce-content-body #planner_pro_new_print_body ul li {
	font-size: 14px;
}
.mce-content-body #planner_pro_new_print_body ul li:before {
	top: 15px;
	left: 5px;
	width: 6px;
	height: 6px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}
#planner_pro_new_print_body .mce-button {
	box-shadow: 0px 5px 19px 0 rgba(0,0,0, 0.2), 0px 2px 4px rgba(0,0,0, 0.2);
}
#planner_pro_new_materials .mce-content-body-image {
	bottom: auto;
	top: 150px;
	left: 570px;
	width: 600px;
	height: 500px;
}
#planner_pro_new_materials_body {
	padding-top: 20px;
	float: left;
	width: 580px;
}
#planner_pro_new_materials_body+.clear {
	clear: both;
}
.str_block_wrapper#planner_pro_new_materials .mce-content-body ul li {
	font-size: 14px;
}
.str_block_wrapper#planner_pro_new_materials .mce-content-body ul {
	margin-top: 0px;
	padding-bottom: 34px;
}
.str_block_wrapper#planner_pro_new_materials .mce-content-body ul li:before {
	top: 10px;
}
#planner_pro_new_tools .mce-content-body-image {
	bottom: auto;
	top: 160px;
	left: auto;
	right: 740px;
	width: 500px;
	height: 489px;
}
#planner_pro_new_tools_body {
	padding-top: 20px;
	float: right;
	width: 700px;
}
#planner_pro_new_tools_body+.clear {
	clear: both;
}
.str_block_wrapper#planner_pro_new_tools .mce-content-body ul li {
	font-size: 14px;
}
.str_block_wrapper#planner_pro_new_tools .mce-content-body ul {
	font-size: 0;
	line-height: 0;
}
.str_block_wrapper#planner_pro_new_tools .mce-content-body ul li {
	font-size: 14px;
	line-height: 1.25;
	display: inline-block;
	box-sizing: border-box;
	padding: 9px 20px 9px 35px;
	width: 50%;
	position: relative;
}
.str_block_wrapper#planner_pro_new_tools .mce-content-body ul li img {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
	display: block;
}
.str_block_wrapper#planner_pro_new_tools .mce-content-body ul li:before {
	display: none;
}
#planner_pro_new_sets .str_teasers_wrapper .str_teaser_title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	#planner_pro_new_sets .str_teasers_wrapper .str_teaser_title {font-size: 13px;}
}
#planner_pro_new_sets .str_teasers_wrapper .str_teaser_title:before {
	display: none;
}
#planner_pro_new_sets .str_teasers_wrapper img {
	border-radius: 3px 3px 0 0;
}
.str_block_wrapper#planner_pro_new_sets .mce-content-body {
	padding-bottom: 50px;
}
#planner_pro_access .mce-content-body-image {
	bottom: auto;
	top: 220px;
	left: 540px;
	right: auto;
	width: 600px;
	height: 378px;
	display: block;
}
#planner_pro_access .mce-content-body ul li {
	max-width: 450px;
	margin-bottom: 20px;
	padding-left: 40px;
}
#planner_pro_access .mce-content-body ul li:before {
	background: transparent url(../images/planner/pro/devices_li.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
}
#planner_pro_access_body {
	padding-top: 30px;
	padding-bottom: 30px;
}
#planner_pro_access_body p {
	padding-bottom: 40px;
	font-size: 14px;
	max-width: 500px;
}
#planner_pro_access_body li b {
	position: relative;
}
#planner_pro_access_body li b:before {
	background: transparent url(../images/planner/pro/devices_markup.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 300px;
	height: 35px;
	content: '';
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -100px;
	z-index: -1;
	opacity: 0.8;
}
#planner_pro_new_weights_table {
	font-size: 0;
	line-height: 0;
	margin-top: -60px;
	padding-bottom: 50px;
}
#planner_pro_new_weights_table .planner_pro_new_weights {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.3;
	width: 25%;
	white-space: nowrap;
	padding: 15px 10px 15px 45px;
	position: relative;
	box-sizing: border-box;
}
#planner_pro_new_weights_table .planner_pro_new_weights img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	display: block;
	margin-top: -16px;
}
.pro #tech_landing_cost .tech_landing_cost_item_inside .char {
	padding-right: 50px;
}
.pro #tech_landing_cost .tooltip {
	position: relative;
	display: inline;
	cursor: help;
	margin-right: 14px;
	z-index: 21;
}
.pro #tech_landing_cost .tooltip:hover {
	z-index: 22;
}
.pro #tech_landing_cost .tooltip:before {
	background: transparent url(../images/planner/pro/tooltip.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	display: block;
	left: -2px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	content: '';
}
.pro #tech_landing_cost .disabled .tooltip:before {
	background: transparent url(../images/planner/pro/tooltip_disabled.svg) 50% 50% no-repeat;
	background-size: 100% 100%;
}
.pro #tech_landing_cost .tooltip em {
	position: absolute;
	display: none;
	top: 100%;
	margin-top: 4px;
	left: -20px;
	background: #fff;
	padding: 8px 40px 8px 20px;
	border-top: 2px solid #ffaa15;
	font-size: 11px;
	line-height: 1.3;
	text-align: left;
	width: 280px;
	font-style: normal;
	-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%);
}
.pro #tech_landing_cost .tooltip:hover em {
	display: block;
	animation-name: slideFastUp;
	-webkit-animation-name: slideFastUp;
	animation-duration: 0.2s;
	-webkit-animation-duration: 0.2s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
}
.pro #tech_landing_cost .tech_landing_cost_item_inside .char.disabled em {
	color: #242424;
}
.pro #tech_landing_cost .tooltip em:after {
	position: absolute;
	top: -5px;
	left: 26px;
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	display: block;
	content: '';
	margin: 0 0 0 -6px;
}
.pro #tech_landing_cost .tooltip em:before {
	position: absolute;
	top: -7px;
	left: 26px;
	width: 0px;
	height: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffaa15;
	display: block;
	content: '';
	margin: 0 0 0 -6px;
}
#pro_beznal_modal {
	position: absolute;
	display: none;
	top: 100%;
	margin-top: 10px;
	right: 10px;
	background: #fff;
	padding: 8px 30px 8px 20px;
	border-top: 2px solid #ffaa15;
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	width: 290px;
	font-style: normal;
	-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%);
	z-index: 201;
}
#pro_beznal_modal.slideDown {
	display: block;
}
#pro_beznal_modal .close {
	background: transparent url(../images/planner/pro/close.svg) 50% 50% no-repeat;
	background-size: 12px 12px;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	right: 6px;
	opacity: 0.4;
	transition: 0.3s;
	cursor: pointer;
}
#pro_beznal_modal .close:hover {
	opacity: 1;
}
form.pre_form#ympay {
    margin-right: 0px;
}
.char_limits_tooltip {
	position: absolute;
	background: #252525;
	top: -50px;
	right: 18px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	color: #ececec;
	width: 180px;
	padding: 6px 10px;
	border-radius: 3px;
	display: none;
	-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%);
}
.char_limits_tooltip:before {
	background: transparent url(../images/planner/pro/tooltip_arrow.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 20px;
	height: 34px;
	top: 100%;
	right: -14px;
	margin-top: -3px;
	content: '';
}
.char.limits:hover .char_limits_tooltip {
	display: block;
	animation-name: slideFastUp;
	-webkit-animation-name: slideFastUp;
	animation-duration: 0.2s;
	-webkit-animation-duration: 0.2s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
}
#license_enable_wrapper {
	position: relative;
	background: #fff;
	border-radius: 3px;
	-moz-box-shadow: 0px 10px 50px 0 rgba(0,0,0, 0.1), 0px 4px 7px 0 rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 10%);
	box-shadow: 0px 10px 50px 0 rgb(0 0 0 / 10%), 0px 4px 7px 0 rgb(0 0 0 / 10%);
	padding: 20px 20px;
	margin-top: 30px;
	font-size: 14px;
}












#license_enable_wrapper {
	text-align: center;
}
#license_enable {
	position: relative;
}
#license_enable_wrapper p, #license_enable {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}
.mce-content-body #license_enable_wrapper p {
    padding-bottom: 0;
}

#license_enable_wrapper .submit {
	display: block;
	padding: 3px 15px 2px;
	background: #3baa00;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	bottom: 4px;
	right: 7px;
	border-radius: 2px;
	cursor: pointer;
	transition: background 0.3s;
}
#license_enable_wrapper .error {
	position: absolute;
	display: none;
	top: 100%;
	margin-top: 4px;
	left: 0px;
	background: #fff;
	color: #cc0000;
	font-weight: 700;
	box-sizing: border-box;
	padding: 8px 11px 8px 11px;
	border-top: 2px solid #cc0000;
	font-size: 11px;
	line-height: 1.3;
	text-align: left;
	width: 100%;
	font-style: normal;
	-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%);
}
#license_enable_wrapper .error.active {
	display: block;
}
#license_enable_wrapper .submit:hover {
	background: #e68506;
}
#license_enable_wrapper #license_enable.loading .submit {
	background: #e68506;
	color: #e68506;
}
#license_enable_wrapper #license_enable.loading .submit:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	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;
}
#license_enable_wrapper input {
	background: #fff;
	display: inline-block;
	padding: 4px 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: 260px;
	box-sizing: border-box;
	transition: 0.5s;
}
#landing_page_footer_line {
	position: relative;
	font-size: 0;
	line-height: 0;
	padding-bottom: 20px;
}
#landing_page_footer_line .landing_page_footer_line {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#landing_page_footer_line .landing_page_footer_header {
	position: relative;
	font-size: 16px;
	line-height: 1.15;
	padding: 10px 20px 10px 0;
	border-bottom: 1px solid rgba(0,0,0, 0.15);
	margin-bottom: 15px;
}
#landing_page_footer_line .landing_page_footer_header:before {
	position: absolute;
	bottom: -2px;
	width: 40px;
	height: 0;
	content: '';
	border-radius: 3px;
	border-bottom: 3px solid #ef8200;
}
#landing_page_footer_line .landing_page_footer_item {
	position: relative;
	font-size: 13px;
	line-height: 1.3;
	padding: 5px 20px 5px 0;
}
#landing_page_footer_line .landing_page_footer_item a {
	color: #256786;
}














