/*User cabinet*/
.usercabinet .cabinet_head {
    margin: 25px 0 45px;
    height: 55px;
    border-bottom: 1px solid #eeeeee;
}
.cabinet_head .tab {
    margin: 0 35px;
    float: left;
}

.cabinet_head .tab a {
    font-size: 18px;
    color: #7a7a7a;
    height: 55px;
    display: flex;
    text-decoration: none;
    align-items: center;
    border-bottom: 3px solid transparent;
}
.cabinet_head .active_tab a {
    color: #c6272c;
    border-bottom: 3px solid #c6272c;
    font-weight: 700;
}
.personal_data .left_side {
    float: left;
    width: 640px;
}
.personal_data .field {
    margin-bottom: 15px;
    height: 45px;
    display: flex;
    align-items: center;
}

.personal_data .field-title {
    padding: 5px 0;
    font-size: 16px;
}

.personal_data .field-description {
    padding-top: 38px;
}

.personal_data{
    padding-left: 30px;
}

.personal_data .change_pass_title{
    margin: 35px 0;
    font-size: 18px;
    font-weight: 700;
}
.personal_data form {
}
.personal_data input {
    width: 350px;
    height: 45px;
    border: 1px solid #dbdbdb;
    padding-left: 10px;
}

.personal_data .red-button {
    border-radius: 3px;
    margin-top: 10px;
}


.personal_data span {
    width: 210px;
    display: inline-block;
    color: #676767;
    font-size: 16px;
    text-align: right;
    padding-right: 20px;
}
.btn_save {
    text-align: right;
    padding: 20px 0;
}
.btn_save input.yellow-button{
    width: 240px;
    height: 60px;
    padding: 0;
}
.personal_data .right_side {
    float: left;
    width: 640px;
}
.passport_window {
    width: 490px;
    min-height: 560px;
    box-shadow: 0 0 10px 1px rgba(0,0,0, 0.15);
    padding: 30px 0;
    text-align: center;
}
.passport_window .image {
    height: 110px;
    width: 110px;
    font-weight: 900;
    font-size: 44px;
    color: #fff;
    background: #c6272c;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.passport_window .name {
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0;
}
.personal_data .notification {
    padding: 10px 0 10px 45px;
}

.personal_data .notification.top {
    border-bottom: none;
}

.personal_data .green {
    color: #57cd1e;
    background: url(../images/green_notify.png) 0 50% no-repeat;
}
.personal_data .red {
    color: #d54845;
    background: url(../images/red_notify.png) 0 50% no-repeat;
}
.personal_data .tip {
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0;
}
.button_set_photo .yellow-button {
    width: 195px;
    height: 45px;
    padding: 15px 0 0;
}
.tab_content {
    display: none;
}
.active_content {
    display: block;
}
#user-save-phone,
#user-save-email,
#user-save-nickname,
#user-save-surname{
    display: none;
}
.btn_save_edit {
    padding-left: 5px;
    display: inline-block;
}
.subscribes {
    padding: 0 30px;
}
.subscribes .title {
    font-size: 18px;
    font-weight: 700;
}
.subscribes .list {
    padding: 50px 0;
}
.notify {
    margin-top: 10px;
    font-size: 14px;
}
.notify label {
    display: flex;
    align-items: center;
}
.notify label img {
    margin: 0 25px 0 0;
    width: 22px;
}
.subscribes .button_save {
    padding-bottom: 240px;
}

.deal_status {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.deal_status .deal_title {
    color: #909090;
    padding: 35px 0 20px;
}
.deal_status .deal_result {
    color: #2d2e2e;
    padding-bottom: 25px;
}
.deal_status .deal_result.succes {
    color: #27c649;
}
.deal_status .deal_date {
    color: #7f7f7f;
}
.bet_result {
    text-align: center;
    padding: 0 20px;
}
.bet_result .title {
    color: #2d2e2e;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 0;
}
.bet_result .title.succes {
    color: #27c649;
}
.bet_result .bet_price {
    color: #2d2e2e;
    font-size: 24px;
    font-weight: 900;
}
.bet_result .bet_price_sec {
    color: #8b8b8b;
    font-size: 14px;
}
.captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.transparent_file{
    display: none;
    opacity: 0.5;
    width: 195px;
    height: 45px;
}

#upload_photo_button{
    display: none;
    -webkit-appearance: none;
    padding-bottom: 15px;
}

#sess_messages {
    font-size: 18px;
    border: 2px solid #c6272c;
    padding: 20px 30px;
    margin-top: 10px;
    color: #c6272c;
    margin-bottom: 30px;
}


.sendremind-table{
    background-color:#EBEBEB;
    padding: 20px;
}

.sendremind-table div{
    padding-bottom: 10px;
}

.usercabinet {
    padding-bottom: 50px;
}