 

.glavnya input[type="text"]{
	height: 35px;
    width: 173px;
    margin-top: 5px;
    border: none; 
	padding-left:15px; 
	background: #F6F6FA;
	border-radius: 10px;
}

.glavnya input[type="date"]{
	height: 35px;
    width: 173px;
    margin-top: 5px;
    border: none; 
	padding-left:15px; 
	background: #F6F6FA;
	border-radius: 10px;
	font-family: 'Jost';
}

.glavnya input[type="checkbox"]{
	width: 14px;
    height: 14px;
	cursor:pointer;
	margin-right: 5px;
}

.glavnya{
	background: #f4f8fa;
	color: #1F2A37;
}

.glavnya .cols{
	width:100%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 20px;
}

.glavnya .top{
	width:100%;
	height:83px;
	background:#fff;
	display: flex;
}

.glavnya .top p{
	margin:auto;
}

.glavnya .left{
	margin:auto;
	width: 48%;
	display:flex;
	    margin-top: 0px;
}

.glavnya .right_rez{
	margin:auto;
	display: flex;
    flex-direction: column;
	width: 48%;
	    margin-top: 0px;
}


.glavnya .form_rez{
	background:#fff;
	width: 100%;
	min-height:205px;
	margin:auto; 
	display: flex;
    flex-direction: column;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 20px;
}


.glavnya .form_rez .form_rez_{ 
    font-size: 28px; 
	margin-bottom: 10px;
}

.glavnya .form_rez .form_rez_input{ 
    display: flex;
    /* width: 250px; */
	align-items: center;
}

.glavnya .form_rez .form_rez_input_chech{ 
	font-size:12px;
	display:flex;
	margin-bottom: 15px; 
}

.glavnya .form_rez .form_rez_input_chech span{ 
	font-size: 12px; 
}

.glavnya .form_rez .form_rez_input_chech span.not_select{  
	color: #FB4141;
	display: flex;
}
.glavnya .form_rez .form_rez_input_chech span.not_select:before{ 
	CONTENT: '';
	background-image: url(../img/icons/high.svg);
    background-size: auto;
    display: flex;
    margin-right: 5px;
	width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}


.glavnya .form_rez .form_rez_input_chech #seach_okved_check{
	display:flex;
	margin-left:10px;
	flex-wrap:wrap;
	margin-right: 15px;
	display:none;
}

.glavnya .form_rez .form_rez_input_chech #seach_okved_check__{
	margin: auto;
    font-size: 12px;
    margin-left: 10px;
    line-height: 16px;
}

.glavnya .form_rez .form_rez_input_chech #seach_okved_check div{
	    margin: auto;
    margin-right: 5px;
    font-size: 12px;
	margin-left:0px;
}


.glavnya .form_rez .form_rez_input_chech #seach_region_check{
	display:flex;
	margin-left:10px;
    flex-direction: column;
}

.glavnya .form_rez .form_rez_input_chech #seach_region_check div{
	    margin: auto;
    margin-right: 5px;
    font-size: 12px;
	margin-left:0px;
	    margin-bottom: 3px;
}


.glavnya .form_rez .form_rez_input input[type="radio"]{
margin: auto;
    margin-right: 0px;
    width: 20px;
    height: 20px;

}

.glavnya .form_rez .form_rez_input__{
	display:flex;
}

.glavnya .form_rez .form_rez_input_top{
	width:auto;
	margin-bottom: 0px;
}

.glavnya .form_rez .form_rez_input_top_{ 
}

.glavnya .form_rez .form_rez_input_bot{
	width:auto;
	margin-bottom: 0px;
}

.glavnya .form_rez .form_rez_input_bot p, .glavnya .form_rez .form_rez_input_top p{
	margin:auto;
	margin-left:0px;
	width:235px;
	font-weight: 500;
}

.glavnya .form_rez .form_rez_input__ .margin_left_none{
	margin-left:0;
}


.glavnya .form_rez .check_{  
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	gap: 5px;

	width: 93px;
	height: 30px;

	background: #EFF7F0;
	border-radius: 5px;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px; 
	color: #0C9548;
}

.glavnya .form_rez .check_ span{
	margin:auto;
	cursor: pointer;
}


.glavnya .form_rez .form_rez_input input[type="checkbox"]{
	/* margin:auto; */
	margin-right: 5px;
}

.glavnya .form_rez .form_rez_select{ 
}

.glavnya .form_rez .form_rez_select p{
	margin-bottom:5px;
	font-size: 12px;
	font-weight: 500;
}

