

/* Start:/local/components/fl/objects.filter/templates/.default/style.css?1737127097345*/
@media (max-width: 575px) {
    #main_filter .base-type {
        display: none;
    }
}
.disabled{
    pointer-events: none !important;
}
#main_filter .dropdown-toggle-lol {
	width: 100%;
	text-align: left;
    cursor: default;
}
.before{
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 12px;
    color: rgb(255, 33, 67);
}

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?155197271151*/
.breadcrumbs__item:after{
    margin-left: 4px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pagenavigation/style.css?15519727112917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/components/fl/objects.list/templates/.default/style.css?17012123611252*/
.props__img__a {
	display: block;
	height: 100%;
}
.props__header .props__title {
	max-height: none;
	overflow: visible;
	white-space: normal;
	line-height: 110%;
}
.props__price {
	line-height: 1.1;
}
.catalog__body .props_tiles .props__img {
	padding-bottom: 0;
	min-height: 275px;
}
/*.icon-location_solid {*/
/*	margin-right: 4px;*/
/*}*/
.catalog__view .catalog__viewType,
.catalog__view .catalog__viewNoJs{
	padding: 1px 3px;
}

.props__img {
	position: relative;
}
.props__item:hover button, .props__item:hover .currentPhoto {
	opacity: 1;
	transition: opacity 600ms  ease-out;
}
.props__item:hover {
	transition: box-shadow 1000ms ease-out;
}
.props__item button, .props__item .currentPhoto {
	opacity: 0;
}

@media only screen and (max-width: 991px){
	.props__item button,.props__item .currentPhoto
	{
		opacity: 1;
	}
}
.currentPhoto {
	position: absolute;
	bottom: 20px;
	border-radius: 3px;
	left: 20px;
	box-sizing: content-box;
	height: 12px;
	padding: 4px 8px 4px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.nopublish a {
	color:#999999 !important;
}
.novisibles {
	display:none !important;
}

/* End */


/* Start:/local/components/arrpro/objects.filter.team/templates/.default/style.css?1693580476188*/
.filterTeam__wrapper .dropdown-toggle::before {
    display: none !important;
}

#filterTeamBtn {
    color: #007bff;
    text-decoration: underline;
    padding: 0 !important;
}

/* End */


/* Start:/local/components/fl/seo.text/templates/.default/style.css?1551972711531*/
div.seotext {
    margin-top: 57px;
}
div.seotext h2 {
    text-align: center;
    color: #1b3f4f;
    font-weight: normal;
    font-size: 22px;

}
div.seotext p {
    text-align: center;
    margin: 25px;
    font-size: 16px;
    line-height: 1.5;
}
div.inline-g {
    margin: 25px 0px;
}
div.inline-g p {
    display: inline-block;
    width: 43.7%;
    vertical-align: middle;
    margin: 0px;
    padding: 3%;
}
div.inline-g p:nth-child(1) {
    border-right: 1px solid #aaaaaa;
}

.seo-text h3{
    color: #891c2e!important;
}
/* End */


/* Start:/local/components/fl/tag.list/templates/.default/style.css?1553612986327*/
.tag-list__title{
    display: flex;
    justify-content: space-between;
}

.tag-list__tabs{
    display:flex;
}

.tag-list__header{
    margin: auto 0;
}

@media screen and (max-width: 1000px){
    .tag-list__tabs{
        margin: 10px 0;
    }
    .tag-list__title{
        flex-direction: column;
    }
}
/* End */
/* /local/components/fl/objects.filter/templates/.default/style.css?1737127097345 */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?155197271151 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pagenavigation/style.css?15519727112917 */
/* /local/components/fl/objects.list/templates/.default/style.css?17012123611252 */
/* /local/components/arrpro/objects.filter.team/templates/.default/style.css?1693580476188 */
/* /local/components/fl/seo.text/templates/.default/style.css?1551972711531 */
/* /local/components/fl/tag.list/templates/.default/style.css?1553612986327 */
