body {
	margin: 0;
	padding: 0;
}

/* Файл писался под box-sizing: content-box (как на madeindream.com), а тема
   нового сайта включает глобальный border-box (Bootstrap). Из-за него max-width
   начинает включать в себя padding: у .features остаётся 1060-80=980px вместо
   1060px, двум блокам по 510px уже не хватает места и сетка схлопывается
   в одну колонку, а заголовки соседних блоков слипаются.
   Возвращаем content-box там, где max-width задаёт ширину сетки. */
.content-page .features,
.content-page .feature,
.content-page .lil-cards,
.content-page .step-text {
	box-sizing: content-box;
}

@media (min-width: 320px){

.content-page {
	max-width: 1200px;
	margin: 0 auto;

}

.lil-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	letter-spacing: 0.01em;
	color: #000000;
	margin: 0 0 0 20px;
	padding: 40px 0 0 0;
}

.content-page hr {
	border: 1px solid #F2F2F2;
	max-width: calc(100% - 20px);
	padding: 0;
	margin: 20px 0 0 20px;
}

.benefits {
	margin: 40px 0 0 0;
	max-width: 100%;
	background-image: url(https://madeindream.com/image/data/products/sous-vide/rawmid-modern-rms-03/description-2020-new/1.webp);
	padding: 50px 0 50px 20px;
}

.benefits img{
	max-width: 100%;
}

.about-suvid {
	margin: 50px 0 0 0px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

.suvid-about-img {
	max-width: 100%;
}

.suvid-about-txt {
	max-width: 653px; 
	margin: 20px 0 0 20px;
}

.suvid-about-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.suvid-about-desc {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.about-suvid-2 {
	margin: 50px 0 0 0;
	padding: 0 0 0 0px;
	max-width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
	border-radius: 0 0 0 200px;
}

.suvid-about-txt-2 {
	max-width: 700px; 
	color: #FFFFFF;
	margin: 35px 20px 40px 20px;
}

.suvid-about-title-2 {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
}

.suvid-about-desc-2 {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 135%;

}

.suvid-about-img-2 img {
	max-width: 100%


}



.features {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 540px;
	padding: 0 0 0 0;
	margin: 40px auto 0 auto;

}

.features-background {
	background-image: url(img/38.svg);
	background-repeat: no-repeat;
	background-position: left -240px;
}

.feature {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.feature-img img {
	width: 100%;
}

.feature:nth-child(even) {
	margin: 0 0 0 0px;
}

.feature:nth-child(even) > .feature-img {
	order: -1;
	margin: 0 0 0 0;
	height: auto;
}

.feature:nth-child(odd) > .feature-img {
	margin: 0 0 0 0;
	height: auto;
}

.feature:last-child > .feature-img {
	order: -1;
	margin: 0 0 0 0;
	height: auto;
}

.feature-text {
	padding: 40px 20px 0 20px;

}

.feature-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 115%;
	color: #000000;
	max-width: 510px;
}

.feature-text-desc {
	display: block;
	margin: 10px 0 60px 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	max-width: 100%;

}

.feature-wide {
	max-width: 980px;
	margin: 0 auto 0 auto;
}

.feature-wide > .feature-text {
	padding: 40px 20px 0 20px;
}


.feature-wide img{
	max-width: 100%;
} 

.feature-wide > .feature-img {
	margin: 0 0 0 0;
}

.feature-wide > .feature-text > .feature-text-desc {
	max-width: 700px;
}


.lil-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

	max-width: 100%;
	padding: 0 0 0 0px;
	margin: 40px 0 0 0;
}

.card:nth-child(even) {
	margin: 0 0 40px 00px;
}

.lil-card-img-desc {
	display: flex;
	flex-direction: column;
}

.lil-card-desc {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	display: block;
	max-width: 100%;
	margin: 15px 0 0 10px; 
}

.ill-card-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 20px 20px;
}

.lil-cards-v {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	margin: 0 auto 0 auto; 

	
}

.lil-card-v {
	max-width: 100%;
	margin: 40px 20px 0 20px;
	background: #F2F2F2;
}

.lil-card-v:first-child {
	margin: 40px 20px 0 20px;
}

.lil-card-v > .lil-card-desc {
	margin: 0 0 20px 20px;
	width: 280px;
}

.comlect {
	margin: 20px auto 0 auto;

}

.comlect img {
	width: 100%;
}

.how-to {
	margin: 40px auto 0 auto;
	max-width: 100%;
}

.step {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	background: #F2F2F2;
	height: auto;
	justify-content: space-between;

}

.step:nth-child(even) > .img-step {
	order: -1;
}

.step:nth-child(even) > .step-text{
	text-align: left;
}

.img-step img{
	max-width: 100%;
}

.step-text{
	display: flex;
	flex-direction: column;
	justify-content: start;
	max-width: 100%;
	padding: 20px;
}

.step-text-number {
	display: block;
	font-family: Open Sans;
	font-style: italic;
	font-weight: 600;
	font-size: 96px;
	line-height: 100%;
	color: #000000;
}
.step-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 0 0;
}

