.section-title-double h2 {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;

	-ms-flex-align: center;
	align-items: center;

	text-align: center;
	/* white-space: pre-line; */
	/*max-width: 35%;*/
	/*flex: 0 0 35%;*/
}
/* .section-title-double h2::before,
.section-title-double h2::after {
	position: unset;
} */
.section-title-double h2::before {
	margin-right: 15px;
}
.section-title-double h2::after {
	margin-left: 15px;
}


.ingredients__link .more-link:first-child a,
.ctm-production__link .more-link:first-child a,
.horeca__link .more-link:first-child a {
	background-color: #da251c;
	color: #fff;
	border-color: #da251c;
}
	.ingredients__link .more-link:first-child:hover a, 
	.ingredients__link .more-link:first-child:active a, 
	.ctm-production__link .more-link:first-child:hover a,
	.ctm-production__link .more-link:first-child:active a,
	.horeca__link .more-link:first-child:hover a, 
	.horeca__link .more-link:first-child:active a {
		background-color: transparent;
		color: #da251c;
	}


.ingredients-wrapper {
	/*background-color: #fff;*/
	/*padding: 80px 0;*/
	padding-top: 80px;
	padding-bottom: 100px;
}

.ingredients-wrapper .ingredient > span {
	max-width: 210px;
}

.ctm-production-wrapper .ingredient > span {
	max-width: 190px;
}

.horeca-wrapper .ingredient > span {
	max-width: 194px;
}

.ingredients-title {		
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 50px;
}

.ingredients {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 60px;
}

.ingredients .ingredient {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: center;
	align-items: center;

	-ms-flex-direction: column; 
	flex-direction: column; 

	width: 100%;
	/*max-width: 33.333333%;*/
	max-width: 25%;
}

.ingredients .ingredient__image {
	text-align: center;

	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;

	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
}
.ingredients .ingredient__image img {
	/*max-width: 100%;*/
	/*max-width: 85%;*/
	height: 52px;
}

.ingredients .ingredient > span {
	color: #343A40;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;

	margin-top: 24px;
	/*margin-top: 30px;*/ 
	/*max-width: 85%;*/
	/*max-width: 65%;*/

	/* white-space: pre-line; */

	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;

	-ms-flex-align: baseline;
	align-items: baseline;
	flex: 0 0 33.333333%;
}

