﻿body {
    
}
*, *:before, *:after {
    box-sizing: border-box;
    font-family: "inter", sans-serif;
}

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

input, button, textarea {
    font-family: inherit;
}

    input::-ms-clear {
        display: none;
    }

a, a:visited {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul, li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
}

.element::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar {
    width: 0;
}

main {
    padding-bottom: 10px;
}

.first-div {
    width: 20px;
    height: 20px;
    position: relative;
}

label {
    position: absolute;
    width: 100%;
    height: 100%;
}

.first-div > div {
    width: 20px;
    height: 20px;
    border: 1px solid #383838;
    border-radius: 50px;
    background-color: #2C2C2E;
}

.header {
    width: 280px;
    background-color: #2C2C2E;
    position: fixed;
}

.header__logo {
    padding-top: 20px;
    padding-left: 25px;
}

.header2 {
    display: none;
}

a {
    display: flex;
    color: #fff;
}

.filter__button-list {
    display: flex;
}

.menu__item-addition {
    margin-top: 7px;
    margin-left: 17px;
}

.addition {
    margin-top: 7px;
    display: flex;
}

.addition1 {
    margin-right: 5px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background-color: #26D29F;
}

.addition2 {
    margin-right: 5px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background-color: #7065F0;
}

.addition3 {
    margin-right: 5px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background-color: #FF9900;
}

.addition4 {
    margin-right: 5px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background-color: #FF8863;
}

.home__container {
    margin-left: 330px;
    margin-right: 50px;
}

.header2 {
    height: 100%;
    width: 100%;
}

