﻿body.client {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font: 15px/26px Inter, Arial, Helvetica, sans-serif;
    background: var(--pad-color);
}
body.client * {
    box-sizing: border-box;
}

body .node {
    padding: 0px 0px 16px 0px;
    background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/page/details/ajax_loader_bg.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

div[id^="node"] {
    padding: 16px 0;
}


.inventory-list-scrollbar {
    width: 100%;
    height: 600px;
    overflow-y: auto;
}

.inventory-site {
    width: 100%;
    max-width: 944px;
    margin: 0 auto;
    background: var(--pad-color);
    color: #a2a7ac;
    user-select: none;
    line-height: normal;
}

.inventory-site * {
    box-sizing: border-box;
}

.inventory-filtersrow {
    padding: 20px 2px 20px 0;
}

.inventory-flex-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    width: calc(100% - 17px);
}

.inventory-table-layout {
    width: 100%;
}

.inventory-table {
    width: 616px;
}

.inventory-table__item--name {
    width: 270px;
}

.bp-service-table-body-wrapper {
    position: relative;
    height: 448px;
    overflow: hidden;
}

.inventory-items, .inventory-items__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.inventory-items__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.inventory-items__no-items {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 316px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.inventory-empty {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 316px;
    padding: 0 40px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.inventory-empty.type--buy {
    flex-direction: column;
}

.inventory-empty.type--buy p {
    width: 90%;
    margin-bottom: 30px;
}

.inventory-active-item {
    width: 302px;
    max-height: 505px;
    margin: 0;
    background: var(--pad-color2);
    flex:  0 0 302px;
    padding: 0 20px;
    position: relative;
}

.inventory-active-item .inventory-item-content__count {
    left: auto;
    right: 0;
    bottom: 0;
}

.inventory-active-item .inventory-item-content__name {
    margin-left: 0;
    position: relative;
    z-index: 3;
}

.inventory-active-item .inventory-item-content__image {
    top: 55.5%;
}

.inventory-item-active {
    position: relative;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inventory-items-scroll {
    max-height: 505px;
    width: 100%;
}

.simplebar-track.vertical {
    width: 1px;
    background: #a2a7ac;
    margin-right: 6px;
}

.simplebar-scrollbar.visible {
    background: #a2a7ac;
    width: 3px;
    margin-right: -3px;
}

.simplebar-scroll-content {
    padding-right: 18px !important;
}

.inventory-item {
    background: var(--pad-color2);
    width: calc(50% - 6px);
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    height: 191px;
    position: relative;
    cursor: pointer ;
}

.inventory-item:nth-child(even) {
    margin-right: 0;
}


.inventory-item-content {
    flex: 0 0 auto;
    height: 191px;
}

.inventory-item-content__wrapper {
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}

.inventory-item-content__count {
    position: absolute;
    bottom: 37px;
    left: 9px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.inventory-item-content__name {
    color: var(--item-color);
    margin: 10px 35px 0 10px;
    font-size: 15px;
    line-height: 18px;
}

.inventory-item-content__footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 25px;
    background: #15191D;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inventory-item-content__image {
    z-index: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 239px;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%) ;
}

.inventory-item-content__image img {
    display: block;
    width: 100%;
    height: auto;
}

.inventory-item-content__duration {
    text-transform: uppercase;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.inventory-item-content__wrapper .inventory-item-content__duration {
    position: absolute;
    bottom: 0;
}

.inventory-item-content__button {
    background: var(--item-color);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: TIWarface, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}

.inventory-item-content__button:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.inventory-item-content__button--disable {
    background: #575c61;
    color: #a9aeb3;
    cursor: default;
}

.inventory-item-content__button--disable:hover {
    background: #575c61;
    color: #a9aeb3;
    cursor: default;
    display: none;
}

.inventory-item-content__icon-lock {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    padding: 2px 5px;
    z-index: 9;
    display: flex;
    align-items: center;
}

.inventory-item-content__icon-lock span {
    font-size: 18px;
    line-height: .9;
}

.inventory-char-select {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column ;
}

.inventory-char-select label {
    display: flex;
    align-items: center;
}

.inventory-char-select__char-name {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    max-width: 170px;
    white-space: nowrap;
}

.inventory-char-select__shard {
    width: 55px;
}

.inventory-char-select__row {
    display: flex;
    align-items: center;
    width: 100%;
}
.inventory-char-select__row + .inventory-char-select__row {
  margin-top: 10px;
}

.inventory-char-select__row--active {
    color: var(--item-color);
}

.inventory-char-select:last-child {
    margin-bottom: 0;
}

.inventory-char-select__option {
    display: flex;
    width: 14px;
    height: 14px;
    border: 1px solid #80858A;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 8px;
}

.inventory-char-select__option--active {
    border-color: #80858A;
}

.inventory-char-select__option--active:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #80858A;
    border-radius: 50%;
    margin: auto;
}
.inventory-command-window {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.inventory-command-window label {
    padding-left: 12px;
    line-height: 1.1;
}

.inventory-command-window label .icons_rankgeneral {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: 0 5px;
}

.inventory-command-window__checkbox label {
    font-size: 14px;
    padding-left: 3px;
    line-height: 1;
}

.inventory-command-window__row {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    width: 100%;
}

.inventory-command-window__input {
    /*{site_input}*/
    width: 62px;
    height: 32px;
    margin: 0 10px 0 0;
    text-align: center;
}

.inventory-command-window__input::-webkit-outer-spin-button,
.inventory-command-window__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.inventory-command-window__input[disabled] {
    opacity: 0.4;
}

.inventory-command-window__description {
    margin: 15px 0;
    flex: 1 1 100%;
}

.inventory-command-window__description .icon {
    font-size: 14px;
}

.inventory-command-window__hint--lootdog {
    margin: 30px 0;
}

.inventory-command-window__error {
    color: var(--item-color);
    text-align: center;
}

.inventory-command-window__error .icon {
    font-size: 12px;
}

.inventory--btn {
    background: var(--item-color);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: TIWarface, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.inventory--btn:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.inventory--btn--disable {
    background: #575c61;
    color: #a9aeb3;
    cursor: default;
}

.inventory--btn--disable:hover {
    background: #575c61;
    color: #a9aeb3;
    cursor: default;
}

.inventory-command-window__button {
    width: 256px;
    height: 25px;
    line-height: 25px;
    margin: 10px 0;
}

.inventory-command-window__button.type--filters {
    display: none;
    width: 302px;
}

#app .custom-bp-overlay {
    position: fixed;
}

.inventory-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.inventory-popup * {
    box-sizing: border-box;
}

.inventory-popup .inventory-active-item {
    max-height: none;
}
.inventory-popup .inventory-char-select {
  min-height: 1px;
}

.ovl, .wf__ovl {
    background: transparent;
}

.wf__ovl {
    width: auto;
}

.ovl-close, .wf__ovl + .ovl-close {
    right: 40px;
    top: 80px;
}

.inventory-popup__close {
    background: url('~@/assets/global/images/close.png') center center no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 106;
}

.inventory-popup__close:hover {
    filter: brightness(150%);
}

.inventory-popup__close-button {
    background: var(--item-color);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: TIWarface, Arial, Helvetica, sans-serif;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.lootdog-error-popup {
    max-width: 500px;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 20px;
    background: var(--pad-color);
}

.lootdog-error-popup p {
    text-align: center;
    color: #fff;
}

.lootdog-button-create-user {
    /*{site_button}*/
    width: 264px;
    height: 25px;
    line-height: 25px;
    display: block;
    max-width: 100%;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: -132px;
}

@media (max-width: 920px) {
    .inventory-items > .inventory-active-item {
        display: none;
    }

    .inventory-filters__filters-wrapper {
        display: none;
    }

    .inventory-filters__filters-button {
        display: block;
    }

    .inventory-filters__filter-name {
        width: 70%;
        max-width: 435px;
    }

    .filter-input {
        width: 100%;
    }

    .inventory-item-content__button {
        display: block;
    }

    .inventory-item {
        width: calc(50% - 6px);
    }

    .inventory-active-item {
        margin: 0;
    }

    .inventory-filtersrow {
        padding: 20px 0;
    }
}

@media (max-width: 950px) {
    .inventory-filtersrow .bp-filters__right {
        display: none;
    }

    .inventory-command-window__button.type--filters {
        display: block;
        margin: 0;
    }

    .inventory-filtersrow {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 624px) {
    .inventory-item {
        width: 100%;
        margin-right: 0;
    }

    .filter-input {
        margin: 0;
    }

    .filter-input input::-webkit-input-placeholder {
        color: transparent;
    }

    .filter-input input:-moz-placeholder {
        color: transparent;
    }

    .filter-input input::-moz-placeholder {
        color: transparent;
    }

    .filter-input input:-ms-input-placeholder {
        color: transparent;
    }

    .inventory-filters__filters-button {
        margin: 0;
    }

    .inventory-filtersrow {
        display: block;
        padding-right: 0;
    }

    .inventory-filtersrow .bp-filters__left {
        margin: 0 auto 20px;
    }

    .inventory-command-window__button.type--filters {
        margin: auto;
    }
}

.mg-notify .vue-notification.success,
.mg-notify .vue-notification.warning,
.mg-notify .vue-notification.error {
    background: #15151a;
}

.mg-notify .vue-notification.success .notification-title,
.mg-notify .vue-notification.success .notification-content {
    color: #fff;
}

.mg-notify .vue-notification.warning {
    border-color: var(--item-color);
}

.mg-notify .vue-notification.warning .notification-title,
.mg-notify .vue-notification.warning .notification-content {
    color: var(--item-color);
}

.mg-notify .vue-notification.error {
    border-color: var(--item-color);
}

.mg-notify .vue-notification.error .notification-title,
.mg-notify .vue-notification.error .notification-content {
    color: var(--item-color);
}


.inventory--button {
    background: var(--item-color);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: TIWarface, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.inventory--button:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.inventory--button--disable {
    background: #575c61;
    color: #a9aeb3;
    cursor: default;
}
.inventory--button--disable:hover {
    background: #575c61;
    color: #a9aeb3;
    cursor: default;
}

.bp-filters {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bp-filters .filter-input {
    height: 33px;
    position: relative;
}

.bp-filters .filter-input input {
    background: none;
    border: 1px solid #5e6468;
    color: #a9aeb3;
    font-size: 15px;
    display: block;
    margin: auto;
    max-width: 435px;
    height: 33px;
    width: 302px;
    padding: 0 10px;
    line-height: 33px;
}

.bp-filters .filter-input input::-webkit-input-placeholder,
.bp-filters .filter-input input::-moz-placeholder,
.bp-filters .filter-input input:-moz-placeholder,
.bp-filters .filter-input input:-ms-placeholder {
    color: #5e6468;
}

.bp-filters .filter-input:after {
    content: "";
    border: none;
    background: url('https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/profile/icon-search.png') center no-repeat;
    width: 19px;
    height: 18px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}

.bp-filters .filter-checkbox {
    width: 190px;
    position: relative;
    background: var(--pad-color2);
    border: none;
    height: 32px;
    box-sizing: border-box;
    color: #a4a4a4;
    font-size: 15px;
    font-family: 'Inter';
    user-select: none;
    white-space: nowrap;
}

.bp-filters .filter-checkbox__controls {
    margin-top: 15px;
}

.bp-filters .filter-checkbox__controls:after {
    content: "";
    height: 1px;
    width: 82%;
    background: #fff;
    margin: 5px auto 0 auto;
    opacity: 0.8;
    display: block;
}

.bp-filters .filter-checkbox__control {
    font-family: 'Inter';
    font-size: 12px;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
    opacity: 0.8;
    padding: 0 0 5px 43px;
    min-height: 30px;
}

.bp-filters .filter-checkbox__control:hover {
    color: var(--item-color);
    text-decoration: underline;
    opacity: 1;
}

.bp-filters .filter-checkbox:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #747474 transparent;
    margin-top: -3px;
}

.bp-filters .filter-checkbox:hover .filter-checkbox__inner {
    display: block;
}

.bp-filters .filter-checkbox:hover:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #747474 transparent;
    margin-top: -3px;
}

.bp-filters .filter-checkbox__name {
    height: 30px;
    padding: 5px 5px 5px 45px;
    line-height: 18px;
    box-sizing: border-box;
    cursor: pointer;
}

.bp-filters .filter-checkbox label {
    font-family: 'Inter';
    font-size: 12px;
    text-transform: uppercase;
    user-select: none;
}

.bp-filters .filter-checkbox__inner {
    display: none;
    background: var(--pad-color2);
    overflow: hidden;
    margin-top: 1px;
    position: relative;
    border-top: 1px solid var(--pad-color);
    z-index: 10;
}

.bp-filters .filter-checkbox input[type="checkbox"] {
    display: none;
}

.bp-filters .filter-checkbox input[type="checkbox"] + label {
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    box-sizing: border-box;
    color: #a2a7ac;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
    line-height: 22px;
    opacity: 0.8;
    border: none;
}

.bp-filters .filter-checkbox input[type="checkbox"] + label.filter-checkbox__label--first {
    border-top: none;
}


.bp-filters .filter-checkbox input[type="checkbox"] + label span:before {
    content: '-';
    display: inline-block;
    width: 45px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-family: 'Inter';
    color: #a2a7ac;
    font-size: 18px;
}

.bp-filters .filter-checkbox input[type="checkbox"]:checked + label {
    color: #a2a7ac;
}

.bp-filters .filter-checkbox input[type="checkbox"]:checked + label span:before {
    content: "✓";
    color: #a2a7ac;
}

.bp-filters .bp-filters-checkbox-list {
    display: flex;
    width: 593px;
    justify-content: space-between;
}

.filters-responsive {
    width: 300px;
    height: 450px;
    background: var(--pad-color2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-align: left;
}

.filters-responsive .filter-checkbox {
    margin: 0 auto 20px auto;
    width: 100%;
}

.filters-responsive .bp-filters {
    display: block;
    padding: 30px 0 0;
}

.filters-responsive .bp-filters__left {
    display: none;
}

.filters-responsive .bp-filters-checkbox-list {
    display: block;
    width: 100%;
}

.bp-service-table {
    margin: 0;
    width: 100%;
    color: #a2a7ac;
    box-sizing: border-box;
    table-layout: fixed;
    border-spacing: 1px 0;
    border-collapse: separate;
    background: none;
}

.bp-service-table td,
.bp-service-table th {
    height: 48px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    padding: 0 7px;
    box-sizing: border-box;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid transparent;
}

.bp-service-table td .icon,
.bp-service-table th .icon {
    font-size: 12px;
}

.bp-service-table th.bp-service-table__header-item {
    text-transform: uppercase;
    background: var(--pad-color2);
    font-weight: normal;
    position: relative;
}

.bp-service-table th.bp-service-table__header-item--sortable {
    cursor: pointer;
}

.bp-service-table th.bp-service-table__header-item--sort-asc:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #747474 transparent;
    margin-top: -3px;
}

.bp-service-table th.bp-service-table__header-item--sort-desc:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #747474 transparent;
    margin-top: -3px;
}

.bp-service-table--header {
    margin-top: 20px;
}

.bp-service-table tr {
    height: 48px;
    background-color: transparent;
    padding: 0;
}

.bp-service-table tr:nth-child(2n) td {
    background: var(--pad-color2);
}

.bp-service-table tr:nth-child(2n+1) td {
    background: none;
}

.bp-service-table__row--active {
    background: white;
}

.bp-service-table__row--active td {
    border-top: 1px solid var(--item-color);
    border-bottom: 1px solid var(--item-color);
}

.bp-service-table__row--active td:first-child {
    border-left: 1px solid var(--item-color);
}

.bp-service-table__row--active td:last-child {
    border-right: 1px solid var(--item-color);
}

.bp-service-table__row--selectable {
    cursor: pointer;
}

.inventory-site .counter-input, .inventory-popup .counter-input {
    display: flex;
    align-items: center;
    margin: 15px auto;
    width: 96px;
    justify-content: space-between;
}
.inventory-site .counter-input {
  margin: 10px auto 15px;
}

.inventory-site .counter-input__control, .inventory-popup .counter-input__control {
     color: #a2a7ac;
     cursor: pointer;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 4px;
    user-select: none;
    transition: all 0.1s linear;
}

.inventory-site .counter-input__control--disable,
.inventory-popup .counter-input__control--disable {
    opacity: 0.3;
}

.inventory-site .counter-input input,
.inventory-popup .counter-input input {
    background: none;
    border: 1px solid #5e6468;
    color: #a9aeb3;
    font-size: 15px;
    display: block;
    margin: auto;
    padding: 2px 4px;
    max-width: 435px;
    text-align: center;
    width: 50px;
    height: 30px;
}

.inventory-site .counter-input input::-webkit-input-placeholder,
.inventory-site .counter-input input::-moz-placeholder,
.inventory-site .counter-input input:-moz-placeholder,
.inventory-site .counter-input input:-ms-placeholder {
    color: #5e6468;
}

.inventory-site .counter-input input::-webkit-outer-spin-button,
.inventory-site .counter-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.inventory-popup .counter-input input::-webkit-input-placeholder,
.inventory-popup .counter-input input::-moz-placeholder,
.inventory-popup .counter-input input:-moz-placeholder,
.inventory-popup .counter-input input:-ms-placeholder {
    color: #5e6468;
}

.inventory-popup .counter-input input::-webkit-outer-spin-button,
.inventory-popup .counter-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.inventory-site .checkbox_label-icon,
.inventory-popup .checkbox_label-icon {
    background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/profile/icon-attention-gray.png) center no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
}

.inventory-active-item .inventory-command-window__checkbox,
.inventory-popup .inventory-command-window__checkbox {
    white-space: nowrap;
}

.inventory-active-item .inventory-command-window__checkbox input[type="checkbox" i],
.inventory-popup .inventory-command-window__checkbox input[type="checkbox" i] {
    margin: 0;
}

.inventory-site__notify {
    position: absolute;
    width: 500px;
    bottom: 40px;
    right: 0px;
    z-index: 5000;
    pointer-events: none;
    overflow: hidden;
}

.inventory-site__notify--wrap {
    position: relative;
    width: 100%;
    padding: 23px 20px;
    background: #15151a;
    color: #fff;
    transition: .3s transform ease;
    transform: translateX(100%);
}

.inventory-site__notify--wrap.success {
    border-left: 5px solid #42a85f;
}

.inventory-site__notify--text {
    position: relative;
    width: 100%;
    font-size: 15px;
    padding: 15px 20px;
    text-align: right;
}

.inventory-site__notify.visible .inventory-site__notify--wrap {
    transform: translateX(0%);
}

/*
 * Scrollbar rail styles
 */

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    position: absolute;
    z-index: 5;
    width: 7px;
    right: 0;
    background: transparent;
    margin-right: 5px;
}

.ps__thumb-y {
    position: absolute;
    z-index: 5;
    width: 7px;
    right: 0;
    background: #fff;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}


.client-bnr {
    position: relative;
    width: 100vw;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/inventory/promo-btn-bg3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.client-bnr:before {

}

.client-bnr__content {
    position: relative;
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
}

.client-bnr__content--angles {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -30px;
    right: -30px;
}

.client-bnr__content--angles > div {
    position: absolute;
    width: 15px;
    aspect-ratio: 1/1;
}

.client-bnr__content--angles .left {
    left: 0;
    border-left: 2px #40E9F1 solid;
}

.client-bnr__content--angles .right {
    right: 0;
    border-right: 2px #40E9F1 solid;
}

.client-bnr__content--angles .top {
    top: 0;
    border-top: 2px #40E9F1 solid;
}

.client-bnr__content--angles .bottom {
    bottom: 0;
    border-bottom: 2px #40E9F1 solid;
}


.client-bnr__title {
    position: relative;
    font: 30px/1 TacticSansBlk, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.client-bnr__logo {
    position: relative;
    width: 399px;
    aspect-ratio: 399/40;
    background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/inventory/logo-wharton.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 1100px) {
    .client-bnr__content--angles {
        left: -10px;
        right: -10px;
    }
}

@media (max-width: 1000px) {
    .client-bnr__content--angles {
        display: none;
    }
}

@media (max-width: 700px) {
    .client-bnr__logo {
        width: 340px;
    }
}

@media (max-width: 640px) {
    .client-bnr__title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .client-bnr {
        height: auto;
    }

    .client-bnr__content {
        padding: 10px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .client-bnr__logo {
        width: 320px;
    }
}

.client-bnr__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 50px;
    font: 10px/1 TacticSans, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    /*letter-spacing: 0.2em;*/
    color: #000;
    background-color: #40E9F1;
    /*background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/inventory/btn-bg.svg);*/
    /*background-size: contain;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    text-decoration: none;
    cursor: pointer;
    transition: .2s background-color ease;
}

.client-bnr__btn:hover {
    background-color: rgba(64, 233, 241, 0.8);
    /*background-image: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/inventory/btn-bg-hover.svg);*/
}
