@font-face {
    font-family: 'ekibastuzblack';
    src: url('ekibastuz_black-webfont.eot');
    src: url('ekibastuz_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('ekibastuz_black-webfont.woff') format('woff'),
         url('ekibastuz_black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ekibastuz_rgbold';
    src: url('ekibastuz_bold-webfont.eot');
    src: url('ekibastuz_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ekibastuz_bold-webfont.woff') format('woff'),
         url('ekibastuz_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ekibastuzheavy';
    src: url('ekibastuz_heavy-webfont.eot');
    src: url('ekibastuz_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('ekibastuz_heavy-webfont.woff') format('woff'),
         url('ekibastuz_heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ekibastuz_rgregular';
    src: url('ekibastuz_regular-webfont.eot');
    src: url('ekibastuz_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ekibastuz_regular-webfont.woff') format('woff'),
         url('ekibastuz_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@keyframes content_in{
	0%{
		left: 0;
	}
	
	100%{
		left: -455px;
	}
}

@keyframes content_text_in{
	0%{
		left: 1200px;
		display: block;
	}

	100%{
		left: 0;
	}
}

@keyframes a_move_in{
	0%{
		right: 15%;
	}
	
	100%{
		right: 1550px;
	}
}

*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
	min-width: 1290px;
}


h1 {
    padding: 44px 0 15px 0;
    color: #ffd700;
}

h2 {
    padding: 27px 0 21px 0;
    color: deepskyblue;
}

p {
	color: #5a7478;
	font-family: ekibastuz_rgbold;
}

blockquote {
    font-size: 140%;
    padding: 20px 0 24px 50px;
    border-left: 5px solid #ffd700;
    margin: 36px 0 36px 48px;
    text-transform: uppercase;
}

b {
    font-size: 104%;
    color: #111;
}

li{
	color: #5a7478;
	font-family: ekibastuz_rgbold;
}

#content li{
        padding: 0 0 7px 11px;
}

#right li{
        padding: 0 0 0px 0px;
}

ol li {
margin-left: 25px;
list-style-position: outside;
}

a{
	outline: none!important;
}

a:link{
	text-decoration: none;
}

a.readmore {
    font-size: 135%;
    padding: 55px 32px 25px 0;
    display: block;
    text-align: right;
}


#app_table tr{
	width: 150px;
	height: 221px;
}

#app_table td{
	width: 200px;
	height: 200px;
}


tr.app_atitle {
	height: 60px !important;
}

tr.app_atitle td {
	height: 60px !important;
}


nav{
	width: 100%;
	font-family: ekibastuz_rgbold, "Times New Roman", Verdana, sans-serif;
	font-size: 18px;
	height: 32px;
	background-color: #2b4c52;
	z-index: 1000;
	min-width: 1080px;
}
nav ul{
	list-style-type: none;
	padding: 0;
	height: 32px;
	width: 645px;
	margin: 0 auto;
}
nav ul li{
	display: inline-block;
	margin-top: 5px;
}
nav ul li a{
	color: white;
	display: block;
	margin-right: 50px;
}
nav ul li.active a{
	color: white;
	background-color:#646464;	
	border-radius:4px; 
	padding: 3px 20px;
}
nav ul li a:hover{
	color: #24bd0b;
}

#nav_click{
	height: 0;
	width: 100%;
	background-color: #aaecff;
	min-width: 1080px;
}

.nav_link{
	overflow: hidden;
	margin: 0 auto;
}

.active{
	text-decoration: none!important;
}

.div_content{
	margin: 25px;
	margin-left: 40px;
	margin-right: 40px;
}

#nav_1{
	height:0;
	width:0;
}

.nav_text{
	width: 900px;
	height: 85px;
	list-style-type: none;
}

#nav_2 .nav_text li{
	padding-left: 92px;
	padding-top: 19px;
	height: 75px;
	width: 156px;
	margin-left: 97px;
}

#nav_2{
	height:0;
	width:0;
}

#nav_3 .nav_text{
	margin-top: 20px;
}

#nav_3 .nav_text li{
	width: 75px;
	margin-left: 200px;
}

#nav_3 .nav_text li a{
	font-size: 16px;
}
#nav_3{
	height:0;
	width:0;
}

.nav_text li{
	width: 290px;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	text-decoration: underline;
}

.nav_text li a{
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}

#hide_info{
	background-color: #2b4c52;
	width: 136px;
	height: 39px;
	margin: 0 auto;
	z-index: 520;
	overflow: hidden;
	display: none;
	position: relative;
}

