    .placemark_layout_container { 
            position: relative;
            font-family: Georgia;
            font-size: 40px;
            text-align: center;
            font-weight: bold;
        }
        
        /* Квадратный макет метки */
        .square_layout {
            position: absolute;
            left: -23px;
            top: -23px;
            width: 46px;
            height: 46px;
            line-height: 46px;
            border: 2px solid #218703;
            background-color: #F8FDF7;
            color: #218703;
        }
        
        /* Круглый макет метки */
        .circle_layout {
            background-color: white;
            position: absolute;
            left: -23px;
            top: -23px;
            width: 46px;
            height: 46px;
            border: 2px solid #225D9C;
            color: #225D9C;
            line-height: 46px;
            /* Это CSS свойство не будет работать в Internet Explorer 8 */
            border-radius: 50px;
        }
        
      
        .polygon_layout {
            position: relative;
            background: #ffffff;
            border: 4px solid #943A43;
            width: 50px; 
            height: 50px;
            position: absolute;
            left: -28px;
            top: -76px;
            color: #943A43;
        }
        
        .polygon_layout:after, .polygon_layout:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: ' ';
            height: 0;
            width: 0;
            position: absolute;
        }
        
        .polygon_layout:after {
            border-top-color: #943A43;
            border-width: 10px;
            margin-left: -10px;
        }
        
        .polygon_layout:before {
            border-top-color: #943A43;
            border-width: 16px;
            margin-left: -16px;
        }

.search-map-marker {
	left: -28px;
    top: -123px;
	
    width: 290px;    
    border-radius: 0px;
    padding: 15px;
    position: absolute;
    border-width: 1px;
    border-style: solid;   

    color: #000;
    text-align: left;
    background-color: #fff;
    border-color: #ccc;
	
}

.search-map-marker:before{
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    margin: auto 0;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -8px;
    left: 24px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bol_d
{
		font-weight:bold;
}

.address_2
{
	display:none !important;
}
#address_2_field
{
	display:none !important;
}
.address_2-group
{
	display:none !important;
}
















/*
	Effects
*/



.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }   
  
.rotate:hover    
{ 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
} 
/*
    HTML Entities
*/
a.orange14 { font:14px "acrommedium"; color:#f15a22; }
.silver{color:#aaa;}


.hide {display:none !important;}
.pointer {cursor:pointer;}

#searchbox::-webkit-search-cancel-button{
     -webkit-appearance: none; 
}
#searchbox::-webkit-search-cancel-button:after{
    content: "×";    
    color: #f15a22;
    width: 14px;
    height: 10px;
    cursor:pointer;
    font-weight: bold;
}



 

/*
	General
*/
/*.ppwgt_box { height:690px; width:1175px; left:50%; margin-left:-587px; margin-top:100px; position:fixed; background:#fff; border:1px solid #222; border-radius:10px;}
*/



.ppwgt_box .closex {width:44px; height:44px; background:url(close.png) no-repeat top left; cursor:pointer;position:absolute; right:20px; top:8px;z-index:10;}

.ppwgt_box .header {text-align:center;}
.ppwgt_box .header h1 {font:28px "acrombold"; margin:12px 0px 5px; padding:0; color:#4d555b;}
.ppwgt_box .body { max-width:1120px; min-height:565px; border:1px solid #6c7173; background-color:#fff;   margin:0px auto; border-radius:10px;  }






.ppwgt_box #mainmap,
.ppwgt_box #mainmetro,
.ppwgt_box #mainlist {    
    max-width:1070px; max-height:990px; 
    min-width:110px; min-height:499px; 
    
    position:absolute;   height: calc(100% - 1px); width:100%;
    
    
    border-left:1px solid #6c7173;
    border-right:1px solid #6c7173;    
    border-collapse: collapse;
    border-top:1px solid #6c7173;
    border-bottom:1px solid #6c7173;
    -moz-border-radius: 10px 10px 10px 10px; /* Firefox */
    -webkit-border-radius: 10px 10px 10px 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px 10px 10px 10px; /* KHTML */
    border-radius: 10px 10px 10px 10px; /* CSS3 */
    overflow: hidden;
    /* chrome bug fix */
   /*
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
   */
    
}

.ppwgt_box .toppanel>div:first-child{
    width: 250px;
}
.ppwgt_box .toppanel>div:first-child>div{
    margin:0px auto;
}

.ppwgt_box #mainmetro {
	border-right:1px solid #6c7173;
}

