@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/avenir-next/AvenirNextLTPro-It.woff2') format('woff2'),
        url('/fonts/avenir-next/AvenirNextLTPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/avenir-next/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('/fonts/avenir-next/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/avenir-next/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('/fonts/avenir-next/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Avenir Next';
}

button,
input,
textarea,
select {
	font-family: 'Avenir Next';
}

.add-fav-button,
.fav-bar .fav-bar-buttons button,
.ws-menu ul li a {
	font-family: 'Avenir Next';
}

.ws-header .logo-container {
	width: 158px;
}

.ws-header-filters-container .ws-header-filter-item:nth-child(4) {
	max-width: 330px;
}

.ws-header-filters-container .ws-header-filter-item:nth-child(5) {
	max-width: 450px;
	width: auto;
}

.flat-color-button:hover {
	background: var(--main-color);
}

.row-list-row .td.td-image {
	width:calc(7% - 10px);
}

.row-list-row .td.td-name {
	width:calc(16% - 10px);
}

.row-list-row .td.td-size {
	width:calc(16% - 10px);
}

.row-list-row .td.td-room {
	width:calc(19% - 10px);
}

.row-list-row .td.td-floor {
	width:calc(14% - 10px);
}

.row-list-row .td.td-terrace {
	width:calc(14%);
}

.row-list-row .td.td-garden {
	width:calc(14%);
}

.row-list-row .td.td-action {
	width:60px;
}

/*.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav:hover,
.flat-buttons-before .flat-add-fav:hover {
	background-image:url(/images/romaipark/fav_hover.svg);
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav.active,
.flat-buttons-before .flat-add-fav.active {
	background-image:url(/images/romaipark/fav_active.svg);
}

.add-fav-button .fav .icon-star:hover {
	background-image: url(/images/romaipark/fav_hover.svg);
}

.add-fav-button.active .fav .icon-star {
	background-image: url(/images/romaipark/fav_active.svg);
}*/

.poweredby .text {
	font-size:12px;
}

.presentation-illustration {
	font-size: 13px;
}

.flat-modal-form .modal-ch {
	width:100%;
}

.flat-modal-form .submit-container {
	margin-top:0;
}

.ws-header-filters-container .ws-header-filter-item:nth-child(4) {
	width:auto;
}

@media screen and (min-width: 1100px) and (max-width: 1379px) {
	.ws-header-filters-container .ws-header-filter-item:nth-child(2),
	.ws-header-filters-container .ws-header-filter-item:nth-child(3) {
		max-width: 156px;
	}
	
	.range-container {
		padding: 2px 10px;
	}
	
	.ws-header-filters-container .ws-header-filter-item.floor {
		max-width:120px;
	}
	
	.room-container {
		padding: 5px 10px;
		margin-top:-12px;
	}
	
	.room-container .room-list li button {
		width:29px;
	}
	
	.garden-filter-container, .checkbox-filter-container, .terrace-balcony-filter-container {
		padding: 14px 10px;
	}
	
	.garden-filter-container .filter-select-list li label,
	.checkbox-filter-container .filter-select-list li label,
	.terrace-balcony-filter-container .filter-select-list li label {
		margin-left: 7px;
	}
	
	.garden-filter-container .label-text,
	.checkbox-filter-container .label-text,
	.terrace-balcony-filter-container .label-text {
		margin-right:2px;
	}
	
	.room-container .room-list {
		display:block;
		margin-left:0;
		margin-top:4px;
	}
}


@media screen and (max-width: 1099px) {
	.ws-header-filters-container .ws-header-filter-item:nth-child(4),
	.ws-header-filters-container .ws-header-filter-item:nth-child(5) {
		display:block;
	}
}


@media screen and (max-width: 1099px) {
	.ws-content3d .right-content-list {
	  height: auto;
	  min-height: calc(100% - 355px);
	}
}

@media screen and (max-width: 767px) {
	.ws-header-filters-container .ws-header-filter-item:nth-child(5) {
		display:block;
	}
}

@media screen and (max-width: 767px) {
	
	.ws-header-view-container {
		display: block;
	}
	
	.ws-header-content3d .ws-header-filter-toggle-container {
		padding: 0;
	}
	
	.ws-header-filter-toggle-container .filter-toggle {
		border:0px none;
		height: 56px;
		width: 60px;
		padding: 10px 0 0 0;
		border-left: 1px solid #EAECEE;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-icon svg {
		width: 18px;
		height: 19px;
	}
	
	.ws-header-content3d .ws-header-filter-toggle-container {
		width: 60px;
		padding-right: 0px;
		order: 1;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-text {
		display: flex;
		height: 20px;
		text-align: center;
		align-items: center;
		justify-content: center;
		transition: color 0.2s;
		padding-top: 0;
		color:#8E99AF;
	}
	
	.ws-header-filter-toggle-container .filter-toggle::after {
		bottom:0;
		left:0;
		width:100%;
		border-radius: 0;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-text .num {
		top: -4px;
		right: -4px;
	}
	
	.ws-header-filters-container .ws-header-filter-item:first-child::before {
		display:none;
	}
	
	.ws-header-filters-container .ws-header-filter-item,
	.ws-header-filters-container .ws-header-filter-item:nth-child(2),
	.ws-header-filters-container .ws-header-filter-item:nth-child(3),
	.ws-header-filters-container .ws-header-filter-item:nth-child(4),
	.ws-header-filters-container .ws-header-filter-item:nth-child(5) {
		width:100%;
		max-width: 100%;
	}
	
	.ws-header-filters-container .ws-header-filter-item {
		border-bottom:1px solid #EAECEE;
		padding-top: 26px;
		padding-bottom: 38px;
	}
	
	.ws-header-filters-container .ws-header-filter-item:nth-child(4) {
		border-bottom:1px solid #EAECEE;
	}
	
	.garden-filter-container {
		  padding: 5px 14px;
	}
	
	.garden-filter-container .label-text {
		font-size: 14px;
		font-weight: 600;
	}
		
}