

/* Start:/bitrix/components/citrus.arealty/catalog.section.list/templates/.default/bitrix/catalog.section.list/tree/style.css?17746119351959*/

/*template.php*/
@media all {
    .catalog-sections {
        margin: -20px -15px;
        display: flex;
        flex-wrap: wrap;
    }
    .catalog-section {
        flex-shrink: 0;
        padding: 20px 15px;
        display: flex;
    }
    .catalog-section__img-w {
        width: 122px;
        height: 122px;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background-color: #adadad;
        transition: .3s ease;
    }
        .catalog-section__img-w img {
            max-width: calc( 100% - 20px );
            max-height: calc( 100% - 20px );
        }
    .catalog-section__content {

    }
    .catalog-section__name {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
        line-height: 1.3;
        margin-top: -0.2em;
    }
    a.catalog-section__name {
        display: block;
        text-decoration: none;
        color: inherit;
    }
    a.catalog-section__name:hover,
    a.catalog-section__name:active {
        color: var(--hover-color);
    }
    .catalog-section__count {
        font-size: 13px;
        color: #999999;
    }
    .catalog-section__subsections {
        font-size: 15px;
    }
    .catalog-section__subsection {

    }
    .catalog-section__subsection-link {
        text-transform: lowercase;
    }
    .catalog-section__subsection-counter {
        display: inline-block;
        font-size: 13px;
        color: #999999;
        margin-left: 4px;
    }
    .catalog-section__more-link {
        display: block;
        margin-top: 6px;
        font-size: 13px;
        color: #999;
        text-decoration: none;
    }
    .catalog-section__more-link:after {
        content: ' \2026';
    }
}

@media (max-width: 767px) {
    .catalog-sections.row [class*="col-"] {
        padding: 20px 15px;
    }
    .catalog-section__img-w {
        width: 100px;
        height: 100px;
    }
}

/* End */


