html, body {
	height: 100vh;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #222;
    background-color: #f1f1f1;
}

td {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

h1, .title {
    margin: 0px 0px 20px 0px;
    font-size: 28px;
    font-weight: 600;
	line-height: 1;
}

h2 {
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    font-weight: 600;
	line-height: 1;
}

h3 {
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: 600;
	line-height: 1;
}

blockquote {
	margin: 20px; 
	padding: 20px;
	border-left: 5px solid var(--color-active);
	background: #efefef;
}


#block_1 {
	top: 10px !important;
	margin-bottom: 25px;
	background: none;
	box-shadow: none;
}

.block_menu_wrap {
	background-color: #ffffff;
	border-radius: 50px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

#block_menu_top_ico {
	margin-top: 18px;
}

#block_1 .block_menu_top_logo img {
    max-height: 60px;
}