

/* Start:/bitrix/templates/citrus_aproduction2/components/bitrix/news.list/mp_slider/style.css?16322921523148*/

@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: #000;
		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: 40px;
		font-weight: 700;
		line-height: 1.3;

		flex-shrink: 0;
		overflow: hidden;

		max-height: calc(45px*1.3*2);
	}
	.main-slider__description {
		font-size: 16px;
		margin-top: 30px;
		font-weight: 500;
		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;
		color:#fff
	}
	.main-slider__content:before {
		background-color: rgba(0,0,0,.6);
	}
	.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;
	}

	.main-slider__image {
		padding: 20%;
	}
}
/* End */


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

@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?16279738571541*/

@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/news.list/service_small/style.css?16279769142715*/

/*template.php*/
@media all {
	.mp-service-row {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.mp-service__col {
		padding: 0 15px;
	}
	.mp-service__col._col1 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 1;
	}
	.mp-service__col._col2 {
		width: 640px;
		max-width: 100%;
		flex-shrink: 0;
	}
	.mp-service__content {
		font-size: 15px;
	}
	.mp-service__col .section-footer {
		margin-top: 30px;
	}

    .service-small {
		display: flex;
		flex-wrap: wrap;
		margin: -15px;
		min-width: 100%;
		justify-content: center;
    }
    .service-small__item {
		margin: 15px;
		width: calc(50% - 30px);
		min-width: 280px;
		height: 206px;
		display: block;
		color: #fff;
		text-decoration: none;
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		overflow: hidden;
    }
		.service-small__item:hover {
			color: #fff;
		}
    .service-small__content {
		transform: translate(0, calc(100% - 74px));
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding: 10px 20px 14px;
		background-color: rgba(0,0,0, .5);
		display: flex;
		flex-direction: column;
		transition: .3s ease;
    }
		.service-small__item:hover .service-small__content {
			transform: translate(0,0);
			background-color: rgba(0,0,0, .7);
		}
    .service-small__body {

    }
    .service-small__name {
		font-size: 18px;
		line-height: 1.3;
		font-weight: 600;
		margin-bottom: 8px;
		display: flex;
		align-items: center;
		overflow: hidden;
		height: 46px;
		flex-shrink: 0;
    }
	.service-small__description {
		opacity: 0;
		font-size: 13px;
		transition: .3s ease;
	}
		.service-small__item:hover .service-small__description {
			opacity: 1;
		}
	.service-small__footer {
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #cdcdcd;
		padding-top: 6px;
		margin-top: auto;
		font-weight: 600;
		text-transform: uppercase;
		height: 28px;
		flex-shrink: 0;
    }
	.service-small__footer i {
		font-size: 20px;
	}
}
@media (max-width: 1023px) {
	.mp-service-row {
		flex-direction: column;
	}
	.mp-service__col._col2 {
		margin: 30px auto 0;
	}
	.mp-service__col .btn-row {
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.service-small {
		margin-bottom: 10px;
	}
	.mp-service__content {
		font-size: 14px;
	}
}
@media (max-width: 479px) {
	.service-small__item {
		margin: 10px;
		width: calc(50% - 20px);
	}
	.service-small__content, .service-small__item:hover .service-small__content {
		transform: translate(0, calc(100% - 68px));
		background-color: rgba(0,0,0, .5);
	}
	.service-small__name {
		font-size: 16px;
	}
}

/* End */


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

@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?16279769143347*/

/*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?16322921523148 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/catalog.section.list/catalog_slider/style.css?1627976914123 */
/* /bitrix/components/citrus.aproduction2/template/templates/catalog-section/style.css?16279738571541 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/news.list/service_small/style.css?16279769142715 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/news.list/mp_about/style.css?1627976914316 */
/* /bitrix/templates/citrus_aproduction2/components/bitrix/news.list/three_news/style.css?16279769143347 */
