#orgs_map,
#orgs_map * {
	box-sizing: border-box;
}

.selects {
	width: 100%;
	float: left;
	padding: 20px;
} 

.selects select {
	width: 100%;
	padding: 10px 40px 10px 15px;
    border: 1px solid #cecece;
    background: #fff;
    outline: none;
	cursor: pointer;
	font-size: 14px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
	background: #fff url('../img/ico-arrow-select.svg') center right -5px no-repeat;
}

#orgSelect {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}

#metroSelect {
	float: left;
	width: 48%;
}

.selects .select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #cecece;
	height: auto;
	outline: none;
}

.selects .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 16px;
	font-size: 14px;
	padding: 10px 40px 10px 15px;
}

.selects .select2-container--default .select2-selection--single .select2-selection__arrow {
	background: #fff url('../img/ico-arrow-select.svg') center right -5px no-repeat;
	height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}

.select2-container,
.select2-container * { outline: none; }

.selects .select2-container--default .select2-selection--single .select2-selection__arrow  b{ display: none; }

#orgsMap * {
	box-sizing: content-box;
}

#orgsMap {
	width: 100%;
	height: 500px;
}

#orgsMapInfo {
	margin: 20px 0;
}

.orgOffice {
	overflow: hidden;
	margin: 0 0 10px;
    border: 1px solid #DDDDDD;
    border-left: 4px solid #55AD03;
    padding: 20px 20px 20px 18px;
}

.orgOffice > div {
	float: left;
}

.orgOffice .officeGeo { width: 50%; }
.orgOffice .officeGeo .name {
	display: block;
    font-weight: 700;
    font-size: 14px;
    color: #55ad03;
    margin: 0 0 8px;
}
.orgOffice .officeGeo .name a:link, .orgOffice .officeGeo .name a:visited {
	color: #55ad03;
	text-decoration: underline;
}
.orgOffice .officeGeo .name a:hover, .orgOffice .officeGeo .name a:active {
	text-decoration: none;
}
.orgOffice .officeGeo .address {
	color: #646464;
    font-size: 11px;
}
.orgOffice .work_time { width: 25%; }
.orgOffice .work_time span {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
.orgOffice .tel { width: 25%; }
.orgOffice .tel span {
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}