.main-menu {
    /* background-color: #133e5e; */
    background-color: #551d1d;
    color: rgba(255, 255, 255, 0.6)
}


.btn {
    border-radius: .375rem;
}

.table-wrap {
    margin-top: 24px;
    padding: 12px;
    border-radius: .375rem;
    box-shadow: 0 2px 8px 1 rgba(38, 40, 42, 0.3);
    background-color: #fff
}

.table thead {
    height: 48px;
    background-color: #133e5e;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .1px;
    color: #fff;
    text-transform: uppercase
}

.search__form {
    background-color: #0e2230;
    padding: 16px
}


.header .user__ava {
    width: 45px;
    height: 45px;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0e2230;
    color: #fff
}


.header .profile__user.active {
    background-color: #0e2230
}

.header .header__mobile {
    background-color: #0e2230
}


.param.calendar .calendar--button button {
    width: 48px;
    height: 48px;
    background-color: #0e2230;
    border: none;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    transition: all 100ms ease;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.ticket__body_block .block--timer {
    height: 48px;
    background-color: #0e2230;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .375rem;
    width: 100%
}



.ticket__params .params--bar {
    height: 48px;
    border-radius: .375rem;
    box-shadow: 0 2px 8px 0 rgba(38, 40, 42, 0.3);
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 16px
}


.ticket__params .params--block {
    border-radius: .375rem;
    box-shadow: 0 2px 8px 0 rgba(38, 40, 42, 0.3);
    background-color: #fff;
    margin-top: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word
}


.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    text-decoration: none;
    color: #000;
    background-color: rgba(206, 206, 206, 0.70);
    font-size: 14px;
    padding: 1em;
    border-radius: .375rem;
    display: none
}


.dropzone {
    min-height: inherit;
    border: 1px solid #d4d6e3;
    padding: 0px;
    border-radius: .375rem
}



.notification {
    font-weight: 400;
    background-color: #fff;
    box-shadow: 0 1px 8px 1 rgba(40, 40, 40, 0.3);
    padding: 20px 28px;
    font-family: "Lato", Arial, sans-serif;
    position: relative;
    display: block;
    border-radius: .9rem;
    margin-bottom: 24px
}

.users-online {
    margin: 3px;
}

.cust-help .contr {
    width: 80%;
    margin: 0 auto;
    padding: 0 15px
}

.article__body{
  background: #fff;
  padding: 5%;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(38, 40, 42, 0.1);
}

.article .block__head {
    padding: 20px 0;
    border-bottom: 1px solid #3F3E46;
    background-color: #3F3E46;
    box-shadow: 0 2px 8px 0 rgba(38, 40, 42, .3);
    color: #fff !important
}
