div.news-list
{
    word-wrap: break-word;
}
div.news-list img.preview_picture
{
    float:left;
    margin:0 4px 6px 0;
}
.news-date-time {
    color:#486DAA;
}
.places-h1{
    margin-bottom: 30px !important;
}
.places-text{
    display: grid;
    place-content: center;
}
.places-text p{
    font-size: 14px;
    line-height: 16px;
}
.col-md-3-1.margin-front-10 {
    width: calc(91.4% / 4);
}
.col-md-3-1.margin-front-10 .edu-img {
    height: 300px;
}
@media(max-width: 767px){
    .col-md-3-1.margin-front-10 {
        width: 100%;
    }
}
/*�������� �������� - ������*/
.places{
    padding-bottom: 100px;
}
.subtitle{
    letter-spacing: 4px;
    color: gray;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

.margin-front-10 {
    position: relative;
    overflow: hidden;
    display: grid;
    place-content: center;
    margin: 2.5px;

}
.places .full-row{
    width: 107%;
    margin: 0 auto;
}
.hover-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.content-overlay{
    display: none;
    place-content: center;
    height: 100%;
}
.subtitle-overlay{
    position: absolute;
    display: none;
    color: #fff;
    float: right;
    width: 300px;
    line-height: 15px;
    padding-top: 20px;
    right: 30px;
    text-align: right;
}
.margin-front-10 .subtitle-overlay{
    top: unset;
    bottom: 0;
}
.margin-front-10:hover .hover-overlay{
    padding-right: 12px;
}
.margin-front-10:hover .hover-overlay{
    background: #000000a6;
}
.margin-front-10:hover .content-overlay{
    display: grid;
}
.margin-front-10:hover .subtitle-overlay{
    display: block;
}
span.place-city {
    position: absolute;
    padding: 5px 10px;
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.margin-front-10:nth-child(1) .place-city{
    right: 0;
    top: 0;
}
.margin-front-10:nth-child(2) .place-city{
    bottom: 0;
    left: 0;
}
.margin-front-10:nth-child(3) .place-city{
    left: 0;
    top: 0;
}

.row:nth-child(3) > div.col-md-3.margin-front-10 > .place-city{
    left: 0;
    right: unset;
}
.row:nth-child(4) > div:nth-child(2) > a > .place-city{
    right: 0 !important;
    bottom: 0;
    left: unset;
}
.row:nth-child(4) > div:nth-child(3) > a > .place-city{
    left: unset;
    right: 0;
}
.piter-places{
    width: 280px;
}

.msk-overlay{
    width: 60%;
    margin: 0 auto;
}
.places-wrapper {
    z-index: 999;
    display: block;
    position: relative;
    overflow: hidden;
}
#place-content .lightbox{
    margin-top: 70px;
}

/*�������� �������� - �����*/

/*�������� �������� �������� - ������*/

@media(max-width: 767px){
    #place-content{
        overflow-x: hidden !important;
    }
    .places{
        padding: 0;
    }
    .places .full-row{
        padding-right: 0;
        width: 100%;
    }
    h1.places-h1{
        text-align: left;
        font-size: 36px !important;
    }
    .places-wrapper img.right-logo{
        display: none;
    }
}
/*�������� �������� �������� - �����*/