.step-text-desc {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	margin: 10px 0 60px 0;
}

.food-variants {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 100%;
	margin: 0 auto 0 auto;
}

.food-variant {
	display: flex;
	flex-direction: column;
	max-width: 100%; 
	margin: 20px 0 0 0px;
}

.food-varian-img{
	max-width: 100%;
	overflow: hidden;
	height: 327px;
}

.food-variant-text {
	display: block;
	padding: 20px;
	background: #F2F2F2;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
}


}


@media (min-width: 400px){

.content-page {
	max-width: 1200px;
	margin: 0 auto;

}

.lil-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	letter-spacing: 0.01em;
	color: #000000;
	margin: 0 0 0 20px;
	padding: 40px 0 0 0;
}

.content-page hr {
	border: 1px solid #F2F2F2;
	max-width: calc(100% - 20px);
	padding: 0;
	margin: 20px 0 0 20px;
}

.benefits {
	margin: 40px 0 0 0;
	max-width: 100%;
	background-image: url(https://madeindream.com/image/data/products/sous-vide/rawmid-modern-rms-03/description-2020-new/1.webp);
	padding: 50px 0 50px 20px;
}

.benefits img{
	max-width: 100%;
}

.about-suvid {
	margin: 50px 0 0 0px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

.suvid-about-img {
	max-width: 100%;
}

.suvid-about-txt {
	max-width: 653px; 
	margin: 20px 0 0 20px;
}

.suvid-about-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.suvid-about-desc {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.about-suvid-2 {
	margin: 50px 0 0 0;
	padding: 0 0 0 0px;
	max-width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
	border-radius: 0 0 0 200px;
}

.suvid-about-txt-2 {
	max-width: 700px; 
	color: #FFFFFF;
	margin: 35px 20px 40px 20px;
}

.suvid-about-title-2 {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
}

.suvid-about-desc-2 {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 135%;

}

.suvid-about-img-2 img {
	max-width: 100%


}



.features {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 540px;
	padding: 0 0 0 0;
	margin: 40px auto 0 auto;

}

.features-background {
	background-image: url(img/38.svg);
	background-repeat: no-repeat;
	background-position: left -240px;
}

.feature {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.feature-img img {
	width: 100%;
}

.feature:nth-child(even) {
	margin: 0 0 0 0px;
}

.feature:nth-child(even) > .feature-img {
	order: -1;
	margin: 0 0 0 0;
	height: auto;
}

.feature:nth-child(odd) > .feature-img {
	margin: 0 0 0 0;
	height: auto;
}

.feature:last-child > .feature-img {
	order: -1;
	margin: 0 0 0 0;
	height: auto;
}

.feature-text {
	padding: 40px 20px 0 20px;

}

.feature-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 115%;
	color: #000000;
	max-width: 510px;
}

.feature-text-desc {
	display: block;
	margin: 10px 0 60px 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	max-width: 100%;

}

.feature-wide {
	max-width: 980px;
	margin: 0 auto 0 auto;
}

.feature-wide > .feature-text {
	padding: 40px 20px 0 20px;
}


.feature-wide img{
	max-width: 100%;
} 

.feature-wide > .feature-img {
	margin: 0 0 0 0;
}

.feature-wide > .feature-text > .feature-text-desc {
	max-width: 700px;
}


.lil-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

	max-width: 100%;
	padding: 0 0 0 0px;
	margin: 40px 0 0 0;
}

.card:nth-child(even) {
	margin: 0 0 40px 00px;
}

.lil-card-img-desc {
	display: flex;
	flex-direction: row;
}

.lil-card-desc {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	display: block;
	max-width: 255px;
	margin: 0 0 0 10px; 
}

.ill-card-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 20px 20px;
}

.lil-cards-v {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto 0 auto; 

	
}

.lil-card-v {
	max-width: 235px;
	margin: 40px 20px 0 20px;
	background: #F2F2F2;
}

.lil-card-v:first-child {
	margin: 40px 20px 0 20px;
}

.lil-card-v > .lil-card-desc {
	margin: 0 0 20px 20px;
	width: 195px;
}

.comlect {
	margin: 20px auto 0 auto;

}

.comlect img {
	width: 100%;
}

.how-to {
	margin: 40px auto 0 auto;
	max-width: 100%;
}

.step {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	background: #F2F2F2;
	height: auto;
	justify-content: space-between;

}

.step:nth-child(even) > .img-step {
	order: -1;
}

.step:nth-child(even) > .step-text{
	text-align: left;
}

.img-step img{
	max-width: 100%;
}

.step-text{
	display: flex;
	flex-direction: column;
	justify-content: start;
	max-width: 100%;
	padding: 20px;
}

.step-text-number {
	display: block;
	font-family: Open Sans;
	font-style: italic;
	font-weight: 600;
	font-size: 96px;
	line-height: 100%;
	color: #000000;
}
.step-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 0 0;
}

