main.page_support {
	/*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_mail {
	background-color: #171717;
	background-origin: border-box;
	border: 1px solid #393939;
}

section.support {
	background:url('../images/bg-icon-support.png') no-repeat top;
	background-repeat: no-repeat;
	background-size: 28.4rem;
	background-position: center 0;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-top: 3.5rem;
	width: 42rem;
	min-height: 29rem;
	margin-left: 3.9rem;
	overflow: visible;
}

section.support a:link,
section.support a:visited
{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

section.support a:hover
{
	text-decoration: none;
}

section.support div.text {
	margin-top: 4rem;
	margin-bottom: 6rem;
}




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

section.form h1 {
	text-transform: uppercase;
	display: block;
	font-size: 2.5rem;
	line-height: 2.125rem;
	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);
}


section.form textarea {
	min-height: 12rem;
}



section.form div.info {
	
	background-image: url(../images/icon-info.png);
	background-size: 2.0rem;
	background-position: 0.7rem 0.6rem;
	background-repeat: no-repeat;
	
	padding: 0.5rem 0.9rem 0.5rem 3.4rem;
	background-color: #238BC1;
	border: 1px solid #46bcfa;
	/*color: #000;*/
	margin-bottom: 1.2rem;
	line-height: 1.4rem;
}



section.form div.info a:link,
section.form div.info a:visited
{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

section.form div.info a:hover
{
	text-decoration: none;
}



.btn-close-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

a.btn-close-content {
	line-height: 1.125rem;
	margin-top: 0.4rem;
	margin-bottom: 0.1875rem;
	border-radius: 0.375rem;
	display: block;
	padding: 0.25rem 0.9em 0.1875rem 0.9rem;
	cursor: pointer;
	border: 0.0625rem solid #78B0CD;
}

a.btn-close-content:hover {
	background-color: #176E9B;
}

a.btn-close-content:active {
	background-color: #78B0CD;
}




section.success_message {
	display: block;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-top: 8.5rem;
	margin-bottom: 11.5rem;
	width: 42rem;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
}

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

section.success_message .email-check {
	color: #46bcfa;
}





/*SOLVED FORM*/
section.solved {
	display: block;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-top: 8.5rem;
	margin-bottom: 11.5rem;
	width: 42rem;
	max-width: 80%;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
}

section.solved h2 {
	line-height: 2.3rem;
	color: #46bcfa;
}


input[type="checkbox"] {
	display:none;
}

input[type="checkbox"] + label::before {
	width: 1.25rem;
	height: 1.64rem;
	border-radius: 0.2em;
	border: 1px solid #fff;
	background-color: #000;
	display: block;
	content: "";
	float: left;
	margin-right: 0.5rem;
	padding-left: 0.4rem;
	margin-top: -0.2rem;
}
input[type="checkbox"]:checked+label::before {
	font-size: 1.2rem;
	color: #fff;
	content: "X";
	padding-left: 0.4rem;
	font-family:Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
}


section.solved div.reveil-wrapper {
	
	margin-bottom: 2rem;
	
}
section.solved div.reveil-inner {
  max-width: 700px;
  margin: auto;
}

#toggle {
  /*display: none;*/
}

input[type=checkbox] ~ label {
}

input[type=checkbox] ~ label ~ .reveil-content { 
	opacity: 0;
	height: 0;
	display: none;
}

input[type=checkbox]:checked ~ label ~ .reveil-content { 
	opacity: 100;
	height: 100%;
	display:inline-block;
}
.reveil-content {
	height: 300px;
	padding: 0px;
	width: 100%;
	margin-top: 1rem;
}




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

	main.page_support {
		border: none;
	}	
	
	main.page_mail {
		border: none;
	}	

	section.support {
		background-size: contain;
		width: 90%;
		display: block;
		font-size: 1.2rem;
		line-height: 1.6rem;
		min-height: auto;
		margin-top: 0.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	
	section.support div.text {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}

	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;
	}
	
	
	
	
	section.solved {
		font-size: 1.2rem;
		margin-top: 4.5rem;
		margin-bottom: 7.5rem;
	}

	section.solved h2 {
		font-size: 1.5rem;
	}
	
	
	
	
	section.success_message {
		width: 90%;
		display: block;
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin-top: 2.5rem;
		margin-bottom: 3.5rem;
		padding-bottom: 3.5rem;
		margin-left: auto;
		margin-right: auto;
	}	
	
		
}
	
	
@media only screen and (max-width: 700px) {
	
	section.support {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
	
	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;
	}
	
	article div.comment {
		margin-top: 0.1rem;
	}
	
	section.form h1 {
		font-size: 1.7rem;
	}
	
	section.form {
		font-size: 0.9rem;
		line-height: 1.2rem;
		margin-top: 2rem;
	}
	
	
	section.solved {
		font-size: 0.8rem;
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	section.solved h2 {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	
	section.success_message {
		font-size: 1.0rem;
		line-height: 1.4rem;
	}

	section.success_message h1 {
		font-size: 1.7rem;
		line-height: 1.8rem;
	}
	
	
	
}




