/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Roboto'), url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Roboto'), url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Roboto'), url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Roboto'), url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media print {
	@page {margin: 0;}
	body {background: #FFF;;}
	.menu, #header, #content, #footer, #clientAppPButton, #clientAppGoTestButton, .fullwidth img {display: none;}
	img {page-break-inside: avoid;}
}
html {
	font: 300 16px 'Roboto', sans-serif;
	color: #222;
}
body {
	background: #FFF;
	margin: 0;
}
a {
	font-size: 1.2rem;
	color: #3c9cf1;
	text-decoration: none;
	margin: 0;
}
p, li {
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.5em;
	margin: .75rem 0;
}
ul {
	padding-left: 20px;
}
b {
	font-weight: 400;
}
h1 {
	font: 400 1.8rem 'Roboto', sans-serif;
	line-height: 1.3em;
	padding-bottom: .5em;
	border-bottom: 1px solid #dcdcdc;
}
h2 {
	font: 400 1.5rem 'Roboto', sans-serif;
	line-height: 1.5em;
	margin: 2em 0 0 0;
}
h3 {
	font: 400 1.2rem 'Roboto', sans-serif;
	line-height: 1.5em;
	clear: both;
}
h1:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
}
#wrap {
	display: none;
	position: fixed;
	opacity: 0.8;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(1,1,1,0.725);
	z-index: 4;
	overflow: auto;
}
#ewindow {
	display: none;
	position: fixed;
	max-width: 400px;
	min-width: 300px;
	padding: 30px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #FFF;
	z-index: 5;
}
#ewindow p {
	font-size: 1.1rem;
}
.container {
	position: relative;
	max-width: 900px;
	min-width: 300px;
	margin: 0 auto;
	padding: 50px 30px;
	overflow: auto;
}
#logo {
	float: left;
	width: 70px;
	margin-right: 2rem;
}
.menu {
	float: left;
	margin: 25px 0 0 0;
}
#lang {
	float: right;
	width: auto;
	margin: 25px 0 0 2rem;
}
.menu a, #lang a {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1em;
	color: #333;
	margin: 0 0.7rem;
	padding: 5px 0;
	border-bottom: 1px solid #FFF;
	transition: all .5s ease;
}
.menu a:hover, #lang a:hover {
	color: #000;
	border-bottom: 1px solid #DCDCDC;
}
.fullwidth {
	position: relative;
	padding: 30px 0;
}
#faq {
	padding-bottom: 150px;
}
.lb {
	float: left;
	width: 450px;
}
.lb h1 {
	padding-bottom: 0;
	border-bottom: none;
	margin: 0;
}
.lb p {
	color: #555555;
	text-align: left;
}
.version {
	font-size: 1rem;
	font-weight: normal;
	color:#7fb1d2;
}
.fullwidth .container img {
	float: right;
	width: 200px;
}
#faq .container img {
	margin-top: -20px;
	width: 250px;
}
#fptest {
	background-image: url(/static/img/background.png);
	background-repeat: repeat-y;
	background-position: center;
}
#fptest .lb h1 {
	color: #F5F5F5;
}
#fptest .lb p {
	color: #DCDCDC;
}
#covid {
	background-color: #f2f6fc;
}
#clientAppForm {
	position: relative;
	display: none;
	padding: 0;
}
#clientAppForm h2 {
	margin-bottom: 15px;
}
#footer {
	position: relative;
	overflow: hidden;
	background: #344c5b;
	padding: 0px 0 150px 0;
}
#footer .menu {
	float: none;
	margin: -10px 0 50px;
}
#footer .menu a {
	color: #d3d3d3;
	font-weight: 300;
	line-height: 2em;
	margin: 0 1.4rem 0 0;
	border-bottom: 1px solid #344c5b;
}
#footer .menu a:hover {
	color: #FFF;
	border-bottom: 1px solid #4d6a7c;
}
#footer p {
	font-size: 1rem;
	line-height: 1.5em;
	color: #999999;
}
.fleft {
	float: left;
	width: auto;
	margin-right: 100px;
}
.button, .clientAppGoTest {
	display: inline-block;
	font-size: 1.15rem;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	user-select: none;
	min-width: 80px;
	padding: .5em 1em;
	margin-top: .7em;
	margin-right: 10px;
	outline: none;
	border: 2px #FFF solid;
	transition: all .3s ease;
}
.button:hover, .clientAppGoTest:hover {
	cursor: pointer;
	color: #333333;
	background: #FFF;
}
.blue {
	color: rgb(23, 118, 206);
	border-color: rgb(23, 118, 206);
}
.blue:hover {
	color: #FFF;
	background: rgb(23, 118, 206);
}
label {
	position: relative;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1em;
	width: calc(100% - 20px);
	min-width: 450px;
	margin: 0;
	padding: 18px 10px 10px 10px;
	border-bottom: 1px solid #F5F5F5;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
}
label div {
	float: right;
	font-size: .9rem;
	width: 100px;
	color: #888;
	background: #F5F5F5;
	margin-top: -7px;
	padding: 7px 12px;
	text-align: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
input,
select {
	font-size: .9;
	color: #888;
	width: calc(100% - 75px);
	background: #F5F5F5;
	margin: 0 5px -2px 0;
	padding: 0;
	border: none;
	overflow: hidden;
	text-overflow: ellipsis;
}
select {
	width: 100%;
}
input:focus {
	outline: none;
}
.ifleft {
	width: 50%;
	min-width: 300px;
	float:left;
}
.ifleft h3:first-child {
	margin: 1em 0 0 0;
}
#clientAppPButton {
	margin-top: 10px;
}
#clientAppResult p {
	font-size: 1.1rem;
}
#clientAppResult label {
	width: 100%;
	min-width: 300px;
	padding: 7px 0;
}
#clientAppResult label div {
	width: 110px;
	background: #FFF;
}
#clientAppResult label div span {
	color: #222;
	display: inline-block;
	width: 35px;
}
.index {
	font-size: 4.3rem;
	color: #d3d3d3;
	margin: 0.5em 0;
	line-height: 0;
}
.index img {
	margin-left: 30px;
	height: 50px;
}
#info {
	margin-top: 2em;
}
#info p {
	color: #888;
	font-size: 1rem;
	line-height: 1.7em;
	margin: 0;
}
code {
	font-family: monospace;
	background-color: #f8f9fa;
	border: 1px solid #eaecf0;
	border-radius: 2px;
	padding: 1px 4px;
}
details {
	margin-bottom: 2rem;
}
summary {
	font-size: 1.2rem;
	color: #666666;
	cursor: pointer;
}
@media screen and (max-width: 800px) {
	.fullwidth .container img {display: none;}
}	
@media screen and (max-width: 705px) {
	html {
		font-size: 15px;
	}
	.container {
		padding: 50px 20px;
	}
	.fullwidth {
		padding: 0;
	}
	#logo {
		float: none;
		display: block;
		margin: 0;
	}
	#header .menu {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.menu a {
		display: block;
		line-height: 1.5em;
		margin: 0;
	}
	#lang {
		float: none;
		position: absolute;
		top: 70px;
		right: 20px;
		text-align: right;
		margin: 0;
	}
	.lb {
		width: 100%;
	}
	#faq {
		padding-bottom: 70px;
	}
}
