<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-map {
  background: #efefef;
      min-height: 410px;
   
    overflow: hidden;
    padding-top: 15px;
}
.main-map .cities_select {
  width: 300px;
  position: absolute;
  z-index: 100;
}
.main-map .map-change-view .btn i{color: #000;font-size: 19px;position: relative; top: 2px;}
.main-map.map-view-map .cities_select {
  margin: 25px 0 0 240px;
}
.main-map.map-view-list .cities_select {
  margin: 276px 0 0 160px;
}
.main-map.map-view-grid .cities_select {
  margin: 276px 0 0 160px;
}
.main-map h2 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
      margin-top: 5px;
          margin-bottom: 15px;
}
.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 a {
  min-height: 110px;
  height: 110px;
  overflow: hidden;
  padding: 10px;
  display: block;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  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%;
  border: 3px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
.main-map .districts-grid .districts-links a:hover {
  text-decoration: none;
}
.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%;
  background: rgba(0, 110, 159, 0.5);
  padding: 15px 5px;
  color: #fff;
  font-size: 20px;
}
.main-map .map-change-view {
  margin-top: 277px;
  position: absolute;
  z-index: 100;
}
.main-map .map-change-view .btn {
  background: none;
      padding: 5px 8px;
    line-height: 20px;
}
.main-map .map-change-view .btn.active {
  background: #fff;
  border-radius: 3px;
}
.main-map .map-change-view .btn.active i{color: #000;}
.main-map .cycle-controls {
  z-index: 100;
  width: 665px;
  text-align: center;
  position: absolute;
  margin: 277px 0 0 480px;
}
.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: 32px;
    height: 32px;
    display: block;
    color: #fff;
    opacity: 0.7;
    /* background: #006eb4; */
    background: rgba(0,143,214,1);
    background: -moz-linear-gradient(top, rgba(0,143,214,1) 0%, rgba(0,125,188,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,143,214,1)), color-stop(100%, rgba(0,125,188,1)));
    background: -webkit-linear-gradient(top, rgba(0,143,214,1) 0%, rgba(0,125,188,1) 100%);
    background: -o-linear-gradient(top, rgba(0,143,214,1) 0%, rgba(0,125,188,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,143,214,1) 0%, rgba(0,125,188,1) 100%);
    background: linear-gradient(to bottom, rgba(0,143,214,1) 0%, rgba(0,125,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fd6', endColorstr='#007dbc', GradientType=0 );
}
.main-map .cycle-controls .next i,
.main-map .cycle-controls .prev i {
  margin-top: 10px;
}
.main-map .cycle-controls .next:hover,
.main-map .cycle-controls .prev:hover {
  opacity: 1;
}
.main-map .cycle-controls .custom-pager {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}
area, area:active, area:focus{border: 0 !important;outline: none;}

.cycle-pager-active{color: #000 !important;opacity: .4 !important;}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-map .cycle-controls {
    width: 460px;
  }
}
.roundabout-slider {
  width: 350px;
  padding-top: 1px;
  position: relative;
  margin-top: 142px;
  margin-left: 100px;
}
.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;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ajax_region {
    margin-left: 60px;
  }
}


.cycle-slideshow,
.cycle-slideshow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.cycle-slideshow {
    _width: 45%;
    _min-width: 200px;
    _max-width: 500px;
    _margin: 10px auto;
    padding: 0;
    position: relative;
    _background: url(images/spinner.gif) 50% 50% no-repeat
}
.cycle-slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block
}
.cycle-slideshow img:first-child {
    position: static;
    z-index: 100
}
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 10px;
    overflow: hidden
}
.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer
}
.cycle-pager span.cycle-pager-active {
    color: #d69746
}
.cycle-pager&gt;* {
    cursor: pointer
}
.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 700
}
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5
}
.cycle-prev,
.cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer
}
.cycle-prev {
    left: 0;
    background: url(images/left.png) 50% 50% no-repeat
}
.cycle-next {
    right: 0;
    background: url(images/right.png) 50% 50% no-repeat
}
.cycle-prev:hover,
.cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}
.disabled {
    opacity: .5;
    filter: alpha(opacity=50)
}
.cycle-paused:after {
    content: 'Paused';
    color: white;
    background: black;
    padding: 10px;
    z-index: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    opacity: .5;
    filter: alpha(opacity=50)
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
    .cycle-slideshow {
        width: 200px
    }
    .cycle-overlay {
        padding: 4px
    }
    .cycle-caption {
        bottom: 4px;
        right: 4px
    }
}
.custom-pager span {
    color: #000;
    opacity: .8;
    font-size: 4.5em;
    margin: 0 4px;
    cursor: pointer;
    line-height: 12px;
}</pre></body></html>