

/* Start:/bitrix/templates/citrus_aproduction2/components/bitrix/news.list/mp_slider/style.css?17800876793016*/
@media all {
	.main-slider {
		background-color: #f5f5f5;
		overflow: hidden;
	}
	.main-slider__image {
		padding-bottom: 38%;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.w.main-slider__w {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.main-slider__content {
		position: absolute;
		padding: 15px 45px 55px;
		top: 0;
		bottom: 0;
		left: 30px;
		color: #fff;
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 500px;
		z-index: 1;
	}
		.main-slider__content>* {
			position: relative;
		}
		.main-slider__content:before {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			margin: auto;
			background-color: rgba(0,0,0,.6);
			z-index: 0;
		}
	.pre-title.main-slider__pre-title {

	}
	.main-slider__title {
		font-size: 45px;
		font-weight: 700;
		line-height: 1.3;

		flex-shrink: 0;
		overflow: hidden;

		max-height: calc(45px*1.3*2);
	}
	.main-slider__description {
		font-size: 18px;
		margin-top: 30px;
		font-weight: 600;
		line-height: 1.8;

		flex-shrink: 1;
	}
	.main-slider__footer {
		margin-top: 35px;
	}
	.w.swiper-pagination-container {
		position: relative;
	}
	.p__swiper.main-slider .swiper-pagination {
		position: absolute;
		z-index: 1;
		left: 30px;
		bottom: 30px;
		width: 500px;
	}
	.p__swiper.main-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		background: none;
		border: 1px solid #ecebeb;
	}
	.mobile-bg {
		display: none;
	}
}

@media (max-width: 1310px) {
	.main-slider__content {
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		align-items: center;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.p__swiper.main-slider .swiper-pagination {
		position: relative;
		left: auto;
		right: auto;
		width: 100%;
		bottom: 0;
		margin: 10px 0;
	}
	.p__swiper.main-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
		border: 1px solid #333333;
	}
	.main-slider__description {
		width: 800px;
		max-width: 100%;
	}
}
@media (max-width: 1023px) {
	.main-slider__title {
		font-size: 40px;
		max-height: calc(40px*1.3*2);
	}
	.main-slider__description {
		margin-top: 10px;
		line-height: 1.5;
	}
	.main-slider__footer {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.w.main-slider__w {
		position: relative;
	}
	.main-slider__content {
		position: relative;
		margin: 0 -15px;
		width: auto;
	}
	.pre-title.main-slider__pre-title {
		display: none;
	}
	.mobile-bg {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		display: block;
		transform: scale(1, -1);
		background-position: center;
		background-size: cover;
		filter: blur(1px);
	}
	.main-slider__title {
		font-size: 30px;
		max-height: calc(30px*1.3*3);
	}
	.main-slider__description {
		display: none;
	}
	.main-slider__footer {
		display: none;
	}
}
@media (max-width: 479px) {
	.main-slider__title {
		font-size: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/citrus_aproduction2/components/bitrix/catalog.section.list/catalog_slider/style.css?1564557007123*/

@media all {
	.product-sections-slider {
		margin: -5px;
	}
	.product-sections-slider .swiper-slide {
		padding: 5px;
	}
}
/* End */


/* Start:/bitrix/components/citrus.aproduction2/template/templates/catalog-section/style.css?15645565021541*/

@media all {
	.products-section {
		padding: 36px 20px 25px;
		text-decoration: none;
		color: #333;
		display: block;
		background-color: #fff;
		transition: .15s ease;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
	}
	.products-section:hover {
		border-color: #b5b5b5;
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	}

	.products-section__image {
		display: block;
		margin-bottom: 36px;
		overflow: hidden;
	}
	.products-section__image span {
		padding-bottom: 70%;
		display: block;
		-webkit-background-size: cover;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		transition: .3s ease;
	}
	/*.products-section:hover .products-section__image span {
		transform: scale(1.1);
	}*/
	.products-section__footer {
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #cdcdcd;
		padding-top: 20px;
		align-items: center;
	}
	.products-section__title {
		font-size: 18px;
		line-height: 1.2;
		font-weight: 600;
		color: #000;
	}
	.products-section__footer i {
		font-size: 24px;
		color: #cfcfcf;
		width: 1em;
		height: 1em;
		display: inline-block;
		transition: .3s ease;
	}
	.products-section:hover .products-section__footer i {
		color: #000;
	}
}
@media (max-width: 767px) {
	.products-section {
		padding: 15px;
	}
	 .products-section__title {
		 font-size: 16px;
	 }
	.products-section__footer {
		padding-top: 12px;
	}
}
@media (max-width: 479px) {
	.products-section__image {
		margin-bottom: 10px;
	}
	.products-section__image span {
		padding-bottom: 45%;
	}

}
/* End */


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

/* End */


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

/*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/CARDS/style.css?156455700795*/

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

    }
    .product-cat {

    }
}
        
/* End */


/* Start:/bitrix/components/citrus.aproduction2/template/templates/catalog-card/style.css?15645565022510*/
@media all {
	.product-item {
		text-decoration: none;
		color: #000000;
		border: 1px solid #cdcdcd;
		display: block;
		padding: 20px;
		transition: .15s linear;
	}
	.product-item:hover {
		color: #000;
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
	}

	.product-item__image {
		display: block;
		overflow: hidden;
		margin-bottom: 4px;
	}
	.product-item__image span {
		display: block;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		padding-bottom: 80%;
		transition: .3s ease;
	}
	.product-item:hover .product-item__image span {
		transform: scale(1.1);
		opacity: 0;
	}
	.product-item__title {
		font-size: 14px;
		font-weight: 600;
		display: block;
		margin-bottom: 18px;
	}
	.product-item__footer {
		padding-top: 15px;
		border-top: 1px solid #e4e4e4;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.product-item-price {
		font-size: 18px;
		color: #000;
		font-weight: 600;
	}
	.product-item__footer i {
		font-size: 24px;
		color: #cfcfcf;
		width: 1em;
		height: 1em;
		display: inline-block;
		transition: .3s ease;
	}
	.product-item:hover .product-item__footer i {
		color: #000;
	}
	.price-request {

	}

	.product-item__body {
		position: relative;
		overflow: hidden;
		display: block;
	}
	.product-item__content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		display: block;
		background-color: #fff;
		opacity: 0;
		pointer-events: none;
		z-index: 1;
		transition: .3s ease;
	}
	.product-item__content-title {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 10px;
		display: block;
	}
	.product-item__content-text {
		color: #666;
		font-size: 13px;
		display: inline-block;
	}
	.product-item__content: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-item:hover .product-item__content {
		opacity: 1;
	}

	.product-item__properties {
		display: block;
	}
	.product-item__properties-title {
		display: block;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.product-item__property-item {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 4px;
		font-size: 13px;
		flex-wrap: wrap;
		line-height: 1.4;
		padding-bottom: 4px;
	}
	.product-item__property-name {

	}
	.product-item__property-value {
		color: #000;
		font-weight: 600;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?156455639051*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/citrus_aproduction2/components/bitrix/news.list/mp_about/style.css?1564557007316*/

@media all {
	.mp-about {
		font-size: 15px;
	}
	.mp-about__header {
		padding-top: 20px;
	}
}
@media (max-width: 1023px) {
	.mp-about__image {
		max-width: 70%;
		margin: 30px auto;
	}
}
@media (max-width: 479px) {
	.mp-about__image {
		max-width: 100%;
		margin: 20px auto;
	}
	.mp-about {
		font-size: 13px;
	}
}
/* End */


/* Start:/bitrix/templates/citrus_aproduction2/components/bitrix/news.list/three_news/style.css?15645570073347*/

/*template.php*/
@media all {
    .three-news {
		display: flex;
		margin: -15px;
    }
    .three-news__big-item {
		width: calc(50% - 30px);
		margin: 15px;
		display: block;
		position: relative;
		color: #000000;
		text-decoration: none;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
		transition: .15s linear;
    }
    .three-news__big-item__image {
		display: block;
		overflow: hidden;
    }
	.three-news__big-item__image span {
		transition: .3s ease;
		display: block;
		padding-bottom: 60%;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
		/*.three-news__big-item:hover .three-news__big-item__image span {
			transform: scale(1.1);
		}*/
    .three-news__big-item__content {
		position: absolute;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		padding: 15px 28px 28px;
		z-index: 1;
    }
    .three-news__date {
		font-size: 13px;
		font-weight: 600;
		color: #999999;
		margin-bottom: 15px;
		display: block;
    }
    .three-news__name {
		font-weight: 600;
		font-size: 18px;
		line-height: 1.3;
		color: #000;
    }
		.three-news__item-link:hover .three-news__name {
			text-decoration: underline;
		}
		.three-news__big-item:hover .three-news__name {
			text-decoration: underline;
		}

	.three-news__row {
		display: flex;
		width: calc(50%);
    }
    .three-news__item-link {
		display: flex;
		position: relative;
		width: calc(50% - 30px);
		margin: 15px;
		color: #000000;
		text-decoration: none;
		overflow: hidden;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
		transition: .15s linear;
    }
	.three-news__item-image {
		transition: .3s ease;
		width: 100%;
		height: 56%;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
		display: block;
	}
		/*.three-news__item-link:hover .three-news__item-image {
			transform: scale(1.1);
		}*/
    .three-news__item-content {
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #fff;
		padding: 15px 28px 28px;
		min-height: 44%;
		width: 100%;
    }

		.three-news__big-item:hover, .three-news__item-link:hover {
			box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
		}
}
@media (max-width: 1300px) {
	.three-news__row {
		flex-direction: column;
	}
	.three-news__item-link {
		width: calc(100% - 30px);
		height: 50%;
	}
	.three-news__item-image {
		display: none;
	}
	.three-news__item-content {
		position: relative;
	}
}
@media (max-width: 1023px) {
	.three-news__big-item__content, .three-news__item-content {
		padding: 15px;
	}
	.three-news__date {
		margin-bottom: 6px;
	}
	.three-news__big-item__image span {
		padding-bottom: 85%;
	}
	.three-news__name {
		max-height: calc(100% - 26px);
		overflow: hidden;
		display: block;
	}
}
@media (max-width: 767px) {
	.three-news {
		flex-direction: column;
	}
	.three-news__big-item {
		width: calc(100% - 30px);
	}
	.three-news__row {
		width: 100%;
	}
	.three-news__big-item__image span {
		padding-bottom: 30%;
	}
	.three-news__big-item__content {
		position: relative;
		display: block;
	}
	.three-news__name {
		font-size: 16px;
		max-height: none;
	}
	.three-news__big-item {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.three-news__item-link {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.three-news__item-content {
		min-height: 0;
	}
}
/* End */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/news.list/mp_slider/style.css?17800876793016 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/catalog.section.list/catalog_slider/style.css?1564557007123 */
/* /bitrix/components/citrus.aproduction2/template/templates/catalog-section/style.css?15645565021541 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/catalog/.default/style.css?156455700758 */
/* /bitrix/templates/citrus_aproduction2/components/citrus.core/sort/.default/style.css?15645570072184 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/catalog.section/CARDS/style.css?156455700795 */
/* /bitrix/components/citrus.aproduction2/template/templates/catalog-card/style.css?15645565022510 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?156455639051 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/news.list/mp_about/style.css?1564557007316 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/news.list/three_news/style.css?15645570073347 */
