@charset "utf-8";
/* CSS Document */
html {width: 100vw;}

@font-face {
    font-family: "ChinaCyr";
    src: url(../../fonts/ChinaCyr.ttf) format('truetype');
}

@font-face {
    font-family: "a_Romanus";
    src: url(../../fonts/a_romanus.ttf) format('truetype');
}

@font-face {font-family: "a_Romanus";
    src: url(../../fonts/a_romanus_bold.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: "a_Empirial";
    src: url(../../fonts/a_empirial.ttf) format('truetype');
	src: url(../../fonts/a_empirial.otf) format('opentype');
}	

@font-face{
font-family: 'Myriad Pro';
src: url(../../fonts/myriad_i.ttf) format('opentype');
font-weight: normal;
font-style: italic;
}

@font-face{
font-family: 'Myriad Pro';
src: url(../../fonts/myriad.ttf) format('opentype');
font-weight: normal;
font-style: normal;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Myriad Pro", sans-serif;
	width: 100vw;
	}
	
div {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
ol {
    list-style-type: none;
    counter-reset: num;
   }
li::before {
    content: counter(num) '. ';
    counter-increment: num;
	font-family: 'Myriad pro', arial;
	font-style: italic;
	font-weight:500;
	font-size: 1.2vw;
	text-shadow: 1px 1px 0.1vw #000;
   }
   
 * {transition: all ease-in-out 0.5s;}

#lm_vetri_podnebesnoy_menublock li:hover {transform: translateX(8px)}

a {text-decoration: none; color: inherit;}

#legkie-miry_mainpage {
	background: url(../img/lm_vetri_podnebesnoy_backgr.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 100vw;
	height: 100vh;
	text-align:center;
	position:relative;
	}

#legkie-miry_mainpage_main {
	width: 1400px;
	min-height: 100%;
	display: inline-block;
	position: relative;
}
#legkie-miry_header {
	width: 100%;
	height: 200px;
	position: relative;
}
.legkie-miry_header_logo_background {
	position:relative;
	}
	
#legkie-miry_header_logo a { text-decoration:none;}	
#legkie-miry_header_text {
	text-align:center;
	float: left;
}
#legkie-miry_header_logo {
	
	float: left;	
	margin-left: 8px;
	margin-top: 26px;
	margin-right: 15px;
	}

#lm_vp_title {
	top: 2vw;
	height: 200px;
	
}

#lm_vetri_podnebesnoy_menublock {padding-top: 20px;}

#lm_vetri_podnebesnoy_menublock, #lm_vetri_podnebesnoy_menublock ol {
	font-family: "Myriad pro", arial;
	font-style: italic;
	font-weight:500;
	font-size: 1.2vw;
	text-shadow: 1px 1px 0.1vw #000;
	height: 70px;
	width: 30vw;
	margin-top: 25px;
	text-align: left;
	position: relative;
	float: right;
}

#copyright {
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 1400px;
	font-size: 11px;
	color: #1b1a49;
	bottom: 0px;
}

#sound {display: none;}
#soundbutton {position: fixed; z-index: 99999; right: 50px; bottom: 30px;}