#wrapper_tasks_div {
	float: left;
}
#wrapper_gk_settings div,
#wrapper_gk_settings span {
	display:		inline-block;
}
#wrapper_gk_settings span {
	border:		 1px solid #b2b6b9;
	border-radius:  6px;
	color:		  #b2b6b9;
	padding:		3px 8px 2px 8px;
	cursor:		 pointer;
}
.wrapper_settings {
	background:	 #ebeaf0;
	box-sizing:	 border-box;
	color:		  #585a69;
	font-size:	  12px;
	float:		  left;
	width:		  100%;
	position:	   relative;
	padding:		30px 30px 25px;
	margin:		 15px 0 0;
	display: none;
}
.wrapper_settings_active {
	display:		block;
}
#wrapper_gk_settings .wrapper_settings_container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.show_settings {
	font-size:	  12px;
	line-height:  16px;
	color:		  #40a5d1;
	border-bottom:  1px dashed #40a5d1;
	bottom:		 3px;
	position:	   relative;
	cursor:		 pointer;
}
.wrapper_settings > img {
	cursor:		 pointer;
	position:	   absolute;
	right:		  15px;
	top:			15px;
}
.wrapper_settings > div {
	float:		  left;
	width:		  100%;
}
.wrapper_settings > div h2 {
	font-size:	  24px;
	font-weight:	normal;
	margin:		 0 0 7px;
}
.wrapper_settings > div > div {
	float:		  left;
	width:		  50%;
}
.wrapper_settings > div p {
	float:		  left;
	width:		  100%;
}
.wrapper_settings .settings_save {
	border:			1px solid #52546b;
	cursor:			pointer;
	clear:			both;
	padding:		6px 24px 9px;
	width:		  auto;
	margin:		 15px 0 0;

}
.wrapper_settings .settings_save:hover{
	outline: 1px solid #9395a2;
	outline-offset: -2px;
}
.wrapper_settings .settings_save span {
	border-bottom:  1px dashed #52546b;
	padding:		1px 0;
}
#tasks_settings_window {
	box-sizing: 	border-box;
	color: 			#585a69;
	font-size: 		12px;
	float: 			left;
	width:			100%;
	position: 		relative;
	/*display:		none;*/
}
#tasks_settings_window > img {
	cursor: 		pointer;
	position: 		absolute;
	right: 			20px;
	top: 			20px;
}

