

/* Start:/bitrix/templates/citrus_aproduction2/components/bitrix/catalog/.default/style.css?167741006558*/
.catalog-section-description {
    margin-bottom: 20px;
}

/* End */


/* Start:/bitrix/templates/citrus_aproduction2/components/citrus.core/sort/.default/style.css?16774100652184*/

/*sort*/
@media all {
	.sort-panel {
		padding: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 7px;
	}

	.sorting {
		display: flex;
		align-items: center;
		font-size: 13px;
	}

	.sorting-label {
		margin-right: 15px;
		font-weight: 600;
		color: #999999;
	}

	.sorting-list {
		display: flex;
		align-items: center;
	}

	.sorting-item, .sorting-item:hover {
		color: #999999;
	}
		.sorting-item {
			display: flex;
			text-decoration: underline;
		}
		.sorting-item:hover {
			text-decoration: none;
		}
		.sorting-item._selected {
			color: #333333;
			text-decoration: none;
		}
		.sorting-item+.sorting-item {
			margin-left: 30px;
		}

	.sorting-item-label {
		text-transform: lowercase;
		margin-right: 8px;
	}
	.sorting-item-icon {
		transform: translate(0, 2px);
		font-size: 16px;
		width: 1em;
		height: 1em;
	}
}
@media (max-width: 1023px) {
	.sorting {
		margin-bottom: 20px;
	}
	.sort-panel {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.sorting-label {
		margin-right: 15px;
		width: 100px;
	}
}
@media (max-width: 767px) {
	.sorting {
		align-items: flex-start;
	}
	.sorting-list {
		flex-direction: column;
		align-items: flex-start;
	}
	.sorting-item {
		align-items: flex-start;
	}
	.sorting-item+.sorting-item {
		margin-left: 0;
		margin-top: 8px;
	}
}


/*view*/
@media all {
	.content-panel .views {
		display: flex;
		align-items: center;
	}
	.views-label {
		vertical-align: middle;
		margin-right: 10px;
	}

	.views-label span {
		font-size: 14px;
		font-weight: 600;
	}

	.views-list {
		display: flex;
	}

	.views-item-link {
		color: #9a9a9a;
		text-decoration: none;
	}
	.views-item__icon {
		font-size: 22px;
		display: inline-block;
		vertical-align: top;
		line-height: 26px !important;
	}
	.views-item__icon.icon-view_list,
	.views-item__icon.icon-view_table{
		font-size: 26px;
	}
	.views-item-link + .views-item-link {
		margin-left: 20px;
	}
	.views-item-link.is-active, .views-item-link:hover {
		color: #333333;
	}
}
@media (max-width: 1023px) {
	.views-label {
		margin-right: 15px;
		width: 100px;
		line-height: normal;
	}
}
/* End */


/* Start:/bitrix/templates/citrus_aproduction2/components/bitrix/catalog.section/TABLE/style.css?16774100657152*/

@media all {
	.table-slider {
		display: flex;
		width: 100%;
	}
	.table-slider__th {
		padding: 20px 12px;
	}
	.table-slider__td {
		padding: 8px 32px 8px 12px;
	}
	.table-slider._with-pictures .table-slider__center .table-slider__td {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.table-slider__th, .table-slider__td {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 16px;
	}
	.table-slider__td:not(._photo) {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.table-slider__th:last-child, .table-slider__td:last-child {
		border-bottom: 1px solid #ccc;
	}
	.table-slider__th {
		font-weight: 600;
		font-size: 15px;
		background-color: #f7f7f7;
		color: #363636;
		user-select: none;
	}
	.table-slider__td {
		align-items: stretch;
	}


	.table-slider__share-label {
		color: #fff;
		font-size: 12px;
		display: flex;
		height: 27px;
		align-items: center;
		text-align: center;
		padding: 0 12px;
		text-transform: uppercase;
		margin-top: -27px;
		transform: translate(0, 100%);
		margin-left: -5px;
		margin-right: -5px;
		white-space: nowrap;
	}

	/*left cell*/
	.table-slider__left {
		width: 184px;
		position: relative;
		z-index: 1;
		margin-right: -1px;
	}
	.table-slider__left .table-slider__th {
		padding-top: 12px;
		padding-bottom: 12px;
		border-right: 1px solid #ccc;
	}
	.table-slider__left .table-slider__td,
	.table-slider__td._photo {
		position: relative;
		padding: 0;
	}
		.table-slider__left .table-slider__td._photo:before {
			padding: 0;
		}
		.table-slider__td._photo:before {
			content: '';
			background-color: rgba(0, 0, 0, 0.4);
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			margin: auto;
		}
	.table-slider__detail-link {
		color: #fff;
		position: relative;
		text-decoration: none;
		padding: 10px;
		height: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 16px;
		line-height: 1.4;
		font-weight: 700;
	}
		.table-slider__detail-link:hover {
			color: #fff;
		}


	/*center*/
	.table-slider__center {
		flex-grow: 0;
		position: relative;
		z-index: 0;
		width: calc(100%);
	}
	.table-slider__center._with-left-col {
		width: calc(100% - 160px);
	}
	.table-slider__center._with-right-col {
		width: calc(100% - 184px);
	}
	.table-slider__center._with-right-col._with-left-col {
		width: calc(100% - 184px - 160px);
	}
	.swiper-slide.table-slider__slide {
		width: auto;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
	}
	.table-slider__slide .table-slider__th {
		text-decoration: none;
	}
	.table-slider__slide .table-slider__th._sort {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-right: 12px;
		cursor: pointer;
	}
	.table-slider__slide .table-slider__th._nosort {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-right: 12px;
		cursor: default;
	}
	._no-left-col .table-slider__slide:first-child .table-slider__th,
	._no-left-col .table-slider__slide:first-child .table-slider__td {
		border-left: 1px solid #ccc;
	}
	.table-slider__td[data-property-code="cost"] {
		flex-shrink: 0;
	}
	._no-right-col .table-slider__slide:last-child .table-slider__th,
	._no-right-col .table-slider__slide:last-child .table-slider__td {
		border-right: 1px solid #ccc;
	}

	/*old*/
	.table-slider__property-name-list {
		display: flex;
		margin: auto;
		flex-direction: column;
		color: #363636;
		text-decoration: none;
	}
	.table-slider__property-name {
		padding: 0 3px;
		line-height: 1.4;
		flex-shrink: 0;
	}
	.table-slider__property-name + .table-slider__property-name {
		border-top: 1px solid #868686;
		font-size: 14px;
		color: #999999;
	}


	.table-slider__slide .table-slider__th:not(._sort) .table-slider__sort-icon {
		visibility: hidden;
	}
	.table-slider__sort-icon {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		margin-left: 8px;
		color: #999;
		margin-top: 4px;
	}
	.table-slider__sort-icon:not(._desc) {
		border-bottom: 8px solid currentColor;
	}
	.table-slider__sort-icon._desc {
		border-top: 8px solid currentColor;
	}
	.table-slider__sort-icon._active {

	}

	.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*/
	.table-slider__right {
		position: relative;
		z-index: 1;
		width: 160px;
	}
	.table-slider__right .table-slider__th, .table-slider__right .table-slider__td {
		border-right: 1px solid #ccc;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 6px;
	}
	.table-slider__action-block {
		display: flex;
		flex-direction: column;
		text-align: left;
		font-size: 15px;
	}
	.table-slider__action-link {
		text-decoration: none;
		display: inline-flex;
		align-items: center;
	}
	.table-slider__action-link + .table-slider__action-link {
		margin-top: 12px;
	}
	.table-slider__action-link {

	}
	.table-slider__action-link i {
		font-size: 20px;
	}
		.table-slider__action-link.added ._not-added {
			display: none;
		}
		.table-slider__action-link:not(.added) ._added {
			display: none;
		}
	.table-slider__action-text {
		text-decoration: underline;
		margin-left: 8px;
	}

}
@media (max-width: 767px) {
	.table-slider__th, .table-slider__td {
		padding: 15px;
	}
	.table-slider__th {
		font-size: 15px;
	}

	.table-slider__slide .table-slider__th, .table-slider__slide .table-slider__th._sort {
		flex-direction: column;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.table-slider__sort-icon {
		margin-left: 0;
	}

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

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

	.table-slider__center:not(._no-right-col) .table-slider__slider .swiper-scrollbar {
		margin-right: -42px;
	}
}
@media (max-width: 479px) {
	.table-slider__left .table-slider__th {
		padding: 10px;
	}
	.favorites__property-main__image-wrapper.img-placeholder:before {
		font-size: 50px;
	}
	.table-slider__left {
		width: 120px;
	}
	.table-slider__detail-link {
		font-size: 14px;
		height: 120px;
	}
	.table-slider__center._with-right-col {
		width: calc(100% - 120px - 42px);
	}
	.favorites__property-main__name {
		font-size: 14px;
	}

	.table-slider__share-label {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 4px;
		justify-content: center;
	}
	.table-slider__right {
		width: 42px;
	}
	.table-slider__right .table-slider__th {
		font-size: 0;
	}
	.table-slider__action-text {
		display: none;
	}
	.table-slider__action-link + .table-slider__action-link {
		margin-top: 22px;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?167741007251*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/catalog/.default/style.css?167741006558 */
/* /bitrix/templates/citrus_aproduction2/components/citrus.core/sort/.default/style.css?16774100652184 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/catalog.section/TABLE/style.css?16774100657152 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?167741007251 */