/* Start:/bitrix/templates/citrus_arealty3/components/bitrix/system.pagenavigation/.default/style.min.css?1774611954499*/
@media all{.switch{padding:30px 0;text-align:center}.switch-nav{margin:0 auto;display:table}.switch a,.switch span{font-size:16px;color:#333;display:inline-block;text-decoration:none;text-align:center;min-width:40px;line-height:33px;float:left}.switch a:hover,.switch span.selected{color:#fff;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch a+a,.switch span+a{margin-left:10px}.switch a.nav-end,.switch a.nav-start{padding:0 6px}}
/* End */


/* Start:/bitrix/templates/citrus_arealty3/components/citrus/realty.catalog.section/catalog_cards/style.min.css?1774611954458*/
@media all{.catalog-cards{display:flex;flex-wrap:wrap;margin:-20px -15px}.catalog-cards__item{max-width:100%;flex-shrink:0;padding:20px 15px}}@media (max-width:479px){.catalog-cards._hide-overflow .catalog-cards__item:nth-child(n+3){display:none}}@media (max-width:767px){.catalog-cards._hide-overflow .catalog-cards__item:nth-child(n+5){display:none}}@media (max-width:1023px){.catalog-cards._hide-overflow .catalog-cards__item:nth-child(n+7){display:none}}
/* End */


/* Start:/local/components/citrus/template/templates/catalog-card/style.css?17746119585885*/
@media all {
	.catalog-card {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
		position: relative;
	}
	.catalog-card__image-w {
		position: relative;
	}
	.catalog-card__image {
		height: 260px;
		display: block;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.catalog-card__image-current {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: flex;
		z-index: 2;
	}
	.catalog-card__image-current-index {
		flex: 1;
		height: 100%;
	}
	.catalog-card__body {
		padding: 16px 20px 13px;
		bottom: 0;
		background-color: #fff;
		width: 100%;
		z-index: 3;
	}
	.catalog-card:hover .catalog-card__name.h3 {
		text-decoration: underline;
	}
	.catalog-card__name.h3 {
		display: block;
		line-height: 1.3;
		color: #333;
		margin-bottom: 0;
		max-height: 2.6em;
		overflow: hidden;
		text-decoration: none;
		text-transform: none;
		transition: .2s ease-out;
	}
	.catalog-card__address {
		transition: .2s ease-in-out;
	}
	.catalog-card__address .map-link {
		text-decoration: none;
		display: inline-block;
		max-width: 100%;
		font-size: 13px;
		line-height: 1.4;
		max-height: 36px;
		overflow: hidden;
		padding-left: 15px;
		transition: .2s ease-out;
	}
	.catalog-card__contacts {
		display: none;
		padding: 0 8px 16px;
		height: 60px;
	}
	.catalog-card__link {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		padding: 6px 10px;
		border-radius: 6px;
	}
	.catalog-card__send {
		margin-right: 10px;
		background: #3876fc;
		flex: 1;
		line-height: 14px;
		text-align: center;
	}
	.catalog-card__wa {
		display: none;
		width: 40px;
		height: 40px;
		padding: 0;
		margin-left: 10px;
	}
	.catalog-card__price-wa {
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
	.catalog-card__call {
		flex: 1;
		background: #37bd4a;
	}
	.catalog-card__link:hover {
		color: #fff;
	}
	.catalog-card__send:hover {
		background: #2f60ca;
		color: #fff;
	}
	.catalog-card__call:hover {
		background: #2da33e;
		color: #fff;
	}
	.catalog-card__address .map-link__icon {
		position: absolute;
		margin-top: 2px;
		margin-left: -15px;
	}
	.catalog-card__hidden-content {
		max-height: 0;
		overflow: hidden;
		transition: .2s ease-out;
	}
	.catalog-card__date {
		font-size: 13px;
		color: #888888;
	}
	.catalog-card__properties {
		font-size: 13px;
		color: #333;
		margin: 10px 0 12px;
	}
	.catalog-card__property {
		display: flex;
		justify-content: space-between;
	}
	.catalog-card__property + .catalog-card__property {
		margin-top: 11px;
	}
	.catalog-card__property-name {
		margin-right: 3px;
	}
	.catalog-card__property-value {
		color: #888888;
	}
	.catalog-card__footer {
		color: #333;
		max-height: 59px;
		padding: 14px 0 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		font-size: 23px;
	}
	.catalog-card__price {
		display: block;
		line-height: .8;
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.catalog-card__favorite-link {
		text-decoration: none;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		display: flex;
		align-items: center;
	}
	.catalog-card__favorite-icon {
		margin-right: 8px;
		font-size: 18px;
	}
	.catalog-card__footer-icon {
		margin-left: 5px;
		font-size: 34px;
		color: #ccc;
	}
	.catalog-card .add2favourites.catalog-card__favorite-link {
		color: #fff;
		position: absolute;
		right: 5px;
		top: 15px;
		z-index: 1;
	}
	.catalog-card .add2favourites.catalog-card__favorite-link.added .icon-favorites:before {
		content: "\e90c";
	}
	.catalog-card .add2favourites.catalog-card__favorite-link.added {
		color: red;
	}
	.catalog-card__favorite-icon {
		font-size: 24px;
	}
	.catalog-card__floor {
		font-weight: 700;
		margin-bottom: 12px;
	}
	.catalog-card__gallery {
		height: 260px;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets {
		display: flex;
		padding: 0 10px;
		bottom: 10px;
		pointer-events: none;
	}
	.swiper-pagination-bullet-active {
		background: #fff;
	}
	.catalog-card__gallery .swiper-pagination-bullet {
		border-radius: 0;
		height: 4px;
		flex: 1;
	}
	.catalog-card__address > a:not(.js-map-link) {
		pointer-events: none;
	}

	.stickers {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		top: 18px;
		left: 0;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 14px;
		z-index: 2;
	}
	.stickers .stickers__item:not(:last-child) {
		margin-right: 20px;
	}
	.stickers__item {
		margin-bottom: 10px;
	}
	.stickers__exclusive {
		color: #fff104;
	}
	.stickers__exclusive .share-label__text {
		color: #333;
		text-decoration: none;
	}

	.complex-elem__rating {
		margin: 10px 0;
		color: #333;
		font-family: "Roboto", Arial, Helvetica, sans-serif;
		font-weight: 300;
		font-size: 15px;
		color: #666;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;

	  }
	.complex-elem__rating img {
		height: 16px;
		width: 15px;
		position: relative;
		top: -2px;
		margin-right: 15px;
	  }
	.complex-elem__rating-result {
		margin-right: 4px;
		color: #666666;
	  }
	  .complex-elem__rating-marks {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-size: 13px;
		color: #333;
	  }
}
@media (max-width: 560px) {
	.catalog-card__name.h3 {
		text-align: left;
	}
}

@media (max-width: 479px) {
	.catalog-card__contacts {
		display: flex;
	}
	.catalog-card__wa {
		display: block;
	}
}

@media (any-hover:hover) {
	.catalog-card .add2favourites.catalog-card__favorite-link:hover {
		color: red;
	}
	.catalog-card .add2favourites.catalog-card__favorite-link:hover .icon-favorites:before {
		content: "\e90c";
	}
}
@media (hover: none) {
	.catalog-card__image-current {
		display: none;
	}
}
/* End */
/* /bitrix/components/citrus.arealty/catalog.section.list/templates/.default/bitrix/catalog.section.list/tree/style.css?17746119351959 */
/* /bitrix/templates/citrus_arealty3/components/bitrix/system.pagenavigation/.default/style.min.css?1774611954499 */
/* /bitrix/templates/citrus_arealty3/components/citrus/realty.catalog.section/catalog_cards/style.min.css?1774611954458 */
/* /local/components/citrus/template/templates/catalog-card/style.css?17746119585885 */
