

.room-container {
	white-space: nowrap;
}

.room-container .room-list {
	white-space: nowrap;
}

.ws-header-filters-container .ws-header-filter-item:nth-child(3) {
	width: auto;
	max-width: none;
}

.ws-header-filters-container .ws-header-filter-item:nth-child(4) {
	width:auto;
}

.ws-header .logo-container {
  	width: 120px;
}

.ws-header .logo-container .logo {
	width: 111px;
	height: 50px;
}

.flat-modal {
  	max-height: 597px;
}

@media screen and (min-width: 1100px) {
	.ws-header-filters-container {
		width: calc(100% - 280px);
	}
}

@media screen and (max-width: 767px) {
	.ws-header .logo-container {
  		width: 105px;
	}
	
	.ws-header .logo-container .logo {
		width: 74px;
		height: 46px;
	}
}