.thanks_after_submit {
	display: none;			
}

.tas_text {
	margin-bottom: 16px;
	font-family: 'Roboto', Arial, monospace;
	font-size: 18px;
	line-height: 29px;			
	color: #2e3744;
	font-weight: 700;
}

.tas_btn {
	margin-bottom: 32px;
}

.tas_after_btn {
	display: none;
	font-family: 'Roboto', Arial, monospace;
	font-size: 18px;
	line-height: 29px;			
	color: #2e3744;
	max-width: 65%;
}		

@media (max-width: 991px) {	
	.tas_btn button {
		max-width: 400px;
	}
	.tas_after_btn {				
		max-width: 50%;
	}
}

@media (max-width: 767px) {				
	.tas_after_btn {				
		max-width: 100%;
	}
}		

.deepness_popup_wrapper {
	margin: 0 auto;
	max-width: 745px;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 64px;
}

	.dpw_header {
		color: #2E3744;
		font-family: 'Montserrat-b', Arial, monospace;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 130%;
		letter-spacing: -1.2px;
		margin-bottom: 24px;
	}
	
	.dpw_body {				
		display: flex;
		flex-direction: column;
		gap: 24px;
		margin-bottom: 40px;
	}
	
		.dpw_body p, 
		.dpw_footer p {
			color: #2E3744;
			font-family: 'Roboto', Arial, monospace;
			font-size: 17px;
			font-style: normal;
			font-weight: 400;
			line-height: 160%;
			margin: 0;
		}
		
		.dpw_footer p {
			color: #808080;
			font-family: 'PT Sans', Arial, monospace;
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 18px;
		}
		
			.dpw_body p span {
				font-weight: 700;
			}
	
		.dpw_footer a {
			font-family: 'Open Sans', Arial, monospace;
			font-size: 16px;
			line-height: 1;
			font-weight: 600;
			text-transform: uppercase;
			padding: 24px 65px;						
			box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
			border-radius: 4px;						
			background: #f6c42c;						
			cursor: pointer;
			transition: all .3s ease;						
			margin-bottom: 16px;
			display: inline-block;
			color: #2E3744;
			text-align: center;
			box-sizing: border-box;
			cursor: pointer;
		} 
	
@media (max-width: 1023px) {	

	.deepness_popup_wrapper {					
		max-width: 704px;
		padding-top: 50px;					
		margin-bottom: 64px;
	}					
		
		.dpw_body {						
			gap: 20px;
		}
		
			.dpw_body p {							
				font-size: 20px;							
			}					
			
}

@media (max-width: 767px) {	

	.deepness_popup_wrapper {					
		padding: 2px 16px 72px;
		margin-bottom: 48px;
	}
	
		.dpw_header {						
			font-size: 20px;
			margin-bottom: 32px;	
		}
		
		.popup .dpw_header br {
			display: block;
		}
		
			.dpw_body p, 
			.dpw_footer p {
				font-size: 17px;							
			}
			
			.dpw_footer p {
				color: #2E3744;
			}	
		
				.dpw_footer a {							
					padding: 24px 4px;	
					font-size: 15px;
					width: 100%;
				}					
			
}

div.grid3span {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;						
}

p.grid3span_row {
	font-size: 16px;
	line-height: normal;
	color: #808080;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (max-width: 991px) {
	
	footer div.container .grid3span {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	
	footer div.container .grid3span {
		grid-template-columns: 1fr;
	}
	
	p.grid3span_row {
		font-size: 14px;							
		gap: 6px;
	}
}