@charset "utf-8";

body { min-width: 1280px; }

/* Main блок */
#indexTempRootBox {
	position: relative;
}

/* Элементы main блока */
#indexTempRootCont {
	margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Блок header */
.indexTempMainSectBox {
	position: relative;
}

.indexTempMainSectCont {

	position: relative;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;

}

#indexTempTopSectBox {}

/* Блоки header */
#indexTempTopSectCont { display: flex; justify-content: space-between; }

/* Блоки header на странице авторизации */
#indexTempTopSectCont_log_in { display: flex; justify-content: center; }

/* Лого в header */
#indexTempTopSectLogo {

	position: relative;
	flex-shrink: 0;

	width: 260px;
	height: 80px;

	background-image: url(indexTemp/indexTempTopSectLogo_v3.png);
	background-repeat: no-repeat;
	background-position: top left;

}

/* Отдельный стиль для страницы авторизации */
.logo_log_in {
	margin-right: 100px;
}

#indexTempTopMenuBox { position: relative; flex-shrink: 0; }
#indexTempTopMenuCont {

	position: relative;
	height: 100%;
	display: flex;

    padding-top: 32px;
    box-sizing: border-box;

}

.indexTempTopMenuElem {

	position: relative;
	flex-shrink: 0;
	height: 100%;
	/*background-color: #ccc;*/

	border-bottom: 2px transparent solid;
	padding-bottom: 24px;
	box-sizing: border-box;

}

.indexTempTopMenuElem a {

	font-family: "OpenSansLightNorm";
	font-size: 14px;
	color: #000000;

	text-transform: uppercase;

	padding-left: 18px;
	padding-right: 18px;
	box-sizing: border-box;

}

.indexTempTopMenuElem a:hover { color: #62a0cb; }

.indexTempTopMenuCurrElem { border-color: #2ea1ce; }

#indexTempTopSectAvat {

	position: relative;
	flex-shrink: 0;

	width: 32px;
	min-height: 80px;
	box-sizing: border-box;

	background-image: url(indexTemp/indexTempTopSectAvat.png);
	background-repeat: no-repeat;
	background-position: center;

}

#indexTempTopSectAvat a {

	display: block;
	width: 100%;
	height: 100%;
	color: transparent;

}

#indexTempTopSectAvat:hover { opacity: 0.5; }

#indexTempTopSectCurrLang {

	position: relative;
	flex-shrink: 0;
	padding-top: 32px;
    box-sizing: border-box;

}

#indexTempTopSectPickLang { text-transform: uppercase; }

#indexTempLangSectBox {}

/* Список языков для выбора */
#indexTempLangSectCont {
	display: flex;
	justify-content: flex-end;
}

/* Список языков для выбора на странице авторизации */
#indexTempLangSectCont_log_in {
	display: flex;
	justify-content: space-evenly;
}

.indexTempLangSectElem {

	flex-shrink: 0;
	height: 50px;
	box-sizing: border-box;

}

.indexTempLangSectElem a {

	display: block;
	width: 100%;
	height: 100%;

	font-family: "OpenSansLightNorm";
	font-size: 14px;
	color: #000000;

	padding: 10px;
	box-sizing: border-box;

}

.indexTempLangSectElem a:hover { color: #62a0cb; }
.indexTempLangSectCurrElem { border-bottom: 2px #2ea1ce solid; }

/* Блок основного контента */
#HTMLFilePageBox {
	background-color: #f1f3f5;
	flex: 1;
	display: flex;
	justify-content: center;
	padding-top: 35px;
	padding-bottom: 30px;

}
.HTMLFilePageCont { min-height: 400px; }

/* Ссылки в кнопках */
.HTMLFilePageCont a {

	font-family: "OpenSansSemiBoldNorm";
	color: #62a0cb;
	text-decoration: none;
	/*border-bottom: 2px transparent solid;*/

}

.HTMLFilePageCont a:hover { border-bottom-color: #62a0cb; }

#indexTempBottSectBox { background-color: #2e414e; width: 100%;}

#indexTempBottSectCont {

	display: flex;
	justify-content: space-between;

}

#indexTempBottSectLogo {

	position: relative;
	flex-shrink: 0;
	width: 175px;
	height: 140px;

	background-image: url(indexTemp/indexTempBottSectLogo_v4.png);
	background-repeat: no-repeat;
	background-position: top left;

}

#indexTempBottMenuCont { display: flex; flex-shrink: 0; height: 100%; }

.indexTempBottMenuElem {

	flex-shrink: 0;
	height: 100%;
	box-sizing: border-box;

}

.indexTempBottMenuElem a {

	display: block;
	width: 100%;
	height: 100%;

	font-family: "OpenSansLightNorm";
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;

	padding: 20px;
	padding-top: 60px;
	box-sizing: border-box;

}

.indexTempBottMenuElem a:hover { color: #d3e2ec; }

/*
=====================
Стили расширения news
=====================
*/

.HTMLLastNewBox { display: flex; flex-basis: auto; border-radius: 5px; }

.HTMLLastNewPictCont {

	position: relative;
	width: 800px;
	height: 450px;

	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;

	flex-basis: auto;
	flex-grow: 0;

}

.HTMLLastNewRightCont {

	flex-grow: 0;
	width: 410px;
	height: 450px;

	padding-left: 40px;
	box-sizing: border-box;

}
.HTMLLastNewTitleCont {

	font-family: "OpenSansLightNorm";
	font-size: 25px;
	color: #62a0cb;

}

.HTMLLastNewTextCont {

	max-height: 220px;

	font-family: "OpenSansLightNorm";
	font-size: 15px;
	color: #000;

	padding-top: 20px;
	overflow: hidden;

}

.HTMLLargeNewTextCont {

	font-family: "OpenSansLightNorm";
	font-size: 15px;
	color: #000;

	padding-top: 20px;
	overflow: hidden;

}

.news_HTMLPageAlignCont .mainButt { margin-top: 10px; }

.HTMLNewDateCont {

	position: absolute;
	left: 5px;
	top: 5px;

	font-family: "OpenSansRegNorm";
	font-size: 16px;
	color: #FFF;

	border-radius: 5px;
	padding: 5px;
	background-color: #ee4e51;

}


.HTMLSmallNewBox {

	display: inline-block;
	float: left;
	width: 380px;
	height: 480px;

	margin: 15px;
	box-shadow: 0 0 14px 0px #c3c3c3;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #FFF;

}

.HTMLSmallNewPictCont {

	position: relative;
	height: 210px;

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

}

.HTMLSmallNewTitleCont {

	height: 55px;
	font-family: "OpenSansLightNorm";
	font-size: 20px;
	color: #62a0cb;

	margin-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;

}

.HTMLSmallNewTextCont {

	height: 85px;

	font-family: "OpenSansLightNorm";
	font-size: 16px;
	color: #000;

	overflow: hidden;
	margin-top: 25px;
	padding-left: 30px;
	padding-right: 30px;

}

.HTMLLargeNewPictCont {

	position: relative;
	width: 800px;
	height: 450px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;

}

.news_show_new_HTMLPageAlignCont { width: 850px; }

/*
===================
Стили страницы EULA
===================
*/

.pages_EULA_headCont {

	font-family: "OpenSansSemiBoldNorm";
	font-size: 18px;
	color: #000;

	margin-top: 10px;
	margin-bottom: 10px;

}
