/* start -------------------------------------- factory-prices --------------------------------------- */
.factory-prices.template__bg-img, .factory-prices.template__bg-img .text {
    color: var(--chernyy-500-osnovnoy);
}
.factory-prices {
	padding: 40px 0;
	background: var(--chernyy-50);
}
.factory-prices.template__bg-img {
	background-image: url('../../assets/img/factory-prices-mobile.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: contain;
}
.factory-prices .sub-title {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
	width: 270px;
}
.factory-prices .text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 30px;
	width: 300px;
}
.factory-prices .icon__list {
	flex-direction: column;
	gap: 30px
}
.factory-prices .icon__item {
	gap: 20px;
	align-items: center;
}
.factory-prices .item__img {
    width: 60px;
    height: 60px;
    background: var(--krasnyy-500-osnovnoy);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
	flex-shrink: 0;	
}
.factory-prices .item__img img {
    width: auto;	
}
.factory-prices .item__title {
    font-size: 18px;
    line-height: 1.2;
	margin-bottom: 0;
	letter-spacing: 0.02em;
}
@media (max-width: 767px) {
	.home .factory-prices,
	.page-okna-v-dom .factory-prices,
	.page-okna-rehau .factory-prices,
	.page-okna-kbe .factory-prices,
	.page-okna-v-tipovyh-domah .factory-prices,
	.page-panoramnye-okna .factory-prices {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.factory-prices {
		padding: 0;
		background: none;
	}
	.factory-prices.template__bg-img .content{
		background-image: url('../../assets/img/factory-prices-tablet.jpg');
		background-repeat: no-repeat;
		background-position: right bottom;	
	}	
	.factory-prices .content {
		padding: 50px 23px 40px 50px;
		background: var(--chernyy-50);
	}
	.factory-prices h2 {
		font-size: 38px;
		width: 540px;
		margin-bottom: 30px;
	}
	.factory-prices .sub-title {
		font-size: 24px;
		margin-bottom: 20px;
		width: 430px;
	}
	.factory-prices .text {
		font-size: 18px;
		width: 430px;
	}
	.factory-prices .icon__list {
		flex-direction: row;
		justify-content: space-between;
		gap: 20px;		
	}	
}
@media (min-width: 1200px) {
	.factory-prices .content {
		padding: 50px;
	}
	.factory-prices.template__bg-img .content{
		background-image: url('../../assets/img/factory-prices-desctop.jpg');
	}	
	.factory-prices .content__inner {
		width: 635px;
	}	
	.factory-prices h2 {
		font-size: 40px;
		width: 560px;
		margin-bottom: 30px;
	}
	.factory-prices .sub-title {
		font-size: 24px;
	}	
	.factory-prices .text {
		width: 580px;
		font-size: 18px;
		margin-bottom: 30px;
	}	
	.factory-prices .sub-title,
	.factory-prices .content__box-icon {
		width: 557px;
	}
	.factory-prices .item__img {
		width: 50px;
		height: 50px;
	}
	.factory-prices .item__img img {
		width: 32px;
	}
	.factory-prices .item__title {
		font-size: 16px;
	}	
}
/* end ---------------------------------------- factory-prices --------------------------------------- */