

/* Start:/bitrix/templates/citrus_arealty3/components/bitrix/catalog.element/catalog_detail/style.css?16425803677324*/
@media all {
    .object-info {
        padding-left: 20px;
    }

    .object-info .h4 {
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
    }

    .object-info .object-info_footer {
        display: flex;
    }

    .object-info .btn-primary {
        width: auto;
        font-size: 16px;
    }

    .object-footer {
        margin: 30px 0 -15px 0;
        font-size: 0;
    }

    .object-footer .btn {
        margin: 0 15px 15px 0;
    }

    .object-text {
        margin-top: 30px;
    }

    .object-address {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .object-option.dl-menu .dl_element a {
        text-decoration: none;
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
        display: inline-block;
        margin-bottom: -1px;
    }
    .object-option.dl-menu .dl_element a:hover {
      color: var(--hover-color);
      border-bottom: 1px solid var(--hover-color);
    }

    .object-price_new {
        display: inline-block;
        text-align: center;
        line-height: 1;
        margin: 35px 0;
    }

    .object-price_new span {
        font-size: 30px;
        font-weight: 700;
    }

    .object-price_new span.btn-icon {
        font-size: 30px;
        vertical-align: -10px;
    }

    .object-option.dl-menu span {
        padding-top: 20px;
        line-height: 1.2;
        border-bottom: 1px solid #d9d9d9;
        align-self: flex-end;
    }

    .object-option.dl-menu span:first-child {
        padding-right: 14px;
        width: 35%;
        flex-shrink: 0;
    }

    .object-option.dl-menu .dl_element {
        display: flex;
    }

    .object-gallery {
        position: relative;
    }

    .object-gallery-previews {
        position: relative;
        padding-bottom: 56.25%;
    }

    .object-gallery-previews figure {
        background-color: #f3f1ec;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        visibility: hidden;
        opacity: 0;
    }

    .object-gallery-previews figure.is-active {
        visibility: visible;
        opacity: 1;
    }

    .object-gallery-previews figcaption {
        display: none;
    }

    .object-gallery-previews img, .object-gallery-thumbs a.gallery-thumbs img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        max-height: 90%;
        max-width: 90%;
    }

    .object-gallery-thumbs {
        position: relative;
        margin-top: 10px;
    }

    .object-gallery-thumbs a.gallery-thumbs {
        display: block;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative;
        background-color: #f3f1ec;
        border: 2px solid transparent;
        margin-bottom: 15px;
    }

    .object-gallery-thumbs .swiper-slide {
        width: 33.3333333%;
    }

    .object-gallery-thumbs .swiper-container-horizontal > .swiper-scrollbar {
        left: 0;
        width: 100%;
    }

    .image-actions {
        padding: 16px;
        background-color: #f5f5f5;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 5px;
    }

    .image-actions__link {
        font-size: 13px;
        text-decoration: none;
        display: flex;
        align-items: center;
        width: 25%;
        padding: 0 12px;
    }

    .image-actions__link-icon {
        font-size: 24px;
    }

    .image-actions__link-text {
        margin-left: 14px;
        text-decoration: underline;
    }

    .personal_manager_link {
        display: inline-flex;
        align-items: center;
        margin-left: 28px;
        height: 60px;
        vertical-align: middle;
        font-size: 14px;
        text-decoration: none;
    }

    .personal_manager_link i {
        font-size: 40px;
    }

    .personal_manager_link .btn-label {
        margin-left: 8px;
        text-decoration: underline;
    }

    .desc_complex .section__content .section__content_img {
        min-width: 400px;
        margin-right: 50px;
    }

    .desc_complex .section__content .title {
        font-size: 35px;
        font-weight: 300;
        font-family: 'Merriweather', serif;
    }

    .desc_complex .section__content {
        display: flex;
    }

    .desc_complex .section__content p + ul {
        margin-top: -15px;
    }

    .desc_complex .section__content .btn_block {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1279px) {
    .object-option.dl-menu dd, .object-option.dl-menu dt, .object-address {
        /*font-size: 14px;*/
    }

    .object-price_new span, .object-price_new span.btn-icon, .object-price_new span.btn-label {
        font-size: 20px;
    }

    .object-text {
        margin-top: 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .desc_complex .section__content {
        flex-direction: column;
    }

    .desc_complex .section__content .section__content_img {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .desc_complex .section__content .btn_block {
        text-align: center;
    }

    .image-actions__link {
        justify-content: center;
    }

    .image-actions__link-text {
        display: none;
    }

    .image-actions__link-icon {
        font-size: 30px;
    }

    .object-option.dl-menu span {
        font-size: 14px;
    }

    .object-info {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .object-option.dl-menu dd, .object-option.dl-menu dt {
        width: 50%;
    }

    .object-option.dl-menu span:first-child {
        padding-right: 14px;
        width: 35%;
        flex-shrink: 1;
        flex-grow: 1;
    }

    .object-option.dl-menu span:last-child {
        flex-grow: 1;
        text-align: right;
        vertical-align: bottom;
    }
}

@media screen and (max-width: 479px) {
    .personal_manager_link {
        margin-left: 20px;
        height: 50px;
    }

    .object-footer .btn {
        margin: 0 0 15px;
        float: left;
        width: auto;
        clear: left;
    }

    .object-footer {
        overflow: hidden;
    }

    .object-footer .btn {
        width: 100%;
    }

    .image-actions {
        padding: 10px 0;
    }

    .object-option.dl-menu span {
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {
    .object-info .object-info_footer {
        flex-direction: column;
        align-items: center;
    }

    .personal_manager_link {
        margin-left: 0;
        margin-top: 15px;
    }

    .object-gallery-thumbs .swiper-slide {
        width: 50%;
    }
}


.empty-title {
    color: #ff8400;
    font-size: 20px;
    font-weight: bold;
   
}
.empty-notice {
    margin-top: 10px;
    margin-bottom: 10px;
}
.empty-phone {
    margin-bottom: 10px;
}
.empty-phone a {
    font-size: 20px;
    display: block;
    line-height: 1.2;
    color: #306596;
    text-decoration: none;
    margin-right: 15px;
    white-space: nowrap;
}
.empty-link  {
    margin-bottom: 10px;
}
.empty-link a {
    color: #306596;
}

/* End */


/* Start:/bitrix/templates/citrus_arealty3/components/bitrix/catalog.section/catalog_carousel/style.min.css?1560859602107*/
@media all{.catalog-slider.p__swiper{margin:40px -4px -4px}.swiper-slide.catalog-slider__item{padding:4px}}
/* End */


/* Start:/bitrix/templates/citrus_arealty3/components/citrus/template/catalog-card/style.css?15693991242412*/
@media all {
	.catalog-card {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
		position: relative;
		/* todo test fixed position */
		padding-bottom: 184px;
	}
	.catalog-card__image-w {
		position: relative;
	}
	.catalog-shares-label {

	}
	.catalog-card__image {
		height: 234px;
		display: block;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.catalog-card__body {
		padding: 16px 20px 10px;
		position: absolute;
		bottom: 0;
		background-color: #fff;
		width: 100%;
		z-index: 1;
	}
	.catalog-card__content {

	}
	.catalog-card__name {
		display: block;
		font-size: 20px;
		line-height: 1.3;
		color: #000;
		font-weight: 600;
		margin-bottom: 12px;
		height: 2.6em;
		overflow: hidden;
		text-decoration: none;
	}
		.catalog-card:hover .catalog-card__name {
			text-decoration: underline;
		}
	.catalog-card__address {

	}
	.catalog-card__address .map-link {
		text-decoration: none;
		display: inline-block;
		max-width: 100%;
		font-size: 13px;
		line-height: 1.4;
	}
	.catalog-card__hidden-content {
		padding: 10px 0 0;
		display: none;
	}
	.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;
		padding: 14px 0 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		border-top: 1px solid #e4e4e4;
		font-size: 23px;
		margin-top: 12px;
	}
	.catalog-card:hover .catalog-card__footer-icon  {
		color: var(--primary-color);
	}
	.catalog-card__price {
		/* display: flex; */
		/* align-items: center; */
		line-height: 1;
	}
	.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__favorite-label {

	}
	.catalog-card__footer-icon {
		font-size: 34px;
		color: #ccc;
	}

	.map-link.map-nolink:hover .map-link__address{
		text-decoration: none;

	}
	.map-link.map-nolink:hover{
		color: #999999;
	}
}
/* End */
/* /bitrix/templates/citrus_arealty3/components/bitrix/catalog.element/catalog_detail/style.css?16425803677324 */
/* /bitrix/templates/citrus_arealty3/components/bitrix/catalog.section/catalog_carousel/style.min.css?1560859602107 */
/* /bitrix/templates/citrus_arealty3/components/citrus/template/catalog-card/style.css?15693991242412 */