.ingredients__link {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;

	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.ingredients__link .more-link:not(:first-child) {
	margin-left: 10px;
}

.ingredients__link .more-link a {
	margin-top: 0;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 26px;

	text-align: center;
	text-transform: uppercase;
}
.ingredients__link .more-link a:hover, 
.ingredients__link .more-link a:active {
	background-color: #da251c;
	color: #fff;
	border-color: #da251c;
	text-decoration: none;
}

.ingredients__link .more-link span {
	margin-left: 0;
}


.ctm-production-wrapper {
	background-color: #f5f6f8;
	padding: 80px 0;
}

.ctm-production-title {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 50px;
}

.ctm-production {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
	/*padding-bottom: 50px;*/
	padding-bottom: 60px;
}

.ctm-production__link {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;

	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.ctm-production__link .more-link:not(:first-child) {
	margin-left: 10px;
}

.ctm-production__link .more-link a {
	margin-top: 0;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 26px;

	text-align: center;
	text-transform: uppercase;
}
	.ctm-production__link .more-link a:hover, 
	.ctm-production__link .more-link a:active {
		background-color: #da251c;
		color: #fff;
		border-color: #da251c;
		text-decoration: none;
	}

.ctm-production__link .more-link span {
	margin-left: 0;
}


.horeca-wrapper {
	padding-top: 100px;
	padding-bottom: 120px;
}

.horeca {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 50px;
}

.horeca-title {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 100px;
}

.ctm-production .ingredient,
.horeca .ingredient {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: center;
	align-items: center;

	-ms-flex-direction: column; 
	flex-direction: column;

	width: 100%;
	/*max-width: 33.333333%;*/
	max-width: 25%;
}

.ctm-production .ingredient__image,
.horeca .ingredient__image {
	text-align: center;

	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;

	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
}
.ctm-production .ingredient__image img,
.horeca .ingredient__image img {
	/*max-width: 100%;*/
	/*max-width: 85%;*/
	height: 70px;
}

.ctm-production .ingredient > span,
.horeca .ingredient > span {
	color: #000;
	font-family: 'Museo Cyrl 500';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;

	margin-top: 32px;
	/* margin-top: 30px; */
	/*max-width: 85%;*/

	/* white-space: pre-line; */

	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;

	-ms-flex-align: baseline;
	align-items: baseline;

	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
}

.horeca__link {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: center;
	justify-content: center;

	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.horeca__link .more-link:not(:first-child) {
	margin-left: 10px;
}

.horeca__link .more-link a {
	margin-top: 0;

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 26px;

	text-align: center;
	text-transform: uppercase;
}
	.horeca__link .more-link a:hover, .horeca__link .more-link a:active {
		background-color: #da251c;
		color: #fff;
		border-color: #da251c;
		text-decoration: none;
	}

.horeca__link .more-link span {
	margin-left: 0;
}



@media (max-width: 1599.98px) {

/*	.ctm-production .ingredient,
	.horeca .ingredient {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}*/

/*	.ingredients .ingredient__image img {
		max-width: 75%;
	}*/

/*	.ctm-production .ingredient__image img,
	.horeca .ingredient__image img {
		max-width: 75%;
	}*/
}

@media (max-width: 1199.98px) {
	
	.ctm-production,
	.horeca {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	.ctm-production .ingredient,
	.horeca .ingredient {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding-bottom: 60px;
	}
}



@media (max-width: 991.98px) {
	.ingredients .ingredient {
		max-width: 33.333333%;
	}

	.ctm-production .ingredient,
	.horeca .ingredient {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}



@media (max-width: 767.98px) {
/*	.ctm-production .ingredient,
	.horeca .ingredient {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}*/
}



@media (max-width: 575.98px) {
	
	.header.hasHero {
		/*background-position-y: 30px;*/
		background-position-y: 2.25rem;
	}

	.ingredients-title,
	.ctm-production-title,
	.horeca-title {
		padding-bottom: 40px;
		text-align: center;
	}

	.section-title-double h2 {
		font-size: 24px;
		line-height: 29px;

		margin-bottom: 0;
		/*padding-bottom: 40px;*/
		display: -ms-flexbox;
		display: flex;

		-ms-flex-align: center;
		align-items: center;

		-ms-flex-pack: center;
		justify-content: center;

		max-width: 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
	}
	.section-title-double h2::before,
	.section-title-double h2::after {
		position: unset;
	}
	.section-title-double h2::before {
		margin-right: 12px;
	}
	.section-title-double h2::after {
		margin-left: 12px;
	}

	.ingredients__link,
	.ctm-production__link,
	.horeca__link {
		display: -ms-flexbox;
		display: flex;

		-ms-flex-pack: center;
		justify-content: center;

		-ms-flex-align: center;
		align-items: center;

		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}

	.section .more-link:not(:first-child) {
		margin-top: 10px;
		margin-left: 0;
	}

	.section .more-link a {
		width: 195px;
		height: 51px;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-pack: center;
		justify-content: center;

		-ms-flex-align: center;
		align-items: center;
		margin-top: 0;
	}
	.section .more-link a span {
		font-size: 11px;
		line-height: 11px;
		margin-top: 0;
		margin-left: 0;
		/*margin-top: 18px;*/
	}


	.ingredients-wrapper {
		/*background-color: #f5f6f8;*/
		/*padding: 80px 0;*/
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.ingredients {
		/*display: flex;*/
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/*margin-top: 80px;*/
		/*transition: .2s;*/
	}

	.ingredients .ingredient {
		width: 100%;
		max-width: 100%;
	}

	.ingredients .ingredient__image {
		-ms-flex: 1;
		flex: 1;
		/*flex: unset;*/
	}

	.ingredients .ingredient > span {
		font-size: 13px;
		line-height: 20px;

		margin-top: 25px;
		margin-bottom: 40px;
		max-width: 60%;

		-ms-flex: 1;
		flex: 1;
		/*flex: unset;*/
	}
	.ingredients .ingredient:last-child > span {
		margin-bottom: 0;
	}


	.ctm-production-wrapper {
		padding: 40px 0;
	}

	.ctm-production-title .section-title-double h2 {
		max-width: 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}

	.ctm-production {
		/*display: flex;*/
		/*justify-content: space-between;*/
	}

	.ctm-production .ingredient,
	.horeca .ingredient {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		/*padding-bottom: 30px;*/
		padding-bottom: 40px;
	}

	.ctm-production .ingredient__image,
	.horeca .ingredient__image {
		text-align: center;

		display: -ms-flexbox;
		display: flex;

		-ms-flex-pack: center;
		justify-content: center;

		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.ctm-production .ingredient__image img,
	.horeca .ingredient__image img {
		/*max-width: 75%;*/
		max-height: 76px;
	}

	.ctm-production .ingredient > span,
	.horeca .ingredient > span {
		color: #000;
		font-family: 'Museo Cyrl 500';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		text-align: center;

		margin: 16px 4px 0 4px;
		/*margin-top: 30px;*/
		/*max-width: 85%;*/
		
		display: -ms-flexbox;
		display: flex;

		-ms-flex-pack: center;
		justify-content: center;

		-ms-flex-align: baseline;
		align-items: baseline;

		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}

	.horeca-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}