/* Tables */
.areas table {
font-family: 'PT Sans',Arial,sans-serif;
width: 50%;
margin-left: auto;
margin-right: auto;
background: gray;
color: #4D6165;
text-align: center;
font-size: 18px;
line-height: 1.55;
border: 1px solid #cccccc;
border-collapse: collapse;
}
.areas td {
font-family: 'PT Sans',Arial,sans-serif;
background: white;
padding: 5px;
font-size: 18px;
line-height: 1.55;
font-weight: 300;
border: 1px solid #cccccc;
border-collapse: collapse;
}
.areas th {
font-family: 'PT Sans',Arial,sans-serif;
background: #d9e9cb;
padding: 5px;
font-weight: 600;
color: #008237;
font-size: 18px;
line-height: 1.55;
border: 1px solid #cccccc;
border-collapse: collapse;
}

/* Map */
.disablescrollwheel {
    background:transparent;
    position:relative;
    width:100%;
    height:720px;
    top:720px;
    margin-top:-720px;
}

.ymaps-2-1-79-balloon_to_top .ymaps-2-1-79-balloon__tail {display:none;}

/* Tables */
.areas table {
width: 50%;
margin-left: auto;
margin-right: auto;
background: gray;
color: #4D6165;
text-align: center;
border-spacing: 1px;
border-color: #4D6165;
}
.areas td {
background: white;
padding: 5px;
}
.areas th {
background: #d9e9cb;
padding: 5px;
}

/* News popup */
.t-feed__post-popup__close-text{display:none!important;}

/* Mobile devices */
@media only screen and (max-width: 1135px) {
.areas table {width: 100%;}
.t123__centeredContainer {width: 100%;}
}

@media only screen and (max-width: 980px) {
.t-rec_pt-res-480_0{padding-top:0px!important;}
}

@media only screen and (max-width: 568px){
.areas table {font-size:10px!important;}
}