
.mcs-module {
	position: relative;
	width: 200px;
	text-align: left;
}
.mcs-module .city {
    color: #e7512f;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed #e7512f;
}
.mcs-module .question {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 3px 6px;
    font-size: 13px;
    color: #454545;
    background-color: #ffa254;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
	display:none !important;
}

#city-a, #city-b, #city-v, #city-g,  #city-d, #city-e, #city-i, #city-k, #city-l, #city-m, #city-n, #city-o, #city-p, #city-r, #city-s, #city-t, #city-u, #city-h, #city-ch, #city-e, #city-sh, #city-yu, #city-ya{
cursor: default;
    pointer-events: none;
    border: none !important;
    font-weight: 700;
    text-transform: uppercase;	
	
}



.mcs-module .question .close {
    position: relative;
    top: -5px;
    left: 1px;
    color: #5B5B5B;
    opacity: 1;
    font-weight: normal;
    font-size: 13px;
    text-shadow: none;
}

.mcs-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 8999;
}

.mcs-dialog .inner {

    overflow: auto;
    max-height: 400px;
    background: #fff;
    height: 100%;
}

.mcs-dialog {
    position: fixed;
    z-index: 9999999999999;
    top: 20%;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    max-width: 600px;
    margin: 0 auto !important;
}
.mcs-dialog a {
    color: #E0975A;
    text-decoration: none;
}
.mcs-dialog .close {
position: absolute;
    top: -10px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(close.svg) no-repeat;
    opacity: 0.8;

    background-color: #fff;
    padding: 15px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
 
    background-position: 6px 6px;
}
.mcs-dialog .close:hover {
    opacity: 1;
}

.mcs-dialog a:hover {
   
    color: #0297d7 !important;
}

.mcs-dialog a {
 
    border-bottom: 1px solid #e7512f !important;
}
.mcs-dialog .title {
    font-size: 14px;
    padding: 8px 18px;
    margin: 0;
 background-color: #e7512f;
    color: #fff;
	font-weight:700;
}

.mcs-dialog .title span{
	
	font-weight: 400;
    font-style: inherit !important;
    display: block;
    border-top: 1px solid #fff;
    padding-top: 5px;
    margin-top: 5px;
	font-size: 12px !important;
}

.mcs-dialog .title span a{
	
    color: #0297d7 !important;
font-weight:700 !important;
border:none !important;
    display: inline-block;
}

.mcs-dialog .groups {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #FFAF45;
}
.mcs-dialog .group {
    float: left;
    margin: 0;
    padding: 6px 18px;
    font-size: 14px;
}
.mcs-dialog .group a.active {
    color: #CA4D00;
	border-bottom: none;
}
.mcs-dialog .group a {
	border-bottom: 1px dashed #E0975A;
}
.mcs-dialog .cities {
       min-height: 140px;
    padding: 20px;
    column-count: 3;
}
.mcs-dialog .cities.hidden {
	display: none;
}
.mcs-dialog .city {
     margin: 0 5px 7px 0;
}
.mcs-dialog .link {
	border-bottom: 1px dashed #E0975A;
	font-size: 14px;
}
.mcs-dialog .link.active {
  
    border-bottom: 1px solid #0297d7 !important;
	    color: #0297d7 !important;
}
.mcs-dialog  .link:hover, .mcs-dialog  .link:active, .mcs-dialog  .link:focus {
	color: #CA4D00;
	background: none;
}

.mcs-clear {
    clear: both;
}


@media (max-width: 1200px){
	


.mcs-dialog .cities{
	
column-count:3;	
	
}


}


@media (max-width: 768px){
	
.mcs-dialog .cities{
	
column-count:2;	
	
}	

#tz-logo{
margin-top: 30px	
}
	
#tz-menu{

width:100%;
}



#tz-menu.pull-right #plazart-mainnav{

float:left !important;

}

.tmpl-adress > .city{
    display: flex;
    width: 100%;
}	
	
	
	.tmpl-adress > .city > span{
    margin-right: 10px;
}

.address{
    width: 100% !important;
    margin-top: 0px !important
}


.address .top_geo{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 5px;
}

.mcs-module{
	
width: auto !important;	
}

#tz-header-wrapper{
padding-top:10px !important;	
	
}
.top-head.sticky .address{
margin-top: -6px !important;	
	
}



}