#tasks_settings_window table{

}
#tasks_settings_window td{
	vertical-align: middle;
	padding: 0;
}
#tasks_settings_window .tasks_input {
	float:			left;
	margin:			0 0 5px;
	cursor:			pointer;
	width: 100%;
}
#tasks_settings_window .tax_checkbox,
#tasks_settings_window .tasks_filter {
	width:		  250px;
}
#tasks_settings_window .tooltip_question{
	background: #52546b;;
}
#pred_radios_div{
	margin: 0 0 0 43px;
}
#tasks_settings_window .tasks_input .tasks_input_img {
	display:		block;
	float:			left;
}
#tasks_settings_window .tasks_input_radio_img{
	/*padding: 3px 0 0 12px;*/
}
#tasks_settings_window .tasks_input .tasks_input_checked_img {
	display:		none;
}
#tasks_settings_window .tasks_input .tasks_input_unchecked_img {
	display:		block;
}
#tasks_settings_window .tasks_input_checked .tasks_input_checked_img {
	display:		block;
}
#tasks_settings_window .tasks_input_checked .tasks_input_unchecked_img {
	display:		none;
}
#tasks_settings_window .tasks_input_text {
	padding: 4px 10px 4px 6px;
	display:		block;
	font-size: 		12px;
	line-height: 	100%;
	color:			#585a69;
	float:			left;

}
#tasks_settings_window div.tasks_input_checked span {
	background:		#585a69;
}
#tasks_settings_window div.tasks_input_checked .tasks_input_text {
	color:			#ffffff;
}
/*#tasks_settings_window table.tasks_input_checked .tasks_input_img_td {
	background:		#585a69;
}*/
#tasks_settings_window table.tasks_input_checked .tasks_input_text_td span {
	background:		#585a69;
}
#tasks_settings_window table.tasks_input_checked .tasks_input_text_td span {
	color:			#ffffff;
}
#tasks_settings_window .tasks_input_img_td{
	vertical-align: top;
	width: 12px;
}
#tasks_settings_window .tasks_input_text_td{
	padding: 0 7px;
	color:			#585a69;
}
#tasks_settings_window .tasks_input_tooltip_td{
	vertical-align: top;
}
#tasks_settings_window .tasks_input_tooltip_td .tooltip_question{
	top: 1px;
	width: 10px;
}
#tasks_settings_window .tasks_input_type_text{
	font-size: 16px;
	color: #585a69;
	padding: 4px 9px;
	border: 1px solid #585a69;
	line-height: 100%;
}
#tasks_settings_window .individual_feature_payments_input{
	width: 40px;
	text-align: center;
}
#tasks_ifns{
	width: 60px;
	box-sizing: border-box;
}
#tasks_ifns_text{
	margin: 0 0 0 3px;
	font-size: 18px;
}
.tasks_ifns_img{
	display: none;
}
.tasks_ifns_region_img{
	display: none;
}
#tasks_ifns_region_div{
	margin: 5px 0 0 0;
}
#tasks_ifns_region{
	font-size: 16px;
	color: #585a69;
	padding: 1px 9px;
	vertical-align: middle;
	border: 1px solid #585a69;
}
#tasks_individual_features_head{
	padding: 9px 0 7px 40px;
	box-sizing: border-box;
	background:  url(https:/template/images/tasks_individual_open.png) 0 7px no-repeat;
	background-size: 30px;
	cursor: pointer;
	font-size: 18px;
}
.tasks_individual_features_opened{
	background-image:  url(https:/template/images/tasks_individual_close.png) !important;
}
#tasks_individual_features_content{
	display: none;
	padding: 10px 0 0 42px;
	float:  left;
	width:100%;
	box-sizing: border-box;
}

#future_tasks_table_div{
	display: none;
}
#future_tasks_table{
	margin: 20px 0 0 0;
}
#future_tasks_buttons_div{
	top: 13px;
	position: relative;
	background-color: white;
	padding: 0 20px;
	display: inline-block;
}
#remove_future_tasks_img{
	display: none;
}

#past_tasks_table_div{
	display: none;
	margin: 0 0 20px 0;
}
#past_tasks_table{
	margin: 10px 0 0 0;
	color: #626262;
}
#past_tasks_table .task_link{
	color: #626262
}
#past_tasks_table .task_tr{
	background-color: #e8e8e8;
}
.tasks_table .task_tr td{
	border-top: 1px solid white;
}
.extra_tasks_div{
	border-bottom: 1px dotted black;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.extra_tasks_button{
	width: 30px;
	vertical-align: middle;
	cursor: pointer;
}
#past_tasks_buttons_div{
	top: 13px;
	position: relative;
	background-color: white;
	padding: 0 20px;
	display: inline-block;
}
#remove_past_tasks_img{
	display: none;
}