.filter {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.filter__button {
    margin-top: 10px;
    height: auto;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 1;
    grid-column-end: 6;
}

.filter__button-list {
    margin-top: 3%;
    margin-left: -30px;
    margin-bottom: 3%;
}

.filter__button-button {
    margin-right: 3%;
    margin-left: 2%;
}

.filter__info {
    display: flex;
    margin-top: 10px;
    height: auto;
    background-color: #2C2C2E;
    border-radius: 5px;
    grid-column-start: 6;
    grid-column-end: 11;
    justify-content: end;
}
.notifications-corner {
    display: flex;
    margin-top: 10px;
    height: auto;
    background-color: #2C2C2E;
    border-radius: 5px;
    grid-column-start: 11;
    grid-column-end: 13;
    justify-content: end;
}

.filter__message {
    margin-top: 7px;
    margin-right: 20%;
}

.filter__user {
    margin-right: 15%;
}

.activ-button {
    font-size: 1rem;
    font-weight: 400;
    transition: 0.4s;
}
    .activ-button:hover {
        color: aliceblue;
        cursor: pointer;
    }

.statistics {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.statistics__statistics {
    display: flex;
    justify-content: space-between;
}

.statistics__money {
    background-color: #2C2C2E;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #19191B;
    padding: 10px;
}

.statistics__money-info {
    display: flex;
    color: #7B7B7B;
}

.statistics__money-name {
    margin-left: 10px;
    margin-top: 6px;
    color: #7B7B7B;
    margin-right: 159px;
}

.statistics__money-percent {
    margin-top: 3px;
    color: #26D29F;
    margin-left: auto;
}

.statistics__money-money {
    color: aliceblue;
    margin-top: 15px;
}

.statistics__money-time {
    display: flex;
    color: #7B7B7B;
}

.statistics__money-consumed {
    color: aliceblue;
}

.statistics__money-icon {
    margin-top: 15px;
    display: flex;
}

.statistics__money-itle {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 10px;
}

.statistics__money-consumed {
    margin-top: 15px;
}

.statistics__money-meaning:first-child {
    margin-right: 40px;

}

.statistics__session {
    background-color: #2C2C2E;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #19191B;
    padding: 10px;
    color: #7B7B7B;
}

.statistics__session-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.statistics__session-values {
    margin-right: 25px;
    display: flex;
    justify-content: space-between;
}

.statistics__session-header {
    display: flex;
}

.statistics__session-name {
    margin-left: 10px;
    margin-top: 6px;
}

.statistics__session-time {
    font-size: 10px;
    margin-top: 6px;
}

.statistics__session-percent {
    background-color: #2A5E50;
    width: 70px;
    border-radius: 5px;
    color: #26D29F;
    padding: 4px 10px;
}
.statistics__session-percent-minus {
    background-color: #6B473E;
    width: 70px;
    border-radius: 5px;
    color: #FF8863;
    padding: 4px 10px;
}
.statistics__session-schedule {
    display: flex;
}

.statistics__session-cell:not(:last-child) {
    margin-right: 18px;
}

.statistics__session-blok {
    height: 100px;
    width: 7px;
    background-color: #2A5E50;
    border-radius: 10px;
}

.statistics__session-day {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 900;
}
.statistics__top {
    background-color: #2C2C2E;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #19191B;
    color: #7B7B7B;
    padding: 10px;
}

.statistics__top-header {
    display: flex;
    margin-left: 8px;
}

.statistics__top-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: -40px;
}

.statistics__top-time {
    margin-top: 8px;
    font-size: 10px;
}

.statistics__top-top {
    margin-top: 10PX;
}

.statistics__top-name {
    margin-left: 10px;
    margin-top: 1px;
}

.statistics__top-information {
    display: flex;
}

.statistics__top-tab {
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
}

    .statistics__top-tab:first-child {
        margin-top: 5px;
    }

.statistics__top-title {
    margin-top: 4px;
    margin-left: 10px;
    font-size: 10px;
}

.statistics__top-money {
    color: aliceblue;
    font-size: 10px;
}

.A1 {
    color: aliceblue;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}

.activ_blok {
    background-color: #26D29F;
}

.activ_day {
    color: aliceblue;
}

.users {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    color: #7B7B7B;
    font-size: 11px;
}

.users__unique {
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    height: auto;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 5px;
}

.users__unique-info {
    display: flex;
}

.users__unique-meaning {
    display: flex;
    margin-top: 8px;
}

.users__unique-number {
    color: aliceblue;
}

.users__unique-name {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 10px;
}

.users__unique-percent {
    margin-left: 5px;
    margin-top: 5px;
    color: #26D29F;
}

.users__users {
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    height: auto;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 5px;
}

.users__users-info {
    display: flex;
}

.users__users-meaning {
    display: flex;
    margin-top: 8px;
    
}

.users__users-number {
    color: aliceblue;
}

.users__users-name {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 10px;
}

.users__users-percent {
    margin-left: 5px;
    margin-top: 5px;
    color: #26D29F;
}

.users__averageT {
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    height: auto;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 5px;
}

.users__averageT-info {
    display: flex;
}

.users__averageT-meaning {
    display: flex;
    margin-top: 8px;
}

.users__averageT-number {
    color: aliceblue;
}

.users__averageT-name {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 10px;
}

.users__averageT-percent {
    margin-left: 5px;
    margin-top: 5px;
    color: #26D29F;
}

.users__averageC {
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    height: auto;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 5px;
}

.users__averageC-info {
    display: flex;
}

.users__averageC-meaning {
    display: flex;
    margin-top: 8px;
}

.users__averageC-number {
    color: aliceblue;
}

.users__averageC-name {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 10px;
}

.users__averageC-percent {
    margin-left: 5px;
    margin-top: 5px;
    color: #26D29F;
}

.users__averageC-time {
    margin-top: 5px;
    font-size: 10px;
    margin-bottom: 3px;
}

.A2 {
    margin-right: 4px;
    font-size: 20px;
    font-weight: bold;
    color: aliceblue;
}

.info {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    color: #7B7B7B;
}

.info__map {
    font-size: 10px;
    grid-column-start: 1;
    grid-column-end: 9;
    height: auto;
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    padding: 10px;
    border-radius: 5px;
}

.info__map-map {
    height: 550px;
    width: 100%;
    background-color: #2A5E50;
    border-radius: 5px;
}

.info__map-info {
    display: flex;
    z-index: 1;
    margin-top: 10px;
    position: absolute;
}

.info__map-offline, .info__map-online, .info__map-busy, .info__map-all {
    display: flex;
    margin: 0px 5px;
    padding: 3px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #19191B;
    background-color: #2C2C2E;
}

.info__map-title {
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.info__map-meaning {
    margin-top: -1px;
    color: aliceblue;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}

.info__tab {
    grid-column-start: 9;
    grid-column-end: 13;
    height: auto;
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    padding: 5px;
    border-radius: 5px;
}

.info__tab-title {
    margin-left: 10px;
    margin-top: 5px;
    color: aliceblue;
    font-size: 20px;
}

.info__tab-info {
    font-size: 10px;
    display: flex;
    justify-content: space-between;
}

.info__tab-button {
    display: flex;
    justify-content: flex-end;
}

input {
    width: 100%;
    height: 26px;
    padding: 5px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #383838;
    background-color: #2C2C2E;
    background-clip: padding-box;
    border: 1px solid #383838;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
    margin-top: 8px;
    margin-right: 5px;
}

.img-table {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background-color: #383838;
    margin-right: 5px;
    margin-left: 5px;
}

table {
    margin-top: 30px;
    width: 100%;
}

th {
    color: aliceblue;
}

.cell {
    display: flex;
    justify-content: center;
    font-size: 10px;
}

.cell-activ {
    padding: 2px;
    background-color: #2A5E50;
    color: #26D29F;
    font-weight: bold;
    border-radius: 5px;
    font-size: 10px;
    width: 80px;
}

.cell-inactive {
    padding: 2px;
    background-color: #6B473E;
    color: #FF8863;
    font-weight: bold;
    border-radius: 5px;
    font-size: 10px;
    width: 80px;
}
.cell-offline {
    padding: 2px;
    background-color: dimgrey;
    color: #bebebe;
    font-weight: bold;
    border-radius: 5px;
    font-size: 10px;
    width: 80px;
}

.button-tab {
    margin: 20px 2px;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    color: #7B7B7B;
    background-color: #383838;
    font-weight: bolder;
}

.button-activ {
    height: 24px;
    width: 24px;
    border-radius: 5px;
    color: #26D29F;
    background-color: #2A5E50;
    font-weight: bolder;
}

.search {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.search__info {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    height: 60px;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 11;
    grid-column-end: 13;
    padding: 10px 10px;
}

.search__search {
    margin-top: 10px;
    height: 60px;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 1;
    grid-column-end: 11;
    padding: 10px 10px;
}

.search__search-search {
    display: flex;
    margin: 8px 17px;
}

.search__message {
    margin-top: 9px;
    margin-right: 50px;
}

.search__user {
    margin-top: 9px;
}

.chat {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #7B7B7B;
}

.chat__filling {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 11;
    height: auto;
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    padding: 10px;
    border-radius: 5px;
}

.chat__info {
    display: flex;
}

.chat__chats {
    min-width: 338px;
    border-right: 1px solid #383838;
    height: 80vh;
}

.chat__chats-title {
    color: aliceblue;
    font-size: 16px;
    border-bottom: 1px solid #383838;
    margin-left: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.chat__chats-name {
    color: aliceblue;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.chat__chats-img {
    margin-top: 20px;
    margin-right: 13px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-color: #7B7B7B;
}

.chat__chats-chat {
    display: flex;
    border-bottom: 1px solid #383838;
    padding-bottom: 10px;
}

.chat__chats-activ {
    margin-left: 5px;
    margin-top: 22px;
    height: 21px;
    width: 21px;
    color: aliceblue;
    font-weight: bold;
    background-color: #7B7B7B;
    border-radius: 50px;
}

.chat__chat {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat__chat-input {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.chat__chat-title {
    display: flex;
    color: aliceblue;
    margin-left: 10px;
    border-bottom: 1px solid #383838;
}

.chat__chat-img {
    height: 30px;
    width: 30px;
    background-color: #383838;
    border-radius: 50px;
    margin-top: 8px;
}

.chat__chat-info {
    font-size: 16px;
    margin-left: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.chat__chat-date {
    display: flex;
    justify-content: center;
}

.chat__chat-user1 {
    color: aliceblue;
    background-color: #383838;
    box-shadow: 0px 0px 20px #19191B;
    margin: 15px;
    padding: 15px;
    max-width: 458px;
    min-width: 100px;
    font-size: 14px;
    border-radius: 8px 8px 8px 0;
    justify-content: space-between;
    line-height: 18px;
}

.chat__chat-user2 {
    color: aliceblue;
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    margin: 15px;
    padding: 15px;
    max-width: 458px;
    min-width: 100px;
    font-size: 14px;
    border-radius: 8px 8px 0px 8px;
    line-height: 15px;
}

.chat__chat-time {
    display: flex;
    justify-content: end;
    margin-top: -10px;
}

.chat__chat-answer {
    display: flex;
    justify-content: end;
}

.chat-activ {
    margin-left: 7px;
    margin-top: -1px;
}

.chat-date {
    margin-top: 10px;
    padding: 5px;
    width: 63px;
    height: 18px;
    padding: 1px 0 0 6px;
    background-color: #383838;
    font-size: 10px;
    border-radius: 50px;
}

.chat-texarea {
    background-color: #2C2C2E;
    border: 1px solid #383838;
    color: #7B7B7B;
    padding-left: 6px;
    padding-top: 15px;
    height: 64px;
    width: 100%;
    margin-top: 3px;
    margin-right: 5px;
    display: inline-block;
    resize: none;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-size: 1rem;
    font-weight: 400;
}

.user {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #7B7B7B;
    height: auto;
}

.user__tab {
    height: auto;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 11;
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    padding: 17px;
    border-radius: 5px;
}
.user__tab-title {
    color: aliceblue;
    font-size: 20px;
}

.user-cell {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
}

.title-cell {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.stations__container {
}

.stations {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.stations__button {
    margin-top: 10px;
    height: auto;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 1;
    grid-column-end: 11;
}

.stations__button-list {
    display: flex;
    margin-top: 1.5%;
    margin-left: -45px;
    margin-bottom: 1.5%;
}

.stations__button-button {
    margin-right: 25px;
}

.stations__info {
    display: flex;
    margin-top: 10px;
    height: 60px;
    background-color: #2C2C2E;
    border-radius: 5px;
    grid-column-start: 11;
    grid-column-end: 13;
    justify-content: end;
}

.stations__message {
    margin-top: 19px;
}

.stations__user {
    margin-left: 50px;
    margin-right: 27px;
    margin-top: 19px;
}

.stations-info {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    margin-top: 20px;
}

.stations1 {
    height: 234px;
    padding: 10px;
    display: grid;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 1;
    grid-column-end: 7;
    box-shadow: 0px 0px 20px #19191B;
}

.stations1__condition {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.stations1__title {
    margin-top: 10px;
    color: aliceblue;
    font-size: 20px;
}

.stations1__location {
    margin-top: 20px;
}

.stations1__info {
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
}

.stations1__info-info {
    display: flex;
}

.stations1__info-title {
    font-size: 10px;
    margin-left: 5px;
}

.stations1__info-meaning {
    margin-top: 15px;
    color: aliceblue;
    font-size: 24px;
    font-weight: bold;
}

.meaning-info {
    font-size: 18px;
    font-weight: 100;
}

.station1__condition-info {
    display: flex;
    padding-bottom: 10px;
}

.condition-button {
    margin-top: 7px;
    padding: 12px 44px;
    border-radius: 13px;
    background-color: #26D29F;
    color: aliceblue;
    height: 49px;
    font-size: 18px;
    transition: .4s;
}
    .condition-button:hover {
        background: #1f9c77;
        color: #efefef;
    }

.station1__condition-title {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 10px;
}

.connector1 {
    height: auto;
    padding: 10px;
    display: grid;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 7;
    grid-column-end: 10;
    box-shadow: 0px 0px 20px #19191B;
}

.connector1__info {
    display: flex;
    justify-content: space-between;
}

.connector1__state {
    display: flex;
    justify-content: space-between;
}

.connector1__state-info {
    display: flex;
    font-size: 10px;
}

.connector1__state-meaning {
    margin-left: 7px;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 10px;
}

.connector1__state-title {
    font-size: 20px;
}

.connector1__button {
    display: flex;
    justify-content: center;
}

.connector1__name-title {
    color: aliceblue;
    font-size: 20px;
}

.connector1__name-number {
    margin-top: 24px;
    color: aliceblue;
    font-size: 20px;
}

.connector2 {
    height: auto;
    padding: 10px;
    display: grid;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 10;
    grid-column-end: 13;
    box-shadow: 0px 0px 20px #19191B;
}

.connector2__img {
    margin-top: 10px;
}

.connector2__info {
    display: flex;
    justify-content: space-between;
}

.connector2__state {
    display: flex;
    justify-content: space-between;
}

.connector2__state-info {
    display: flex;
    font-size: 10px;
}

.connector2__state-meaning {
    margin-left: 7px;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 10px;
}

.connector2__state-title {
    font-size: 20px;
}

.connector2__button {
    display: flex;
    justify-content: center;
}

.connector2__name-title {
    color: aliceblue;
    font-size: 20px;
}

.connector2__name-number {
    margin-top: 24px;
    color: aliceblue;
    font-size: 20px;
}

.connector-button {
    height: 49px;
    width: 90%;
    margin-top: 25px;
    padding: 7px 5px;
    border-radius: 13px;
    background-color: #26D29F;
    color: aliceblue;
    font-size: 18px;
    transition: .4s;
}
    .connector-button:hover {
        background: #1f9c77;
        color: #efefef;
    }

.station {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    color: #7B7B7B;
    margin-top: 20px;
}

.station-tab {
    grid-column-start: 1;
    grid-column-end: 7;
}
.station-tab-reviews {
    grid-column-start: 1;
    grid-column-end: 6;
}
.station-info {
    margin-top: 20px;
}

.station-description {
    padding: 10px;
    display: grid;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 5;
    grid-column-end: 9;
    box-shadow: 0px 0px 20px #19191B;
}

.description__title {
    font-size: 20px;
    color: aliceblue;
}

.description__topic {
    color: aliceblue;
    font-weight: bold;
    margin-top: 20px;
}

.description__info {
    display: flex;
    margin-top: 20px;
}

.description__info-img {
    height: 100px;
    width: 180px;
    background-color: none;
    border-radius: 11px;
}
.img-style {
    height: 100px;
    width: 180px;
    border-radius: 10px;
}
.description__info-button {
    margin-top: 30px;
    margin-left: 15px;
}

.description__input {
    margin-top: 10px;
}

.description__notice {
    margin-top: 13px;
    font-size: 10px;
}

.description__button {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.description-info {
    height: 133px;
    border-radius: 5px;
}

.description-button {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: #26D29F;
    border-radius: 10px;
    height: 35px;
    width: 130px;
    transition: .4s;
}
    .description-button:hover {
        background: #1f9c77;
        color: #efefef;
    }

.description--info {
    background-color: #2C2C2E;
    color: #7B7B7B;
    display: inline-block;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    border-color: #383838;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    resize: none;
}

.description-info-title {
    background-color: #2C2C2E;
    color: #7B7B7B;
    display: inline-block;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    border-color: #383838;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    resize: none;
    height: 26px;
    scrollbar-width: none;
}

.description-name {
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 400;
    background: #2C2C2C;
    border-color: #383838;
    height: 30px;
    border-radius: 5px;
}
.description-name-desc {
    color: #7B7B7B;
    font-size: 12px;
    font-weight: 400;
    background: #2C2C2C;
    border-color: #383838;
    height: 130px;
    border-radius: 5px;
    width: 100%;
}
.station-top {
    padding: 10px;
    display: grid;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 7;
    grid-column-end: 13;
    box-shadow: 0px 0px 20px #19191B;
}

.top__title {
    color: aliceblue;
    font-size: 20px;
}

.top__info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.top__info-grade {
    margin-right: 10px;
}

.top__info-star {
    margin-top: 14px;
    margin-bottom: 10px;
}

.top__info-cell {
    margin-bottom: 4px;
    display: flex;
}

.top__info-star {
    display: flex;
}

.top__info-title {
    font-size: 20px;
    color: aliceblue;
}

.top__comment {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #383838;
    border-radius: 5px;
}

.top__comment-info {
    display: flex;
    justify-content: space-between;
}

.top__comment-action {
    display: flex;
}

.top__comment-button {
    margin-left: 5px;
}

.top__comment-user {
    font-weight: bold;
    color: aliceblue;
    font-size: 14px;
}

.top__comment-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 15px;
}

.top__comment-data {
    margin-top: 10px;
}

.top-line {
    height: 1px;
    min-width: 100px;
    background-color: #383838;
    margin-top: 6px;
    margin-left: 5px;
}

.activ-line {
    background-color: #26D29F;
}

.star {
    margin-left: 5px;
}

.top-title {
    font-size: 14px;
    color: #7B7B7B;
}

.top-button {
    background-color: #2C2C2E;
}

.statistic___info {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    margin-top: 20px;
}

.statistic1 {
    height: auto;
    padding: 10px;
    display: grid;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 1;
    grid-column-end: 7;
    box-shadow: 0px 0px 20px #19191B;
}

.statistic1__condition {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.statistic1__title {
    margin-top: 10px;
    color: aliceblue;
    font-size: 20px;
}

.statistic1__info {
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
}

.statistic1__info-info {
    display: flex;
    margin-top: 10px;
}

.statistic1__info-title {
    font-size: 10px;
    margin-left: 5px;
    margin-top: 5px;
}
.statistic2-info-title {
    font-size: 10px;
    margin-left: 5px;
}

.statistic1__info-meaning {
    margin-top: 10px;
    color: aliceblue;
    font-size: 24px;
    font-weight: bold;
}

.statistic2-info-meaning {
    margin-top: 5px;
    color: aliceblue;
    font-size: 24px;
    font-weight: bold;
}
.statistic2 {
    height: auto;
    padding: 10px;
    display: grid;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 7;
    grid-column-end: 10;
    box-shadow: 0px 0px 20px #19191B;
}

.statistic2__title {
    display: flex;
    justify-content: space-between;
}

.statistic2__title-title {
    margin-left: 10px;
    margin-top: 2px;
}

.statistic2__title-info {
    display: flex;
}

.statistic2__title-percent {
    color: #26D29F;
}

.statistic2__top {
    display: flex;
}

.statistic2__top-title {
    margin-left: 10px;
    margin-top: 2px;
}

.statistic2__sum, .statistic2__place {
    color: aliceblue;
    font-size: 20px;
    font-weight: bold;
}

.statistic2-place {
    font-weight: 100;
    font-size: 16px;
}

.statistic2-sum {
    font-weight: 100;
    font-size: 16px;
}

.statistic3 {
    height: auto;
    padding: 10px;
    display: grid;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    grid-column-start: 10;
    grid-column-end: 13;
    box-shadow: 0px 0px 20px #19191B;
}

.statistic3__title {
    display: flex;
}

.statistic3__title-title {
    margin-left: 10px;
    margin-top: 2px;
}

.statistic3__info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.statistic3__info-grade {
    margin-right: 10px;
}

.statistic3__info-star {
    margin-top: 14px;
    margin-bottom: 10px;
}

.statistic3__info-cell {
    margin-bottom: 4px;
    display: flex;
}

.statistic3__info-star {
    display: flex;
}

.statistic3__comment {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #383838;
    border-radius: 5px;
}

.statistic3__comment-info {
    display: flex;
    justify-content: space-between;
}

.statistic3__comment-action {
    display: flex;
}

.statistic3__comment-button {
    margin-left: 5px;
}

.statistic3__comment-user {
    font-weight: bold;
    color: aliceblue;
    font-size: 14px;
}

.statistic3__comment-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 15px;
}

.statistic3__comment-data {
    margin-top: 10px;
}

.top__title {
    color: aliceblue;
    font-size: 20px;
}

.top__info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.top__info-grade {
    margin-right: 10px;
}

.top__info-star {
    margin-top: 14px;
    margin-bottom: 10px;
}

.top__info-cell {
    margin-bottom: 4px;
    display: flex;
}

.top__info-star {
    display: flex;
}

.top__info-title {
    font-size: 20px;
    color: aliceblue;
}

.top__comment {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #383838;
    border-radius: 5px;
}

.top__comment-info {
    display: flex;
    justify-content: space-between;
}

.top__comment-action {
    display: flex;
}

.top__comment-button {
    margin-left: 5px;
}

.top__comment-user {
    font-weight: bold;
    color: aliceblue;
    font-size: 14px;
}

.top__comment-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 15px;
}

.top__comment-data {
    margin-top: 10px;
}

.top-line {
    height: 1px;
    min-width: 100px;
    background-color: #383838;
    margin-top: 6px;
    margin-left: 5px;
}

.activ-line {
    background-color: #26D29F;
}

.star {
    margin-left: 5px;
}

.top-title {
    font-size: 14px;
    color: #7B7B7B;
}

.top-button {
    background-color: #2C2C2E;
}

.statistic {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    color: #7B7B7B;
}

.statistic-tab {
    grid-column-start: 1;
    grid-column-end: 7;
}

.statistic-tab2 {
    grid-column-start: 7;
    grid-column-end: 13;
    background-color: #2C2C2E;
    box-shadow: 0px 0px 20px #19191B;
    padding: 15px;
    border-radius: 5px;
}

.cell-line {
    height: 3px;
    width: 100px;
    background-color: #7B7B7B;
    border-radius: 5px;
}

.cell-line-actv {
    height: 3px;
    width: 65px;
    background-color: #26D29F;
    border-radius: 5px;
}

.cell-line-inactive {
    height: 3px;
    width: 3px;
    background-color: #FF8863;
    border-radius: 5px;
}

.cell-th {
    font-size: 10px;
}

.cell-white {
    font-weight: bold;
    color: aliceblue;
}

.cell-tab2 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    font-size: 10px;
}

.info__tab2-title {
    margin-left: 2px;
    margin-top: -6px;
    color: aliceblue;
    font-size: 20px;
}

.statistic-tab2-info {
    margin-top: 25px;
    color: aliceblue;
    display: flex;
    position: absolute;
}

.statistic-tab2-activ {
    color: aliceblue;
    font-weight: bold;
}

.riviews {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #7B7B7B;
}

.riviews-top2 {
    grid-column-start: 6;
    grid-column-end: 13;
    padding: 10px;
    background-color: #2C2C2E;
    color: #7B7B7B;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #19191B;
}

.top2__title {
    color: aliceblue;
    font-size: 20px;
    margin-left: 7px;
}

.top2__info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.top2__info-grade {
    margin-right: 10px;
}

.top2__info-star {
    margin-top: 14px;
    margin-bottom: 10px;
}

.top2__info-cell {
    margin-bottom: 4px;
    display: flex;
}

.top2__info-star {
    display: flex;
}

.top2__info-title {
    font-size: 20px;
    color: aliceblue;
}

.top2__comment {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #383838;
    border-radius: 5px;
}

.top2__comment-info {
    display: flex;
    justify-content: space-between;
}

.top2__comment-action {
    display: flex;
}

.top2__comment-button {
    margin-left: 5px;
}

.top2__comment-user {
    font-weight: bold;
    color: aliceblue;
    font-size: 14px;
}

.top2__comment-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 15px;
}

.top2__comment-data {
    margin-top: 15px;
}

.top2__comment-information {
    display: flex;
    justify-content: space-between;
    color: aliceblue;
}

.top2__comment-answer {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 12px;
    line-height: 15px;
}

.top2__comment-administrator {
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

.top2-line {
    height: 1px;
    min-width: 100px;
    background-color: #383838;
    margin-top: 6px;
    margin-left: 5px;
}

.top2-title {
    font-size: 14px;
    color: #7B7B7B;
}

.top2-button {
    background-color: #2C2C2E;
}

.tab-search {
    background-color: #2C2C2E;
    border: 1px solid #383838;
    color: #7B7B7B;
    padding-left: 6px;
    padding-top: 5px;
    height: 26px;
    width: 143px;
    margin-top: 3px;
    margin-right: 5px;
    border-radius: 5px;
    display: inline-block;
    resize: none;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

@media all and (max-width: 1350px) {
    .header {
        width: 200px;
    }

    .header__menu {
        width: 200px;
    }

    .riviews__container {
        margin-left: 210px;
        margin-right: 10px;
    }

    .chat__container {
        margin-left: 210px;
        margin-right: 10px;
    }

    .home__container {
        margin-left: 210px;
        margin-right: 10px;
    }

    .stations__container {
        margin-left: 210px;
        margin-right: 10px;
    }

    .statistic__container {
        margin-left: 210px;
        margin-right: 10px;
    }

    .user__container {
        margin-left: 210px;
        margin-right: 10px;
    }
    .statistics__money-itle {
        margin-top: -3px;
    }
}

@media all and (max-width: 1194px) {
    .riviews__container {
        margin-left: 106px;
        margin-right: 20px;
    }

    .chat__container {
        margin-left: 106px;
        margin-right: 20px;
    }

    .home__container {
        margin-left: 106px;
        margin-right: 20px;
    }

    .stations__container {
        margin-left: 106px;
        margin-right: 20px;
    }

    .statistic__container {
        margin-left: 106px;
        margin-right: 20px;
    }

    .user__container {
        margin-left: 106px;
        margin-right: 20px;
    }
}

@media all and (max-width: 1194px) and (max-width: 1194px) {
    .header {
        width: 75px;
        background-color: #2C2C2E;
    }

    .header__logo {
        padding-top: 20px;
        padding-left: 8px;
    }

    a {
        display: flex;
        color: #fff;
    }

    .header__menu {
        height: 100vh;
        width: 75px;
        background-color: #2C2C2E;
    }

    .header__menu-list {
        margin-top: 46px;
        margin-left: 5px;
    }

    .header__menu-item {
        height: 36px;
        height: auto;
        width: 256px;
        border-radius: 5px;
        margin: 10px 12px;
        font-weight: 200;
    }

    .header__menu-info {
        margin-top: 6px;
    }

    .menu__item-info {
        display: none;
    }

    .menu__item-svg {
        margin: 6px;
    }

    .header__logo-logo {
        width: 59px;
        height: 30px;
    }

    .activ-item {
        height: 36px;
        width: 36px;
        font-weight: 700;
        background-color: #26D29F;
        color: #fff;
    }

    .activ__item {
        height: 36px;
        height: auto;
        width: 36px;
        color: #7B7B7B;
    }

    .activ-li {
        height: 36px;
        border-radius: 5px;
        width: 36px;
        background-color: #26D29F;
        font-weight: 700;
        color: #fff;
    }

    .menu__item-addition {
        display: none;
    }
}

@media all and (max-width: 1366px) {
    .filter {
        grid-column-gap: 10px;
    }

    .statistics {
        grid-column-gap: 10px;
        margin-top: 10px;
    }

    .users {
        grid-column-gap: 10px;
        margin-top: 10px;
    }

    .info {
        grid-column-gap: 10px;
        margin-top: 10px;
    }

    .stations {
        grid-column-gap: 10px;
    }

    .stations-info {
        grid-column-gap: 10px;
        margin-top: 10px;
    }

    .station {
        grid-column-gap: 10px;
        margin-top: 10px;
    }

    .statistic___info {
        margin-top: 10px;
        grid-column-gap: 10px;
    }

    .statistic {
        margin-top: 10px;
        grid-column-gap: 10px;
    }

    .user {
        margin-top: 10px;
    }

    .chat {
        margin-top: 10px;
    }

    .connector__img-img {
        width: 66px;
        height: 53px;
    }

    .search {
        grid-column-gap: 10px;
    }

    .riviews__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .chat__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .home__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .stations__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .statistic__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .user__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .header {
        width: 75px;
        background-color: #2C2C2E;
    }

    .header__logo {
        padding-top: 20px;
        padding-left: 8px;
    }

    a {
        display: flex;
        color: #fff;
    }

    .header__menu {
        height: 100vh;
        width: 75px;
        background-color: #2C2C2E;
    }

    .header__menu-list {
        margin-top: 46px;
    }

    .header__menu-item {
        height: 36px;
        height: auto;
        width: 256px;
        border-radius: 5px;
        margin: 10px 12px;
        font-weight: 200;
    }

    .header__menu-info {
        margin-top: 6px;
    }

    .menu__item-info {
        display: none;
    }

    .menu__item-svg {
        margin: 6px;
    }

    .header__logo-logo {
        width: 59px;
        height: 30px;
    }

    .activ-item {
        height: 36px;
        width: 36px;
        font-weight: 700;
        background-color: #26D29F;
        color: #fff;
    }

    .activ__item {
        height: 36px;
        height: auto;
        width: 36px;
        color: #7B7B7B;
    }

    .activ-li {
        height: 36px;
        border-radius: 5px;
        width: 36px;
        background-color: #26D29F;
        font-weight: 700;
        color: #fff;
    }

    .menu__item-addition {
        display: none;
    }

    .description__info {
        display: block;
    }

    .description__info-button {
        margin: 10px 0px;
    }

    .description__button {
        justify-content: flex-start;
    }
}

@media all and (max-width: 1000px) {
    .riviews__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .chat__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .home__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .stations__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .statistic__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .user__container {
        margin-left: 86px;
        margin-right: 10px;
    }

    .statistics {
        grid-template-columns: repeat(1, 1fr);
    }

    .info__map {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .info__tab {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .filter__button {
        grid-column-start: 1;
        grid-column-end: 11;
    }

    .filter__info {
        grid-column-start: 11;
        grid-column-end: 13;
    }


    .users {
        grid-template-columns: repeat(2, 1fr);
    }

    .info__map-offline {
        margin: 0 5px;
    }

    .info__map-online {
        margin: 0 5px;
    }

    .info__map-busy {
        margin: 0 5px;
    }

    .info__map-all {
        margin: 0 5px;
    }

    .chat__filling {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .chat__chats {
        min-width: 200px;
    }

    .chat__chats-name {
        font-size: 14px;
        margin-top: 18px;
    }

    .chat__chats-message {
        font-size: 10px;
        display: none;
    }

    .search__message {
        margin-right: 0;
        margin-left: 15px;
    }

    .search__user {
        margin-right: 15px;
        margin-left: 15px;
    }

    .user__tab {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .stations1 {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .connector1 {
        grid-column-start: 1;
        grid-column-end: 7;
        margin-top: 0;
    }

    .connector2 {
        grid-column-start: 7;
        grid-column-end: 13;
        margin-top: 0;
    }

    .station-tab {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .station-description {
        grid-column-start: 1;
        grid-column-end: 7;
        margin-top: 0;
    }

    .station-top {
        grid-column-start: 7;
        grid-column-end: 13;
        margin-top: 0;
    }

    .stations__button {
        grid-column-start: 1;
        grid-column-end: 11;
    }

    .stations__button-button {
        margin-right: 15px;
    }

    .stations__user {
        margin-right: 15px;
        margin-left: 15px;
    }

    .statistic1 {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .statistic2 {
        grid-column-start: 1;
        grid-column-end: 7;
        margin-top: 0;
    }

    .statistic3 {
        grid-column-start: 7;
        grid-column-end: 13;
        margin-top: 0;
    }

    .statistic-tab {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .statistic-tab2 {
        grid-column-start: 1;
        grid-column-end: 13;
        margin-top: 0;
    }

    .riviews-top2 {
        grid-column-start: 1;
        grid-column-end: 13;
        margin-top: 0;
    }
}

@media all and (max-width: 600px) {
    .header {
        width: 60px;
        background-color: #2C2C2E;
    }

    .header__logo {
        padding-top: 20px;
    }

    a {
        display: flex;
        color: #fff;
    }

    .header__menu {
        height: 100vh;
        width: 60px;
        background-color: #2C2C2E;
    }

    .header__menu-list {
        margin-top: 46px;
        margin-left: 0;
    }

    .header__menu-item {
        height: 36px;
        height: auto;
        width: 256px;
        border-radius: 5px;
        margin: 10px 12px;
        font-weight: 200;
    }

    .header__menu-info {
        margin-top: 6px;
    }

    .menu__item-info {
        display: none;
    }

    .menu__item-svg {
        margin: 6px;
    }

    .header__logo {
        padding: 20px 0px;
    }

    .header__logo-logo {
        width: 60px;
        height: 18px;
        padding: 0;
    }

    .activ-item {
        height: 36px;
        width: 36px;
        font-weight: 700;
        background-color: #26D29F;
        color: #fff;
    }

    .activ__item {
        height: 36px;
        height: auto;
        width: 36px;
        color: #7B7B7B;
    }

    .activ-li {
        height: 36px;
        border-radius: 5px;
        width: 36px;
        background-color: #26D29F;
        font-weight: 700;
        color: #fff;
    }

    .riviews__container {
        margin-left: 70px;
        margin-right: 10px;
    }

    .chat__container {
        margin-left: 70px;
        margin-right: 10px;
    }

    .home__container {
        margin-left: 70px;
        margin-right: 10px;
    }

    .stations__container {
        margin-left: 70px;
        margin-right: 10px;
    }

    .statistic__container {
        margin-left: 70px;
        margin-right: 10px;
    }

    .user__container {
        margin-left: 70px;
        margin-right: 10px;
    }

    .filter {
        display: none;
    }

    .info__map-info {
        display: none;
    }

    .search {
        display: none;
    }

    .stations {
        display: none;
    }

    .stations1 {
        height: auto;
    }

    .connector1 {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .connector2 {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .station-description {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .station-top {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .statistic2 {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .statistic3 {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .statistic___info {
        grid-row-gap: 10px;
    }

    .chat__chats {
        display: none;
    }

    .chat__filling {
        height: 100vh;
    }

    .cell-inactiv {
        display: none;
    }

    .img-table {
        display: none;
    }

    .user-cell {
        font-size: 8px;
    }

    .title-cell {
        font-size: 10px;
    }

    .statistics__session-cell:not(:last-child) {
        margin-right: 10px;
    }

    .statistics__money-name {
        margin-right: auto;
    }

    .statistic-tab2-info {
        margin-top: 15px;
        font-size: 8px;
    }

    .header2 {
        display: block;
        height: 100%;
        width: 100%;
    }

    .select {
        height: 60px;
        width: 100%;
        border-radius: 5px;
        background-color: #2C2C2E;
        color: #FFF;
    }

    .select__call {
        background-color: #2C2C2E;
        color: #7B7B7B;
    }
}
