@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: Open-Sans; /* Ãàðíèòóðà øðèôòà */
    src: url(../font/open-sans.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
   }
body {
	margin: 5px 5px 0px 5px;
	padding-top: 5px 5px 0px 10px;
	background-color:#FFFFFF;
	overflow-x: hidden;
}
p {
	font-family: Open-Sans;
	font-size: 12pt;
	color: #000000;
	border: 1px;
	font-style: normal;
	text-transform: none;
	text-indent: 1em;
	font-weight: normal;
	font-variant: normal;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 3px;
}

#shapka {
	alignment-adjust:central;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
    width:100%;
	margin-top: 0px;
    min-width: 300px;
	max-width:1400px;
	height:66px;
	background:#006699;
	z-index:10;	
}
#toplogo {
/*position:absolute;*/
	float:left;
	top:3px;
	margin-top: 3px;
	width:187px;
	height:60px;
	left: 5px;
	margin-left:5px;
	background:#006699;
	background-image: url(../image/fotoses.png);
	background-size: 187px 60px;
	z-index:1;
}
.scrollup{
width:40px;
height:40px;
opacity:0.6;
position:fixed;
bottom:57px;
left:15px;
display:none;
text-indent:-9999px;
background: url(../image/up.png) no-repeat;
 }
#topright {
/*position:absolute;*/
	float:right;
	right: 2px;
	top:17px;
	width:140px;
	height:40px;
	margin-top: 17px;
	margin-right: 2px;
	z-index:1;
    text-align: right;
	background:#006699;
}
#closeimage {
/*position:absolute;*/
	float:right;
	right: 6px;

	height:32px;
	margin-top: 6px;
	margin-right:6px;
	z-index:1;
	background:#006699;
}
#lineorange {
	margin: 0px;
	margin-top: -1.5px;
	top: -1.5px;
	width: 100%;
	max-width:1400px;
	height: 3px;
	left: 0px;
	z-index: 10;
	background:#f1832a;
}


#sections {
	text-align: left;
	margin:0px auto;
	margin-top: -1.5px;
	top: -1.5px;
	width: 100%;
	max-width:1400px;
	height: 24px;
	left: 0px;
	z-index: 10;
	background:#f1832a;
}

#sectionsmenu {
    position:relative;
    display:block;
    width:100%;
    height:auto;
    z-index:10;
}
#sectionsmenu ul{
		position:relative;
		display:block;
		margin:0px;
		padding:0px;
		width:100%;
		height:auto;
		list-style:none;
		background:#f1832a;
	}
	#sectionsmenu > ul::after{
		display:block;
		width:100%;
		height:0px;
		clear:both;
		content:" ";
	}
		#sectionsmenu ul li{
			position:relative;
			display:block;
			float:left;
			width:auto;
			height:auto;
		}
			#sectionsmenu ul li a{
				display:block;
                font-size: 14px;
                font-family: 'Open Sans', sans-serif;
                color: #FFF;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
                text-decoration: none;
			}
            #sectionsmenu ul li > a:hover, #sectionsmenu ul li:hover > a{
				background:#f1832a;
			}
			#sectionsmenu ul li ul{
				position:absolute;
				top:25px;
                margin-top:-5px;
				left:0px;
				display:none;
				width:220px;
				background:#f1832a;
			}
			#sectionsmenu ul li:hover ul{display:block;}
				#sectionsmenu ul li ul li{
					float:none;
					width:100%;
				}
					#sectionsmenu ul li ul li a{
						display:block;
						text-transform:none;
						height:auto;
						padding: 5px 0px 5px 20px;
						width:190px;
					}
					#sectionsmenu ul li ul li:first-child a{border-top:0px;}
					#sectionsmenu ul li ul li a:hover{
						color:#EBEBEB;
					}


a.menutop,
a.menutop:link,
a.menutop:visited,
a.menutop:hover
{	color: #FFFFFF;
	text-decoration: none;
	MARGIN: 0px 3px 20px;
	font-family: Open-Sans;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}
a.menutop:active {
	color: #006699;
	text-decoration: none;
	MARGIN: 0px 3px 20px;
	font-family: Open-Sans;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}
a.menu,
a.menu:link,
a.menu:visited,
a.menu:active
{	color: #069;
	text-decoration: none;
	MARGIN: 0px 3px 20px;
	font-family: Open-Sans;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}
a.menu:hover {
	color: #006699;
	border-bottom: 2px dotted;
	MARGIN: 0px 3px 20px;
	font-family: Open-Sans;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}
