.auth_ok a {
    color: #75c48d;
    display: inline-block;
    padding: 5px;
    font-weight: 700;
}

.reg_enter_exit
{
}

/*****************Регистрация в колонке******************/
.column_reg
{
    position: relative;

    margin: 0 0 10px;

    text-align: center;
}

.right .column_reg
{
    margin: 40px 0 10px;
}

.column_reg > a:first-child
{
    margin-right: 27px;
}

.reg_inp
{
    padding: 3px 5px 3px 4px;
}

.reg_inp_login input,
.reg_inp_pass input
{
    width: 158px;

    color: #000;
    border: 0 solid #000;
    background: none;
}

.reg_dp
{
    padding: 3px 0 0 20px;
}

.reg_dp a
{
    color: #000;
}

.reg_inp_login
{
    position: absolute;
    top: 9px;
    left: 10px;
}

.reg_inp_pass
{
    position: absolute;
    top: 36px;
    left: 10px;
}

.reg_inp_registr
{
    position: absolute;
    top: 62px;
    left: 6px;
}

.reg_inp_restore
{
    position: absolute;
    top: 85px;
    left: 33px;
}

.reg_inp_send
{
    position: absolute;
    top: 61px;
    left: 113px;
}

.reg_inp_h
{
    line-height: 1.5;

    position: absolute;
    top: 18px;
    left: 14px;

    width: 200px;

    text-align: center;
}

.reg_form
{
    position: relative;
}

.reg_dp input:focus
{
    outline: 0 solid red;
}

.reg_t
{
    width: 81px;
    padding-bottom: 4px;

    text-align: right;
}

.reg_tt1
{
    padding-top: 38px;
}


.reg_form
{
    position: absolute;
    top: 210px;
    right: 19px;

    width: 179px;
    height: 106px;
}


.reg_out
{
    background: url(../images/reg_out.png) -2px -2px no-repeat;
}



.reg_messages td
{
    padding: 5px;

    border: 1px solid #000;
}

.reg_col_1
{
    padding-right: 20px;
}

.thank_you_but > .badname,
.badtext,
.thank_you > .thumbup
{
    position: relative;

    padding-left: 65px;
}
.thank_you > .thumbup
{
    position: relative;

    padding-left: 90px;
}
.thank_you_but .badname::before
{
    position: absolute;
    top: 5px;
    left: 5px;

    width: 40px;
    height: 40px;

    content: '';

    background: url('../images/popups/badname.png') no-repeat center center / cover;
}
.thank_you_but .badtext::before
{
    position: absolute;
    top: 5px;
    left: 10px;

    width: 40px;
    height: 40px;

    content: '';

    background: url('../images/popups/badtext.png') no-repeat center center / cover;
}

.thank_you .thumbup::before
{
    position: absolute;
    top: 30px;
    left: 5px;

    width: 90px;
    height: 85px;

    content: '';

    background: url('../images/popups/thumbup.png') no-repeat center center / cover;
}

.feedback_section
{
    position: relative;
}

/* header_reg_two */
.header_reg_two.header_reg
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    height: 32px;
    padding: 0;
    padding-left: 26px;

    border: none;
    background: none;
}
.header_reg_two.header_reg a
{
    display: inline-block;

    vertical-align: top;

    color: #000;
    border: none;
    background: none;
    box-shadow: none;
}
.header_reg_two.header_reg a:hover
{
    text-decoration: underline;
}

.header_reg_two.header_reg.reg_block > a
{
    width: initial;
    margin-bottom: 10px;
}

.header_reg_two.header_reg:before
{
    display: none;

    content: '';
}
.header_reg:after
{
    /*position: absolute;
    top: -25px;
    right: 0;

    width: 150px;
    height: 30px;

    content: '';*/
}

/* END header_reg_two */
.reg_auth-table td,
.reg_reg-section td
{
    padding-top: 10px;
}

.header_reg_container
{
}


/* reg_inline */
.reg_inline .header_reg_title
{
    display: none;
}
.reg_inline .header_reg > a
{
    font-size: 14px;
    line-height: normal;

    height: auto;
    padding: 0;

    text-decoration: underline;

    color: #eb6a02;
    border: none;
    background: none;
    box-shadow: none;
}
.reg_inline .header_reg > a:hover
{
    text-decoration: none;

    color: #eb6a02;
}
.reg_inline .header_reg > a + a
{
    margin-left: 10px;
}
/* END reg_inline */