#hide_info a{
	position: absolute;
	color: white;
	border-bottom: 1px dashed white;
	margin-left: 34px;
	margin-top: 5px;
}

#upper_menu{
	width: 100%;
	height: 130px;
	min-width: 1080px;
}

#logo{
	position: absolute;
	right: 105px;
	top: 30px;
	width: 199px;
	height: 69px;
	background: url(../imgs/logo.png) no-repeat 0% 0%;
}

#contacts{
	position: absolute;
	width: 240px;
	height: 70px;
	left: 107px;
	top: 45px;
}

#mail{
	position: absolute;
	right: 0;
	top: 0;
}

span.phone{
	position: absolute;
	left: 0;
	font-family: ekibastuz_rgregular, verdana, "Times New Roman";
}

span.phone_1{
	position: absolute;
	left: 0;
	font-family: ekibastuz_rgregular, verdana, "Times New Roman";
}

span.phone_2{
	position: absolute;
	font-size: 20px;
	left: 40px;
	font-weight: 7;
	font-family: ekibastuzblack, verdana, "Times New Roman";
	height: 50px;
	width: 150px;
}

span.phone_3{
	width: 152px;
	left: 40px;
	font-size: 14px;
	position: absolute;
	font-family: ekibastuz_rgregular, verdana, "Times New Roman";
	margin-top: 5px;
	white-space: nowrap;
}

#container{
	width: 100%;
	min-height: 541px;
	position: relative;
	min-width: 1080px;
}

#content {
    width: 100%;
    min-height: 541px;
    min-width: 1080px;
    z-index: 505;
    position: relative;
    overflow: hidden;
    font-family: ekibastuz_rgbold;
color: #5a7478;
}

#content_text{
	width: 70%;
	overflow: hidden;
	z-index: 502;
	background: white;
	position: absolute;
	left: 120%;
min-height: 539px;
}

.div_text{
	padding-right: 40px;
	padding-left: 55px;
	padding-top: 20px;
	display: none;
}

#text_3{
	height: 540px;
}

#text_4{
	height: 540px;
}

#center_pic{
	position: absolute;
	width: 541px;
	height: 428px;
	z-index: 600;
	left: 16%;
}

.content_img{
	position: absolute;
	width: 428px;
	height: 541px;
}

.points_1{
	position: absolute;
	right: 60px;
	top: 27px;
}
.points_2{
	position: absolute;
	right: 60px;
	top: 159px;
}
.points_3{
	position: absolute;
	right: 60px;
	top: 296px;
}
.points_4{
	position: absolute;
	right: 60px;
	top: 431px;
}

#right{
	position: absolute;
	width: 100%;
	min-width: 1080px;
}

#right ul{
	list-style: none outside none;
    padding: 0;
		min-width: 1080px;
}

#right ul li{
	height: 135px;
	font-family: ekibastuz_rgbold, "Times New Roman", Verdana, sans-serif;
	min-width: 1080px;
}

a.a_huge{
	width: 420px;
	height: 90px;
	right: 0;
	z-index: 701;
	font-size: 35px;
	margin-top: 20px;
	position: absolute;
	right: 15%;
}

a.a_small{
	position: absolute;
	width: 420px;
	height: 40px;
	right: 0;
	margin-top: 44px;
	font-size: 35px;
	z-index: 701;
	right: 15%;
}

#right a:hover{
	opacity: 0.5;
}

#right_border{
	top: 0;
	right: 0;
	width: 15%;
	height: 540px;
	z-index: 603;
	position: absolute;
}

#right_border ul{
	width: 100%;
	height: 100%;
	list-style: none outside none;
    padding: 0;
}

#right_border ul li{
	width: 100%;
	height: 135px;
}

#left_border{
	top: 0;
	left: 0;
	width: 15%;
	height: 540px;
	z-index: 603;
	position: absolute;
}

#left_border ul{
	width: 100%;
	height: 100%;
	list-style: none outside none;
    padding: 0;
}

#left_border ul li{
	width: 100%;
	height: 135px;
	text-align: center;
}

#left_border ul li img{
	padding-top: 63px;
	padding-left: 100px;
	display: none;
}

.page{
	min-height: 100%;
}

.page-bottom{
	height: 75px;
}

#bottom{
	position: relative;
	margin-top: -75px;
	width: 100%;
	height: 75px;
	text-align: center;
}

#bottom ul{
	list-style-type: none;
	padding: 0;
	height: 50px;
	width: 935px;
	margin: 0 auto;
}
#bottom ul li{
	display: inline-block;
	margin-left: 70px;
}

.reserve{
	color: grey;
	font-size: 12px;
	width: 240px;
	height: 36px;
}