.ppwgt_box #mainmetro,.ppwgt_box #mainlist {display:none;}

.ppwgt_box #mainmap .corner1,
.ppwgt_box #mainmap .corner2,
.ppwgt_box #mainmap .corner3,
.ppwgt_box #mainmap .corner4 {
    background-image: url('ymcorners_1.png');
    background-repeat:no-repeat;
    width:9px;
    height:9px;
    position:absolute;    
    z-index: 1000;
}
.ppwgt_box #mainmap .corner1{
    top:0; left:0; background-position: 0px 0px;
}
.ppwgt_box #mainmap .corner2{
    top:0; right:0; background-position: -9px 0px ;
}
.ppwgt_box #mainmap .corner3{
    bottom:0; right:0; background-position: -18px 0px;
}
.ppwgt_box #mainmap .corner4{
    bottom:0; left:0; background-position: -27px 0px;
}


.flagbox {    
padding:15px;
max-width:260px; bottom:0px; display:table;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.returninglink a,
.returninglink a:hover{
    color:#f15a22;
}

.flagbox ul {list-style:none; padding:0;display:table; width:100%; margin:0px;}
.flagbox ul>li{padding:0; margin:0; display:table-row;}
.flagbox ul>li>div,
.flagbox ul>li>span {display:table-cell; padding:3px 0px 4px; vertical-align: middle;}
.flagbox ul>li>span { text-align:right; font:14px "acromlight"; color:#434a4f; min-width:29px; }

.flagbox ul.root {border-bottom:1px solid #788187;  margin:0px 0px 10px; }



.metro_stations ul {list-style:none; padding:0;display:table; width:76%; margin:0px;}
.metro_stations ul>li{padding:0; margin:0; display:table-row;}
.metro_stations ul>li>div,
.metro_stations ul>li>span {display:table-cell; padding:3px 0px 4px; vertical-align: middle;}
.metro_stations ul>li>span { text-align:right; font:14px "acromlight"; color:#434a4f;  }
.metro_stations input[type="checkbox"] {position:absolute; visibility:hidden;}
.metro_stations input[type="checkbox"]+label {font:18px "acromlight"; color:#434a4f;  padding:0px 0px 0px 25px; display:inline-block; cursor:pointer; outline:none; clear:both;  background:url(cbox0.gif) left 4px no-repeat  }
.metro_stations input[type="checkbox"]:checked+label{background:url(cbox1.gif) left 4px no-repeat;  }

.flagbox .flag_set input[type="checkbox"] {position:absolute; visibility:hidden;}
.flagbox .flag_set input[type="checkbox"]+label {font:18px/23px "acromlight"; color:#434a4f;  padding:0px 0px 0px 25px; display:inline-block; cursor:pointer; outline:none; clear:both;  background:url(cbox0.gif) left 4px no-repeat  }
.flagbox .flag_set input[type="checkbox"]:checked+label{background:url(cbox1.gif) left 4px no-repeat;  }

.flagbox .likelabel{border-bottom: 1px solid #788187; font:18px/23px "acrombold"; color:#434a4f;  padding:0px 0px 0px 0px; display:block; cursor:pointer; outline:none; clear:both; }

.flagbox .root input[type="checkbox"] {position:absolute; visibility:hidden;}
.flagbox .root input[type="checkbox"]+label {font:18px/23px "acrombold"; color:#434a4f;  padding:0px 0px 0px 25px; display:inline-block; cursor:pointer; outline:none; clear:both;  background:url(cbox0.gif) left 4px no-repeat  }
.flagbox .root input[type="checkbox"]:checked+label{background:url(cbox1.gif) left 4px no-repeat;  }

.metroclearflagslink, .clearf1, .clearf2{font:14px "acrommedium"; color:#f15a22; display:block; text-align:right;}
.clearf1 {}
.metroclearflagslink {padding-right:10px; padding-top:5px;}

.combobox{display:table;  min-width:100px; max-width:220px; width:100%; height:25px; font:18px "acrommedium"; color:#434a4f;  }
.combobox>div{display:table-cell; 
    border-top:1px solid #d0d1d3; 
    border-left:1px solid #d0d1d3; 
    border-bottom:1px solid #d0d1d3; 
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    padding:0px 5px;    
    cursor:pointer;      
    max-width:180px;     
    line-height:25px;
    overflow: hidden;
}

.combobox>div>input{
    width:100%; 
    height:25px !important;    
    overflow:hidden;   
    white-space: nowrap; 
    outline:none;
    border:0px;    
    color: #434a4f;
}
.combobox>div>input.reg{font: 18px/25px "acromregular",Tahoma;}
.combobox>div>input.light{font: 18px/25px "acromlight",Tahoma;}


.combobox ::-webkit-input-placeholder {color:#434a4f;}
.combobox ::-moz-placeholder          {color:#434a4f;}/* Firefox 19+ */
.combobox :-moz-placeholder           {color:#434a4f;}/* Firefox 18- */
.combobox :-ms-input-placeholder      {color:#434a4f;}

.combobox>span{
    display:table-cell; 
    width:40px; background-color:#f15a22;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    background-position: center center;
    background-repeat:no-repeat;
    cursor:pointer; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.listbox{
 display:none;
 position:absolute; 
 width:180px;
 background:#fff;
 border:1px solid #aab1b6;
 border-radius:5px;
 padding:6px 0px;

 z-index:1000; 
 
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline:none;

}

.listbox ul { overflow:hidden; list-style:none;padding:0; margin:0;  max-height:420px;}

.listbox li{display:block;font:12px "acromregular"; padding:2px 0px 2px 15px; cursor:pointer;}
/*.listbox li:hover,*/
.listbox .selected, .listbox .hovered{background:#f15a22;}

.countryselect { }
.countryselect>span{background-image:url(earth2.png);}

.cityselect { }
.cityselect>span{background-image:url(city.png);}

.metroselect { }
.metroselect>span{background-image:url(metro.png);}

.cityselect:active>span,.metroselect:active>span{background-color:#d68c16;}

.searchbox { }
.searchbox input {width:100%;height:100%; border:0; outline:none;}
.searchbox>span{background-image:url(search.png); background-color:#4d555b; background-position:50% 50%;}
.searchbox>span:active {background-position:55% 65%;}

.overlaytab  {
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;    
    font:16px/37px "acromregular";
    color:#fff;    
    height:37px;
    vertical-align:middle;
    background-color:#42494e;
    background-repeat:no-repeat;
    position:absolute;
    top:0px;
    cursor:pointer; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display:none;
        z-index:100;
}

.ot1{right:0px;}
.ot2{right:96px; }

.otmetro { background-image:url(map_metro2.png);background-color:#4d555b; background-position: 5px center; padding-left:35px; width:65px;}
.otlist { background-image:url(map_list2.png); background-color:#4d555b; background-position: 5px center; padding-left:25px; width:75px;}
.otmap { background-image:url(map_map2.png); background-color:#4d555b; background-position: 5px center; padding-left:35px; width:65px;}
 
.switchcontrols_pos1, .switchcontrols_pos2 { position:absolute; right:-1px; top:0px;} 
/*.switchcontrols_pos2 { position:absolute; right:270px; top:0px;} */

.otmetro:hover,
.otlist:hover, 
.otmap:hover { background-color:#f15a22; }

body:after{
    content:url(cbox1.gif);
    display:none;
}

#TooltipWindow{
    position:absolute;
    max-width:462px;
    min-height:206px;
    background: RGBA(230,230,230,0.92);
    border:1px solid #6c7173;       
    left:50%;
    top:50%;	
    transform:translate(-50%,-50%);
    border-radius:10px; 
    display:none;
    z-index:10001;
}

#TooltipWindow>div.content{font-size:16px; position:relative; margin:50px 20px 20px;}


#TooltipWindow .closex {width:23px; height:23px; cursor:pointer;  background:url(close.png) no-repeat top left; background-size:contain; cursor:pointer;position:absolute; right:15px; top:20px; z-index:100;}

#PointInfoForm {
	position:absolute;
	width:662px;
	height:566px;
	background: RGBA(230,230,230,0.92);
	border:1px solid #6c7173;   
	
	left:50%;
	bottom:50%;	
        transform: translate(-50%,50%);
	
	border-radius:10px; 
	display:none;
	z-index:10000;
}
#PointInfoForm>div{height:100%; width:100%; position:relative; }

#PointInfoForm  .closex {width:23px; height:23px; cursor:pointer;  background:url(close.png) no-repeat top left; background-size:contain; cursor:pointer;position:absolute; right:15px; top:20px; z-index:100;}
#PointInfoForm .orangeblock {position:absolute; width:35px;left:27px; top:23px; bottom:23px; background:#f2b391;}
#PointInfoForm .orangeblock>div{background:#f15a22; width:100%; height:220px;}



#PointInfoForm .select {background:#f15a22; font-size:18px; color:#fff; padding:8px 0px; text-align:center; border-radius:4px; position:absolute; left:50%; bottom:30px; width:120px; margin-left:-60px; cursor:pointer;}
#PointInfoForm .select:hover {background:#d68c16;}
#PointInfoForm .content {color:#4d555b; font: 16px/24px "acromregular"; position:absolute; left:85px; width:560px; height:475px;  top: 23px; }
#PointInfoForm .content_scroll{
	max-height:420px;
}
#PointInfoForm .content_wrapper {margin-right:10px; }
#PointInfoForm .content_wrapper>div{ margin-bottom:10px; padding-right:20px; }
#PointInfoForm .content div.title{white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}
#PointInfoForm .content div.titlespace1 {font: 25px/35px "acrommedium"; }
#PointInfoForm .content div.titlespace2 {font: 20px/35px "acrommedium"; }
#PointInfoForm .content div.titlespace3{font: 18px/35px "acrommedium"; }

#PointInfoForm .content_wrapper>div.hint{font: 18px/25px "acrommedium"; display:inline-block; padding:4px 14px; border-radius:5px; min-width:320px;}
#PointInfoForm .content_wrapper>div.hintYellow {background:#fdf095;}
#PointInfoForm .content_wrapper>div.hintGreen {background:#71a751; color:#fff;}
#PointInfoForm .content_wrapper>div.hintRed {background-color:#cc0000; color:#fff;}
#PointInfoForm .content_wrapper>div.imageblock a.img {display:inline-block; margin-right:10px; height:105px; width:130px; border:2px solid #6c7173; border-radius:6px;  background-size:cover; background-position:center center; text-decoration:none; background-color:#fff;}
#PointInfoForm .content_wrapper>div.imageblock>div { display:inline-block;}
#PointInfoForm .content_wrapper>div.imageblock .map{ display:inline-block; margin-right:10px; height:105px; width:130px; border:2px solid #6c7173; border-radius:6px; }
#PointInfoForm .content_wrapper>div>strong{padding-right:10px;}
#PointInfoForm .content_wrapper .payways span>span {display:inline-block; vertical-align: middle; height:16px; background-position: center bottom; background-repeat:no-repeat; margin:0px 2px; background-size:contain; }
#PointInfoForm .content_wrapper .payways .cash {background-image:url('pays/cash.png'); width:36px;}
#PointInfoForm .content_wrapper .payways .master {background-image:url('pays/master.png'); width:27px;}
#PointInfoForm .content_wrapper .payways .maestro {background-image:url('pays/maestro.png'); width:27px;}
#PointInfoForm .content_wrapper .payways .visa1 {background-image:url('pays/visa1.png'); width:32px;}
#PointInfoForm .content_wrapper .payways .visa2 {background-image:url('pays/visa2.png'); width:45px;}
#PointInfoForm .content_wrapper .payways .mir {background-image:url('pays/mir.png'); width:45px;} 
#PointInfoForm .content_wrapper .payways .unipay {background-image:url('pays/unipay.png'); width:45px;} 
#PointInfoForm .nearmetro span.right{padding-left:20px;}
#PointInfoForm .printbtn {position:absolute; z-index:10; right:30px; bottom:25px; cursor:pointer; background: url(printbtn.png) no-repeat; width: 33px; height: 33px;}
#PointInfoForm .linkbtn {position:absolute; z-index:10; right:70px; bottom:25px; cursor:pointer; background: url(linkbtn.png) no-repeat; width: 33px; height: 33px;}

#PointInfoForm .content_wrapper .services>span{display:block;}
#PointInfoForm .content_wrapper .services>span>div{ 
    display: inline-block;     
    text-align: center;
    padding:10px 5px;
    width: 100px;
    height: 120px;
    overflow: hidden; 
}

#PointInfoForm .content_wrapper .services>span>div .icon{
    display: block;
    margin: 0 auto;
    width: 65px;
    height: 65px;
    background-position: center center;
    background-size: contain; /*64px, 64px;    */        
    overflow: hidden; 
    background-repeat: no-repeat;    
}
#PointInfoForm .content_wrapper .services>span>div .text{
    margin:5px 0px 0px;
    font-size: 14px;
    line-height: 18px;
}


#PointInfoForm .content_wrapper .services .returning{background-image: url(../images/icon_return.png);}
#PointInfoForm .content_wrapper .services .returning2{background-image: url(../images/propicons/return.png);}
#PointInfoForm .content_wrapper .services .work24{background-image: url(../images/propicons/24.png);}
#PointInfoForm .content_wrapper .services .card{background-image: url(../images/propicons/card.png);}
#PointInfoForm .content_wrapper .services .check{background-image: url(../images/propicons/check.png);}
#PointInfoForm .content_wrapper .services .fitting{background-image: url(../images/propicons/fitting.png);}
#PointInfoForm .content_wrapper .services .indoor{background-image: url(../images/propicons/indoor.png);}
#PointInfoForm .content_wrapper .services .outdoor{background-image: url(../images/propicons/outdoor.png);}


.pointitem {position:relative; display:inline-block; width:210px;/* height:260px;*/ overflow:hidden; text-align: initial; }
.pointitem  .mainblock { width:210px;  margin-bottom: 7px;}
.pointitem .orangeblock {display:none;}
.pointitem  .name{ 

	width:185px;  
	overflow:hidden;
	cursor:pointer;
	text-overflow: ellipsis;
	/*
	word-break: break-all;
	word-wrap: break-word;
	*/
	background:url(hrb.gif) left bottom no-repeat;
	padding-bottom:5px;
	margin-bottom:12px;
	font-weight: bold;
    font-family: Tahoma;
    font-size: 13px;
}
.pointitem p{
	font: 12px/15px "acromregular";
	text-overflow: ellipsis;
	overflow:hidden;	
	padding:0px;
	margin:0px 0px 5px;
        max-height:35px;
}

.pointitem p>span.right{float:right;}
.pointitem .metrocalc,
.pointitem .metrocache {padding: 6px 0px;  height: 20px; vertical-align: middle;}

.status_green {background-color:#0d9344;}
.status_yellow {background-color:#f7ee1f;}
.status_red {background-color:#be1d2c;}
.statuspoint_1{ border-radius:5px; border:1px solid #000; width:9px; height:9px; position:absolute; right: 0px; top:5px;}

.pointitem .controlblock {}
.pointitem  .controlblock>div {}
/*#mainlist .frame .controlblock>div>a {font: 11px/12px "acromregular"; color:#434a4f; text-decoration:underline;}*/
.pointitem  .controlblock>div>.img {display:inline-block;  margin-right:5px;  height:56px; width:56px; border:1px solid #333; border-radius:6px;  background-size:cover; background-position:center center; text-decoration:none; background-color:#fff;}
.pointitem .controlblock>div>.micromap {position:relative; display:inline-block; margin-right:5px;   height:56px; width:56px; border:1px solid #333; border-radius:6px;  background-size:cover; background-position:center center; text-decoration:none; background-color:#fff;}
.pointitem .controlblock>div>.micromap img{position:absolute; left:50%; top:50%; z-index:2;}
.pointitem .controlblock>div>.micromap div {width:100%;height:100%; background-repeat:no-repeat; background-size:60%;}
.pointitem  .select {    color: #e48e12;
    /* font: 13px/16px "acromlight"; */
    font: 14px Tahoma;
    margin-right: 5px;
    text-decoration: underline;
    font-weight: bold; }
.pointitem  .more {
	color:#434a4f;     font: 14px Tahoma;
    margin-right: 5px;
    text-decoration: underline;
	cursor: pointer;
	}


/*
    Вкладка "Список
*/
#mainlist .frame {margin:45px auto; overflow:hidden; height:calc(100% - 120px); width:98%; text-align: center;}
.frame_scrolldown { width:100%; height:22px; background:url(more.gif) center center no-repeat; width:50px; cursor:pointer; margin:0px auto;}  
#mainlist .pointitem  {margin:0px 30px 30px 0px; width:250px; height:260px;}
#mainlist .pointitem  .orangeblock {position:absolute; display:block; width:30px;left:0px; top:0px; bottom:0px; background:#f2b391;}
#mainlist .pointitem  .orangeblock>div{background:#f15a22; width:100%; height:120px;}
#mainlist .pointitem  .mainblock { position:absolute; height:260px;  left:40px; top:00px; bottom:0px; right:0px;}
#mainlist .pointitem .controlblock {position:absolute; left: 40px; bottom:0px;  height:80px;  z-index:2; margin-top:0px;}

/*
    Балун на картах
*/
.popover .pointitem .controlblock {position:relative; left:initial; bottom:initial; margin-top:14px;}
.popover .statuspoint_1 {top:15px;}

/*
    Всплывающий список (метро)
*/

#itemspopuplist  .statuspoint_1 {top:9px;}
#itemspopuplist  .itemspopuplist_one {width:220px; }
#itemspopuplist  .itemspopuplist_two {width:450px; height:270px;}
#itemspopuplist  .itemspopuplist_two .pointitem  {width:210px; height:260px; margin-bottom:10px;}
#itemspopuplist  .itemspopuplist_two .pointitem .mainblock { }
#itemspopuplist  .itemspopuplist_two .pointitem .controlblock {position:absolute; left: 5px; bottom:0px;  height:80px;  z-index:2; margin-top:0px;}
#itemspopuplist  .itemspopuplist_two .pointitem:nth-child(odd) {border-right:1px solid #999; padding-right:7px; margin-right:7px;}
#itemspopuplist  .itemspopuplist_two .pointitem:nth-child(odd) .statuspoint_1 {right:7px;}
#itemspopuplist  .andmore { height:310px;}

/*
	Всплывающий список на балунах
*/
.map_cluster_balloon {padding:13px 13px 5px 13px;}
.map_cluster_balloon .pointitem  {width:210px; height:260px; margin-bottom:10px;}
.map_cluster_balloon .pointitem   .controlblock {position:absolute; left:5px; bottom:0px;  height:80px;  z-index:2; margin-top:0px;}
.map_cluster_balloon .pointitem:nth-child(odd) {border-right:1px solid #999; padding-right:7px; margin-right:7px;}
.map_cluster_balloon .pointitem:nth-child(odd) .statuspoint_1 {right:7px;}
.map_cluster_balloon .andmore {  height:310px; overflow: hidden;}


/*

.previewitem {position:relative; display: inline-block; width:207px; height:202px;overflow:hidden;}
.previewitem .metrocalc,
.previewitem .metrocache {padding: 6px 0px;   font: 11px/20px "acromregular"; color:RGB(77,85,91); max-height: 20px; vertical-align: middle;}
.previewitem p { padding: 2px 0px; margin:0; font: 11px/16px "acromregular"; color:RGB(77,85,91); }
.previewitem .title {padding-top:5px; position:relative; margin-bottom:6px; max-height:40px; }
.previewitem .title>span{display:inline-block; font: 11px/16px "acrommedium"; color:RGB(77,85,91); border-bottom:1px solid #666; margin-right:20px; cursor:pointer;}

.previewitem  .controlblock {display:block; position:absolute; bottom:0px;left:5px;}
.previewitem  .controlblock>div>.img {margin-left:5px; display:inline-block; height:56px; width:56px; border:1px solid #333; border-radius:6px;  background-size:cover; background-position:center center; text-decoration:none; background-color:#fff;}
.previewitem  .controlblock>div>.micromap {display:inline-block;  overflow:hidden; height:56px; width:56px; border:1px solid #333; border-radius:6px;  background-size:cover; background-position:center center; text-decoration:none; background-color:#fff;}
.previewitem  .controlblock>div>.micromap div {width:100%;height:100%; background-repeat:no-repeat; background-size:60%;}
.previewitem  .select {margin-left:5px; color:RGB(241,90,34); font: 14px/16px "acrommedium"; }
.previewitem  .more {color:RGB(77,85,91); font: 14px/16px "acrommedium"; }
*/

.flex_inner{ position: relative; min-height:500px; }

.centerpanel {position:absolute;   height: 100%; width:100%;}
.centerpanel>div {position:absolute;   height: 100%; width:100%;}
.centerpanel-inner.rightpanel{ margin-right:265px;}

#mainmetro_panel { width:255px; display:none; position:absolute; right:0; top:0; bottom: 0;}
#mainmetro_panel .metro_city_head {font:25px "acrommedium"; text-align:center; color:#4d555b; white-space:nowrawp;}
#mainmetro_panel .metro_stations { margin-top:10px; height:calc(100% - 100px); overflow:hidden;     min-height: 440px;}

#metromap  {
	min-height:500px;
        height:calc(100% - 10px);
	width: calc(100% - 255px);	
	overflow: hidden;
	position: relative;
          -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}
#metromap >div {position:absolute;  }
#metromap >div.points>div {position:absolute; overflow:hidden; }
#metromap img { cursor: url(openhand.cur) 8 8, move; }
#metromap .metroPoint{position:absolute;width:20px;height:20px; background:url(metro_marker2.png) center center no-repeat; z-index:1; transform: translate(-50%,-50%);}
#metromap .metroPoint:hover{z-index:2;}

#metrozoom {z-index:101; position:absolute; left:30px; top:50px;

  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}
.customzoom .minus { position:absolute; width:24px; height:23px; background:url(zoomminus.gif) center center no-repeat; cursor:pointer; top:115px; }
.customzoom .plus { position:absolute; width:24px; height:22px; background:url(zoomplus.gif) center center no-repeat; cursor:pointer;}
.customzoom .drag {position:absolute;  width:10px; height:22px; background:url(zoomdrag.gif) center center no-repeat; cursor:pointer; left:7px; top: 25px; z-index:2;}
.customzoom .line {position:absolute; background:silver; width: 1px; height:75px; top:35px; left: 12px; z-index:1;}

 
 
#itemspopuplist{
    display:none;
    position: absolute;
    padding:14px 14px 9px;
    background-color: #f1f1f1;
    border: 1px solid #5d5e5c;
    border-radius: 6px;
    min-width: 100px;
    min-height: 100px;
    z-index:101;
    
}
#itemspopuplist .close {
  position: absolute;
  right: 5px;
  top: 1px;
  text-decoration: none;
    font-size:14px;
    font-weight: bold;
    color:#666;
  z-index: 10;
}


.itemspopuplist_two  .previewitem { margin-bottom:15px; }

#itemspopuplist .abot {    
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;    
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #232323 transparent transparent transparent;
}

#itemspopuplist .abot:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #f1f1f1 transparent transparent transparent;
    content:"";
    top: -12px;
    left: -11px;
}

#itemspopuplist .atop {    
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px;    
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #232323 transparent;
}

#itemspopuplist .atop:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px  11px;
    border-color: transparent transparent #f1f1f1 transparent;
    content:"";
    top: 1px;
    left: -11px;
}


#minimap01_overlay {position:relative;}
#minimap01_overlay img {position:absolute; left:50%; top:50%;} 



div.notice {font:20px "acrommedium"; color:maroon; text-align: center; padding:20px 50px;}

#print {position:absolute; width:0px; height:0px; visibility: hidden;}

.filter-info-text {
    font:12px/20px  "acrommedium"; 
}

.filter-info-text div.image{
    width:100%;
    padding-bottom:65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.filter-info-text div.apt{
    background-image: url("../images/info-apt.jpg");
}
.filter-info-text div.pvz {
    background-image: url("../images/info-pvz.jpg");
	border-radius: 4px;
}

.simple-logo-left,
.simple-logo-right {max-width:40%;position:absolute; top:5px; max-height:90px;}
.simple-logo-left {left:25px;}
.simple-logo-right {right:70px;} 

.retruningtext {padding-bottom:5px;}
.retruningtext ol,
.retruningtext ul { padding: 0 0 0 15px; }


/*
   Clipboard Arrow Box 
*/
.arrow_box {
        display:none;
        font-size:11px;
	position: absolute;
	background: #f2b391;
	border: 2px solid #f15a22;
        right: 45px;
        top: 5px;
        white-space: nowrap;
        padding:0px 4px;
        color:#222;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #f2b391;
	border-width: 6px;
	margin-top: -6px;        
}
.arrow_box:before {        
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #f15a22;
	border-width: 9px;
	margin-top: -9px;
}

.fixed-overlay_map {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

#mapgl_mailwin
{
	/*height: 750px; 
	width: 100%; 
	position: absolute; 
	background-color: rgb(255, 255, 255); 
	border: 1px solid rgb(34, 34, 34); 
	border-radius: 10px; display: 
	block; z-index: 10000000; 
	box-sizing: content-box; 
	max-width: 1175px; 
	left: 95.5px; 
	top: 600px;*/
	
	 position: absolute;
    left: 50%;
    top: 50%;   
	width: 100%;
    height: 100%;
	background-color: rgb(255, 255, 255);
    border: 1px solid rgb(34, 34, 34);
    border-radius: 10px;
    padding: 20px;
    max-width: 1159px;
    max-height: 572px;
	position: absolute;
	margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.closex {
    width: 44px;
    height: 44px;
    background: url(close.png) no-repeat top left;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 10;
}

.map_gl_header
{
	height:90px;
	text-align: center;
}
.map_gl_header h1
{
	font: 28px Tahoma;
    margin: 12px 0px 5px;
    padding: 0;
    color: #4d555b;
}

.spisok_css
{
	padding: 8px;
    border: 1px solid #d6d6d6;
    margin: 10px;
    border-radius: 3px;
    background: rgba(122, 241, 143, 0.41);
	cursor: pointer;
	-webkit-transition: background 0.5s ease, border 0.5s ease;
}
.spisok_css:hover
{
	border: 1px solid #8c8383;   
    background: rgba(49, 228, 81, 0.74);
	
}

.more_css
{
    padding: 8px;
    border: 1px solid #ccab35;
    margin: 10px;
    border-radius: 3px;
    background: rgba(108, 243, 132, 0.41);
}
.more_css_child
{  
   /* margin: 10px;*/
}

.more_css_child .select
{  
	color: #e48e12;
    /* font: 13px/16px "acromlight"; */
    font: 14px Tahoma;
    margin-right: 5px;
    text-decoration: underline;
    font-weight: bold;
}