@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

div#mainBlock:not(.infopage) {
	width: 100%;
	margin-bottom: 100px;		
}
div#mainBlock .bg {
	width: 100%;
	height: 819px;
	background-image: url('../images/concat/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;	
}
div#mainBlock .formLayer {
	max-width: 1200px;
	width: 100%;
	height: 835px;
	min-height: 835px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(131, 154, 163, 0.1);
	border-radius: 10px;
	margin-top: -700px;
}
div#mainBlock .formLayer .box-1 {
	width: 480px;
	height: 100%;
	background: rgba(139,139,139, 0.1);
	padding: 85px 45px;
}
div#mainBlock .formLayer .box-2 {	
	height: 100%;
}
div#mainBlock .box-1 .nhrlogo .sub-2 {
	margin-top: 5px;
}
div#mainBlock .box-1 .text {
	padding-top: 60px;
}

/* ==============================================================*/
.infopage {
	margin-top: 30px;
	background-color: rgba(136, 136, 136, 0.1);
	padding: 40px;
	border-radius: 16px;
}
.gridLayer {
	font-size: 18px;
    display: grid;   
	width: 100%;		
}
.infopage .gridLayer {	
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px 30px;
}

.default .gridLayer {	
	grid-template-columns: 145px 1fr;
	gap: 20px 0px;
}
.gridLayer div.h:not(.no-line),
.gridLayer div.b:not(.no-line) {
	padding-bottom: 12px;
	border-bottom: 1px solid #EDEDED;
}
.default .gridLayer > div {
	display: flex;	
	align-items: center;
    justify-content: start; 	
}
.gridLayer .h {
	font-family: 'Noto Sans';
	color: #737373;
	font-size: 17px;
	line-height: 23px;	
	color: #737373;
}
.gridLayer *::placeholder {
	font-family: 'Noto Sans';
	font-size: 16px;
	line-height: 22px;
	color: #C4C4C4;
}
.gridLayer select {
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 24px;	
	color: #000000;
}
.gridLayer select option {
	color: #000000;
}
.gridLayer input, .gridLayer textarea {
	width: 100%;	
	padding: 5px;
	border: 1px solid #E2E2E2;
}
.infopage .gridLayer .b input {
	padding: 8px;
}	
.infopage .gridLayer .b select {
	padding: 6px;
	width: 100%;	
}
.gridLayer textarea {
	height: 120px;
}
.infopage .gridLayer textarea {
	height: 33.6px;
}
@media (max-width: 910px) {
	.infopage .gridLayer  {
		grid-template-columns: 1fr 1fr;
	}	
}
@media (max-width: 540px) {
	.infopage .gridLayer  {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 470px) {
	.gridLayer {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.gridLayer div.h:not(.no-line) {
		padding-bottom: 0px;
		border-bottom: 0px solid #EDEDED;
	}	
}


/* ==============================================================*/
#mainBlock .policy {
	font-family: 'Nunito Sans';
	font-size: 15px;
	line-height: 20px;
	color: #737373;	
	padding-top: 15px;
}
#mainBlock .policy input[type='checkbox'] {
	width: 20px;
	height: 20px;
	border: 1px solid var(--color_grey);
	vertical-align: -25%;
}
#mainBlock #page-1 #btn-send {
	width: 134px;
	height: 42px;	
}
#mainBlock #page-2 {
	text-align: center;
}
#mainBlock #page-2 .title {
	font-size: 20px;
	line-height: 30px;
	color: var(--color_smart_green);;	
}

#mainBlock #page-2 .text {	
	font-family: 'Nunito Sans';	
	font-size: 17px;
	line-height: 27px;
	color: var(--color_grey);	
	padding: 20px;
}
#mainBlock .default #page-2 .text {
	padding: 80px 0px;
}
#mainBlock #page-2 .text u {
	text-decoration: underline;
	color: var(--color_smart_green);;	
}
#mainBlock #page-2 #btn-back {
	width: 239px;
	height: 66px;
}

@media (max-width: 1280px) {

	div#mainBlock .formLayer {
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
	}
	div#mainBlock .mw-580 {
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
	}
}
@media (max-width: 980px) {	
	div#mainBlock {
		margin-bottom: 60px; 
	}
	div#mainBlock .formLayer.fx {
		flex-direction: column;
		max-height: none;
		width: 90%;
		height: 100%;
		margin-top: -760px;	
	}	
	div#mainBlock .nhrlogo img {
		height: 32px;
	}
	div#mainBlock .nhrlogo .l-24 {
		line-height: 18px;
	}	
	div#mainBlock .formLayer .box-1,
	div#mainBlock .formLayer .box-2 {
		width: 100%;
		padding: 40px;
	}
	div#mainBlock .box-1 .text {
		padding-top: 20px; 
	}
	div#mainBlock .formLayer .pt-90,
	div#mainBlock .formLayer .pt-130	
	{
		padding-top: 0px; 
	}
	div#mainBlock .mw-580 {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}	
	div#mainBlock .footbtn.fx-xs {
		justify-content: center; 	
	}
}