@charset "utf-8";
@font-face {
font-family: plainot;
src: url(fonts/plainot_regular.ttf);
font-family: forum;
src: url(fonts/forum_regular.ttf);
font-family: azbuka;
src: url(fonts/azbuka06.ttf);
font-family: segoe;
src: url(fonts/Segoe_ui_light.ttf);
font-family: mvideo;
src: url(fonts/mvideo_light.ttf);
font-family: mvideo;
src: url(fonts/mvideo_light.ttf);
}
.logo {
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	width: 64px;
	height: 64px;
}
img.flag {
	text-decoration: none;
	margin-bottom: -4px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 4px;
}
.lang {
	text-decoration: none;
	font-size: 14.5pt;
	font-family: mvideo;
	position: relative;
	top: -12px;
}
h1 {
	font-family: Helvetica;
	line-height: 100%;
	font-size: 15.5pt;
	text-align: left;
	font-weight: 500;
	margin-top: -2px;
}
h2 {
	font-family: Helvetica;
	line-height: 100%;
	font-size: 14.5pt;
	text-align: left;
	font-weight: 500;
	margin-top: 2px;
}
p.com {
	margin-left: 28px;
	line-height: 100%;
	font-size: 14pt;
	text-align: left;
	font-weight: 600;
	font-family: serif;
}
div.dis {
	top: 5px;
	width: 140px;
	height: 35px;
	align:left; 
}
p.vd {
	margin-left: 24px;
	font-size: 12pt;
	text-align: left;
	line-height: 60%;
}
p.qr {
	margin-left: 24px;
	font-size: 12pt;
	text-align: left;
	line-height: 60%;
} 
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}
p.spoiler {
	margin-left: 12px;
	font-size: 11.5pt;
	text-indent: 2em;
}
input.first{
	margin-left: 24px;
}
input.subm{
	margin-left: 24px;
	font-size: 12.5pt;
	color: mediumblue;
	cursor: pointer;
	display: block;
}
input.nosubm{
	margin-left: 24px;
	font-size: 12.5pt;
	color: mediumblue;
	cursor: pointer;
	display: none;
}
p.err{
	color: red;
	margin-left: 24px;
	border-left-width: 4px;
	border-left-color: red;
	border-left-style: solid;
	text-align: justify;
	padding-left: 12px; 
} 
p.noerr{
	color: black;
	margin-left: 24px;
	border-left-width: 4px;
	border-left-color: black;
	border-left-style: none;
	text-align: justify;
	padding-left: 12px;
}  