@charset "utf-8";

/* ~~ Оформление ссылок на вашем сайте должно оставаться в этом порядке, включая группу селекторов, создающих эффект наведения. ~~ */
a:link {
	color:#e7e8e9;
	text-decoration: none; /* если только ссылки не должны выглядеть исключительно своеобразно, то для быстрого зрительного распознавания рекомендуется использовать подчеркивание */
}
a:visited {
	color: #e7e8e9;
	text-decoration: none;
}

a:hover, a:active, a:focus { /* эта группа селекторов обеспечивает пользователю, работающему с клавиатурой, такие же возможности наведения, как и при использовании мыши. */
	text-decoration: none;
}
a:hover {
	color:#009846;
}

body {
	font: 100%/1.4 RobotoRegular;
	margin: 0;
	padding: 0;
	color: #e7e8e9;
	background-color: #242528;
}

.divContainer {
	width: 1024px;
	height: auto;
	margin: 0 auto; /* автоматическое задание величин по бокам в совокупности с шириной центрирует макет. Это необязательно, если ширина контейнера составляет 100 %. */
}

.divContent {
	margin-left:30px;
	margin-top:30px;
}

.divLogoLeft {
	min-width:357;
	height:150px;
}

.logoH1 {
	font-family:RobotoRegular;
	font-size:14px;
	font-weight:100;
	margin-top:10px;
}

.divMenu {
	width:179px;
	float:left;
}

.divMenuBlockfirst, .divMenuBlockOther {
	width:179px;
	height:52px;
}

.divMenuBlockOther {
	margin-top:17px;
}

.myMenu {
	width:100%; 
	height:6px; 
	background-color:#d8d8d8;
}

.myMenuHover {
	width:100%; 
	height:6px; 
	background-color:#009846;
	cursor:pointer;
}

.myMenuMain {
	width:100%;
	height:46px;
	background-color:#3c3d41;
	text-align:center;
	line-height:42px;
	font-family:RobotoRegular;
	font-size:24px;
	cursor:pointer;
}

.divProducts {
	width:750px;
	float:left;
	margin-left:46px;
}

.divProductsTopLine {
	height:71px;
	font-family:RobotoRegular;
	font-size:14px;
	text-align:center;
}

.divGame {
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.divGameDescriptionTopLine {
	width:100%;
	height:6px;
	background-color:#d8d8d8;
}

.divGameDescriptionMain {
	width:100%;
	height:227px;
	background-color:#3c3d41;
	text-align:center;
	line-height:42px;
	font-family:RobotoRegular;
	font-size:24px;
	overflow:hidden;
}

.divGameDescriptionBottom {
	margin-top:20px;
	height:15px;
	text-align:right;
	background-color:#3c3d41;
	line-height:15px;
	font-family:RobotoRegular;
	font-size:14px;
}

.descriptionImageBlock {
	width:320px;
	height:224px;
	position:relative;
}

.descriptionAllImagesBlock {
	float:left;
	width:320px;
}

.descriptionImages {
	width:283px;
	height:188px;
	resize:both;
	position:absolute;
	margin:auto;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

.descriptionGameBlock {
	width:410px;
	line-height:normal;
	float:left;
	margin-top:10px;
	text-align:left;
	overflow:hidden;
}

.descriptionGameBlockName {
	font-family:RobotoRegular;
	color:#ffed00;
}

.descriptionGameBlockNameSub {
	font-family:RobotoRegular;
	font-size:12px;
}

.descriptionGameBlockAbout {
	height:74px;
	margin-top:10px;
	overflow:hidden;
	font-family:RobotoRegular;
	font-size:18px;
	text-align:justify;
}

.descriptionButtonsBlock {
	width:100%;
	height:32px;
	margin-top:15px;
	margin-bottom:15px;
}

.descriptionButtons {
	width:100%;
	height:5px;
	background-color:#d8d8d8;
}

.descriptionButtonDownload {
	width:219px;
	height:32px;
	float:left;
	background-color:#d8d8d8;
}

.descriptionButtonMore {
	width:125px;
	height:32px;
	float:right;
	background-color:#d8d8d8; 
}

.descriptionButtonsHover {
	width:100%;
	height:5px;
	background-color:#009846;
	cursor:pointer;
}

.descriptionButtonsMain {
	width:calc(100% - 2px);
	height:26px;
	margin-left:1px;
	background-color:#3c3d41;
	text-align:center;
	line-height:none;
	font-family:RobotoRegular;
	font-size:18px;
	cursor:pointer;
}

.inputFormatTop {
	width:100%;
	height:62px;
	background-color:#3c3d41;
	display:inline-block;
}

.inputFormatField, .inputFormatUpButtons, .inputFormatPressButton, .inputFormatFieldSupport {
	width:100px;
	height:36px;
	margin-left:25px;
	margin-top:10px;
	background-color:#d8d8d8;
	font-family:RobotoRegular;
	font-size:24px;
	color:#242528;
	padding-left:10px;
	text-align:center;
}

.inputFormatFieldSupport {
	width:690px;
	text-align:left;
}

.inputFormatUpButtons {
	height:42px;
	width:200px;
}

.inputFormatPressButton {
	height:42px;
}

.divCutDownload {
	width:95%;
	height:100%;
	padding-left:5%;
	background-color:#3c3d41;
	font-family:RobotoRegular;
	font-size:24px;
}

.divCutDownload a:visited {
	color: #242528;
	text-decoration: none;
}

