
	/* разбивка на столбцы  */

		.avt_grid_col_20 {
			display: inline-block;
			width: 20%;
			vertical-align: top;
			text-align: left;
		}

		.avt_grid_col_25 {
			display: inline-block;
			width: 25%;
			vertical-align: top;
			text-align: left;
		}

		.avt_grid_col_33 {
			display: inline-block;
			width: 33.33%;
			vertical-align: top;
			text-align: left;
		}

		.avt_grid_col_66 {
			display: inline-block;
			width: 66.66%;
			vertical-align: top;
			text-align: left;
		}

		.avt_grid_col_50 {
			display: inline-block;
			width: 50%;
			vertical-align: top;
			text-align: left;
		}

		.avt_block_table_info {
			padding: 0px 20px;
			font-weight: 600;
		}

		.avt_block_list_mat_rab {
			padding: 0px 10px;
		}

		.avt_txt_green {
			color: #393;
			font-weight: 600;
		}

		.avt_txt_gray {
			color: #999;
			font-weight: 600;
		}

		.avt_txt_podch{
			border-bottom: dashed 1px;
		}
		
		.avt_width_70_100 {
			width: 70%;
		}

		.avt_width_100 {
			width: 100%;
		}


		.avt_width_90 {
			width: 90%;
			margin: 0px 5% 0px 5%;
		}

		.avt_width_90_100 {
			width: 90%;
			margin: 0px 5% 0px 5%;
		}
		.avt_table_td_naim {
			width: 40%; 
			padding-left: 40px; 
			font-weight: 600; 
			font-size: 18px;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		.avt_table_td_head {
			width: 30%; 
			text-align: center; 
			font-weight: 600; 
			font-size: 18px;
		}
		.avt_table_td_data {
			width: 30%; 
			text-align: center; 
			font-size: 14px;
		}
		.avt_table_td_data_sm_txt{
			font-size: 14px;
		}
		.avt_vis_desctop {display: inline-block;}
		.avt_vis_mobile {display: none;}
		.avt_border_bottom {
			border-bottom: none;
		}

		.avt_txt_bold {
			font-weight: 600;
		}
		.avt_block_fil{
			padding: 5px 10px;
		}

		.avt_btn_fil_M,  .avt_btn_fil_NOVREC, .avt_btn_fil_MAINMAT, .avt_btn_fil_SUM {
			margin: 4px 0px;
			padding: 5px;

			border: solid 1px #999;
			border-radius: 5px;

			cursor: pointer;
		}

		.avt_btn_fil_FIRMA {

			display: inline-block;

			margin: 4px 4px 4px 0px;
			padding: 5px 10px;

			border: solid 1px #999;
			border-radius: 5px;

			cursor: pointer;
		}

		.avt_btn_fil_SYSTEM {

			/*display: inline-block;*/

			margin: 4px 4px 4px 0px;
			padding: 20px 20px;

			border: solid 1px #999;
			border-radius: 5px;

			font-size: 18px;
			font-weight: 600;

			cursor: pointer;

			text-align: center;
		}
	/* LIST ITEMS*/

		.avt_LIST_block {
			padding: 20px;
			cursor: pointer;
		}

		.avt_LIST_block:hover {
			border: solid 1px #333;
			border-radius: 10px;
		}

		.avt_txt_object {
			color: #333;
			font-weight: 600;
		}

		.avt_lbl_firma {
			color: #aaa;
			/*font-size: 12px;*/
		}

		.avt_txt_firma {
			color: #393;
			font-weight: 600;
			border-bottom: dashed 1px #393;
		}

		.avt_all_fil_sel {
			padding: 0px 0px 5px 0px;
		}

		.avt_SH_fil{
			cursor: pointer;
		}
		.avt_SH_fil:hover{
			color: #a00;
		}

   @media (max-width:769px) {
		.avt_grid_col_20, .avt_grid_col_25, .avt_grid_col_50, .avt_grid_col_66, .avt_grid_col_33 {
			width: 100%;
		}
		
		.avt_width_70_100 {
			width: 100%;
		}

		.avt_width_90_100 {
			width: 100%;
			margin: 0px;
		}

		.avt_block_table_info {
			padding: 0px 0px;
		}

		.avt_table_td_naim {
			width: 40%; 
			padding-left: 0px; 
			font-weight: 600; 
			font-size: 14px;
		}
		.avt_table_td_head {
			width: 30%; 
			text-align: center; 
			font-weight: 600; 
			font-size: 14px;
		}
		.avt_table_td_data {
			width: 30%; 
			text-align: center; 
			font-size: 14px;
		}
		.avt_table_td_data_sm_txt {
			font-size: 12px;
		}
		.avt_vis_desctop {display: none;}
		.avt_vis_mobile {display: block;}
		.avt_border_bottom {
			border-bottom: solid 1px #ddd;
		}
		.avt_block_list_mat_rab {
			padding: 0px 5px;
		}
}