#navbar {

	position: inherit;
	left: 0;
	right: 0;

	z-index: 1000;
	/*background: #be1414e6 !important;*/
	/*width: 100% !important;*/
	border: none;
}

body.toolbar-drawer {
	padding-top: 30px !important;
}


.result {
	margin-top: 30px;
	max-width: 400px;
	background-color: white;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ededed;
	max-height: 500px;
	overflow-y: auto;
	position: relative;
}


input#address {
	border: 2px solid #B41112;
	height: 39px;
	border-radius: 4px;
	margin-right: 10px;
	padding: 2px 10px;
}

.btnl {
	display: inline-block;
}

input#suggest_button {
	height: 39px;
	background: #B41112;
	color: #fff;
	font-size: 16px;
	border: 0px;
	border-radius: 6px;
	padding: 0px 20px;
}

div#navbar-collapse {
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
}




.map_navbar {
	background: #5559ce !important;
}

.map_navbar .navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.map_navbar .nav>li>a {
	color: #fff;
}

.map_navbar .navbar-nav>li:last-child>a {
	margin: 0;
}

.map_navbar img.img-responsiv {
	float: left;
	height: 30px;
}


.inp-but {
	padding-top: 20px;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10px;
}


.map_navbar .nav>li>a:hover,
.map_navbar .nav>li>a:focus {
	text-decoration: none;
	/*background-color: #eee;*/
	background-color: #3137f0;
}

@media (max-width: 768px) {
	#result {
		margin-top: -20px;
		background: transparent;
		left: 0px;
		border: 0px;
		padding: 0px !important;
		padding-top: 0px !important;

		position: absolute;
		left: 20px;
		right: 10px;
		top: 80px;
		height: calc(160vw);
		max-height: max-content;
	}

	#result>div {}

	#result>div.default-content {
		margin-left: 0px;
		padding: 12px 10px !important;
		box-sizing: border-box;
		background-color: white;
		display: grid;
		grid-template-columns: 1fr 4fr;
		align-items: center;
		margin-top: -8px;
		border-radius: 8px;
	}

	.default-content__text {
		font-size: 12px !important;
	}

	.inp-but {
		padding-top: 0px;
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 10px;
		margin-left: -40px;
	}

	input#address {
		width: 100% !important;
	}

	.btnl {
		display: block;
	}

	input#suggest_button {
		width: 100%;
	}

	#navbar {
		position: inherit;
		left: 0;
		right: 0;
		z-index: 1000;
		background: #5559ce !important;
		width: 100% !important;
		border: none;
	}

	.navbar-toggle {
		border-color: #fff;
	}

	.navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.none {
		position: absolute;
		float: left;
		margin-top: -34px;
		margin-left: 15px;
		font-size: 16px;
		color: #fff;
		font-weight: 600;
		display: block;
	}

	div#search_block {
		width: 100% !important;
		left: 40px !important;
		top: 0px !important;
		right: 0px;
	}

	#search_block>.suggestions-input {
		display: block !important;
		width: 100% !important;
	}

	.nav>li>a {
		color: #fff;
	}

	.navbar-nav>li:last-child {
		padding-left: 12px;
	}

	#search_block td.row-cadnum {
		font-weight: 600;
		font-size: 16px;
		border-bottom: 1px solid #C1C1C1;
		padding: 5px;
	}

	#search_block td.row-name {
		padding-left: 22px;
		/* font-weight: 600; */
		font-size: 16px;
		border-bottom: 1px solid #C1C1C1;
	}
}

i {
	vertical-align: middle;
	/* margin-right: 19px;*/
	position: relative;
}

i.left_i {
	background-image: url(../map/img/right.png);
	width: 16px;
	height: 16px;
	background-size: cover;
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);

}

#cat_nav2 {

	position: absolute;

	left: 0;
	right: 0;

	z-index: 1000;
	width: 100% !important;
	border: none;
}

/* map region */

.region .map-wrapper {
	position: relative;

	width: 100%;
	height: 575px;
	margin: 0 auto;

}


button#edit-send {
	background: #02D404;
	width: 20%;
	color: #fff;
	width: 100%;

	border-color: #CCCCCC;
}


.map-full-screen .map-wrapper {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 990;
}

.map-full-screen {
	height: 100% !important;
	position: relative;
}

.control-label.disabled {
	color: gray;
	font-weight: 200;
}