#tasks_calendars_div{
	margin: 20px 0 0 0;
	text-align: center;
}
.tasks_calendar_div{
	float: left;
	width: 45%;
	max-width: 385px;
}
.tasks_calendar_date{
	float: left;
	width: 14.2%;
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
}
.tasks_calendar_weekday{
	float: left;
	width: 14.2%;
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid darkgray;
}
.tasks_calendar_day_off{
	color: #991008;
}
.tasks_calendar_event_day{
	background-color: #cbcbd4;
	color: white;
}
.tasks_calendar_current_date{
	background-color: #4a5066;
	color: white;
}
.tasks_calendar_event_date_end{
	background-color: #a61c1f !important;
	color: white;
}
.tasks_table{
	width: 100%;
}
.tasks_table tr td:nth-child(1), .tasks_table tr td:nth-child(2){
	width: 1px;
}
.tasks_table tr td:nth-child(4){
	width: 110px;
}
#tasks_table{
	border-collapse: collapse;
	margin: 10px 0 0 0;
}
.task_tr td{
	padding: 15px 8px 5px 17px;
	vertical-align: top;
	font-size: 18px;
}
.task_tr:hover{
	background-color: #cbcbd4;
}
.task_tr:hover .task_date_day{
	color: #a61c2d;
}
.task_tr:hover .task_remain{
	color: #a61c2d;
}
.task_otchet_tr:hover{
	background-color: #f2efdc;
}
.task_action_button{
	float: left;
	width: 64px;
	margin: 10px 10px 0 0;
	padding: 4px 11px;
	border: 1px solid #9395a2;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}
.task_action_button[data-status="3"]{
	width: 130px;
}
.task_action_button:hover{
	outline: 1px solid #9395a2;
	outline-offset: -2px;
}
.task_action_done{
	float: left;
	width: 70px;
	margin: 10px 10px 0 0;
	padding: 4px 11px;
	font-size: 10px;
}
.task_action_done img{
	height: 12px;
}
.task_img{
	padding: 5px 0 15px 15px !important;
}
.task_img img{
	width: 40px;
}
.task_date{
	font-style: italic;
}
.task_date_span{
	/*border-bottom: 1px dotted black;*/
}
.task_date_day{
	font-style: normal;
	font-weight: bold;
}
.task_name{
}
.task_link{
	color: black;
}
.task_new_div{
	margin: 3px 0 0 0;
	color: #a61c2d;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle !important;
}
.task_remain{
	width: 40px;
	text-align: center;
	font-weight: bold;
	padding-right: 17px !important;
}
.task_remain_fire{
	background-image: url(/template/images/task_fire.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size: auto 30px;
	color: white;
}
.task_tr:hover .task_remain_fire{
	color: white;
}

.tasks_save_to_word_row{
	display: flex;
	margin:  20px 0 0;
	gap: 20px;
}
.tasks_save_to_word_button_css{
	display: inline-block;
	background: linear-gradient(180deg, #EDEBE9 0%, #F6F5F4 14.36%, #D4D4D5 100%);
	border: 1px solid #939598 !important;
	border-radius: 20px;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 19px;
	color: black !important;
	cursor: pointer;
	text-decoration: none;
}
.tasks_save_to_word_button_css:hover{
	border: 1px solid #939598 !important;
	background: #F6F5F4;
	color: black !important;
}
.tasks_months_select{
	padding: 10px;
	border: 1px solid #C4C4C4;
	font-size: 13px;
	line-height: 18px;
	height: 40px;
	display: none;
}
.tasks_save_to_word{
	display: none;
}

.wrapper_body h1 {
	font-size: 36px;
	margin: 0;
	padding:	0 30px 0 0;
	font-weight: normal;
	line-height: 40px;
}
.content_inner p {
	padding: 3px 0;
	line-height: 150%;
	font-weight: normal;
}
.wrapper_body ul,
.wrapper_body ol{
	padding:0 0 0 12px;
}
.wrapper_body li{
	line-height:140%;
}
.wrapper_body .content {
	margin:		 0;
}
.wrapper_body .content_inner {
	float:		  left;
	margin:		 20px 0 0;
}
div.timeline-event-content {
	min-height: 16px;
}
#sprav_uplata_select{
	width: 300px;
}
.ui-widget li{
	list-style: none;
	margin: 0;
}
.border_blue{
	border-color: #8A72AB !important;
}
input{
	vertical-align: middle;
}

#otchet_uplata_info_div table {
	margin: 12px 0;
	border-collapse: collapse;
	/*width:100%;*/
}
#otchet_uplata_info_div table th,
#otchet_uplata_info_div tr td:first-child,
#otchet_uplata_info_div table td{
	border:1px solid black !important;
	vertical-align: top;
	padding:6px;
	background:#FFFFFF;
	font-weight:normal;
}
#otchet_uplata_info_div table th{
	background:#fffaf2 ;
	font-weight:bold !important;
	text-align: center;
}
#otchet_uplata_info_div table td *,
#otchet_uplata_info_div table th *{
	margin:3px 0;
}
#otchet_uplata_info_div table td p{
	text-align:left;
}
#otchet_uplata_info_div table th p{
	text-align:center;
}
#otchet_uplata_info_div table td li,
#otchet_uplata_info_div table th li{
	margin:3px 0 3px 15px;
}


