

/* Start:/bitrix/components/citrus.arealty/catalog.section.list/templates/services/bitrix/catalog.section.list/services/style.css?17250106531985*/
@media all {
	.service {

	}
	.service-section {
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
		min-height: 100%;
	}
	.service-section__image-w {

	}
	.service-section__image {
		padding-bottom: 53%;
		display: block;
        background-color: #fff;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.service-section__body {
		padding: 24px 30px 30px;
	}
	.service-section__title {
		font-size: 20px;
		font-weight: 600;
		color: #000;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	.service__item-list {

	}
	.service__item {
		display: block;
		font-size: 13px;
	}
	.service__item + .service__item {
		margin-top: 8px;
	}

	.service .description_block {
		margin-top: 65px;
	}

	.service-section.btn_show_all {
		position: relative;
	}

	.service-section.btn_show_all .service-section__body {
		padding-bottom: 80px;
	}

	.service_link_more {
		position: absolute;
		bottom: 0;
		left: 30px;
		right: 30px;
		margin: 0 auto;
		height: 65px;
		display: block;
		border-top: 1px solid #e4e4e4;
	}

	.service_link_more a.service__footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 65px;
		text-decoration: none;
		color: #999;
		text-transform: uppercase;
		font-weight: 600;
	}

	.service_link_more a.service__footer [class^="icon-"] {
		font-size: 35px;
		color: #ccc;
	}

	.service_link_more a.service__footer:hover,
	.service_link_more a.service__footer:hover [class^="icon-"] {
		color: var(--hover-color);
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.service-section {
		display: flex;
	}
	.service-section__image-w {
		width: 354px;
		flex-shrink: 0;
	}
	.service-section__image {
		padding-bottom: 0;
		height: 100%;
	}
	.service-section__body {
		padding: 24px 20px;
	}
	.service_link_more {
		left: 374px;
	}
}
@media (max-width: 479px) {
	.service-section__body {
		padding: 18px 20px 24px;
	}

	.service_link_more {
		left: 20px;
		right: 20px;
	}
}

/* End */


/* Start:/local/templates/citrus_tr/components/bitrix/system.pagenavigation/.default/style.css?1732013600665*/
@media all {
	.switch {
		padding: 30px 0;
		/*border-top: 1px solid #c5b99f;*/
		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:/local/templates/citrus_tr/components/bitrix/news.list/reviews_carousel/style.css?17320136062122*/
.recommendation-title {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 15px;
}

.recommendation-list {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	position: relative;
}

.recommendation-item {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 40px;
    overflow: hidden;
    position: relative;
    margin: 5px;
}

.recommendation-list .swiper-pagination {
	position: relative;
	margin: 15px auto 0;
	font-size: 0;
}

.recommendation-list .swiper-pagination-bullet {
	background-color: #c5b99f;
	width: 12px;
	height: 12px;
	opacity: 1;
}

.recommendation-item-ava {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    position: relative;
    overflow: hidden;
}

.recommendation-item-ava span {
    display: block;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recommendation-item-header {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.recommendation-item-text {
	font-size: 15px;
}

.recommendation-item-info {
    display: inline-block;
}
.recommendation-item-info:not(:first-child) {
    margin-left: 40px;
}

.recommendation-item-info span {
    display: block;
}

span.recommendation-item-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

span.recommendation-item-meta {
    font-size: 13px;
    color: #777;
}

@media screen and (max-width: 767px) {
    .recommendation-item {
        padding: 20px;
    }

    .recommendation-item-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
	.recommendation {
		margin-left: -15px;
		margin-right: -15px;
		background-color: #f3f1ec;
		box-shadow: 0 2px 0 0 #d9d9d9;
		border-bottom: 0;
		padding: 15px;
	}

	.recommendation-title {
		padding: 15px;
		margin-bottom: 0;
	}

	.recommendation-item {
		border-radius: 0;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.p__swiper.recommendation-list._pagination-hide-nav {
    margin: 0;
}

/* End */


/* Start:/local/templates/citrus_tr/components/bitrix/news.list/partners_carousel/style.css?1732013608573*/
.partner .partner-list {
	padding: 0 45px;
}

.partner-list {
	margin: 0 -15px;
	position: relative;
	font-size: 0;
}
.partner-list .swiper-slide {
	display: table;
	table-layout: fixed;
}

.partner-list .swiper-slide .item_wr {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 190px;
    background: #fff;
}
.partner-list .swiper-slide img {
	display: inline-block;
}
.partner-item {
	display: inline-block;
	vertical-align: middle;
	padding: 15px;
}

.p__swiper.partner-list.partner-list-sw._pagination-hide-nav {
    margin: 0;
}

/* End */
/* /bitrix/components/citrus.arealty/catalog.section.list/templates/services/bitrix/catalog.section.list/services/style.css?17250106531985 */
/* /local/templates/citrus_tr/components/bitrix/system.pagenavigation/.default/style.css?1732013600665 */
/* /local/templates/citrus_tr/components/bitrix/news.list/reviews_carousel/style.css?17320136062122 */
/* /local/templates/citrus_tr/components/bitrix/news.list/partners_carousel/style.css?1732013608573 */
