main.page_feedback {
	/*background:url('../images/bg-blurred.jpg') no-repeat top;*/
	background-size: 100%;
	background-color: #171717;
	background-origin: border-box;
	border: 1px solid #393939;
	padding-bottom: 0.5rem;
}

/*main.page_feedback div.border_ending {
	width: inherit;
	height: 100%;
	max-height: inherit;
	position: absolute;
	margin-top: 750px;
	border: 1px solid #D50003;
	border-top: none;
}*/

section.feedback {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-top: 3rem;
	width: 42rem;
	margin-left: 3.9rem;
	margin-bottom: 4.5rem;
}

article {
	/*margin-bottom: 2.5rem;*/
}

article div.name {
	font-weight: bold;
}

article div.name span.country {
	color: #8C8C8C;
}

article div.about-product {
	display: inline-block;
	color: #8C8C8C;
	margin-top: 0.2rem;
}

article div.rating {
	display: inline-block;
	margin-left: 0.6rem;
	font-size: 1.6rem;
}

article div.rating span.nostar {
	color: #6F6F6F;
}

article div.comment {
	margin-top: 0.6rem;
}

article div.line {
	height: 2px;
	width: 100%;
	background-color: #4B4B4B;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}



section.form {
	display: inline-block;
	vertical-align: top;
	margin-top: 3rem;
	margin-bottom: 4rem;
	margin-left: 4.1rem;
	width: 24.8rem;
}

section.form h1 {
	text-transform: uppercase;
	display: block;
	font-size: 2.5rem;
	margin-bottom: 1.2rem;
}

input,
select,
select optgroup,
textarea
{
	background-color: #000;
	border: 1px solid #545454;
	color: #BFBFBF;
	min-width: 96%;
	max-width: 96%;
	width: 96%;
	font-size: 1.1rem;
	padding: 0.5rem 2%;
	margin-bottom: 1.2rem;
	font-family: Roboto, Arial;
}

section.form select optgroup[label] {
	background-color:rgba(0,0,0,.3);
}

textarea {
	min-height: 12rem;
}

section.form form button {
	background: #202020; /* Old browsers */
	background: -moz-linear-gradient(top,  #202020 0%, #101010 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #202020 0%,#101010 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #202020 0%,#101010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
	border: 1px solid #545454;
	color: #BFBFBF;
	font-size: 1.1rem;
	padding: 0.5rem 0.9rem 0.7rem 0.9rem;
	margin-top: 1.2rem;
	cursor: pointer;
}

section.form form button:hover {
	background: none;
	background-color: #323232;
}

section.form form button:active {
	background: none;
	background-color: #838383;
}






@media only screen and (max-width: 1350px) {

	main.page_feedback {
		border: none;
	}	

	section.feedback {
		width: 90%;
		display: block;
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin-top: 0.5rem;
		margin-left: auto;
		margin-right: auto;
	}

	section.form {
		width: 90%;
		display: block;
		margin-top: 3rem;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2.5rem;
	}
	
	input,
	select,
	select optgroup,
	textarea
	{
		margin-left: auto;
		margin-right: auto;
	}
	
}
	
	
@media only screen and (max-width: 700px) {
	
	section.feedback {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
	
	article div.line {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	input,
	select,
	select optgroup,
	textarea
	{
		font-size: 0.8rem;
		padding: 0.5rem 0.5rem;
		margin-bottom: 1.0rem;
	}
	
	article {
		/*margin-bottom: 2.5rem;*/
	}
	
	article div.rating {
		display: block;
		margin-left: 0.0rem;
		font-size: 1.2rem;
		margin-top: 0.3rem;
	}
	
	article div.comment {
		margin-top: 0.6rem;
	}
	
	section.form h1 {
		font-size: 1.7rem;
	}
	
	section.form {
		font-size: 1.0rem;
		line-height: 1.3rem;
	}
	
}