.glavnya .form_rez .form_rez_select .form_rez_select_{
	display: flex;
}

.glavnya .form_rez .form_rez_select .form_rez_select_ span{
	margin:auto;
	margin-left:5px;
	margin-right:5px;
}


.glavnya .form_rez .alert_mes{
	color: red;
	text-align: center;
	font-size: 14px;
}
.glavnya .form_rez .form_rez_sub_{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 40px;
	gap: 10px;

	width: 178px;
	height: 40px;

	background: #0C9548;
	border-radius: 10px;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px; 
	color: #FFFFFF;
	text-decoration: none;
}
.glavnya .form_rez .form_rez_sub_2{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 40px;
	gap: 10px;

	width: 178px;
	height: 40px;

	background: #0C9548;
	border-radius: 10px;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px; 
	color: #FFFFFF;
	text-decoration: none;
}
.glavnya .form_rez .form_rez_sub.dis{
	opacity: 0.5;
}

.glavnya .form_rez .form_rez_sub{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
	gap: 10px;

	width: 200px;
	height: 40px;
	margin: auto;
	background: #0C9548;
	border-radius: 10px;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px; 
	color: #FFFFFF;
	text-decoration: none;
}

.glavnya .form_rez .form_rez_sub span{
	margin:auto;
	font-size:14px;
	color:#fff;
}

.glavnya .form_rez .form_rez_itg{
	margin:auto;
	margin-bottom:10px;
	font-weight:400;
	font-size:16px;
}

.glavnya .form_rez .form_rez_itg_list{
	margin:auto;
	margin-top:0px;
	font-weight:700;
	font-size:16px;
}


.glavnya .form_rez .list_org_title{ 
    font-size: 28px;
	margin-bottom:10px;
}


.glavnya .form_rez .list_org{
	margin: auto; 
    margin-bottom: 30px; 
    border-radius: 10px;
	max-height: 450px;
    overflow: auto;
}

.glavnya .form_rez .list_org .list_org_id{
	display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ccc; 
    padding-top: 10px;
}

