﻿html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	min-height: 668px;
	}
body {
	font-family: Helios, Arial sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust:none;
	position: relative;
	}
h2 {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 100%;
	margin: 30px 0 0 0;
	}
h3 {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	margin: 10px 0 0 0;
	}
h2:after, h3:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #e3001d;
	margin: 20px 0 10px 0;
	}
h2 .font-r {
	font-family: Helios, Arial sans-serif;
	}
.research-block-gb h2 {
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 10px 0;
	}
.research-block-gb h2:after {
	display: none;
	}
h4 {
	color: #e3001d;
	font-weight: 500;
	margin: 0;
	}
img {
	border: 0;
	display: block;
	}
a {
	color: #e3001d;
	text-decoration: uppercase;
	}
strong {
	font-weight: 700;
	}
em {
	font-style: italic;
	}
input[type=text], input[type=password], textarea, select {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #000000;
	background: #ffffff;
	height: 54px;
	padding: 6px 10px;
	/*font-family: PlayfairDisplaySC, Times serif;*/
	font-family: Helios, Arial sans-serif;
	font-size: 20px;
	/*font-style: italic;*/
	font-weight: 300;
	line-height: 100%;
	text-align: center;
	outline: none;
	}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align-last: center;
	}
.form-select {
	position: relative;
	}
.form-select:after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 1;
	margin-top: -3px;
	}
.form-block-center input[type=text], .form-block-center input[type=password], .form-block-center textarea, .form-block-center select {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
input[type=submit] {
	width: 184px;
	height: 40px;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
	}
input[type=submit]:hover {
	color: #e3001d;
	}
.form-block-center input[type=submit] {
	display: block;
	margin: 20px auto 0 auto;
	}
input[type='range'] {
	-webkit-appearance: none;
	width: 70%;
	border-radius: 8px;
	display: block;
	float: left;
	margin-top: 12px;
	height: 7px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	outline: none;
	} 
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: #007338;
	border: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
	}
input[type=range]::-moz-range-track {
	border-radius: 8px;
	display: block;
	float: left;
	margin-top: 12px;
	height: 7px;
	border: 1px solid #bdc3c7;
	background-color: #fff;
	}
input[type=range]::-moz-range-thumb {
	background: #007338;
	border: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
	}
.form-error {
	font-size: 14px;
	font-weight: 300;
	line-height: 100%;
	color: #e3001d;
	margin-top: 6px;
	margin-bottom: 14px;
	text-align: center;
	}
div.error-s {
	color: #bc1e48;
	font-size: 16px;
	margin: 20px 0;
	text-align: center;
	}
div.error {
	color: #ffffff;
	font-size: 14px;
	background: #bc1e48 url(../images/icons/attention.png) 20px center no-repeat;
	margin: 16px 0;
	min-height: 45px;
	padding: 16px 88px;
	}
div.save_ok {
	color: #ffffff;
	font-size: 14px;
	background: #9dc826 url(../images/icons/checkmark.png) 20px center no-repeat;
	margin: 16px 0;
	min-height: 45px;
	padding: 16px 88px;
	}
input.error_field, textarea.error_field {
	border: 1px solid #dc3260;
	}
div.warning {
	padding: 12px;
	border: 1px dashed #ccc;
	}
div.attention {
	padding: 0 10px;
	border: 1px dashed #c00505;
	color: #c00505;
	font-size: 17px;
	line-height: 130%;
	}
.warning span {
	font-weight: bold;
	}
.form_name {
	font-size: 0.938em;
	font-weight: 500;
	margin: 1.000em 0 0.250em 0;
	}
.order_link a[href$=".pdf"] {
	display: block;
	background: url(../images/icons/pdf_icon.png) left center no-repeat;			
	padding: 8px 0 8px 30px;
	}
.order_link a[href$=".xls"], .order_link a[href$=".xlsx"] {
	display: block;
	background: url(../images/icons/xls_icon.png) left center no-repeat;			
	padding: 8px 0 8px 30px;
	}
.clear {
	clear: both;
	}
.transition {
	transition: 0.6s;
	}
.overflow-block {
	overflow: hidden;
	width: 100%;
	}
.text-center {
	text-align: center;
	}
.button-link, .button-link-doc {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0 40px;
	}
.auto-h {
	height: auto;
	line-height: 130%;
	padding: 10px 40px;
	}
.filter_b {
	height: 40px;
	line-height: 40px;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0 40px;
	}
.button-link-doc {
	background-color: transparent;
	margin-bottom: 10px;
	}
.button-link:hover, .button-link-doc:hover {
	color: #e3001d;
	}
#filter-pag {
	text-align: center;
	font-family: PlayfairDisplaySC, Times serif;
	font-size: 18px;
	font-weight: 400;
	}
#filter-pag a {
	text-decoration :none;
	font-size: 30px;
	color: #000000;
	padding: 0 12px;
	}
#filter-pag a:hover {
	color: #e3001d;
	}
#filter-pag strong {
	color: #e3001d;
	padding: 0 12px;
	font-weight: 400;
	font-size: 50px;
	}
.nomargin {
	margin: 0;
	}
.nomargintop {
	margin-top: 0;
	}
.nopadding {
	padding: 0;
	}
ol {
	padding-left: 20px;
	font-weight: 700;
	}
ol li {
	padding-left: 16px;
	margin-bottom: 20px;
	}
.list-item {
	display: inline;
	font-weight: 400;	
	}
.hidden {
	opacity: 0 !important;
	}
.h-hidden {
	opacity: 0.4 !important;
	}
.hidden-display {
	display: none;
	}
.visible {
	opacity: 1 !important;
	}