

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

/* End */


/* Start:/bitrix/templates/citrus_aproduction2_rezervproduct/components/citrus.core/sort/.default/style.css?16453063982184*/

/*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_rezervproduct/components/bitrix/catalog.section/LIST/style.css?16453063982463*/

/*template.php*/
@media all {
    .product-list {

    }
    .product-cat {

    }
	.product-list__item {
		border: 1px solid #cdcdcd;
		padding: 20px;
		display: flex;
		text-decoration: none;
		color: #333;
		transition: .15s linear;
	}
		.product-list__item:hover {
			box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
		}


	.product-list__item + .product-list__item {
		margin-top: 30px;
	}

	.product-list__item-image {
		margin-right: 18px;
		width: 250px;
		flex-shrink: 0;
	}
		.product-list__item-image span {
			display: block;
			height: 200px;
			-webkit-background-size: contain;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			transition: .3s ease;
		}

	.product-list__item-content {
		width: 100%;
	}
	.product-list__item-body {
		height: 130px;
		overflow: hidden;
		position: relative;

	}
		.product-list__item-body:after {
			content: '';
			-webkit-box-shadow: 0 0 10px 10px #fff;
			-moz-box-shadow: 0 0 10px 10px #fff;
			box-shadow: 0 0 10px 10px #fff;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
		}
	.product-list__item-title {
		font-size: 18px;
		line-height: 1.4;
		color: #000;
		font-weight: 600;
		text-decoration: none;
		margin-bottom: 10px;
		display: block;
	}
		a[href].product-list__item:hover .product-list__item-title {
			text-decoration: underline;
		}
	.product-list__item-text {
		font-size: 13px;
		color: #666666;
		position: relative;
		overflow: hidden;
	}

    .product-list__item-footer {
		padding-top: 15px;
		border-top: 1px solid #e4e4e4;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		height: 66px;
		justify-content: space-between;
    }
    .product-list__item-price {
		font-size: 18px;
		color: #000;
		font-weight: 600;
		margin-right: 20px;
    }
	.bx-no-touch .product-list__item:hover  .btn.btn-more {
		border-color: #333333;
		background-color: #333333;
		color: #fff;
	}

}
@media (max-width: 1023px) {
	.product-list__item {
		padding: 15px;
		flex-direction: column;
	}
	.product-list__item-image {
		margin-right: 0;
	}
	.product-list__item-body {
		max-height: 220px;
		height: auto;
	}
}
@media (max-width: 479px) {
	.product-list__item-footer .btn {
		display: none;
	}

	.product-list__item-image span {
		height: 180px;
	}
	.product-list__item-title {
		font-size: 16px;
	}
	.product-list__item-footer {
		height: auto;
	}
}
@media (max-width: 359px) {
	.product-list__item-image {
		width: 100%;
	}
}
        
/* End */
/* /bitrix/templates/citrus_aproduction2_rezervproduct/components/bitrix/catalog/.default/style.css?164530639858 */
/* /bitrix/templates/citrus_aproduction2_rezervproduct/components/citrus.core/sort/.default/style.css?16453063982184 */
/* /bitrix/templates/citrus_aproduction2_rezervproduct/components/bitrix/catalog.section/LIST/style.css?16453063982463 */
