/* SCREEN */
@media screen and (min-width: 240px) and (max-width: 840px) {
		body {
		    
		}


		/* PROJECT LIST */
		.feedback .container-flex, 
				.excursion_to_manufacture .container-flex{
			flex-flow: column !important;
		}

		.feedback P.main-title{
			font-size: 1.8em !important;
			line-height: 30px !important;
			font-weight: 600;
		}


	}

/***************/




/*** FEEDBACK - START ***/

DIV.feedback{
}

.feedback .width1020{
	padding: 50px 0;
}

.feedback P.main-title{
	font-size: 2.4em;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	line-height: 40px;
}

.feedback P.main-title{
	font-weight: 600;
	color: #192d3e;
}

.feedback P.second-title{
	font-size: 1.8em;
	font-weight: 100;
	color: #192d3e;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	margin-bottom: 50px;
	line-height: 40px;

}

.feedback .feedback-container{
	justify-content: space-between;
}

.feedback .feedback-container DIV{
	text-align: center;
}

.feedback .feedback-container DIV SPAN{
	display: block;
	font-size: 0.9em;
}

.feedback .feedback-youtube-container{
	margin-bottom: 40px;
}

.feedback .feedback-youtube-container .desc-youtube-feedback{	
	background: #f0f2fa url('../images/logo_gray_ru.png') no-repeat 0 0 / cover;
}

.feedback .feedback-youtube-container .desc-youtube-feedback P{
	margin: 40px;
	font-size: 0.9em;
}

.feedback .feedback-youtube-container .desc-youtube-feedback P.title{
	font-size: 1.4em;
	color: #192d3e;
}


.feedback A.youtube-video-link{
	display: block;
	height: 400px;
	background: #606060;
	position: relative;
	background: url('../images/youtube_thumb_4.jpg') no-repeat center bottom / cover;
}


/*** FEEDBACK - END ***/



