html * {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background-color: #f5f5f5;
	overflow-x: hidden;
	font-family: 'Verdana', sans-serif;
	background-image: url("../img/bg.svg");
	background-size: cover;
	background-attachment: fixed;
}

nav div .pLi {
	margin-top: 15px;
}

.imgPanel {
	display: block;
	margin: 15px auto;
	width: 200px;
}

ul {
	width: 100%;
	cursor: pointer;
}

ul, li {
	list-style: none;
}

.leftNavigation li a {
	display: block;
	color: #000;
	border-bottom: 1px dotted grey;
	transition: background-color .3s ease-in;
}

.leftNavigation li a:hover, .leftNavigation li a .selected {
	background-color: #06C;
	color: #fff;
	transition: background-color 0.01s;
}

.leftNavigation a {
	font-size: 12pt;
	padding: 10px;
}

.pLi {
	margin-left: 5px;
	margin-bottom: 5px;
}

.mainFooter {
	margin-top: 15px;
	background-color: rgba(255,255,255,0.4);
}

h1 {
	color: #036;
	font-size: 24pt;
	text-align: center;
	/*text-shadow: 0 1px #FFF;*/
	font-weight: bold;
	margin: 30px 0 50px 0;
}

h2 {
	margin: 30px 0;
	text-align: left;
	font-weight: bold;
	color: #036;
	font-size: 16pt;
	/*text-shadow: 0 1px #FFF;*/
}

.pContent {
	margin-top: 25px;
	font-size: 12pt;
	line-height: 2;
}

.pContentRight {
	margin-top: 25px;
	font-size: 12pt;
	line-height: 2;
	text-align: right;
}

hr {
	color: #036;
	background-color: #036;
	height: 1px;
	margin: 0.5cm auto;
}

.footerBlock p {
	color: #333;
	margin-left: 10px;
	line-height: 2;
}

.footerBlock a img {
	display: block;
	margin: auto;
}

.headerNavMobile {
	background-color: #06C;
	padding: 15px;
}

.headerNavMobile p {
	color: white;
	text-align: right;
	cursor: pointer;
}

.socialNetImg {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 5px;
	padding: 5px;
	transition: background-color .3s ease-in;
	border-radius: 50%;
}

.socialNetImg:hover {
	background-color: white;
	transition: background-color 0.1s;
}

.langSwitcher {
	display: inline-block;
	padding: 10px;
	background-color: white;
	border-radius: 20px;
	position: absolute;
	margin: 5px;
}

.langSwitcher:hover {
	box-shadow: 0 0 15px grey;
	transition: box-shadow .3s ease-in;
}

.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%;
	/* задаёт высоту контейнера для 16:9 (если 4:3 — 75%) */
	height: 0;
	overflow: hidden;
	margin-top: 15px;
}

.thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

.headerImg img {
	width: 100%;
}

.rightImg {
	float: right;
	margin: 5px;
	border-radius: 75px;
}

.leftImg {
	float: left;
	margin: 15px;
	border-radius: 75px;
}

.imgTextBlock {
	min-height: 180px;
}

.content ul{
	cursor:default;
}
.standartLi {
	list-style: disc inside;
	margin: 15px;
}

.standartOlLi{
	list-style: decimal inside;
	margin: 15px;
}

.pContent a, .standartLi a{
	background-color: #FFD073;
	color: #200772;
	/*text-decoration: underline;*/
}

.whiteBlock{
	background-color: rgba(255,255,255,0.4);
	margin: 10px 0;
	padding: 15px;
	border-radius: 5px;
	transition: background-color .3s ease-in;
}
.whiteBlock:hover{
	background-color: rgba(255,255,255,0.6);
	margin: 10px 0;
	padding: 15px;
	border-radius: 5px;
	transition: background-color .1s ease-in;
}

.linkBlock p{
	text-align: center;
}
.linkBlock a{
	display: block;
}

.linkBlock img{
	display: block;
	margin:auto;
}

td {
    vertical-align: top;
}

.time{
    width:150px;
}

.blueBlock{
	background-color: #036;
	border-radius: 5px;
	padding: 15px;
	cursor: pointer;
}

.whiteHeader{
	color: white;
	font-weight: bold;
	font-size: 16pt;

}

.greenText{
	color: #008110;
	background-color: #66E275;
}

.pContentWithoutMargin{
	font-size: 12pt;
	line-height: 2;
}

.verticalAlign{
	display: table-cell;
	height: 180px;
	vertical-align: middle;
}