#podval {
	alignment-adjust:central;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	top:0px;
	margin-top: 0px;
	width:100%;
	max-width:1400px;
	height:32px;
	background:#006699;
	z-index:10;
}
/* Menu Button */
.menu-btn {
	background:#006699;
  cursor: pointer;
  border: 0px;
}
.menu-btn:hover {
  opacity: 0.6;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a.menuleft
{	color: #b3b3b1;
	text-decoration: none;
	MARGIN: 0px 3px 16px;
	font-family: Open-Sans;
	font-size: 13px;
	text-align: justify;
}
a.menuone
{	color: #b3b3b1;
	text-decoration: none;
    MARGIN: 15px 0px 30px;
	font-family: Open-Sans;
	font-size: 13px;
    font-weight: bold;
}
a.menuone.wh
{	color: #FFF;
}
div.menu_line {
    float:left;
    width:230px;
    height:2px;
    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
    border-width:  0px 0px 1px 0px ;
    border-style: solid;
    border-color: #f1832a;
}
.cabtips {
	width: 560px;
}
.lft {
    float: left;
    width: 250px;
}
.none {
    float: none;
    text-align: left;
}
#enterform {
    align-content: center;
    height: 400px;
	margin-top: 10px;
    margin-bottom: 0px;
	z-index:15;
	background:#EBEBEB;
	}
#photosesform {
    align-content: center;
    height: 230px;
	margin-top: 10px;
    margin-bottom: 0px;
	z-index:15;
	background:#EBEBEB;
	}
#newpwd_l {
    align-content: center;
    height: 180px;
	margin-top: 10px;
    margin-bottom: 0px;
	z-index:15;
	background:#EBEBEB;
	}
 #personform {
    align-content: center;
    height: 400px;
	margin-top: 10px;
    margin-bottom: 0px;
	z-index:15;
	background:#EBEBEB;
	}
     #persontxtform {
    align-content: center;
    height: 600px;
	margin-top: 10px;
    margin-bottom: 0px;
	z-index:15;
	background:#EBEBEB;
	}
#chpwdform {
    align-content: center;
    height: 300px;
	margin-top: 10px;
    margin-bottom: 0px;
	z-index:15;
	background:#EBEBEB;
	}
 #photosess_l {
    float: left;
    margin-left: 25%;
	}

.arrow_box_visible {  }
div.wrapper {
    width:560px;
    height:265px;
}
div.left_block {
    float:left;
    width:260px;
    height:280px;
    margin-left: 20px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #f1832a;
}
div.line_block {
    width:100%;
    height:0px;
    margin-left: 20px;
    margin-right: 20px;
    border-width:  0px 0px 0px 0px ;
}
div.right_block {
    float:right;
    width:260px;
    height:235px;
}
.ten_block {
    height:20px;
}
.error {
	color: #CC0000;
	text-decoration: none;
	TEXT-ALIGN: center;
	MARGIN: 0px 0px 20px;
	font-family: Open-Sans;
	font-size: 10px;
	font-weight: bold;
}
a.linkphs,
a.linkphs:link,
a.linkphs:visited,
a.linkphs:active
{	color: #069;
    text-decoration: none;
    MARGIN: 0px 3px 20px;
    font-family: Open-Sans;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}
a.linkphs:hover {
    color: #006699;
    border-bottom: 2px dotted;

    MARGIN: 0px 3px 20px;
    font-family: Open-Sans;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}
.titlep {
    float: left;
    color: #f1832a;
    MARGIN: 10px 10px 0;
    text-decoration: none;
    font-family: Open-Sans;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
    }
    .titlepc {
 float: left;
    color: #006699;
    MARGIN: 10px 10px 0;
    text-decoration: none;
    font-family: Open-Sans;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
    }
@media screen and (max-width: 580px) {
    p {
	font-size: 10pt;
}
  #sections {
    display: none;
  }
  .lft { float: none;
}
  #toplogo {
	float:left;
	top:3px;
	margin-top: 8px;
	width:150px;
	height:50px;
	left: 5px;
	margin-left:5px;
	background:#006699;
	background-image: url(../image/fotoses.png);
	background-size: 150px 50px;
	z-index:1;
}
  #enterform {
    height:640px;
    }
    #personform {
    height:520px;
    }
    #persontxtform {
    height:600px;
    }

	.cabtips {
    	width:100%;
	}
  div.wrapper {
    width:300px;
}
div.left_block {
    float:left;
    width:300px;
    height:230px;
    margin-left: 10px;
    border-width:  0px 0px 0px 0px ;
    border-style: solid;
    border-color: #f1832a;
}
div.line_block {
    float:left;
    width:300px;
    height:5px;
    margin-left: 10px;
    margin-right: 10px;
    border-width:  0px 0px 1px 0px ;
    border-style: solid;
    border-color: #f1832a;
}
div.right_block {
    float:left;
    width:300px;
    margin-left: 10px;
    height:305px;
}
#photosess_l {
    margin-left: 15%;
	}
.arrow_box_visible {
    display: none;
}
a.linkphs,
a.linkphs:link,
a.linkphs:visited,
a.linkphs:active,
a.linkphs:hover
{
    font-size: 12px;
}
.titlep {
 font-size: 12px;
}
.titlepc {
 font-size: 12px;
}
}