

/* Start:/local/components/citrus.developer/template/templates/favorites/style.css?15767103276173*/

@media all {
	.favorites__only-change-label {
		display: flex;
		align-items: center;
		color: #666666;
		font-size: 14px;
	}
	.favorites__only-change-label._disabled {
		opacity: .6;
	}
	.square-checkbox__checkmark {
		margin-right: 10px;
	}

	.favorites-table {
		display: flex;
		margin-top: 16px;
		width: 100%;
	}
		.favorites-tr {

		}
		.favorites-th, .favorites-td {
			padding: 20px;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
		.favorites-th:last-child, .favorites-td:last-child {
			border-bottom: 1px solid #ccc;
		}
		.favorites-th {
			font-weight: 600;
			font-size: 16px;
			background-color: #f7f7f7;
			color: #363636;
			user-select: none;
		}
		.favorites-td {
			align-items: stretch;
		}

	/*left cell*/
	.favorites-table__left {
		width: 184px;
		position: relative;
		z-index: 1;
		margin-right: -1px;
	}
	.favorites-table__left .favorites-th {
		padding-top: 12px;
		padding-bottom: 12px;
		border-right: 1px solid #ccc;
	}

	.favorites__property-main {
		width: 100%;
	}
	.favorites__property-main__image-wrapper {
		display: block;
		width: 100%;
	}
	.favorites__property-main__image-wrapper.img-placeholder {
		background: none;
	}
		.favorites__property-main__image {
			padding-bottom: 80%;
			background-repeat: no-repeat;
			display: block;
			background-size: contain;
			background-position: center;
		}
	.favorites__property-main__name {
		display: block;
		font-size: 15px;
		margin-top: 6px;
		max-width: 100%;
	}

	/*center*/
	.favorites-table__center {
		flex-grow: 0;
		position: relative;
		z-index: 0;
		width: calc(100% - 184px);
	}
		.favorites-table__center._with-right-col {
			width: calc(100% - 184px - 42px);
		}
	.favorites-slider {

	}
	.swiper-slide.favorites-slide {
		width: auto;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
	}
	.favorites-slide .favorites-th {

	}
	.favorites-slide .favorites-th._sort {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-right: 12px;
		cursor: pointer;
	}
	.favorites-slide:first-child .favorites-th, .favorites-slide:first-child .favorites-td {
		border-left: none;
	}
	.favorites-table__center._no-right-col .favorites-slide:last-child .favorites-th,
	.favorites-table__center._no-right-col .favorites-slide:last-child .favorites-td {
		border-right: 1px solid #ccc;
	}

	.favorites__property-name-list {
		display: flex;
		margin: auto;
		flex-direction: column;
	}
	.favorites__property-name {
		padding: 0 3px;
		max-width: 100px;
	}
	.favorites__property-name + .favorites__property-name {
		border-top: 1px solid #868686;
		font-size: 14px;
		color: #999999;
	}
	.favorites-slide .favorites-th:not(._sort) .favorites__sort-icon {
		visibility: hidden;
	}
	.favorites__sort-icon {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		margin-left: 8px;
		color: #999;
		margin-top: 4px;
	}
	.favorites__sort-icon:not(._desc) {
		border-bottom: 8px solid currentColor;
	}
	.favorites__sort-icon._desc {
		border-top: 8px solid currentColor;
	}
	.favorites__sort-icon._active {
		color: #0099ff;
	}

	.favorites__property-value-list {
		display: flex;
		margin: auto;
		flex-direction: column;
	}
	.favorites__property-value {
		padding: 0 3px;
		font-size: 16px;
		color: #363636;
	}
	.favorites__property-value + .favorites__property-value {
		border-top: 1px solid #868686;
		font-size: 14px;
		color: #999999;
		padding-top: 1px;
	}

	/*right*/
	.favorites-table__right {
		position: relative;
		z-index: 1;
		width: 42px;
	}
	.favorites-table__right .favorites-th {
		border-right: 1px solid #ccc;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 6px;
	}
	a.favorites-icon {
		color: #fff;
		text-decoration: none;
		background-color: #cccccc;
		font-size: 16px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	a.favorites-icon:hover {
		color: #fff;
	}
	a.favorites-icon + a.favorites-icon {
		margin-top: 20px;
	}

	.favorites-empty {

	}
}
@media (max-width: 767px) {
	.favorites-th, .favorites-td {
		padding: 15px;
	}
	.favorites-th {
		font-size: 15px;
	}

	.favorites-slide .favorites-th, .favorites-slide .favorites-th._sort {
		flex-direction: column;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.favorites__sort-icon {
		margin-left: 0;
	}

	.favorites__property-name + .favorites__property-name {
		font-size: 13px;
	}

	.favorites-table__left {
		width: 142px;
	}
	.favorites-table__center {
		width: calc(100% - 142px);
	}
	.favorites-table__center._with-right-col {
		width: calc(100% - 142px - 42px);
	}
	.favorites__property-value {
		font-size: 15px;
	}
	.favorites__property-value + .favorites__property-value {
		font-size: 13px;
	}

	.favorites-table__center:not(._no-right-col) .favorites-slider .swiper-scrollbar {
		margin-right: -42px;
	}
}
@media (max-width: 479px) {
	.favorites-table__left .favorites-th {
		padding: 10px;
	}
	.favorites__property-main__image-wrapper.img-placeholder:before {
		font-size: 50px;
	}
	.favorites-table__left {
		width: 120px;
	}
	.favorites-table__center {
		width: calc(100% - 120px);
	}
	.favorites-table__center._with-right-col {
		width: calc(100% - 120px - 42px);
	}
	.favorites__property-main__name {
		font-size: 14px;
	}
}

/*popup*/
@media all {
	.popup-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.50);
		z-index: 20;
		cursor: pointer;
	}
	.flat-popup {
		position: fixed;
		top: 50%;
		left: 50%;
		min-width: 300px;
		min-height: 20px;
		max-width: 90%;
		max-height: 90vh;
		z-index: 30;
		background-color: white;
		transform: translate(-50%, -50%);
	}
	.flat-popup__close {
		position: absolute;
		right: 10px;
		top: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		width: 2em;
		height: 2em;
		color: #999999;
		text-decoration: none;
		cursor: pointer;
	}
	.flat-popup__content {
		padding: 70px 30px;
		max-height: 90vh;
		max-width: 100%;
		overflow: auto;
	}
}

/* End */


/* Start:/local/templates/citrus.developer/components/bitrix/news.detail/manager/style.css?15767103271166*/

/*template.php*/
@media all {
    .manager {
		display: flex;
		flex-direction: row;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
		padding: 10px;
    }
    .manager-img-container {
		margin-right: 40px;
		width: 300px;
    }
    .manager__content {
		padding-top: 14px;
    }
    .manager__name {
		font-size: 20px;
		margin-bottom: 16px;
		line-height: 1.2;
    }
	.manager__name b {
		text-transform: uppercase;
	}
    .manager__properties {

    }
}
@media (max-width: 767px) {
	.manager-img-container {
		width: 180px;
	}
	.manager__content {
		padding-top: 0;
		margin-bottom: 15px;
	}
	.manager-img-container {
		margin-right: 28px;
	}
	.manager__name {
		margin-top: -4px;
		margin-bottom: 12px;
	}
	.manager__name b {
		display: block;
		font-size: 18px;
	}
}
@media (max-width: 479px) {
	.manager {
		flex-direction: column;
	}
	.manager-img-container {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.manager-img {
		max-height: 300px;
	}
	.manager__content {
		margin-top: 20px;
	}
	.manager__name b {
		display: inline;
	}
}
@media (max-width: 360px) {
	.manager {
		padding: 0;
	}
	.manager__content {
		padding: 20px;
		margin: 0;
	}
}
/* End */


/* Start:/local/components/citrus.developer/template/templates/properties/style.css?1576710327868*/

@media all {
	.properties {

	}
	.property__it {
		display: flex;
	}
	.property__it + .property__it {
		margin-top: 10px;
	}
	.property__icon {
		color: #999999;
		font-size: 16px;
		width: 1em;
		margin-right: 12px;
	}
	.property__icon span {
		display: block;
		margin-top: 4px;
	}
	.property__value-list {

	}
	.property__value-it {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.property__value-it + .property__value-it {
		margin-top: 6px;
	}
	.property__value-it__value {
		font-size: 15px;
	}
	.property__value-it__description {
		font-size: 13px;
		color: #999999;
		margin-left: 4px;
	}

	.properties .icon-map {
		font-size: 18px;
	}
	.properties .map-link {
		text-decoration: underline;
		font-size: 15px;
		white-space: normal;
	}
}
@media (max-width: 479px) {
	.properties .map-link, .property__value-it__value {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/citrus.developer/components/citrus.developer/callout/template2/style.css?15767103271261*/
/*footer-snap-point*/
@media all {
    .footer-snap-point {
        color: #fff;
        padding: 34px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-snap-point__text {
        max-width: 100%;
    }
    .footer-snap-point__text-1 {
        font-size: 35px;
        font-weight: 300;
        font-family: 'Merriweather', Helvetica, sans-serif;
        margin-bottom: 12px;
        line-height: 1.2;
    }
    .footer-snap-point__text-2 {
        font-size: 18px;
    }
    .footer-snap-point__btn {
        padding-right: 36px;
    }
}
@media (max-width: 1023px) {
    .footer-snap-point {
        flex-direction: column;
    }
    .footer-snap-point__text {
        margin-bottom: 32px;
        text-align: center;
    }
    .footer-snap-point__btn {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .footer-snap-point__text-1 {
        font-size: 30px;
    }
    .footer-snap-point__text-2 {
        font-size: 16px;
    }
    .footer-snap-point__text {
        margin-bottom: 28px;
    }
}
@media (max-width: 479px) {
    .footer-snap-point__text-1 {
        font-size: 25px;
        margin-bottom: 8px;
    }
    .footer-snap-point__text-2 {
        font-size: 14px;
    }
}
/* End */
/* /local/components/citrus.developer/template/templates/favorites/style.css?15767103276173 */
/* /local/templates/citrus.developer/components/bitrix/news.detail/manager/style.css?15767103271166 */
/* /local/components/citrus.developer/template/templates/properties/style.css?1576710327868 */
/* /local/templates/citrus.developer/components/citrus.developer/callout/template2/style.css?15767103271261 */