.step-text-desc {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	margin: 10px 0 60px 0;
}

.food-variants {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 327px;
	margin: 0 auto 0 auto;
}

.food-variant {
	display: flex;
	flex-direction: column;
	max-width: 327px; 
	margin: 20px 0 0 0px;
}

.food-varian-img{
	max-width: 327px;
	height: 327px;
}

.food-variant-text {
	display: block;
	padding: 20px;
	background: #F2F2F2;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
}


}


@media (min-width: 780px){

.content-page {
	max-width: 1200px;
	margin: 0 auto;

}

.lil-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	letter-spacing: 0.01em;
	color: #000000;
	margin: 0 0 0 60px;
	padding: 40px 0 0 0;
}

.content-page hr {
	border: 1px solid #F2F2F2;
	max-width: calc(100% - 60px);
	padding: 0;
	margin: 20px 0 0 60px;
}

.benefits {
	margin: 40px 0 0 0;
	max-width: 100%;
	background-image: url(https://madeindream.com/image/data/products/sous-vide/rawmid-modern-rms-03/description-2020-new/1.webp);
	padding: 50px 0 50px 80px;
}

.benefits img{
	max-width: 513px;
}

.about-suvid {
	margin: 50px 0 0 20px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
}

.suvid-about-img {
	max-width: 327px;
}

.suvid-about-txt {
	max-width: 653px; 
	margin: -7px 0 0 20px;
}

.suvid-about-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.suvid-about-desc {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.about-suvid-2 {
	margin: 50px 0 0 0;
	padding: 0 0 0 0px;
	max-width: 100%;
	height: 420px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 0 0 0 0px;
	background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
}

.suvid-about-txt-2 {
	max-width: 490px; 
	color: #FFFFFF;
	margin: 35px 0 0 20px;
}

.suvid-about-title-2 {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
}

.suvid-about-desc-2 {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 135%;
}

.suvid-about-img-2 img {
	max-width: 350px;

}



.features {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 540px;
	padding: 0 0 0 0;
	margin: 40px auto 0 auto;

}

.features-background {
	background-image: url(img/38.svg);
	background-repeat: no-repeat;
	background-position: left -240px;
}

.feature {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.feature:nth-child(even) {
	margin: 0 0 0 0px;
}

.feature:nth-child(even) > .feature-img {
	order: -1;
	margin: 0 0 0 0;
	height: 478px;
}

.feature:nth-child(odd) > .feature-img {
	margin: 0 0 0 0;
	height: auto;
}

.feature:last-child > .feature-img {
	order: -1;
	margin: 0 0 0 0;
	height: auto;
}

.feature-text {
	padding: 40px 0 0 0;

}

.feature-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 115%;
	color: #000000;
	max-width: 510px;
}

.feature-text-desc {
	display: block;
	margin: 10px 0 60px 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	max-width: 410px;

}

.feature-wide {
	max-width: 980px;
	margin: 0 auto 0 auto;
}

.feature-wide > .feature-text {
	padding: 40px 0 0 40px;
}


.feature-wide img{
	max-width: 100%;
} 

.feature-wide > .feature-img {
	margin: 0 0 0 0;
}

.feature-wide > .feature-text > .feature-text-desc {
	max-width: 700px;
}


.lil-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

	max-width: 100%;
	padding: 0 0 0 0px;
	margin: 40px 0 0 0;
}

.lil-card-img-desc {
	display: flex;
	flex-direction: row;
}

.lil-card-desc {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	display: block;
	max-width: 275px;
	margin: 0 0 0 40px; 
}

.ill-card-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 20px 20px;
}