.payment_info_table{
	height: 100%;
	border-collapse: collapse;
}
.payment_info_table tr{
	vertical-align: middle;
}
.payment_info_table td{
	border: 1px solid lightgrey !important;
	border-left: 0 !important;
	background-color: white !important;
}
.payment_info_table th{
	border: 1px solid lightgrey !important;
	border-bottom: 0 !important;
	background-color: white !important;
}
.payment_order_form_table, .payment_order_form_table_bottom{
	border-collapse: collapse;
}
.payment_order_form_table tr td{
	border: 1px solid black !important;
	background-color: white !important;
	font-size: 12px;
}
.payment_order_form_table_bottom tr td{
	height: 50px;
	width: 237px;
	border: 0 !important;
	background-color: white !important;
	font-size: 12px;
	text-align: center;
}
.payment_order_form_under_table_div{
	float: left;
	height: 18px;
	padding: 2px 0 0 2px;
	border: 1px solid black;
	border-left: 0;
	font-size: 14px;
}
.payment_order_input{
	border: 0;
	vertical-align: baseline;
	font: 14px Arial,Tahoma,Verdana,sans-serif;
	color: black;
}
.timeline-event{
	cursor: pointer;
}
.uplata_color_actual{
	border-color: #B19CC7;
	background-color: #E5D9ED;
}
.uplata_color_past{
	border-color: lightgrey;
	background-color: lightgrey;
}
.otchet_color_actual{
	border-color: #FEDE93;
	background-color: #FFEAC1;
}
.otchet_color_past{
	border-color: lightgrey;
	background-color: lightgrey;
}
.otchet_unnecessary_color_actual{
	border-color: #FEDE93;
	background-color: #ffd382;
}
.otchet_unnecessary_color_past{
	border-color: lightgrey;
	background-color: lightgrey;
}
.individual_feature_payments_input{
	width: 40px;
	width: 55px;
	/*height: 10px;*/
	text-align: center;
	color: #8A72AB;
}
.display_none{
	display: none;
}
.timeline-currenttime{
	width: 6px !important;
}
.correct_utc{
	background-color: #6caa24 !important;
}
#timeline_event_menu_sud_done{
	cursor: pointer;
	text-decoration: underline;
}
#timeline_event_menu_sud_done:hover{
	color: #f15a24;
}
.timeline-groups-axis{
	/*display: none;*/
}
.timeline-axis{
	background-color: #f6f6f6;
}
.timeline-pasttime{
	background-color: #e1e1e1;
	opacity: 0.5;
}
.ifns{
	margin: 10px 0 0 0;
	width: 55px;
	/*height: 10px;*/
	text-align: center;
	color: #8A72AB;
}
#ifns_region_div{
	display: none;
}
.ifns_img{
	display: none;
}
.ifns_region_img{
	display: none;
}
#ifns_error{
	display: none;
}
#open_my_ifns{
	text-decoration: underline;
	cursor: pointer;
}
.event_name{
	margin: 0 0 0 2px;
	/*font-size: 14px;*/
}
.timeline-axis-grid-minor{
	width: 0px !important;
}
.news_event{
	font-size: 14px;
}
.timeline-event-news{
	background-color: #d5ddf6;
}
.orange{
	color: #ffb226;
}
.green{
	color: green;
}
.timeline_event_a{
	display: block;
	/*padding: 5px;*/
	color: inherit !important;
	text-decoration: none !important;
}
.timeline_event_a:hover{
	color: inherit !important;
}
.timeline_zoom{
	float: left;
	position: relative;
	top: 1px;
	left: -1px;
	margin: 0 0 0 -1px;
	padding: 5px 20px;
	color: #8A72AB;
	border: 1px solid #bebebe;
	background-color: #F6F6F6;
	cursor: pointer;
}
.timeline_zoom_selected{
	color: white;
	border-color: #8A72AB;
	background-color: #8A72AB;
}
.timeline_event_ending_warning{
	float: left;
	position: absolute;
	height: 15px;
	right: 0;
	bottom: 0;
	/*background-color: #cd1013;*/
}
/*.timeline-frame{
	border-radius: 5px;
	-webkit-box-shadow: 0px 9px 21px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:	0px 9px 21px 0px rgba(50, 50, 50, 0.8);
	box-shadow:		 0px 9px 21px 0px rgba(50, 50, 50, 0.8);
}*/
.filled_payment_order_field{
	background-color: #FFFFDD;
}
.payment_order_field_warning{
	background-color: #ff8f8f;
}
.payment_order_oktmo_selected_div{
	position: relative;
	width: 100px;
	height: 18px;
	border: 0;
	background: url('/template/images/select_arrow.png') no-repeat top right;
	background-color: #FFFFDD;
	vertical-align: baseline;
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	color: black;
	z-index: 999;
	cursor: default;
}
.payment_order_select{
	border: 0;
	background-color: inherit;
	vertical-align: baseline;
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	color: black;
}
.payment_order_oktmo_select{
	position: relative;
	top: -20px;
	width: 100px;
	visibility: hidden;
}
.payment_order_kbk_selected{
	width: 180px;
	overflow: hidden;
	height: 18px;
	position: absolute;
	background: url('/template/images/select_arrow.png') no-repeat top right;
	background-color: #FFFFDD;
}
.payment_order_kbk_select{
	margin: -2px 0 0 0;
	width: 180px;
	/*opacity: 0;*/
	position: relative;
}
.tooltip_question{
	position: relative;
	top: 3px;
	cursor: pointer;
}
.tooltip_question_data{
	display: none;
}
#event_info_table{
	border-collapse: collapse;
}
#event_info_table td{
	border: 0;
	background-color: white !important;
}
.otchet_form_control_button{
	float: left;
	cursor: pointer;
}
.show_hide_payment_order_form_img{
	margin: 1px 7px 0 0;
	width: 12px !important;
	cursor: pointer;
}
.payment_order_solution_select{
	width: 708px;
	height: 75px;
	background: url('/template/images/select_arrow.png') no-repeat top right;
	cursor: default;
}
.payment_order_solution_select_options{
	display: none;
	position: absolute;
	width: 698px;
	padding: 5px;
	background-color: white;
	border: 1px solid lightgray;
	z-index: 5000;
}
.payment_order_solution_select_option{
	margin: 5px 0 0 0;
	cursor: pointer;
}
.payment_order_solution_select_option:hover{
	background-color: #FFB226;
}
.qtip_tl{
	max-width: 500px !important;
	padding: 10px !important;
	font-size: inherit !important;
	line-height: 16px !important;
	color: gray !important;
	border: 1px solid #D0D0D0 !important;
	background-color: white !important;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 3px 0px rgba(200, 200, 200, 0.6) !important;
	-moz-box-shadow:	5px 5px 3px 0px rgba(200, 200, 200, 0.6) !important;
	box-shadow:		 5px 5px 3px 0px rgba(200, 200, 200, 0.6) !important;
}
#content_inner_middle img{
	float: none;
	width: auto !important;
	max-width: none !important;
}
.show_hide_head_div{
	float: left;
	padding: 3px 7px;
	color: #8a72ab;
	background-color: #e6e6e6;
	cursor: pointer;
}
.show_hide_head_img{
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.input_group_text_div{
	float: left;
	width: 90%;
	margin: 0 0 0 3px;
}
.input_group_span{
	line-height: 19px;
}
.input_group_span_selected{
	padding: 0 3px;
	color: white;
	font-weight: bold;
	background-color: #8A72AB;
}
.timeline_step{
	vertical-align: top;
	cursor: pointer;
}
.timeline_step_div{
	width: 25px;
	height: 150px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.legal_entity_radio{
	margin: 0;
}
.pred_radio{
	margin: 0;
}
.tax_checkbox{
	margin: 0;
}
#content_inner_middle td{
	padding: 0;
}
#timeline_table{
	margin: 15px 0 0 0 !important;
	width: 100% !important;
	border-collapse: collapse;
}
#timeline_table tr td{
	border: 0;
}
.qwe_trigger{
	display: block;
	margin: 6px 0px;
}
.plus_minus_block {
	margin: 0 0 5px;
}
.plus_minus_trigger {
	float: left;
	width: 100%;
	cursor: pointer;
	font-weight: bold;
	padding: 0 0 0 25px;
	position: relative;
}
.plus_minus_trigger img {
	position: absolute;
	width: 20px;
	left: 0;
}
.plus_minus_content {
	margin: 5px 0 0 22px !important;
	display: none;
}
.plus_minus_title {
	margin: 0 0 0 5px;
}
.plus_minus_content > div {
	padding: 25px 25px;
}
.notice_head{
	width: auto;
	font-size: 14px;
	font-weight: normal;
	float:none;
	padding: 3px 7px 3px 22px;
}
.timeline_settings_value_div{
	float: left;
	margin: 0 1px 4px 0;
	padding: 1px 7px;
	color: #8A72AB;
	border: 1px solid #e6e6e6;
}
#content_inner_middle table{
	width: auto;
}
#timeline_settings_info_head_div{
	margin: 1px 10px 0 0;
	border-spacing: 1px;
	cursor: pointer;
}
#timeline_settings_info_head_div tr td{
	color: white;
	border: 0;
	background-color: #8a72ab !important;
}
#individual_features_head_div{
	margin: 1px 10px 0 0;
	border-spacing: 1px;
	cursor: pointer;
}
#individual_features_head_div tr td{
	color: white;
	border: 0;
	background-color: #8a72ab !important;
}
#otchet_uplata_info_div table td.date_reminder{
	border: 0 !important;
	padding: 5px 8px !important;
	font-size: 13px;
}
.date_reminder_big_text{
	font-size: 13px;
	font-weight: bold;
}
.uplata_otchet_info_head_h2{
	display: inline-block;
	margin: 15px 0 3px 0;
	padding: 3px 6px;
	font-size: 13px;
	background-color: #E7E7E9;
}
.uplata_otchet_info_head_h2_2017,
h2 {
	padding: 21px 0 9px;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 24px;
	line-height: 120%;
}
#otchet_uplata_info_div table tr td{
	border: 1px solid gray;
}
.uplata_otchet_info_head_h3{
	margin: 0;
	padding: 3px 0;
	line-height: 150%;
	font-size: 13px;
	font-weight: bold;
}
#otchet_form_plus_minus_block{
	margin: 5px 0 0 0;
}
#timeline_haed_link{
	color: #7477B8;
	text-decoration: underline;
}
#timeline_haed_link:hover{
	color: #434670;
}
.nearest_event_link{
	font-size: 12px;
	text-decoration: none;
	border: 0 !important;
}
.nearest_event_link:hover{
	border: 0 !important;
}