.glavnya .form_rez .list_org .list_org_id_end{
	border:none;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_name{
	margin: auto;
    margin-left: 0px;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
	font-size: 14px;
    font-weight: 500;
	text-align: left;
}


.glavnya .form_rez .list_org .list_org_id .list_org_id_okved{
	margin: auto;
    margin-left: 0px;
    display: flex;
    margin-top: 5px; 
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_okved p{
	font-size:12px;
	margin-left:0px;
    text-align: left;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_okved span{
	font-size:14px;
	color:#915a06;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_prib{
	display:flex;
	margin: auto;
	margin-top: 5px;
    margin-bottom: 5px;
	margin-left:0px;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_prib span{
	font-size:14px;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_prib p{
	font-size:12px;
	color:#999;
	margin: auto;
    margin-left: 10px;
    margin-bottom: 0px;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_ballans{
	display:flex;
	margin: auto;
	margin-top: 5px;
    margin-bottom: 5px;
	margin-left:0px;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_ballans span{
	font-size:14px;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_ballans p{
	font-size:12px;
	color:#999;
	margin: auto;
    margin-left: 10px;
    margin-bottom: 0px;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_adress{
	display:flex;
	margin: auto; 
	margin-left:0px;
	text-align: left;
    font-size: 12px;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_inn{
	display:flex;
	margin: auto; 
    margin-bottom: 5px;
	margin-left:0px;
	font-size: 12px;
}

.glavnya .form_rez .list_org .list_org_id .list_org_id_inn p{
	margin-right:16px;
}

.popap{
	display:none;
	    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000000d4;
    z-index: 5;
}

.popap .popap_res{
	margin: auto;
    width: 800px;
    height: 600px;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
	overflow: hidden;
	padding: 10px 0;
}



.popap .popap_res .popap_res_r{
	overflow: auto;
	height: 550px;
	padding-right: 20px;
	margin-left: 30px;
    margin-right: 0px;
}

#region .popap_res{
	width:400px;
	height: 500px;
}

.region_id{
	display:flex;
	margin-bottom: 5px;
	align-items: center;
}


.region_id p{
	margin: auto;
    margin-left: 10px;
    width: 315px;
	font-size: 12px;
}



.okved_per{
	margin-bottom:10px;
	cursor:pointer;
	margin-top:10px;
	display: flex;
}


.okved_per p{
	max-width:680px;
}

.okved_per span{
	font-size: 12px;
    margin: auto;
    margin-right: 10px;
    margin-left: 0px;
}
.okved_per span img{
	max-width: none;
}

.okved_dot {
	margin-left:15px;
	font-size:10px;
	display: flex;
	margin-top: 3px;
	cursor:pointer;
}

.okved_dot:hover {
	background:#f5f5f5;
}

.okved_dot span {
	margin-right:10px;
	margin:auto;
	margin-left:0px;
	margin-right:0px;
	font-size: 13px;
	min-width: 65px;
}

.okved_dot input[type="checkbox"]{
	margin:auto;
	margin-right:10px;
	margin-left: 0px;
}

.okved_dot p{
	width: 620px;
	font-size:13px;
	margin:auto;
	margin-left: 5px;
}

.okved_dot p img{
	margin-bottom:-2px;
	margin-right: 5px;
}


.fir {
	margin-left:0px;
}

.fir span{

}

.seco {
	margin-left: 10px;
}

.seco span{
	text-decoration:underline;
}

.thir {
	margin-left: 20px;
}



.fore {
	margin-left: 30px;
}



.action_form_top{
	margin: auto;
	display:flex;
	height:50px;
	margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.action_form_top #check_okved{
	margin: auto;
    margin-top: 0px;
    margin-right: 30px; 
	display: flex;
}

.action_form_top #check_okved p{
	color: #0075ff;
	font-size:14px;
}

.action_form_top #check_okved span{
	color: #0075ff;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #0075ff;
    border-radius: 50%;
    padding: 0px 6px;
	cursor:pointer;
	width: 20px;
    height: 20px;
    line-height: 16px;
}


#region .action_form_top{
	flex-direction:column;
	height: 80px;
}

.action_form_top p{
	font-size: 16px;
    font-weight: 600;
    margin: auto;
    margin-left: 0px;
    margin-top: 0px;
}

#region .action_form_top p{
	margin-bottom:10px;
}

#region  .action_form_top input[type="text"]{
	width:90%;
	margin-left:0px;
}

.action_form{
	margin: auto;
	display:flex;
	height:100px;
	margin-left: 30px;
    margin-right: 30px;
	align-items: center;
}


#region  .action_form{
	height:100px;
	margin-bottom:0px;
}

.action_form .action_form_act{
	margin: auto;
    margin-left: 0px;
    width: 150px;
    height: 45px;
    background: #42AA46;
    display: flex;
	margin-right:15px;
	border-radius:10px;
	cursor:pointer;
}

.action_form .action_form_act span{
	margin:auto;
	color:#fff;
}

.action_form .action_form_clear{
	    margin: auto;
    margin-left: 0px;
}

.action_form .action_form_clear span{
	cursor:pointer;
}

.action_form input[type="text"]{
	margin:auto;
	margin-left:0px;
	width: 350px;
	background: #eee;
}

.action_form p{
    margin: auto;
    margin-bottom: auto;
    margin-right: 100px;
    color: #a54400;
    cursor: pointer;
}


#check_region{
	padding-right: 20px;
    margin-left: 30px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
	max-height: 70px;
    overflow: auto;
	min-height: 70px;
}

.uline {
	border-top: 1px solid #EDEDF3;
	padding: 15px 0;
}

.rez_type {
	display: flex;
	justify-content: space-between;
}
.glavnya p{
	margin: 0;
}
.rez_inp_block {
	
}

.rez_inp_block input {
	width: 48%!important;
}


.found_org_col {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	gap: 10px; 
	height: 55px; 
	background: #EFF6F0;
	border-radius: 15px;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 29px; 
	color: #0C9548;
}
.ico_rez_galka { 
	background-image: url("rez_galka.svg");
	background-size: cover; 
}

.not_found_org_col {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	gap: 10px; 
	height: 55px; 
	background: #FFEBEB;
	border-radius: 15px;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 29px;
	color: #FB4141;
}
.ico_not_found { 
	background-image: url(../img/icons/high.svg);
	background-size: cover; 
}
.list_org .flex-start > .block__dlist {
	margin-right: 15px; 
}
.list_org .flex-start > .block__dlist:nth-child(1) { 
	width: 145px;
}
.list_org .flex-start > .block__dlist:nth-child(2) { 
	width: 68px;
}
.list_org .flex-start > .block__dlist:nth-child(3) { 
	width: 90px;
}
.list_org .flex-start > .block__dlist:nth-child(4) { 
	width: 100px;
}
.list_org .flex-start {
	border-bottom: 1px solid #EDEDF3;
	padding-bottom: 10px;
}