.lil-cards-v {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto 0 auto; 

	
}

.lil-card-v {
	max-width: 235px;
	margin: 40px 20px 0 20px;
	background: #F2F2F2;
}

.lil-card-v:first-child {
	margin: 40px 20px 0 20px;
}

.lil-card-v > .lil-card-desc {
	margin: 0 0 20px 20px;
	width: 195px;
}

.comlect {
	margin: 20px auto 0 auto;

}

.comlect img {
	width: 100%;
}

.how-to {
	margin: 40px auto 0 auto;
	max-width: 980px;
}

.step {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	background: #F2F2F2;
	height: 400px;
	justify-content: space-between;

}

.step:nth-child(even) > .img-step {
	order: 2;
}

.step:nth-child(even) > .step-text{
	text-align: right;
}

.img-step img{
	max-width: 400px;
}

.step-text{
	display: flex;
	flex-direction: column;
	justify-content: start;
	max-width: 365px;
	padding: 40px;
}

.step-text-number {
	display: block;
	font-family: Open Sans;
	font-style: italic;
	font-weight: 600;
	font-size: 96px;
	line-height: 100%;
	color: #000000;
}
.step-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 0 0;
}

.step-text-desc {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	margin: 10px 0 0 0;
}

.food-variants {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 735px;
	margin: 0 auto 0 auto;
}

.food-variant {
	display: flex;
	flex-direction: column;
	max-width: 327px; 
	margin: 20px 0 0 40px;
}

.food-varian-img{
	max-width: 327px;
	height: 327px;
}

.food-variant-text {
	display: block;
	padding: 20px;
	background: #F2F2F2;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
}


}

@media (min-width: 1000px){

.content-page {
	max-width: 1200px;
	margin: 0 auto;

}

.lil-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	letter-spacing: 0.01em;
	color: #000000;
	margin: 0 0 0 60px;
	padding: 40px 0 0 0;
}

.content-page hr {
	border: 1px solid #F2F2F2;
	max-width: calc(100% - 60px);
	padding: 0;
	margin: 20px 0 0 60px;
}

.benefits {
	margin: 40px 0 0 0;
	max-width: 100%;
	background-image: url(https://madeindream.com/image/data/products/sous-vide/rawmid-modern-rms-03/description-2020-new/1.webp);
	padding: 50px 0 50px 80px;
}

.benefits img{
	max-width: 513px;
}

.about-suvid {
	margin: 50px 0 0 40px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
}

.suvid-about-img {
	max-width: 327px;
}

.suvid-about-txt {
	max-width: 653px; 
	margin: 0 0 0 40px;
}

.suvid-about-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.suvid-about-desc {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.about-suvid-2 {
	margin: 50px 0 0 0;
	padding: 0 0 0 0px;
	max-width: 100%;
	height: 330px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 0 0 0 0px;
	background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
}

.suvid-about-txt-2 {
	max-width: 490px; 
	color: #FFFFFF;
	margin: 35px 0 0 40px;
}

.suvid-about-title-2 {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
}

.suvid-about-desc-2 {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 135%;
}

.suvid-about-img-2 img {
	max-width: 400px;

}



.features {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 980px;
	padding: 0 0 0 0;
	margin: 40px auto 0 auto;

}

.features-background {
	background-image: url(img/38.svg);
	background-repeat: no-repeat;
	background-position: left -240px;
}

.feature {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

.feature:nth-child(even) {
	margin: 0 0 0 0px;
	text-align: right;
}

.feature:nth-child(even) > .feature-img {
	order: 2;
	margin: -220px 0 0 0;
	height: 478px;
}

.feature:nth-child(odd) > .feature-img {
	margin: 0 0 0 0;
	height: 478px;
}

.feature:last-child > .feature-img {
	order: 2;
	margin: -250px 0 0 0;
	height: 478px;
}

.feature-text {
	padding: 40px 40px 0 40px;

}

.feature-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 115%;
	color: #000000;
	max-width: 400px;
}

.feature-text-desc {
	display: block;
	margin: 10px 0 60px 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	max-width: 410px;

}

.feature-wide > .feature-text {
	padding: 40px 0 0 0px;
}

.feature-wide {
	max-width: 980px;
	margin: 0 auto 0 auto;
}

.feature-wide img{
	max-width: 100%;
} 

.feature-wide > .feature-img {
	margin: 0 0 0 0;
}

.feature-wide > .feature-text > .feature-text-desc {
	max-width: 900px;
}

.



.lil-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

	max-width: 100%;
	padding: 0 0 0 0px;
	margin: 40px 0 0 0;
}

.lil-card-img-desc {
	display: flex;
	flex-direction: row;
}

.lil-card-desc {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	display: block;
	max-width: 267px;
	margin: 0 0 0 40px; 
}

.ill-card-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 20px 20px;
}

