

/* Start:/local/templates/.default/components/bitrix/news/inner-photo-reports_new/bitrix/news.list/.default/style.css?17779738501353*/
.row-flex{
display: -webkit-flex !important;
display: -moz-flex !important;
display: -ms-flex !important;
display: -o-flex !important;
-webkit-display: flex !important;
-moz-display: flex !important;
-ms-display: flex !important;
-o-display: flex !important;
display: flex !important;
flex-wrap: wrap;
justify-content: flex-start;
margin:0 -20px 40px;
}

.one_hotel .prev_text{
max-height: 113px;
overflow: hidden;	
}

.one_hotel{
flex-basis:33.3%;
width:33.3%;
max-width:33.3%;
min-width:33.3%;
margin: 0 0 35px;
padding: 0 20px 20px;
color:#333;
}

.one_hotel .img{
padding-top:85%;
  background-repeat:no-repeat;
  background-position: center;
  	-webkit-background-size:cover;
	background-size:cover;
margin-bottom:20px;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.one_hotel:hover .img{
    transform: scale(1.1);
}

.one_hotel .title {
	margin-bottom:15px;
	text-align:center;
	font-weight:bold;
    line-height: 1.3;
}






@media screen and (max-width: 1180px) {
	.one_hotel{
flex-basis:50%;
width:50%;
max-width:50%;
min-width:50%;
	}
	.one_hotel:hover .img{
    transform: none;
}
}
@media screen and (max-width: 768px) {
	.one_hotel{
flex-basis: 100%;
width: 100%;
max-width: 100%;
min-width: 100%;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news/inner-photo-reports_new/bitrix/news.list/.default/style.css?17779738501353 */
