.header_banner {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
}
/* Список */
.ul_list_img {
    margin-bottom: 10px;
}
.ul_list_img li {
    background: url(/i/img/bg-ul-specials-li_new.png) no-repeat;
    line-height: 0.2;
    background-size: 11px;
    background-position: 4px 6px;
    margin-left: 6px;
} /* Список */

/* Блок принятия офёрты и открытия счета*/
.alert {
    color: #b94a48;
    padding: 8px 35px 8px 14px;
    margin-top: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    width: 374px;
    margin: 0 auto;
}
.alert.alert-success {
    color: #555;
    background-color: #fff;
    border-color: #a2a2a2;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    background-color: transparent;
    filter: alpha(opacity=20);
}
.alert .close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.hid {
    display: none;
}
.btn_red {
    width: 170px;
    margin-left: 40px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #C6170E;
    background: linear-gradient(to top, #B20701 0%, #C6170E 36%, #DE3026 100%);
    border: 1px solid #B2B2B2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn_red:hover {
    color: #fff;
    background: #B20701;
    background: linear-gradient(to top, #DE3026 0%, #C6170E 36%, #B20701 100%);
    text-decoration: none;
}
.btn_grey {
    width: 170px;
    margin-right: 40px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #6D6D6D;
    background: linear-gradient(to top, #707070 0%, #656565 36%, #595959 100%);
    border: 1px solid #B2B2B2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn_grey:hover {
    /*border-bottom: 1px solid #bbbbbb;*/
    color: #fff;
    text-decoration: none;
    background: #C6170E;
    background: linear-gradient(to top, #595959 0%, #656565 36%, #707070 100%);
    border: 1px solid #B2B2B2;
}
#real_acc_reg {
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(235, 235, 235, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(100%, rgba(235, 235, 235, 1)));
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(235, 235, 235, 1) 100%);
    background: -o-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(235, 235, 235, 1) 100%);
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(235, 235, 235, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(235, 235, 235, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #a1a1a1;
    width: 570px;
    margin: 0 auto 40px;
    border-radius: 10px;
    overflow: hidden;
}
#real_acc_reg table {
    margin: 0 auto;
    width: 526px;
}
#real_acc_reg h2 {
    text-shadow: 1px 1px 0px white;
    color: #DA2222;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 21px;
}
#real_acc_reg td {
    padding-bottom: 10px;
    text-align: center;
}
#real_acc_reg td.label {
    font-size: 14px;
    padding-right: 20px;
}
.checkbox span {
    margin-left: 4px;
    vertical-align: 2px;
}
#real_acc_reg td.btn-action {
    text-align: center;
}
#form-main {
    background: url(/i/img/oda-ticks.png) no-repeat 50px -50px,
        url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpi+P//PwMI37lzB8EA0XAGCAMEGAA3VxyoxxQJQwAAAABJRU5ErkJggg==');
    padding: 10px 0 4px;
}
.table_f .btn_red {
    float: left;
}
.table_f .btn_grey {
    float: right;
} /* Блок принятия офёрты и открытия счета*/

/*  Для арабских языков */
.ul_list_img_ar {
    margin-bottom: 10px;
}
.ul_list_img_ar li {
    background: url(/i/img/bg-ul-specials-li_new.png) right no-repeat;
    line-height: 0.2;
    background-size: 11px;
    margin-right: 13px;
}
.checkbox_ar span {
    margin-right: 4px;
    vertical-align: 2px;
}
.btn_red_ar {
    width: 170px;
    margin-right: 40px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #C6170E;
    background: linear-gradient(to top, #B20701 0%, #C6170E 36%, #DE3026 100%);
    border: 1px solid #B2B2B2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn_red_ar:hover {
    color: #fff;
    background: #B20701;
    background: linear-gradient(to top, #DE3026 0%, #C6170E 36%, #B20701 100%);
    text-decoration: none;
}
.btn_grey_ar {
    width: 170px;
    margin-left: 40px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #6D6D6D;
    background: linear-gradient(to top, #707070 0%, #656565 36%, #595959 100%);
    border: 1px solid #B2B2B2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn_grey_ar:hover {
    /*border-bottom: 1px solid #bbbbbb;*/
    color: #fff;
    text-decoration: none;
    background: #C6170E;
    background: linear-gradient(to top, #595959 0%, #656565 36%, #707070 100%);
    border: 1px solid #B2B2B2;
}
.table_f .btn_red_ar {
    float: right;
}
.table_f .btn_grey_ar {
    float: left;
} /*  Для арабских языков */

/* fancybox всплывающее окно */
div#fancy_outer {
    height: 364px !important;
    padding: 0;
    border: 1px solid #959595;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
div#fancy_inner {
    border: none;
}
div#fancy_close {
    top: 5px;
    right: 5px;
    height: 10px;
    width: 14px;
    background: url('/i/img/chosen/chosen-sprite.png') -41px -10px no-repeat;
}
div#fancy_close:hover {
    background: url('/i/img/chosen/chosen-sprite.png') -41px 1px no-repeat;
}
#fancy_content {
    height: 400px !important;
}
#fancy_frame {
    height: 430px;
}
.iframe_bonus, .open_lo {
    width: 99%;
    border:none;
    height: 90%;
    overflow: hidden;
}
.iframe_bonus {
    max-width: 1100px;
}
.iframe_bonus_45_en {
    height: 534px;
}
.iframe_bonus_45_ru{
    height: 586px;
} /* fancybox всплывающее окно */

/* Стили для зоголовка в iframe*/
.h3_container {
    height: 33px;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
}
.h3_container_ar {
    margin-right: 0;
    padding-right: 0;
}
.h3_left {
    float: left;
    width: 0.51967334818114%;
    height: 33px;
    background: url("/i/img/h3_back_sprite_small.png") no-repeat 0 0 transparent;
    border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -o-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
}
.h3_left_ar {
    float: right;
    background: url("/i/img/h3_back_sprite_small.png") no-repeat 0 -33px transparent;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
}
.h3_right_stripes {
    float: right;
    width: 200px;
    height: 33px;
    background: url("/i/img/h3_back_sprite_small.png") no-repeat -10px 0 transparent;

}
.h3_right_stripes_ar {
    float: left;
    background: url("/i/img/h3_back_sprite_small.png") no-repeat -19px -33px transparent;
}
.h3_right {
    float: left;
    width: 0.44543429844098%;
    height: 33px;
    background: url("/i/img/h3_back_sprite_small.png") no-repeat -222px 0 transparent;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
}
.h3_right_ar {
    float: right;
    background: url("/i/img/h3_back_sprite_small.png") no-repeat -222px -33px transparent;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -o-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
}
.h3_center {
    height: 33px;
    background: url("/i/img/h3_back_center_small.png") 0 0;
    background-repeat: repeat-x;
    color: #fff;
    font-weight: bold;
}
.h3_wrap {
    display: table;
    height: 33px;
}
.h3_center_text {
    padding-left: 17px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
}
.h3_center_text_ar {
    padding-left: 280px;
    text-align: right;
    direction: rtl;
}
ol li {
    text-align: justify;
} /* Стили для зоголовка в iframe*/