.lil-cards-v {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto 0 auto; 

	
}

.lil-card-v {
	max-width: 235px;
	margin: 40px 20px 0 20px;
	background: #F2F2F2;
}

.lil-card-v:first-child {
	margin: 40px 20px 0 20px;
}

.lil-card-v > .lil-card-desc {
	margin: 0 0 20px 20px;
	width: 195px;
}

.comlect {
	margin: 20px auto 0 auto;
	width: 100%;

}

.comlect img {
	width: 100%;
}

.how-to {
	margin: 40px auto 0 auto;
	max-width: 980px;
}

.step {
	max-width: 1060px;
	display: flex;
	flex-direction: row;
	background: #F2F2F2;
	height: 402px;
	justify-content: space-between;
}

.step:nth-child(even) > .img-step {
	order: 2;
}

.step:nth-child(even) > .step-text{
	text-align: right;
}

.img-step img{
	max-width: 602px;
}

.step-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 365px;
	padding: 40px;
}

.step-text-number {
	display: block;
	font-family: Open Sans;
	font-style: italic;
	font-weight: 600;
	font-size: 96px;
	line-height: 100%;
	color: #000000;
}
.step-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 0 0;
}

.step-text-desc {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	margin: 10px 0 0 0;
}

.food-variants {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 735px;
	margin: 0 auto 0 auto;
}

.food-variant {
	display: flex;
	flex-direction: column;
	max-width: 327px; 
	margin: 20px 0 0 40px;
}

.food-varian-img{
	max-width: 327px;
	height: 327px;
}

.food-variant-text {
	display: block;
	padding: 20px;
	background: #F2F2F2;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
}


}


















@media (min-width: 1300px){

.content-page {
	max-width: 1200px;
	margin: 0 auto;

}

.lil-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	letter-spacing: 0.01em;
	color: #000000;
	margin: 0 0 0 80px;
	padding: 40px 0 0 0;
}

.content-page hr {
	border: 1px solid #F2F2F2;
	/* 1060px — ширина разделителя на madeindream.com, но колонка описания
	   на новом сайте бывает уже 1140px (80px отступа + 1060), поэтому
	   ограничиваем ещё и доступной шириной, иначе линия уезжает за контейнер. */
	max-width: 1060px;
	max-width: min(1060px, calc(100% - 80px));
	padding: 0;
	margin: 20px 0 0 80px;
}

