#popular-locations-block{
    overflow: hidden;
	padding: 0;
	margin-bottom: 40px;
	color: #000;
	font: normal 13px/20px "PT Sans", Arial, Helvetica, sans-serif;
	background-color: #fff;
}

#main-part .not-right #popular-locations-block {
    margin-right: 19px;
}

#popular-locations-block div.block-title ,
#popular-locations-block div.block-title a{
    margin: 0 0 33px 0;
    color: #000;
    letter-spacing: 0.4px;
    font: bold 20px "PT Sans", Arial, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: none;
    text-transform: none;
}

#popular-locations-block div.block-title a:hover{
    opacity: 0.8
}

#popular-locations-block ul {
    overflow: hidden;

    padding: 0;
    margin: 0 0 9px;

    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#popular-locations-block li {
    width: 278px;
    min-height: 236px;
    margin: 0 0 17px 0;
    overflow: hidden;
    background: #f0fafa;
    padding-bottom: 6px;
    border: 1px solid #f6f6f6;
}
#popular-locations-block li:nth-of-type(3n) {
    margin-right: 0;
}
#popular-locations-block .img {
    display: block;
    height: 156px;
    overflow: hidden;
    position: relative;
    line-height: 156px;
    border-bottom: none;
    text-align: center;
    background: #fff;
}

#popular-locations-block .img img {
    width: 100%;
    height: 100%;
}

#popular-locations-block .img.noimg:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('/regions/img/noimg.png') center center no-repeat #ffffff;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-box-shadow: inset 0 0 0 1px rgba(161,172,174,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(161,172,174,0.2);
    box-shadow: inset 0 0 0 1px rgba(161,172,174,0.2);
}


#popular-locations-block .img:hover {
    -moz-opacity: 0.70;
    opacity: 0.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}


#popular-locations-block .img .count {

    padding: 2px 8px 1px 24px;
    margin-bottom: 0;

    position: absolute;
    bottom: 8px;
    left: 9px;
    z-index: 2;

    color: #fff;
    font: 700 9px/13px "PT Sans", Arial, Helvetica, sans-serif;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-position: 5px 3px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6);

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAACnRSTlMABgsMP0NEf4DfFjs3KAAAADhJREFUeNpNiwkKACAIBC0zj/8/OFmRHAR30CVgEWHYBTQGhHHZ4kiJ5P9p4ZTVcufFhaszIP1ZH+LWA60dPfJGAAAAAElFTkSuQmCC);
}
#popular-locations-block .desc {
    padding: 18px 20px 14px;
}
#popular-locations-block .name {
    text-decoration: none;
    color: #1d9beb;
    font: 400 16px/20px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#popular-locations-block .date {
    margin-top: 5px;
}
#popular-locations-block .count {
    font: 400 12px/13px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    margin-bottom: 10px;
}
#popular-locations-block .price {
    margin-bottom: 9px;

    color: #434c53;
    font: normal 13px/15px "PT Sans", Arial, Helvetica, sans-serif;
}
#popular-locations-block .price span {
    color: #02101c;
    font-size: 14px;
    font-weight: bold;
}
#popular-locations-block .price .type {
    margin-top: 1px;

    color: #89929c;
    font-size: 11px;
}
#popular-locations-block .rate {
    color: #1d9beb;
    text-decoration: none;
    font: normal 13px "PT Sans", Arial, Helvetica, sans-serif;
}

#popular-locations-block .more-link {
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    font: 700 14px/16px "PT Sans", Arial, Helvetica, sans-serif !important;
}

#popular-locations-block .more-link .txt {
    color: #1d9beb;
    letter-spacing: 0.28px;
}

#popular-locations-block .more-link .count {
    font: 700 14px/16px "PT Sans", Arial, Helvetica, sans-serif !important;
    margin: 0 5px 0 3px;
    color: #91a2a8;
}

.main-block.popular-in-location ul {
	margin-bottom: -20px !important;
}
.main-block.popular-in-location li {
	height: 80px;
}
.main-block.popular-in-location li:nth-child(4n) {
	margin-right: 0 !important;
}
.main-block.popular-in-location .title{
	color: #89929c;
	font-size: 11px;
	margin-bottom: 3px;
}