.kalk_result{
	display: none !important;
}
.ckeditor_code ol{
	padding-left: 15px !important;  
}
.ckeditor_code ul{
	padding-left: 15px !important;  
}
#content_left .scroller{
	width:100%;
	margin: 10px -2000px 20px 0px;
	overflow:hidden;
}
#content_left .scroller_left{
	width:25px;
	height:19px;
	background: url(/images/digit/_elver/backs/scroller_left.png);
	float:left;
	display:none;
	position: relative;
	z-index:2500;
	margin-bottom:-50px;
	margin-top:5px;
}
#content_left .scroller_right{
	width:25px;
	height:19px;
	background: url(/images/digit/_elver/backs/scroller_right.png);
	float:right;
	display:none;
	position: relative;
	z-index:2500;
	margin-bottom:-50px;
	margin-top:5px;
}
#content_left .scroller_container{
	width:100%;
	float:left;
}
#return_to_home {
	text-align: center;
	margin: 40px 0 0 0;
}
#return_to_home a {
	border: 1px solid black !important;
	color: black;
	padding: 10px 20px;
	display: inline-block;
}
#return_to_home a:hover {
	border: 1px solid #d2232a !important;
}

/* TIMELINE RULES */
.rules_title {
	margin: 35px 0 0 0!important;
	font-size: 48px!important;
	line-height: 115%!important;
}
.help_text {
	margin: 18px 0 26px 0;
	font-size: 16px;
	line-height: 32px;
}
.help_text ul {
	margin-top: 4px;
	list-style: none;
}
.help_text ul li {
	line-height: 32px;
}
.help_text ul li:before {
	content:  "—";
	position: relative;
	left:     -10px;
}
.service_container {
	width: 100%;
	height: auto;
	margin: 5px 0 20px;
}
.service_container .service_title {
	position: relative;
	float: left;
	min-height: 35px;
	padding: 3px 0 0 35px;
	font-size: 24px;
	box-sizing: border-box;
	cursor: pointer;
}
.service_container .service_title .arrow {
	position: absolute;
	top: 3px;
	left: 0;
	transition: .3s;
}
.service_container.opened .arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: .3s;
}
.service_container .description_container {
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: .3s;
}
.service_container.opened .description_container {
	height: auto;
	transition: .3s;
}
.description_container > div {
	width: 100%;
	max-width: 850px;
	margin: 7px 0 20px 0;
	font-size: 16px;
	line-height: 24px;
}
.description_container > img {
	width: 100%;
	max-width: 850px;
	margin: 0 0 10px 0;
	border: 1px solid #EBEAF0;
}
.description_container ul {
	list-style: none;
}
.description_container ul li {
	line-height: 24px;
	font-size: 16px;
}
.description_container ul li:before {
	content:  "—";
	position: relative;
	left:     -10px;
}
.description_container .help_icon {
	width: 18px;
	height: 18px;
	background: #52546B;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.description_container .help_icon .additional_text {
	position: absolute;
	top: 30px;
	left: -40px;
	width: 300px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #6D7083;
	background: #EBEAF0;
	display: none;
	font-size: 13px;
	line-height: 110%;
	color: #000;
}
.description_container .help_icon .additional_text:before {
	content: '';
	border: 12px solid transparent;
	border-bottom: 12px solid #6D7083;
	position: absolute;
	left: 48px;
	margin-left: -12px;
	top: -25px;
	width: 0;
}
.description_container .help_icon .additional_text:after {
	content: '';
	border: 11px solid transparent;
	border-bottom: 11px solid #EBEAF0;
	position: absolute;
	left: 48px;
	margin-left: -11px;
	top: -22px;
	width: 0;
}
.description_container .help_icon:hover .additional_text {
	display: block;
}

