#password .b-login-register__form {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.b-login-register__input.error, .b-write-us__input.error {
    border-color: #ff6a26;
}
.b-btn_password:before {
    content: "";
}
.b-btn_logout:before {
    display: none;
}
.b-btn_logout i {
    left: 0.625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    line-height: 1rem;
    font-size: 1rem;
    margin-top: -1px;
}
.b-content__table_light th {
    color: #486580;
    padding: 1.0625rem 0rem;
    font-weight: bold;
    text-align: left;
}
.b-content__table_light th.center,
.b-content__table_light td.center {
    text-align: center;
}
.b-content__table_light th.left,
.b-content__table_light td.left {
    text-align: left;
}
.b-content__table_light th.right,
.b-content__table_light td.right {
    text-align: right;
}
.b-content__table_light.commission td {
    font-weight: normal;
}
.h-color-red,
.b-content__table_light th.h-color-red,
.b-content__table_light td.h-color-red{
    color: #e60000;
}
ul.ul-tree {
    padding-left: 2em;
    padding-bottom: 12px;
}
ul.ul-tree ul {
    margin: 0;
    padding-left: 17px;
}
ul.ul-tree li {
    position: relative;
    list-style: none outside none;
    border-left: 1px solid rgba(0,0,0,.5);
    margin: 0;
    line-height: 24px;
}
ul.ul-tree p {
    position: relative;
    top: 12px;
    margin: 0 0 0 2.5em;
    padding: 0 0;
}
ul.ul-tree p:before {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.5);
    position: absolute;
    width: 2.5em;
    height: 24px;
    left: -2.5em;
    top: -12px;
}
ul.ul-tree li:last-child {
    border-left: 0 none;
}
ul.ul-tree li:last-child > p:before {
    border-left: solid 1px rgba(0,0,0,.5);
}
ul.ul-drop div.drop {
    width: 11px;
    height: 11px;
    position: absolute;
    z-index: 10;
    top: 19px;
    left: 12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAYAAAB7/H1+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGtJREFUeNrck8EOwCAIQ9vF///lTjdniIEMDrusB43xgQUiAAi3Mnua5bV24UXsqrCHecVeeLw8NpBGYiZhVthWcYG81KYL7eXb82wr12AYG3/Y5djOZAQ6M9IW/LMeu46DUlms7pufdwowAAbFQP9vY58OAAAAAElFTkSuQmCC');
    background-position: -11px 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
.h-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.messages-list {
    margin-top: 20px;
}

.messages-list li {
    border-bottom: 1px solid #EAEDF1;
    padding: 10px;
    border-radius: 0.625rem;
    margin-bottom: 30px;

    -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background 0.3s ease, box-shadow 0.3s ease;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.messages-list li:last-child {
    margin-bottom: 0;
}
.messages-list li.opened {
    -webkit-box-shadow: 0 0 1.875rem #cccccc;
    box-shadow: 0 0 1.875rem #cccccc;
    background: #ffffff;
    border-color: transparent;
}

.message-subject {
    display: block;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
}

.message-body {
    display: none;
    padding: 20px 0 20px 20px;
}
.message-subject__delete {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-popup_register .b-login-register__submit {
    position: static;
    width: 30%;
    -webkit-transform: none;
    transform: none;
}
.b-login-register__form-caption {
    bottom: 0;
}
.invisible {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.invisible.js-visible {
    visibility: visible;
    opacity: 1;
}

.b-header__news {
    background: #3283d3;
    padding: 11px 0 7px;
}

.b-header__news-body {
    color: #ffffff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.b-header__news-body a {
    color: #ffffff;
    text-decoration: underline;
}

.b-header__news-body a:hover {
    color: #ffffff;
    text-decoration: none;
}

.b-header__news-body .icon-newspaper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.b-header__news-body .icon-newspaper,
.b-header__news-body .icon-newspaper:before {
    font-size: 19px;
    line-height: 19px;
}