.wraps .top_inner_block_wrapper {
	display: none !important; 
}
.wraps .wrapper_inner {
	width: 100vw !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width: unset !important;
}
.wraps .right_block {
	float: unset !important;
	width: 100% !important;
}
html {
	font-size: 100% !important;
}
input[type="text"],
textarea {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: inherit !important;
}

input[type="text"] {
	padding: 8px 0 8px !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 !important;
	font-size: unset !important;
    	line-height: unset !important;
}