.recepty img {
	max-width: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	height: 250px;
	transition:all linear 0.5s;
}
.recepty > div {
	padding-bottom: 30px;
}
.recepty a {
	position: relative;
	overflow:hidden;
	display: block;
}
.recepty a:hover img {
	transform:scale(1.05);
}
.recepty a p {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	align-content: center;
	text-transform: uppercase;
	justify-content: center;
	font-size: 30px;
	background: rgba(0,0,0,0.5);
	color:#fff;
	font-weight: 600;
	text-align: center;
}
.d-flex {
	display: flex;
}
.rec-info {
	justify-content: space-around;
	margin:40px 0;
}
.rec-info > div {
	text-align: center;
	max-width: 200px;
	color:#0880AB;
}
.rec-info .title {
	text-transform: uppercase;
	font-weight: 600;
	margin:20px 0 10px;
	font-size: 1.5em;
}
.rec-info .desc {
	font-size: 1.3em;
}
.d-flex.aligncenter {
	align-content: center;
	align-items: center;
}
.d-flex.sb {
	justify-content: space-between;
}
.carousel-module-container > * {
	margin:0;
}
.carousel-module-container .top {
	margin-bottom: 20px;
}
.rec-main .col-left {
	width: 100%;
	padding: 0 !important;
}
.rec-main .col-right {
	width: 100%;
	order:-2;
	margin-bottom: 40px;
	padding: 0 !important;
}
.rec-main .row.type2 {
	width: calc(100% + 30px) !important;
	order:-1;
	margin: 0 -15px 40px !important;
}
@media screen and (max-width:992px) {
	.type2 .row.oct-news-content-box {
		margin-right: -15px;
	}
	.rec-main .row.type2 {
		margin:0 -15px 30px !important;
	}
}
.ings table {
	width: 100%;
}
.ings table td {
	font-size: 1em;
	border:0;
	padding: 7px 12px;
}
.ings tr {
	background: rgba(0,0,0,0.01);
}
.ings tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}
.ings > div {
	padding: 20px;
	max-width: 100% !important;
	background: rgba(0,0,0,0.05);
}
.ings > div > * +* {
	margin-top: 3px;
}
.ings > h2 {
	margin:0 0 20px;
}
.carousel-module-container.type2 .owl-wrapper-outer {
	height: auto !important;
}
.rec-main {
	padding-top: 30px;
	flex-wrap: wrap;
}
.rec-main .col-left > h2 {
	margin: 0 0 20px;
}
.rec-info svg {
	max-height: 64px;
}
.step {
	align-content: flex-start;
	align-items: flex-start;
}
.step .number {
	position: relative;
	width: 100%;
	width: 100%;
	max-width: 104px;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	padding-left: 5px;
	padding-top: 5px;
	color:#fff;
}
.step .number p {
	position: relative;
	z-index: 2;
	margin:0;
}
.step .number svg {
	position: absolute;
	left: 0;
	top:0;
}
.steps-info {
	width: 100%;
	max-width: calc(100% - 104px);
	padding-left: 30px;
	font-size: 16px;
}
.steps-info *[style*="font-size"] {
	font-size: 16px !important;
}
.steps-info *[style*="font-family"] {
	font-family: Ubuntu, sans-serif !important;
}
.ings *[style*="font-size"] {
	font-size: 16px !important;
}
.ings *[style*="font-family"] {
	font-family: Ubuntu, sans-serif !important;
}
.steps-info *[style*="color"] {
	color:#1E1E1E !important;
}
.type2 .oct-news-content #description_block {
	color:#1E1E1E;
}
.ings ul {
	list-style:disc;
	font-size: 16px;
	padding-left: 1.1em;
	color:#1E1E1E;
}
.ings ul li + li {
	margin-top: 3px;
}
.steps-info * {
	white-space: inset !important;
}
.steps-info img {
	max-width: 100%;
	margin:0 0 20px;
}
.steps-info h2 {
	margin:0 0 20px;
}
.step+ .step {
	margin-top: 40px;
}
.steps {
	padding-bottom: 40px;
}
.type2 .oct-news-content .h3.related-articles-header, 
.type2 .octemplates-blog_article .carousel-module-row-header,
.type2 .octemplates-blog_article .carousel-module-row-header, 
.type2 #share-article div, 
.type2 #table-of-content div {
	margin-bottom: 20px;
}
@media screen and (max-width:992px) {
	.rec-main {
		flex-wrap: wrap;
	}
	.rec-main .col-left,
	.rec-main .col-right {
		max-width: 100%;
	}
	.rec-main .col-right {
		order:-1;
		margin:0 0 30px;
		padding: 0;
	}
	.type2 .carousel-module-row .owl-wrapper-outer {
		min-height: unset !important;
	}
	.rec-main {
		padding-top: 20px;
	}
	.imgs {
		
	}
	.rec-info {
		flex-wrap: wrap;
		justify-content: center;
		gap:30px 20px;
	}
	.rec-info .title {
		font-size: 1.4em;
		margin-top: 15px;
	}
	.rec-info .desc {
		font-size: 1.2em;
	}
	.step {
		flex-wrap: wrap;
		justify-content: center;
	}
	.steps-info {
		max-width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.step+ .step {
		margin-top: 15px;
	}
}
@media screen and (min-width:1200px) {
	footer .ml {
		margin-left: -20px;
		padding-right: 20px;
	}
}