html, body {
	height: 100vh;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #222;
}

h1, h2, h3 {
	line-height: 1.1;
}


td {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

h1, .title {
    margin: 0px 0px 20px 0px;
    font-size: 28px;
    font-weight: 500;
	line-height: 28px;
}

h2 {
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    font-weight: 500;
	line-height: 24px;
}

h3 {
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: 500;
	line-height: 20px;
}

blockquote {
	margin: 20px; 
	padding: 20px;
	border-left: 5px solid var(--color-active);
	background: #efefef;
}

.block_menu_top_logo img {
    max-height: 80px !important;
}

a.block_menu_top_1_a.active, a.block_menu_top_1_a:hover, a.block_packages_2_item_wrap, .block_packages_2_item_wrap  {
    color: #000 !important;
}



.block_menu_top_1_a, a.block_menu_top_1_a {
    border-radius: 30px !important;
}