.benefits {
	margin: 40px 0 0 0;
	max-width: 100%;
	background-image: url(https://madeindream.com/image/data/products/sous-vide/rawmid-modern-rms-03/description-2020-new/1.webp);
	padding: 50px 0 50px 80px;
}

.benefits img{
	max-width: 513px;
}

.about-suvid {
	margin: 50px 0 0 80px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
}

.suvid-about-img {
	max-width: 327px;
}

.suvid-about-txt {
	max-width: 653px; 
	margin: 0 0 0 40px;
}

.suvid-about-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.suvid-about-desc {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
}

.about-suvid-2 {
	margin: 50px 0 0 0;
	padding: 0 0 0 0px;
	max-width: 100%;
	height: 330px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 0 0 0 0px;
	background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
}

.suvid-about-txt-2 {
	max-width: 490px; 
	color: #FFFFFF;
	margin: 35px 0 0 80px;
}

.suvid-about-title-2 {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
}

.suvid-about-desc-2 {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 135%;
}



.suvid-about-img-2 img {
	max-width: 590px;

}


/* Исходная сетка требовала ровно 1140px (80px padding + 510+40+510) — столько
   давала колонка описания на madeindream.com. На новом сайте она уже (~1095px
   при окне 1920), 45px не хватало, и обе колонки схлопывались в одну.
   Поэтому ширину не фиксируем: колонки резиновые (flex-basis 440px, растут
   до исходных 510px), зазор задаём через gap. Две колонки собираются везде,
   где доступно от 920px, ниже — аккуратно переносятся в одну. */
.features {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1060px;
	padding: 0;
	margin: 40px auto 0 auto;
	column-gap: 40px;

}



.features-background {
	background-image: url(img/38.svg);
	background-repeat: no-repeat;
	background-position: left -240px;
}

.feature {
	flex: 1 1 440px;
	max-width: 510px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;

}

.feature:nth-child(even) {
	margin: 0;
	text-align: left;
}

.feature:nth-child(even) > .feature-img {
	order: 1;
	margin: 20px 0 80px 0;
	height: 478px;

}

.feature:nth-child(odd) > .feature-img {
	margin: 0 0 20px 0;
	height: 478px;
}

.feature:last-child > .feature-img {
	order: 2;
	margin: 20px 0 20px 0;
	height: 478px;
}

.feature-text {
	padding: 0 0 0 0;

}

.feature-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 115%;
	color: #000000;
	max-width: 400px;
}

.feature-text-desc {
	display: block;
	margin: 20px 0 0 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	max-width: 410px;
}

.feature-wide {
	max-width: 1060px;
	margin: 40px 0 0 80px ;
}

.feature-wide > .feature-img {
	margin: 20px 0 0 0;
}

.feature-wide img{
	max-width: 100%;
} 

.feature-wide > .feature-text > .feature-text-desc {
	max-width: 900px;
}

.feature-wide > .feature-text {
	padding: 40px 0 0 0px;
}



.lil-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1060px;
	padding: 0 0 0 80px;
	margin: 40px 0 0 0;
}
.lil-card-img-desc {
	display: flex;
	flex-direction: row;
}

.lil-card-desc {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	display: block;
	max-width: 267px;
	margin: 0 0 0 40px; 
}

.ill-card-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 20px 20px;
}

.lil-cards-v {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1060px;
	margin: 0 0 0 80px; 

	
}

.lil-card-v {
	max-width: 235px;
	margin: 0 0 0 40px;
	background: #F2F2F2;
}

.lil-card-v:first-child {
	margin: 0 0 0 0;
}

.lil-card-v > .lil-card-desc {
	margin: 0 0 20px 20px;
	width: 195px;
}

.comlect {
	margin: 20px 0 0 80px;
	width: 980px;
}

.comlect img {
	width: auto;
}

.how-to {
	margin: 40px 0 0 80px	;
	max-width: 1060px;
}

.step {
	max-width: 1060px;
	display: flex;
	flex-direction: row;
	background: #F2F2F2;
	height: 402px;
	justify-content: space-between;
}

.step:nth-child(even) > .img-step {
	order: 2;
}

.step:nth-child(even) > .step-text{
	text-align: right;
}

.img-step img{
	max-width: 602px;
}

.step-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 365px;
	padding: 40px;
}

.step-text-number {
	display: block;
	font-family: Open Sans;
	font-style: italic;
	font-weight: 600;
	font-size: 96px;
	line-height: 100%;
	color: #000000;
}
.step-text-title {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #000000;
	margin: 20px 0 0 0;
}

.step-text-desc {
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 135%;
	color: #000000;
	margin: 10px 0 0 0;
}

.food-variants {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1101px;
	margin: 0 0 0 40px;
}

.food-variant {
	display: flex;
	flex-direction: column;
	max-width: 327px; 
	margin: 20px 0 0 40px;
}

.food-varian-img{
	max-width: 327px;
	height: 327px;
}

.food-variant-text {
	display: block;
	padding: 20px;
	background: #F2F2F2;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #000000;
}


}
