html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -60px;
}
.footer-push{
    height: 60px;
}
.footer{
    height: 60px;
}
.footer-inner{
    padding: 15px 0 15px;
    border-top: 1px solid #A2A2A2;
}
body{
    font-family: 'Arial', serif;
    font-size: 13px;
    line-height: 20px;
    color: #ccc;
    background-color: #0B224F;
    z-index: 100;
}
h1,h2{
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 20px;
    text-transform: uppercase; 
}
h3{ 
    font-size: 14px; 
    text-transform: uppercase; 
    font-weight: normal;
    margin-bottom: 15px;
    font-weight: bold;
}
p,q,blockquote,table,pre{
    margin-bottom: 20px;
}
q,blockquote{
    display: block;
    padding: 5px 15px;
    font-style: italic;
    color: #A2A2A2;
	background-color: #FFFFFF;
	border: 1px solid #AEC4DE;
	border-radius: 5px;
}
.content ul{
    margin-bottom: 20px;
}
.content ul li{
    margin-left: 15px;
    list-style: square;
    margin-bottom: 15px;
}
table{
    border-collapse: collapse;
    width:100%;
	font-size: 11px;
    line-height: 15px;
	text-align: center;
}
td,th{
    padding: 5px;
    border: 1px solid #A2A2A2;
    vertical-align: middle;
}
td{
	background: #FFF;
}
th{
    font-weight: bold;
    background: #D9D9D9;
    color: #424242;
}
a{ 
    color: #336699; 
    text-decoration: underline; 
    word-break: break-all;
}
a:hover{ 
    color: #0099FF;
}
/**********************************/
.header{
    padding: 20px 0;
    background: #0B224F;
}
.menu-link{
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 300;
    background: #0B224F;
    padding: 6px;
}
.menu-box{
    position: fixed;
    background: #201F1D;
    color: #000;
    padding: 70px 60px 15px 15px;
    right: -900px;
    top: 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    z-index: 500;
    width: 900px;
    max-width: 100%;
    height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.menu-box.active{
    right: 0;
}
.menu-box .menu-close{
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    padding: 6px;
}
.menu-box ul a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
}
.menu-box ul .active a{
    color: #3EABE9;
}



.modal{
    display: none;
    width: 750px;
    max-width: 100%;
    padding: 25px;
    color: #336699;
}
/* fancybox */
.fancybox-close {
    background: url(../images/close.png) 0 0 no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    background-size: 25px 25px;
}
.fancybox-skin{
    background: #D6DDE7;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
    border-radius: 0 !important;
}
.fancybox-next span {
    background: url(../images/fancy-next.png) 50% 50% no-repeat rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-prev span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    background-color: #FEB138;
}
.fancybox-title-float-wrap{
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child{
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
}
/* end fancybox */
.advantages{
    margin-bottom: 20px;
}
.advantages-element{
    background: #fff;
    color: #336699;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    position: relative;
}
.advantages-element h3{
    color: #000;
}
.advantages-element h3 img{
    margin-right: 5px;
}
.advantages-content{
    text-decoration: underline;
}
hr{
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.main-container{
    margin-bottom: 30px;
}
.header-img{
    margin-bottom: 40px;
}
.popup_wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}
.popup.login {
    width: 300px;
    max-width: 96%;
}
.popup {
    position: relative;
    top: 30%;
    margin: 0 auto;
    background: #FFF;
    padding: 10px;
    box-shadow: 0 0 10px #000;
    border-radius: 3px;
}
.popup_title{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}
.popup_close {
    float: right;
    opacity: 0.7;
}
.popup_close:hover {
    opacity: 1;
    cursor: pointer;
}
form{
    margin-bottom: 20px;
}
dl, dt, dd{
    list-style-type: none;
    margin-bottom: 20px;
    color: #000;
}
dt {
    clear: left;
    float: left;
    width: 35%;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    min-height: 20px;
}
dd {
    padding-left: 36%;
    min-height: 20px;
    margin-bottom: 8px;
}
input, textarea, select {
    border: 1px solid #A2A2A2;
    border-radius: 3px;
    padding: 3px;
    max-width: 100%;
}
.button {
    display: inline-block;
    text-align: center;
    background: url(../images/bg_button.gif) repeat-x left 50%;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #14B5E1;
    padding: 0 20px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #000;
}
.button:hover {
    background: url(../images/bg_button.gif) left bottom;
    cursor: pointer;
}
.form_recover {
    display: none;
    background: #CCCCFF;
    background-clip: padding-box;
    border: 1px dashed #336699;
    border-width: 1px 0;
    margin: 0 -10px;
    padding: 10px;
}
.lang {
    position: absolute;
    left: 30px;
    top: 27px;
    height: 30px;
}
.lang .ru, .lang .en, .lang .kk{
    display: inline-block;
    padding-right: 20px;
    color: #FFF;
    text-shadow: 0px 0px 3px #000;
    text-decoration: none;
    margin-left: 20px;
    font-size: 18px;
}
.lang .en {
    background: url(../images/flag_en.png) no-repeat right 2px;
    margin-left: 0;
}
.lang .ru {
    background: url(../images/flag_ru.png) no-repeat right 2px;
}
.lang .kk {
    background: url(../images/flag_kz.png) no-repeat right 2px;
}


















