body {
  height: 590px; }

.kartaa {
  padding: 0 15px; }

.col-xs-7 {
  height: 600px;
  overflow: hidden !important; }

#map {
  height: 590px; }

.left {
  height: 100%;
  padding-right: 10px;
  max-height: 598px;
  overflow-y: auto; }

.cont {
  width: 250px;
  float: right;
  color: gainsboro; }

.list {
  margin: 0;
  padding: 0;
  list-style: none; }

.descript {
  display: none; }

.descript.active {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 360px;
  left: 352px;
  width: 330px;
  margin: 0;
  padding: 15px !important;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  line-height: 1.8;
  color: white;
  font-size: 12px;
  background-color: #5a5f69; }

.descript.active:after {
  content: '';
  position: absolute;
  left: 122px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-color: #5a5f69 transparent;
  border-width: 35px 40px 0px 45px; }

.mrak {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.addr > span {
  font-weight: bold; }

#glavni {
  width: 100%;
  overflow: hidden;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #4582ca), to(#68bb66));
  background: -webkit-linear-gradient(left, #4582ca 20%, #68bb66 100%);
  background: linear-gradient(to right, #4582ca 20%, #68bb66 100%); }

#lkarta #gradi {
  width: auto;
  overflow: hidden;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #4582ca), to(#68bb66));
  background: -webkit-linear-gradient(left, #4582ca 20%, #68bb66 100%);
  background: linear-gradient(to right, #4582ca 20%, #68bb66 100%);
  display: inline-block; }

#lkarta {
  width: 100%; }

#lkarta * {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', arial;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#lkarta .topblock {
  background-color: #FFFFFF;
  height: 60px;
  width: 100%;
  padding: 20px;
  padding-top: 25px; }

#lkarta .topblock.active {
  background-color: #FFFFFF; }

#lkarta .topblock.active > p + p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  letter-spacing: -1px; }

#lkarta .botblock img {
  height: auto;
  width: auto;
  margin-bottom: 15px; }

#lkarta #strelka {
  background-image: url(strelka.png);
  width: 14px;
  height: 10px;
  margin-top: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#lkarta #gorod {
  margin-left: 15px;
  color: #245b9c;
  font-weight: bold;
  font-size: 12pt; }

#lkarta .rotated {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

#lkarta #strelka.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

#lkarta .topblock > p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7); }

#lkarta .topblock > p + p {
  float: left;
  font-size: 25px;
  color: black; }

#lkarta .botblock {
  width: 100%;
  padding: 0 45px;
  margin-top: -10px;
  background: white;
  border-bottom: 2px #68bb66; }

#lkarta .botblock p {
  width: 100%;
  color: black; }

#lkarta .txt {
  padding-left: 10px;
  padding-top: 9px; }

#lkarta .paddress {
  margin-left: -30px; }

#lkarta .mname {
  font-weight: bold;
  font-stretch: expanded; }

#lkarta #shopp {
  padding-top: 5px;
  width: 100%;
  cursor: pointer; }

#lkarta #shopp:hover .mname {
  color: #245b9c; }

#glavni .border {
  padding: 2px;
  width: 100%; }