/* reg_fading */
.reg_fading .header_reg_title
{
    cursor: default;
    text-decoration: underline;
}
.reg_fading .header_reg
{
    position: absolute;
    z-index: 1;
    top: 36px;
    left: 0;

    visibility: hidden;

    padding: 10px;

    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-align: center;

    opacity: 0;
    border: 1px solid #7c5a30;
    background: #fff;
}
.reg_fading:hover > .header_reg
{
    visibility: visible;

    opacity: 1;
}
.reg_fading .header_reg:before
{
    position: absolute;
    top: -10px;
    left: -1px;

    width: 0;
    height: 0;
    /* triangle */

    content: '';

    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #7c5a30;
    border-left: 12px solid rgba(0, 0, 0, 0);
}
.reg_fading .header_reg:after
{
    position: absolute;
    right: 0;/* bridge */
    bottom: 100%;

    width: 100%;
    height: 18px;
    /* bridge */

    content: '';
}
.reg_fading .header_reg > a
{
    width: 140px;
    margin: 0;
}
.reg_fading .header_reg > a + a
{
    margin-top: 10px;
}
.reg_fading .reg_enter_exit
{
    margin-right: 0;

    border: none;
}

/*	User Content */


.user_menu {
	margin:10px 0px 0px;
	background: #d5d5ca;
}
.user_menu > div {
	display:inline-block;
	margin: 0px 0px;
}
.user_menu div a.button{
	border: none;
	border-radius: 0px;
	background: none;
	padding: 10px 30px;
	color: #000;
	font-weight: 700; font-size: 14px;
}
.user_menu div a.button:hover{
    border-color: #b60c00;
    background: #fbf7f3;
    color: #75c48d;
    border-top: 5px solid;
}
.user_menu .selected a.button{
    border-color: #b60c00;
    background: #fbf7f3;
    color: #75c48d;
    border-top: 5px solid;
}

.user_content {
    width: 96%; min-height: 300px;
    position: relative;
    border-radius: 0px 0px 5px 5px;
    background: #fbf7f3;
    padding: 2%;

}
.user_content .block_line_bonus {
	margin-top: 30px;
}

.user_content .line_bonus {
	margin:3px 0px;
	display:inline-block;
	vertical-align: top;
}
.user_content .line_bonus > div {
	width: 90px;
	margin: 0px 3px;
	text-align: center;
	min-height: 40px;
}
.user_content .line_bonus > div > span {
	display:inline-block;
}
.user_content .line_bonus.title, .user_content .statistic_bonus.title {
	text-transform: none;
}
.user_content .line_bonus.title > div {
    width: 170px;
    text-align: left;
}
_.user_content .line_bonus:before {
	content: ' ';
	width: 30px; height:20px;
	margin-right: 30px;
}
.user_content .line_bonus.selected .next_summa span{
	background: url(../images/smile.svg) center no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	margin: auto;
}
.user_content .line_bonus.selected {
	background: rgba(212,235,219,.8);
	border-radius:5px;
}
.user_content .line_bonus .percent {
	font-size:30px;
	font-weight:bold;
}
.user_content .line_bonus:last-child .percent {
	color:#F9A01B;
}

.user_points {
    position: absolute;
    right: 30px; bottom: 30px;
    width: 100px !important; height: 100px !important;
    z-index: 1;
    padding:20px !important;
    background: #75c48d;
    box-shadow: 0px 0px 4px #75c48d;
    border-radius: 200px;
    text-align: center;
    color:#FFF;
}
_.user_points.draggable:before {
    content: '\f047';
    top: 0px;
    right: 0px;
    color: #339551;
    font-family: FontAwesome;
    position: absolute;
}
.user_points:hover:before {
	content: none;
}
_.user_points:hover {
    background: #75c48d;
    box-shadow: 0px 0px 4px #75c48d;
}
.user_points_value {
    font-size: 40px;
    font-weight: 700;
    padding-top: 10%;
}

.user_content .statistic_bonus.descr > div {
    width: 330px;
    text-align: left;
    margin-left: 20px;
}

.user_content .block_statistic_bonus .statistic_bonus {
	margin:10px 0px;
}
.user_content .block_statistic_bonus .statistic_bonus.title {
	margin-top: 30px;
}

.user_content .block_statistic_bonus .statistic_bonus > div {
	display: inline-block;
	text-align:center;
	width:100px;
}

.user_content .block_statistic_bonus .statistic_bonus > div:first-child {
	width:250px;
	text-align:left;
}

.anketa_content > div {float: left; width:calc(50% - 20px); padding: 30px 10px 20px;}
.anketa_content:after{clear:both}
.anketa_content:after{display: table; content: '';} 
.anketa_content:before{display: table;content: '';}
.anketa_content a.button { text-decoration:uppercase;}

.notice { font-size:11px; text-align-last: left;}
.change_pass_block { width:300px;}
#frmChngPass .feedback__block input { width:200px;}
.draggable { cursor: move;}

.cart_table {
    overflow-x: scroll;
}


@media screen and (max-width: 560px){
	#user_menu > div {
		width: 100%;
	}
	#user_menu > div a {
		width: 96%;
		padding: 10px 2%;
	}
    .user_content > div {
      width: 100%;
  }
  .block_cart_table {
      width: 100%;
      overflow: auto;
  }

  .block_line_bonus, .block_statistic_bonus {
      overflow: auto;
      width: 100%;
  }
  .user_content .line_bonus, .user_content .statistic_bonus {
      display: table-cell;
      overflow: scroll;
  }
}