
	/* разбивка на столбцы  */

		.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;

			font-size: 16px;
		}

		.avt_block_osob_info {
			width: 100%;
			margin-left: 0%;

			padding: 20px;

			font-weight: 400;
			font-size: 18px;

			border-radius: 5px; 
			border: solid 1px #ddd; 
			background: #fff;

			box-shadow: 0 0 6px 0 rgba(0,0,0,.04), 0 4px 10px 0 rgba(13,35,67,.25);

		}

		.avt_block_osob_info_col {
			margin-right: 10px;
		}

		.avt_block_osob_info_col_td1 {
			width: 30px;
			vertical-align: top;
			height: 40px;
		}

		.avt_block_osob_info_col_td2 {
			width: calc(100% - 30px);
			vertical-align: top;
			height: 40px;
		}

		.avt_btn_goto_object {
			background: #fff;
			color: #393;
			font-weight: 600;
			cursor: pointer;
			border-radius: 5px;
			display: inline-block;
			padding: 10px 50px;
			border: solid 1px #393;
		}

		.avt_btn_goto_object:hover {
			background: #393;
			color: #fff;
		}

		.avt_block_list_mat_rab {
			padding: 0px 10px;
		}

		.avt_txt_green {
			color: #393;
			font-weight: 600;
		}

		.avt_txt_gray {
			color: #777;
			font-weight: 600;
		}

		.avt_txt_darkgray {
			color: #222;
			font-weight: 600;
		}

		.avt_txt_podch{
			border-bottom: dashed 1px;
		}
		
		.avt_width_70_100 {
			width: 70%;
			margin-left: 15%;
		}

		.avt_width_100 {
			width: 100%;
			font-size: 16px;
			color: #555;
		}


		.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_FIRMA, .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;
		}
	/* LIST ITEMS*/

		.avt_LIST_block {
			padding: 2px;/*20*/
			cursor: pointer;

			position: relative;
		}

		/*.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_LIST_block_tag {
			display: block;
			position: absolute;

			opacity: 0.9;

			top: 12px;/*30*/
			left: 12px;/*30*/

			padding: 5px 10px;

			border-radius: 5px;

			color: #fff;
			font-size: 14px;
		}

		.avt_LIST_block_vual {
			position: absolute;

			top: 0px;
			left: 0px;

			margin: 2px;/**/

			width: calc(100% - 4px);/*40*/
			height: calc(100% - 4px);/*85% - 20*/

			background-color: #000;
			/*background-image: linear-gradient(rgb(255,255,255), rgba(255,255,255,0));*/ 
			opacity: 0.50;
		}
		.avt_LIST_block_vual:hover {
			background-color: #111;
			opacity: 0.35;
		}

		/*.avt_LIST_block_vual2 {
			display: block;
			position: absolute;

			bottom: 0px;
			left: 0px;

			margin: 2px;

			width: calc(100% - 4px);
			height: calc(15% - 2px);

			background-color: #000;
			opacity: 0.45;
		}*/


		.avt_LIST_block_resume_avtor {
			/*display: block;*/
			position: absolute;

			bottom: 0px;
			left: 0px;

			margin-left: 2px;/*20*/
			margin-right: 2px;/*20*/
			margin-bottom: 2px;/*20*/

			width: calc(100% - 4px);/*40*/
			height: 30px;

			padding: 5px 10px;

			/*border-radius: 5px;*/

			color: #fff;

			/*background: #222;
			opacity: 0.2;*/

			font-size: 12px;
		}

		.avt_LIST_block_preview {
			/*display: block;*/
			position: absolute;

			bottom: 30px;
			left: 0px;

			margin-left: 2px;/*20*/
			margin-right: 2px;/*20*/
			margin-bottom: 2px;/*20*/

			width: calc(100% - 4px);/*40*/
			/*height: 80px;*/

			padding: 5px 10px;

			/*border-radius: 5px;*/

			color: #fff;

			/*background: #222;
			opacity: 0.6;*/

			/*font-size: 22px;
			font-weight: 600;
			vertical-align: bottom;*/
		}

		.avt_LIST_block_preview_fs22 {
			font-size: 22px;
		}

		.avt_LIST_block_preview_fs16 {
			font-size: 16px;
		}

		.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_50, .avt_grid_col_66, .avt_grid_col_33 {
			width: 100%;
		}
		.avt_width_70_100 {
			width: 100%;
			margin-left: 0%;
		}

		.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;
		}

		.avt_LIST_block_preview_fs22 {
			font-size: 16px;
		}
		.avt_btn_goto_object {
			padding: 10px 30px;
			border: solid 1px #393;
		}
}