.turkey-map__drawing {
  text-align: center;
}
.turkey-map__drawing svg {
  width: 100%;
  height: auto;
}
.turkey-map__name {
  position: absolute;
  z-index: 2;
}
.turkey-map__name div {
  display: inline-block;
  background: #b8231e;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 2px;
}
#turkey-map__drawing path {
  cursor: pointer;
  fill: #d8d8d8;
  -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
}
#turkey-map__drawing g.completed path {
  fill: #216d5c
}
/*#turkey-map__drawing path.completed {
  fill: #216d5c;
}*/
#turkey-map__drawing path:hover {
  fill: #666 !important;
}