.gklink {
	width: 100%;
	box-sizing: border-box;
	border:1px solid #ddd3ca;
	padding: 20px 100px;
	min-height: 100px;
	margin: 20px 0 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
}
.gklink.doc::before {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 38px;
	height: 44px;
	background: url(/template/images/document-word.png) no-repeat;
	content: '';
}
.gklink.xls::before {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 38px;
	height: 44px;
	background: url(/template/images/document-exel.png) no-repeat;
	content: '';
}
.gklink.pdf::before {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 38px;
	height: 44px;
	background: url(/template/images/document-pdf.png) no-repeat;
	content: '';
}

/*  END OF TIMELINE RULES*/

@media screen and (max-width: 1279px) {
	.rules_title{
		font-size: 36px!important;
	}
	.help_text {
		font-size: 13px;
		line-height: 24px;
	}
	.help_text ul li {
		line-height: 22px;
	}
	.description_container > div {
		font-size: 13px;
	}
	.description_container ul li {
		font-size: 13px;
	}
}
/* max-width: 480px */
@media screen and (max-width: 480px) {
	#tasks_head_tr,
	.task_img
	{
		display:	none;
	}
	#tasks_table,
	.task_tr,
	.task_date,
	.task_name,
	.task_remain
	{
		display:	block;
		box-sizing: border-box;
		float: left;
		width: 100% !important;
		text-align: left;
		padding: 5px !important;
		border: 0 !important;
	}
	.task_remain:before {
		content: "Осталось, дней: "
	}
}
@media screen and (max-width: 380px) {
	.rules_title {
		font-size: 36px!important;
		font-weight: bold!important;
	}
	#wrapper_tasks_div{
		padding: 	5px;
	}
}