.zakaz_left {
	display: inline;
	float: left;
	width: 50%;
}
.zakaz_right {
	display: inline;
	float: left;
	width: 50%;
}
.adressa {
	display: block;
}
.kont {
	display: flex;
	border: 1px solid rgb(189, 189, 189);
	border-radius: 5px;
	padding: 22px;
	background: #EBEBEB;
}
.adressa {
	border: 1px solid rgb(189, 189, 189);
	border-radius: 5px;
	padding: 22px;
	background: #EBEBEB;
	margin-top: 5px;
}
form{
	margin-bottom: 20px !important;
}