.main-map {
  background: #0076ab url('images/factory.jpg');
  min-height: 510px;
  overflow: hidden;
  border-top: 5px solid #cccccc;
}
.main-map .main-map-heading {
  background: rgba(0, 119, 204, 0.8);
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: 65px;
}
.main-map .products_select {
  width: 250px;
  margin: 15px 15px 0 0;
  z-index: 100;
}
.main-map .cities_select {
  width: 250px;
  margin: 15px 15px 0 0;
  z-index: 100;
}
.main-map h2 {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
}
.main-map .is-loading {
  background: url("images/squares.gif") no-repeat center 50px;
}
.main-map .ajax_region {
  min-height: 350px;
  position: relative;
  border: 1px solid transparent;
}
.main-map .ajax_region .is-loading {
  background-position: center 100px;
}
.main-map .districts-list {
  min-height: 340px;
}
.main-map .districts-list .districts-links {
  height: height: 245px;
}
.main-map .districts-list .districts-links a {
  min-height: 110px;
  height: 110px;
  overflow: hidden;
  padding: 10px;
  display: block;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 25px;
}
.main-map .districts-list .districts-links a:hover {
  text-decoration: none;
}
.main-map .districts-list .districts-links a .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.main-map .districts-list .districts-links a .item-address {
  display: block;
  margin-top: 5px;
}
.main-map .districts-list .districts-links a .item-address b {
  font-size: 15px;
  display: block;
}
.main-map .districts-list .districts-links a .item-phone {
  display: block;
  margin-top: 5px;
}
.main-map .districts-list .districts-links a .item-phone b {
  font-size: 15px;
  display: block;
}
.main-map .districts-grid {
  min-height: 340px;
}
.main-map .districts-grid .districts-links a {
  position: relative;
  background: #f3f3f3;
  display: block;
  height: 245px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.main-map .districts-grid .districts-links a:hover {
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
.main-map .districts-grid .districts-links a .desc {
  display: block;
}
.main-map .districts-grid .districts-links a .desc .title {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  padding: 15px 5px;
  color: #fff;
  font-size: 20px;
}
.main-map .map-change-view {
  margin: 14px 0 0 0;
  z-index: 100;
}
.main-map .map-change-view .btn {
  background: none;
  padding: 0 5px;
}
.main-map .map-change-view .btn.active {
  background: #fff;
}
.main-map .cycle-controls {
  text-align: center;
  margin-top: 25px;
}
.main-map .cycle-controls .custom-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}
.main-map .cycle-controls .next,
.main-map .cycle-controls .prev {
  width: 46px;
  height: 46px;
  display: block;
  opacity: 0.7;
  background: #0068bb;
}
.main-map .cycle-controls .next i,
.main-map .cycle-controls .prev i {
  margin-top: 15px;
}
.main-map .cycle-controls .next:hover,
.main-map .cycle-controls .prev:hover {
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-map .products_select {
    width: 200px;
  }
  .main-map .cities_select {
    width: 200px;
  }
}
/* slider */
.roundabout-slider {
  width: 350px;
  padding-top: 1px;
  position: relative;
  margin-top: 160px;
  margin-left: 50px;
}
.roundabout-slider .roundabout-holder {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1.5s linear;
  -o-transition: 1.5s linear;
  transition: 1.5s linear;
}
.roundabout-slider .roundabout-holder.active {
  visibility: visible;
  opacity: 1;
}
.roundabout-slider ul {
  list-style: none;
}
.roundabout-slider ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 180px;
  display: block;
  position: relative;
}
.roundabout-slider ul li a .title {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 0;
  bottom: 0;
  position: absolute;
  padding: 10px 50px;
  margin-bottom: 50px;
  text-align: center;
  background: rgba(0, 110, 159, 0.5);
  color: #fff;
  font-size: 20px;
}
.roundabout-slider ul li a .title span {
  border: 1px solid #fff;
  border-width: 1px 0 1px 0;
  padding: 7px 0px;
  display: block;
}
.roundabout-slider ul li a img {
  border-radius: 180px;
  border: 4px solid #fff;
  width: 100%;
  height: 100%;
}
.roundabout-slider ul li.roundabout-in-focus a .title {
  opacity: 1;
}
/* map */
.map-slider {
  width: 551px;
  height: 310px;
  margin-top: 50px;
}
.map-slider #map-oblast {
  width: 551px;
  height: 310px;
  z-index: 2;
  display: block;
  position: absolute;
}
.map-slider #map-oblast {
  background: url(images/map-uzbekistan-hover.png) no-repeat 0 310px;
}
.map-slider #map-oblast.karakalpakstan {
  background-position: 0 0;
}
.map-slider #map-oblast.khorezm {
  background-position: -551px 0;
}
.map-slider #map-oblast.navoi {
  background-position: -1102px 0;
}
.map-slider #map-oblast.bukhara {
  background-position: 0 -310px;
}
.map-slider #map-oblast.kashkadarya {
  background-position: -551px -310px;
}
.map-slider #map-oblast.surhandarya {
  background-position: -1102px -310px;
}
.map-slider #map-oblast.samarkand {
  background-position: 0 -620px;
}
.map-slider #map-oblast.djizak {
  background-position: -551px -620px;
}
.map-slider #map-oblast.sirdarya {
  background-position: -1102px -620px;
}
.map-slider #map-oblast.tashkent-region {
  background-position: 0 -930px;
}
.map-slider #map-oblast.namangan {
  background-position: -551px -930px;
}
.map-slider #map-oblast.fergana {
  background-position: -1102px -930px;
}
.map-slider #map-oblast.tashkent {
  background-position: -551px -1240px !important;
}
.map-slider #map-oblast.andijan {
  background-position: 0 -1240px;
}
.map-slider #map-uzbekistan {
  position: absolute;
  z-index: 0;
  width: 551px;
  height: 310px;
  background: url(images/map-uzbekistan.png) no-repeat;
}
.map-slider #map-area {
  position: absolute;
  z-index: 3;
  width: 551px;
  height: 310px;
}
.specialversion .main-map {
  display: none;
}



/* add */
#vmap{
    height: 310px;
    margin-top: 10px;
    width: 551px;
}
/* label for map */
.jqvmap-label {
  color: #454545;
  z-index: 100;
}
.jqvmap-label .region-title {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.jqvmap-label .region-director {
  font-size: 14px;
  margin-top: 20px;
}
.jqvmap-label .region-position {
  font-size: 12px;
}
.jqvmap-label .region-phone {
  font-size: 12px;
  margin-top: 15px;
}
.jqvmap-label .region-email {
  font-size: 12px;
}
