.map-country-filter-wrap {
	background-color: whitesmoke;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.map-country-filter-wrap option {
	font-size: 15px;
}

.map-country-filter-wrap label {
	font: 500 17px/20px "Ubuntu", sans-serif;
	text-transform: uppercase;
	border-bottom: none;
	padding: 0;
	color: #102747;
}

.tab-selector-wrap {
	margin: 10px 0 20px 0;
}

.tab-selector-wrap .btn-primary.active {
	background: #102747!important;
	border-color: #102747!important;
}

.point-wrap {
	margin-bottom: 10px;
}



.point-item .without-marker {
	padding-left: 24px;
}

.point-item .metro-marker {
	display: inline-block;
	width: 20px;
	text-align: center;
	color: red;
	font-weight: bold;
}
.point-item span.point-label {
	color: #5c6e87;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.point-item .fa-ico {
    width: 20px;
    text-align: center;
}

.block_info_dil_list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
}

.block_info_dil_ob {
    width: calc(33% - 20px);
    margin: 10px;
    padding: 20px;
    border: 1px solid rgba(224, 235, 235, 1);
}

a.name_dil_gl {
    font-family: Gotham Pro;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.44px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    margin-bottom: 20px;
    display: block;
    min-height: 52px;
    color: black;
}

.name-info-dil-prod {
    margin-bottom: 10px;
}

.name-info-dil {
    display: inline-block;
    width: 110px;
    vertical-align: top;
    font-family: Gotham Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.value-info-dil {
    display: inline-block;
    width: calc(100% - 115px);
    font-family: Gotham Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.44px;
    color: black;
}

.value-info-dil a.blue-link {
    font-weight: 600;
    color: black;
}