body {
	padding: 0px;
	margin: 0px;
	background: url(i/bg2.png);
	color: rgb(0,32,96);
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: rgb(0,32,96);
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 16pt;
}
h2 {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	color: rgb(0,32,96);
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 13pt;
background-color: rgb(214,221,244);
border: 1px dotted rgb(0,0,0);
}
a {
	color: rgb(24,111,155);
	text-decoration: underline;
}

table.va-top tr 
{
	vertical-align:top;]
}

a:hover {
	color: rgb(170,100,40);
	text-decoration: none;
}
p {
	margin-top: 11px;
	margin-bottom: 11px;
}
img {
	border: 0px;
}
input {
	background-color: rgb(245,252,240);
	border: 1px solid rgb(183,194,175);
}
textarea {
	background-color: rgb(245,252,240);
	border: 1px solid rgb(183,194,175);
}
table {
	border-collapse: collapse;
}
table tr th {
	border: 1px solid rgb(183,194,175);
	padding: 5px;
}
table tr td {
	border: 1px solid rgb(183,194,175);
	padding: 5px;
}
 table.noborder tr td{
	border: 0;
}

/* ---------TopHead --------- */

#tophead {
	width: 780px;
	height: 160px;
	background: rgb(214,221,244);
	color: rgb(255,255,255);
	text-align: left;
border-bottom: 1px solid rgb(44,55,118);
}
#tophead a {
	color: rgb(255,255,255);
}
#tophead h1 {
	color: rgb(255,255,255);
	margin: 0px;
}
#tophead h2 {
	color: rgb(255,255,255);
	margin: 0px;
}
#gamer {
	width: 780px;
	height: 150px;
	background: url(i/top2.jpg) no-repeat;
	padding-left: 192px;
	padding-top: 0px;
	box-sizing: border-box;
}
#menu {
	height: 42px;
	margin-top: -15px;
	color: rgb(0,32,96);	
	font: 10pt Arial, Helvetica, sans-serif;
	border-bottom: 1px solid rgb(83,94,175);
}
#menu a {
	margin-left: 17px;
	margin-right: 17px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(0,0,0);
}
#menu a:hover{
	text-decoration: none;
	color: rgb(24,111,155);
}
/* ---------Content --------- */

#content {
	width: 700px;
	background: rgb(245, 245, 245) url(i/bgcontent.jpg) no-repeat center;
	padding: 40px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
}

#content_glav {
	width: 700px;
	background: rgb(245, 245, 245);
	padding: 40px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
}


/* ---------footer --------- */

#footer {
	width: 700px;
	height: 70px;
	background: rgb(214,221,244);
	padding-left: 40px;
	padding-right: 40px;
	color: rgb(0,0,0);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}
#footer a {
	color: rgb(69,69,229);
}
#copy {
	width: 290px;
	height: 54px;
	padding-top: 9px;
	float: left;
}
#vmlogo {
	height: 54px;
	padding-top: 10px;
	float: left;
	padding-left: 55px;
}
#logo_sh{
	height: 54px;
	padding-top: 10px;
	width: 110px;
	float: left;
	padding-left: 50px;
}
.vmlogo {
	float: right;
	height: 32px;
	position: relative;
	margin-right: 10px;
	top: -10px;
}

#vm {
	float: right;
	height: 54px;
	padding-top: 10px;
}
#torob {
	position: absolute;
	z-index: -1000;
	display: none;
}
.s1 {
	width:271px; border: 2px solid #425FBF; float: right; margin: 7px;
}

.s2 {
	border: 2px solid #ffffff; padding: 2px; margin: 5px;
}
.s3 {
	padding: 5px; text-align: center; text-decoration:none;
}


 .s4 {
	font-weight:bold;  color:#272A33;
}

 .size-1 {
	 font-size:18px;font-weight:bold;text-align:center;color:#000000;text-transform: uppercase;
 }

.size-2 {
	font-size:16px;font-weight:bold;text-align:center;color:#000000;
}

.size-3 {
	font-size:14px;font-weight:normal;text-align:center;color:#000000;
}

.size-4 {
	font-size:12px;font-weight:bold;text-align:center;color:#000000;
}

.header__hamb{
	display: none;
}

.cookie-popup {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 110;
    line-height: 1.4;
}

.cookie-popup__wrapper {
	display: flex;
	column-gap: 15px;
	padding: 20px;
	align-items: center;
}

.cookie-popup__text {
	text-align: left;
}

.cookie-popup__button-accept {
	padding: 12px 20px;
    color: rgb(0, 32, 96);
    background: rgb(214, 221, 244);
    border: 2px solid rgb(214, 221, 244);
	transition: 0.4s;
	cursor: pointer;
}

.cookie-popup__button-accept:hover {
    background: rgb(255, 255, 255);
}

.cookie-popup.show {
    display: flex;
}

@media(max-width: 779.98px){
	#tophead{
		max-width: 100%;
		height: auto;
	}
	#gamer{
		max-width: 100%;
		padding-left: 0;
		background-size: contain;
		height: 15.7vw;
	}
	#content_glav{
		max-width: 100%;
		box-sizing: border-box;
		padding: 10px 15px 20px;
	}
	#content{
		max-width: 100%;
		box-sizing: border-box;
		padding: 10px 15px 20px;
	}
	#content div{
		max-width: 100%;
	}
	#footer{
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}
	#menu{
		display: none;
		height: auto;
		margin-top: 10px;
		color: transparent;
	}
	#menu a{
		display: block;
		margin: 5px 0;
	}
	#menu a:first-child{
		margin-top: 0;
	}
	#menu a:last-child{
		margin-bottom: 20px;
	}
	.header__hamb{
		padding: 7.5px 0;
		display: block;
	}
	#logo_sh{
		display: none;
	}
}

@media(max-width: 575.98px){
	#footer{
		height: auto;
	}
	#vm{
		float: unset;
		width: 225px;
	}
	#copy{
		float: unset;
	}
	.cookie-popup__wrapper {
		flex-direction: column;
	}
}