

/* Start:/bitrix/components/lombard/maps/templates/.default/style.css?16751672151322*/
#map {
	width:100%;
	height:200px;
	background: #f9f9f9;	
}
.button-wrapper {
	background: #f9f9f9;
}
.city-check-map .btn-green{
	background-color: #026636;
    color: #FFFFFF !important;
    transition: all .3s ease;
    border: 1px solid #026636;
	text-decoration: none !important;
    line-height: 11px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 25px;
	width: 150px;
	height: 41px;
	font-family: 'GothamPro-Bold';
	outline: none;
    text-decoration: none;
	cursor: pointer;
}
@media (max-width: 575.98px){
	.city-check-map .btn-green{
		width: 138px;
	}
}
@media (max-width: 399.98px){
	.city-check-map .btn-green{
		width: 110px;
		font-size: 8px;
	}
}
.city-check-map .btn-green:hover {
	background-color: #fff;
    border: 1px solid #026636;
    color: #000000 !important;
    transition: all .3s ease;
}
.city-check-map .city-change-map.active {
	background-color: #fff;
    border: 1px solid #026636;
    color: #000000 !important;
    transition: all .3s ease;
}
.city-check-map .current-city {
	line-height: 28px!important;
}
@media (max-width: 575.98px){
	.city-check-map .current-city {
		font-size: 21px!important;
	}
}
@media (max-width: 399.98px){
	.city-check-map .current-city {
		font-size: 18px!important;
	}
}

/* End */
/* /bitrix/components/lombard/maps/templates/.default/style.css?16751672151322 */
