.new_event_header_right_reg {
position: relative;
    box-sizing: border-box;
    background-color: #1d2128;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    min-height: 520px;
    margin-bottom: 20px;
}

.new_event_header_right_reg_text {
    color: white;
    font-weight: bold;
    font-size: 24px;
    /*margin-bottom: 20px;*/
}
.new_event_header_right_reg_text_sub {
	padding-top: 10px;
}
.new_event_header_right_reg_text_sub, .new_event_header_right_reg_text_sub b {
	color: white;
}

.reg_input,
.reg_select {
    margin-bottom: 10px;
}

.new_event_header_right_reg_inp .common_select .common_select-link {
    padding: 0 33px 0 12px;
}

.new_event_header_right_reg_inp .bx_filter .bx_filter_select_block, .common_select .common_select-link{
    margin:0 0 0px!important;
    height:37px;
}

.new_event_header_right_reg_sms {
    color: white;
    font-size: 16px;
    /*
    margin-top: 10px;
    margin-bottom: 10px;
    */
}

.new_event_header_right_reg_sms_text {
    float: left;
    width: 50%;
}

.new_event_header_right_reg_sms_check {
    float: right;
    width: 50%;
}

.new_event_header_right_reg_sms_check .sms_check{
    display: block;
    padding-left: 80px;
    margin: 10px;
}

.new_event_header_right_reg .reg_sms_radio {
    margin-right: 5px;
}

 .event_reg_sub {
    opacity: 1;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    background: #0a4289;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
        padding: 13px 15px 13px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    font-family: "Ubuntu",Arial,Helvetica,sans-serif;
    /* letter-spacing: 0.4px; */
    width: auto;
    vertical-align: middle;
}
.event_reg_sub:hover{
    color: #fff;
}
.new_event_header_right_reg_sub {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
} 

.new_event_header_right_reg_sms_number {
    display: none;
}
.new_event_header_right_reg_sms_number input{
    width:87%!important;
}
.new_event_header_right_reg_text
.select-block{
	position: relative;
}
.select-block__popup{
    background-color: #fff;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 999;
}
.select-popup__item{
	cursor: pointer;
	padding: 10px;
}
.select-popup__item:hover{
	background-color: #e3e3e3;
}
.select-block__trigger{
	position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 37px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
    border-left: 1px solid #E5E5E5;
    background: #fff;
    text-align: center;
    line-height: 32px;
}
.select-block__trigger:before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 4px;
    background: url(/local/templates/aspro_optimus/images/arrows.png) -1px -174px no-repeat;
}
.input-block{
    position: relative;
    padding-top: 10px; 
}
.input-block.error{
    padding-top: 20px; 
}
.input-block .input-block__close{
    font-size:30px;
    cursor: pointer;
    position:relative;
    top:5px;
}
.input-block .input-block__select{
    margin-bottom: 0px!important; 
}
.input-block .input-block__sub-select{
    margin-top: 10px; 
}