@charset "utf-8";
/* CSS Document */
* {transition: all 1s;}

@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: "Andantino";
    src: url(../../fonts/Andantino_script.ttf) format('truetype');
}

@font-face {
    font-family: "Calibri";
	font-style:normal;
    src: url(../../fonts/calibri.ttf) format('truetype');}
	
@font-face{
font-family: 'Myriad Pro';
src: url(../../fonts/myriad_i.ttf) format('opentype');
font-weight: normal;
font-style: italic;
}

@font-face {
    font-family: "a_Empirial";
    src: url(../../fonts/a_empirial.ttf) format('truetype');
	src: url(../../fonts/a_empirial.otf) format('opentype');
}	

@keyframes opacity {
0% {opacity:0.3}
50% {opacity:1}
100% {opacity: 0.3;}
}

 @keyframes fadeout {
 0% {
opacity: 1;
z-index: 998;
}
 99% {
opacity: 0;
z-index: 998;
}
 100% {
opacity: 0;
z-index: -999;
}
}


html {
	}
body {
	background: url(../img/lm_fb_paris_body.png) repeat-y top center;
	padding: 0px;
	margin: 0px;
	font-family: "Calibri", arial, sans-serif;
	font-size: 16px;
	/* width: 100%; */
	/* min-width: 1580px; */
	background-color: #161841;
	}
	
h1 {margin-top: 0px;}
	 
ol {
    list-style-type: none;
    counter-reset: num;
   }
.btn {
   		transition: 1s ease-in-out;
   		opacity: 0.6;
   		}
   .btn:hover {cursor:pointer; position: relative; top:-10px; opacity: 1;}

	
p {letter-spacing: 0.5px;}

#legkie-miry_mainpage {
	background: url(../img/lm_fb_paris_bg.jpg) no-repeat top center;
	height: 100%;
	text-align:center;
	position:relative;
	min-width: 1200px;
	}

#legkie-miry_mainpage_main {
	min-height: 100%;
	display: inline-block;
}
#legkie-miry_header {
	min-width: 1268px;
	height: 200px;
	position: relative;
}

#legkie-miry_header a { text-decoration:none; color: inherit; }

.legkie-miry_header_logo_background {
	position:relative;
	}
	
#legkie-miry_header_text {
	width: 82%;
	text-align:center;
	float: left;
}
#legkie-miry_header_logo {
	float: left;	
	margin-left: 8px;
	margin-top: 26px;
	margin-right: 15px;
	}

#legkie-miry_content  {
	position: relative;
	top: -40px;
	overflow: visible;
	text-align: left;
	:
	min-width: 1000px;
	color: #fff;
	}

#legkie-miry_content h1 {text-align: center; font-family: "Andantino"; font-size: 74px; font-variant: normal; font-weight: normal;}

#copyright p {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 1400px;
	font-size: 11px;
	color: #fff;
}

a {color: #fff;}
.mulka {
    font-size: 15px;
    color: #b2b5da;
}

.mayacok {
	cursor: pointer;
	position: absolute;
	z-index: 9999;	
}
.mayacok.left {	left: 9vw;
}

.mayacok.right {right: 9vw; transform: rotate(45deg);
}

#win1, #win2, #win3, #win4, #win5 {display: none; position: absolute; z-index:999; padding: 20px; opacity: 0;}

.close {
	padding: 20px;
	padding-top: 0px;
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */
 
.close:hover:after {
    border-color: #ccc;
    color: #ccc;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);}
	
#overlay {
	background-color: rgba(0,0,0,0.52);
	position:fixed;
	width:100%;
	height:100vh;
	z-index: 998;
	display: none;
	
}

#sound {display: none;}
/*CINFO*/

#cinfobutton, #vkl, #vikl {cursor: pointer;}
#cinfo {position: fixed;z-index: 99999;right: 76px; bottom: 56px; height: 0px; overflow: hidden; width: 0px; max-height: 65%; max-width: 50%; background: rgb(58, 56, 56, 0.96); border: 1px solid #3574b9; border-radius: 25px; transition: all 1s; color: white; font-family: 'Calibri'; font-size: 14px; text-align: left; 	}

#cinfo.opened {width: 50%; height: 490px;}
#cinfo p {display: block;
    margin: 14px 0; letter-spacing: 0.4px; text-align: left; font-size: inherit; line-height: 100%;}
	
#cinfo hr {width: 100%; color: inherit; size: 1px;}	
#cinfo a, #cinfo strong {color: inherit;}
#soundbutton {position: fixed; z-index: 99999; right: 50px; bottom: 30px;}
.cinfo_container {padding-left: 20px;}

.cinfo_wrapper::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:6px; 
height:0px 
} 

.cinfo_wrapper {overflow-y: auto;
    overflow-x: hidden;
    padding: 0 20px;
    margin: 16px;
    height: 90%;}

.cinfo_wrapper::-webkit-scrollbar-track { 
    background-color: #3574b9;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #598620 inset;
    margin-bottom: 25px;
} 

.cinfo_wrapper::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#d7d7d7; 
box-shadow:0px 1px 1px #fff inset; 
background-image:url('/img/scroll.png'); 
background-position:center; 
background-repeat:no-repeat; 
} 

.cinfo_wrapper::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:7px; 
height:0px;
} 

.cinfo_wrapper::-webkit-scrollbar{ 
width: 11px; 
}