.css-map {
  margin: 75px 0;
}

.css-map h1 {
  color: #198CC2;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.css-map h1:after, .css-map h1:before {
  content: '';
  position: absolute;
  width: 38%;
  height: 1px;
  background: #707070;
  top: 13px;
}

.css-map h1:after {
  left: 15px;
}

.css-map h1:before {
  right: 15px;
}

.css-map__box {
  background: #F2F6F9;
  padding: 40px 50px;
  border: 1px solid #EDF3F6;
  margin-bottom: 30px;
}

.css-map__box a {
  color: inherit;
  transition: ease .2s;
}

.css-map__box a:hover {
  transition: ease .2s;
  color: #198CC2;
}

.css-map__box h2 {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.css-map__box .d-flex {
  padding: 8px 0;
}
.css-map__box .d-flex div:first-child {
  width: 120px;
  color: #5F5F5F;
  font-size: 16px;
}
.css-map__box .d-flex div:last-child {
  font-weight: bold;
  color: #000;
  width: 100%;
}

.css-map__cont {
  display: none;
}

.css-map__info {
  margin-bottom: 45px;
}

.css-map__info div {
  background: #5773b2;
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.css-map__info div:first-child {
  background: #063f96;
}
.css-map__info div:last-child {
  background: #806b55;
}

.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  font-family: 'Open Sans';
  display: inline-block;
  background: #e2d60c;
  text-shadow: 0px 0px 2px #111;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: #063f96;
}
#svg-turkiye-haritasi path:hover {
  fill: #e2d60c;
}

#hakkari path, #diyarbakir path, #tunceli path {
  fill: #806b55;
}

#ardahan path, #igdir path, #malatya path, #corum path, #kirikkale path, #kirsehir path,
#bolu path, #afyonkarahisar path, #burdur path, #aydin path, #manisa path {
  fill: #5773b2;
}

@media (max-width: 768px) {
  .css-map {
    margin: 50px 0;
  }
  .css-map h1 {
    margin-bottom: 45px;
  }
}

@media (max-width: 576px) {
  .css-map {
    margin: 30px 0 0 0;
  }
  .css-map h1 {
    display: none;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .css-map__box {
    padding: 20px;
  }
  .css-map__box h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .css-map__box .d-flex div:first-child {
    width: 90px;
  }
}