@charset "UTF-8";

/* 
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, /*em,*/ img, ins, kbd, q, s, samp,
/*small, strike, strong, sub, sup,*/ tt, var,
/*b, u, i, center,*/
dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
b, strong {
	font-weight: bold;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	 user-select: none;
}
svg:not(:root) {
	overflow: hidden;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	outline: none;
	padding: 0;
}
textarea,
input {
	outline: none;
	-webkit-appearance: none;
    border-radius: 0;
}
input {
	line-height: normal;
}
textarea {
	overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}



/*
 * FONTS
 */
.img-author,
.big-table *,
.btn-red,
.home-tests-block input.input-text.white,
#donation-places-filter .input-select > li,
#marker-content .content *,
.text-content > p.first-child,
.text-content:not(.left-content):not(.right-content) > p:first-child:not(.normal-paragraph),
#text > p.first-child,
#text > p:first-child:not(.normal-paragraph),
.page-header-block .gray-block .categories-wrap .input-select-holder,
.page-header-block .gray-block .categories-wrap .input-select-holder *,
h1, h2, h3, h4, h5, .h1, .h5,
input,
select,
textarea,
body {
	font-family: 'PT Sans Narrow', sans-serif; /*400, 700*/
	font-weight: 400;
	font-style: normal;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.input-phone-block .area-code,
#home-story #third-block ul,
#sitemap > li > ul > li > a,
.search-page .tab-content .result .link,
.links-category-page .link-block .company-link,
.privilege-cards-list .discount-block,
#ui-datepicker-div .ui-datepicker-calendar th,
.input-checkbox-block .input-checkbox .label,
.input-radio-block .input-radio .label,
.faq-container .faq .answer,
.story-category-container .story-block .intro-text,
.story-category-container .story-block .read-more,
.donor-stories-block .text-block .content .position,
.gallery-slider-block .gallery-slider .slide-container .img-description,
.main-content .main-date,
.text-content,
#text,
.input-select-holder,
.input-select-holder *,
.news-block .block-content .intro-text,
input.input-text,
textarea.textarea,
p {	
	font-family: 'PT Serif', serif; /*400, 700 */
	font-weight: 400;
	font-style: normal;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



*, :before, :after {
	box-sizing: border-box;
}

::selection {
	color: #F5F5F5;
	background: #59758A;
}
::-moz-selection {
	color: #F5F5F5;
	background: #59758A;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html, body {
	height: 100%;
	padding: 0;
}

body {
	color: #4D4D4D;
	font-size: 100%;
	line-height: 1.5;
	width: 100%;
	min-width: 320px;
}
body.no-min-width-limit {
	min-width: inherit;
}

hr {
	border: none;
	border-top: 2px solid #D8D8D8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.h1,
h1 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
}
h2 {
	color: #445464;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}
h3 {
	color: #4D4D4D;
	font-size: 1.75rem;
	line-height: 1.5;
	font-weight: 400;
}
h4 {
	color: #445464;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1.5px;
}
.h5,
h5 {
	color: #445464;
	font-size: 1.25rem;
	line-height: 1.3em; /* 26/20 */
	font-weight: 700;
}

a {
	color: #CE2B2C;
	text-decoration: none;
	background-color: transparent;
}
a, a:active, a:hover {
	outline: 0;
}
a:hover {
	text-decoration: underline;
}

p {
	font-size: 1.125rem;
	line-height: 1.5;
}


.clear {
	clear: both;
}



/* SELECT NONE */
nav,
nav *,
.home-tests-block .tests-container .test-block .quest-paging-block,
.header-topbar .phone,
.home-visits-block .blue-header .title,
.header-block h4,
.dropdowns,
.dropdowns *,
.hero-wrap,
.hero-wrap *,
.main-footer .btn-subscribe,
.main-footer .copyright,
.main-footer label,
.header-topbar .change-fonts,
.news-block .thumb,
.news-block .block-content .date-block .category,
.btn-red-border,
.btn-blue-border,
.btn-white-border,
.btn-red-border-add,
.btn-white,
.btn-red {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}



/* BLOOD GRAPH */
.blood-graph-page-block {
	display: block;
	position: relative;
}
.my-second-iframe-block {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -10;

}
.my-second-iframe-block .my-second-iframe {
	display: block;
	width: 100%;
	height: 50px;
}
.blood-graph-iframe {
	display: block;
	position: relative;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
}
.blood-graph-iframe .iframe-header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
.blood-graph-iframe .iframe-header .main-title {
	width: 100%;
	text-align: right;
	line-height: 1.2;
	font-weight: 400;
	padding-left: 10px;
}
@media all and (max-width: 900px) {
	.blood-graph-iframe .iframe-header .main-title {
		font-size: 2rem;
	}
}
@media all and (max-width: 548px) {
	.blood-graph-iframe .iframe-header .main-title {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 479px) {
	.blood-graph-iframe .iframe-header .main-title {
		font-size: 1rem;
	}
}
.blood-graph-iframe #blood-graph {
	max-width: inherit;
}
.blood-graph-iframe #blood-graph .last-time-edited {
	margin-bottom: 0;
}
#blood-graph {
	display: block;
	clear: both;
	position: relative;
	max-width: 604px;
	width: 100%;
	width: calc(100% + 24px);
	height: 380px;
	margin-left: -12px;
}
#blood-graph .last-time-edited {
	display: block;
	clear: both;
	float: right;
	padding-top: 20px;
	padding-right: 12px;
	margin-bottom: 70px;
}
#blood-graph .made-by {
	display: none;
}
#blood-graph .blood-meter-group {
	display: block;
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	padding: 0 7px;
}
#blood-graph .blood-meter-wrapper {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	padding: 0 5px;
}
#blood-graph .blood-meter {
	display: block;
	position: relative;
	width: 100%;
	/*max-width: 58px;*/
	height: 100%;
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
#blood-graph .blood-meter .top-border {
	display: block;
	position: absolute;
	width: 100%;
	top: 20px;
	bottom: 20px;
	border: 4px solid #BEBEBE;
	border-radius: 9px;
	z-index: 5;
}
#blood-graph .blood-meter .blood-meter-inner {
	display: block;
	position: absolute;
	width: 100%;
	top: 20px;
	bottom: 20px;
	border: 4px solid transparent;
	background-color: #FFF;
	border-radius: 9px;
	z-index: 2;
}
#blood-graph .blood-meter .blood-type {
	display: block;
	color: #445464;
	font-size: 20px;
	font-weight: 700;
	line-height: 74px;
	text-align: center;
}
#blood-graph .blood-meter .fill-container {
	display: block;
	position: absolute;
	width: 100%;
	top: 74px;
	bottom: 0;
	z-index: 2;
}
#blood-graph .blood-meter .fill {
	display: block;
	position: absolute;
	background-color: #B20209;
	width: 100%;
	height: 0;
	bottom: 0;
	z-index: 1;
}
#blood-graph .blood-meter .stripe {
	display: block;
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #4D4D4D;
	margin-left: 25%;
	z-index: 2;
}
#blood-graph .blood-meter .stripe.white {
	background-color: #FFF;
}
#blood-graph .blood-meter .line {
	display: block;
	position: relative;
	width: 8px;
	height: 100%;
	background-color: #BEBEBE;
	margin: 0 auto;
	z-index: 1;
}
@media all and (max-width: 525px) {
	#blood-graph {
		padding: 0 7px;
	}
	#blood-graph .blood-meter-group {
		padding: 0 2px;
	}
	#blood-graph .blood-meter-wrapper {
		padding: 0 3px;
	}
	#blood-graph .last-time-edited {
		padding-right: 7px;
	}
}
@media all and (max-width: 479px) {
	#blood-graph {
		padding: 0 10px;
	}
	#blood-graph .blood-meter .blood-meter-inner,
	#blood-graph .blood-meter .top-border {
		border-width: 2px;
		border-radius: 6px;
	}
	#blood-graph .blood-meter .line {
		width: 6px;
	}
	#blood-graph .blood-meter-wrapper {
		padding: 0 1px;
	}
	#blood-graph .blood-meter-group {
		padding: 0 1px;
	}
	#blood-graph .blood-meter .stripe {
		height: 1px;
	}
	#blood-graph .blood-meter .blood-type {
		font-size: 16px;
	}
	#blood-graph .last-time-edited {
		float: left;
		margin-bottom: 50px;
		padding-right: 0;
		padding-left: 2px;
	}
}
@media all and (max-width: 440px) {
	#blood-graph {
		height: 280px;
	}
	#blood-graph .blood-meter .blood-type {
		line-height: 50px;
	}
	#blood-graph .blood-meter .fill-container {
		top: 50px;
	}
	#blood-graph .blood-meter .top-border,
	#blood-graph .blood-meter .blood-meter-inner {
		top: 15px;
		bottom: 15px;
	}
}
@media all and (max-width: 320px) {
	.blood-graph-iframe .iframe-header {
		margin-bottom: 10px;
	}
	.blood-graph-iframe .iframe-header .main-title {
		line-height: 1.1;
	}
	#blood-graph {
		height: 160px;
	}
	#blood-graph .blood-meter .blood-type {
		line-height: 24px;
	}
	#blood-graph .blood-meter .fill-container {
		top: 24px;
	}
	#blood-graph .blood-meter .top-border,
	#blood-graph .blood-meter .blood-meter-inner {
		top: 10px;
		bottom: 10px;
	}
	#blood-graph .last-time-edited {
		font-size: 16px;
		line-height: 1.1;
		padding-top: 10px;
	}
	#blood-graph .made-by {
		float: right;
		font-size: 8px;
		line-height: 1.1;
		padding-top: 18px;
		padding-right: 2px;
	}
}



/* FOR inbox.lv */
@media all and (max-width: 400px) {
	.blood-graph-vertical-page {
		padding: 10px;
	}

	.blood-graph-vertical-page .logo-block {
		margin-top: 3px;
	}
	.blood-graph-vertical-page .blood-graph-iframe .iframe-header {
		margin-bottom: 7px;
	}

	.blood-graph-vertical-page #blood-graph {
		height: 190px;
	}
	.blood-graph-vertical-page #blood-graph .last-time-edited {
		padding-top: 10px;
	}
}