/*
Theme Name: EGOV
*/

@media screen and (min-width: 730px) {
 .mc4wp-form-fields {
  width: 100%;
     justify-content: center;
     display: flex;
 }
}


@media screen and (max-width: 729px) {
 .mc4wp-form-fields button{
  width: 100%;
     margin: 10px auto 0;
 }
 .mc4wp-form-fields a{
  width: 100%;
     margin: 10px auto 0;
 }
}

.select-map__it.active {
	fill: #b31942 !important;
}

@media screen and (min-width: 992px) {
	.regions__gall {
		grid-template-columns: 1fr .8fr .8fr !important;
	}
}

