/* Общие стили */

body {
  margin: 0;
  padding: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  position: relative;
  color: #00002B;
  background-color: #FDFDFD;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.title {
  margin: 0;
}

.title.title--normal {
  font-weight: normal;
  line-height: 120%;
}

.title.title--accent {
  color: #EEA00A;
}


h1.title {
  font-size: 32px;
  line-height: 154%;
}

h2.title {
  font-size: 24px;
  line-height: 160%;
}

h3.title {
  font-size: 20px;
  line-height: 160%;
}

h4.title {
  font-size: 18px;
  line-height: 140%;
}

h5.title {
  font-size: 16px;
  line-height: 140%;
}


h6.title {
  font-size: 12px;
  line-height: 160%;
  font-weight: normal;
}


.text {
  font-size: 18px;
  line-height: 160%;
  margin: 0;
}

.text.text--small {
  font-size: 12px;
  line-height: 160%;
}

.text.text--negative {
  color: #EB6D61;
}



.visibly-hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  text-align: center;
  width: max-content;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  max-width: 100%;
  background-color: #FFBA33;
  border: 2px solid #FFBA33;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #00002B;
}







.btn-warning {
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-warning__wrapper:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 2px;
    bottom: 2px;
    background: #f3e2c2;
    width: 20px;
}

.btn-warning__wrapper:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 53%;
    top: 6px;
    bottom: 6px;
    background: #58637E;
    width: .5px;
    z-index: 2;
}

.btn-warning__svg {
    margin-right: 4px;
    margin-left: 4px;
    position: relative;
    z-index: 1;
}

.btn-warning__wrapper:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-warning__wrapper:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-warning__wrapper {
    cursor: pointer;
    background: rgba(255, 186, 51, 0.24);
    border: 1px solid #FFBA33;
    display: flex;
    align-items: center;
}

.btn-warning__label {
    display: flex;
    cursor: pointer;
    padding: 6px 16px;
}

.btn-warning__checkbox {
    display: none;
}




















.btn.btn--big {
  padding: 12px 132px;
}

.btn.btn--small {
  padding: 7px 24px;
  line-height: 150%;
}

.btn.btn--mini {
  padding: 7px;
  line-height: 110%;
}


.btn.btn-bordered {
  background-color: transparent;
  color: #FFBA33;
}


.btn.btn-bordered:hover {
  color: #00002B;
}


.btn.btn--transparent {
  background-color: transparent;
  color: #00002B;
  border-color: #A0A1B1;
}

.btn.btn--cancel {
  background-color: #EB6D61;
  border-color: #EB6D61;
}


.btn.btn--cancel:hover {
  background-color: rgb(228, 88, 75);
  border-color: rgb(228, 88, 75);
}

.btn.btn--accept {
  background-color: #66C755;
  border-color: #66C755;
}


.btn:hover,
.btn:active {
  background-color: #EEA00A;
  border-color: #EEA00A;
}



.btn.btn--transparent:hover,
.btn.btn--transparent:active {
  color: #fff;
}

.btn svg {
  fill: #fff;
  margin-right: 4px;
  transition: 0.3s;
}

.btn.btn-bordered svg {
  fill: #FFBA33;
}

.btn.btn-bordered:hover svg {
  fill: #00002B;
}


.btn.btn--transparent svg {
  fill: #58637E;
}


.btn.btn--transparent:hover svg,
.btn.btn--transparent:active svg {
  fill: #fff;
}

.export-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 160%;
  text-decoration-line: underline;
  color: #58637E;
  cursor: pointer;
  transition: 0.3s;
}

.export-btn svg {
  min-width: 24px;
  height: 24px;
  margin-right: 4px;
  fill: #58637E;
}

.range {
  width: 100%;
  border: 1px solid #DADDE3;
  border-radius: 4px;
  padding: 12px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.range__value {
  font-size: 18px;
  line-height: 160%;
}

.range__unit {
  font-size: 18px;
  line-height: 160%;
  color: #58637E;
}

.range__slider {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
}

.radiotab {
  position: relative;
  cursor: pointer;
}

.radiotab__input {
  position: absolute;
  appearance: none;
  opacity: 0;
  visibility: hidden;
}

.radiotab__text {
  border: 1px solid #DADDE3;
  border-radius: 4px;
  padding: 12px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
  transition: 0.3s;
}

.radiotab__text:hover {
  border-color: #FFBA33;
}




.radiotab__icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  fill: #00002B;
}



.radiotab.active .radiotab__text,
.radiotab__input:checked+.radiotab__text {
  border-color: #FFBA33;
  background-color: rgba(255, 186, 51, 0.12);
}



.radiotab__input:disabled+.radiotab__text {
  border: 1px solid #DADDE3;
  pointer-events: none;
  opacity: 0.5;
}


.time {
  position: relative;
}

.time__input {
  display: block;
  width: 100%;
  max-width: 135px;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 150%;
  color: #00002B;
  border: 1px solid #DADDE3;
  border-radius: 4px;
}

.time__input_guest_pass
{
  margin-left:50px;
}

.time__input::-webkit-clear-button {
  display: none;
}


.time__input::-webkit-inner-spin-button {
  display: none;
}

.time__label {
  position: absolute;
  left: 12px;
  top: 8px;
  font-size: 16px;
  line-height: 150%;
  color: #A0A1B1;
}



input[type=range].range__input {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
}

input[type=range].range__input:focus {
  outline: none;
}

input[type=range].range__input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #a0a1b1;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range].range__input::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid rgba(0, 0, 0, 0);
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #ffba33;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}

input[type=range].range__input:focus::-webkit-slider-runnable-track {
  background: #c7c8d1;
}

input[type=range].range__input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #a0a1b1;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range].range__input::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid rgba(0, 0, 0, 0);
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #ffba33;
  cursor: pointer;
}

input[type=range].range__input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range].range__input::-ms-fill-lower {
  background: #797a91;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].range__input::-ms-fill-upper {
  background: #a0a1b1;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].range__input::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid rgba(0, 0, 0, 0);
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #ffba33;
  cursor: pointer;
  height: 2px;
}

input[type=range].range__input:focus::-ms-fill-lower {
  background: #a0a1b1;
}

input[type=range].range__input:focus::-ms-fill-upper {
  background: #c7c8d1;
}

.range__progress {
  position: absolute;
  top: 13px;
  left: 0;
  width: 0;
  background-color: #FFBA33;
  height: 2px;
}

.checkbox {
  position: relative;
  display: block;
  padding-left: 32px;
  min-height: 24px;
}

.checkbox--empty {
  padding-left: 0;
  width: 24px;
  height: 24px;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  appearance: none;
  opacity: 0;
}

.checkbox__icon {
  position: absolute;
  top: 2px;
  left: 0;
  fill: #58637E;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

.checkbox__icon--checked {
  opacity: 0;
  visibility: hidden;
  fill: #FFBA33;
}

.checkbox__input:checked~.checkbox__icon {
  visibility: hidden;
  opacity: 0;
}

.checkbox__input:checked~.checkbox__icon--checked {
  visibility: visible;
  opacity: 1;
}


.checkbox__text {
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
}



input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input {
  display: block;
  width: 100%;
  padding: 8px 8px 8px;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid #DADDE3;
  border-radius: 4px;
  transition: 0.3s;
  outline: none;
  color: #00002B;
}



.input:focus {
  border-color: #EEA00A;
}


.input:disabled {
  background-color: #DADDE3;
}

.input::placeholder {
  color: #58637E64;
}


.input.input--error {
  border-color: #EB6D61;
}

.input-note {
  display: block;
  width: 100%;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #00002B;
}


.labeled-input {
  position: relative;
}

.labeled-input__input {
  padding-right: 32px;
}

.labeled-input--status .labeled-input__input {
  padding-right: 84px;
}

.labeled-input--btn .labeled-input__input {
  padding-right: 100px;
}

.labeled-input__label {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 16px;
  line-height: 160%;
  color: #58637E;
}

.labeled-input__label--active {
  color: #66C755;
}

.labeled-input__label--inactive {
  color: #EB6D61;
}

.labeled-input__btn {
  position: absolute;
  top: 7px;
  right: 12px;
  font-size: 16px;
  line-height: 160%;
  color: #58637E;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.labeled-input__btn--disable {
  color: #EB6D61;
  border-bottom: 1px dashed #EB6D61;
}

.labeled-input__btn--enable {
  color: #66C755;
  border-bottom: 1px dashed #66C755;
}


.tooltiped-input {
  position: relative;
}

.tooltiped-input__input {
  padding-right: 24px;
}

.tooltiped-input__tooltip.tooltip {
  position: absolute;
  top: 8px;
  right: 4px;
}


.toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.toggle__input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
}

.toggle__box {
  width: 40px;
  height: 20px;
  display: inline-block;
  border-radius: 2px;
  background-color: #58637E;
  position: relative;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  margin-right: 8px;
}

.toggle__circle {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 2px;
  background-color: #FDFDFD;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.toggle__input:checked+.toggle__box,
.toggle.active .toggle__box {
  background-color: #FFBA33;
}

.toggle.active .toggle__box .toggle__circle,
.toggle__input:checked+.toggle__box .toggle__circle {
  left: 22px;
}


.toggle__text {
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
}




.search {
  position: relative;
}

.search__input {
  padding-left: 40px;
  padding-right: 40px;
}

.search__icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 9px;
  left: 12px;
  fill: #58637E;
}

.search__clear {
  position: absolute;
  right: 8px;
  top: 10px;
  padding: 0;
  border: none;
  background-color: #EBECF0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.search__clear svg {
  fill: #58637E;
  width: 16px;
  height: 16px;
}


.search__input:-webkit-autofill~.search__clear,
.search__input:not(:placeholder-shown)~.search__clear {
  opacity: 1;
  visibility: visible;
}



.label {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}


.select {
  position: relative;
  width: 100%;
}

.select__input {
  width: 100%;
  border: 1px solid #EBECF0;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  padding-right: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow-y: auto;
  font-size: 16px;
  line-height: 150%;
  color: #00002B;
}


.select__input:focus {
  border-color: #FFBA33;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}

.select__input:disabled {
  background-color: #EBECF0;
  border: 1px solid #DADDE3;
}


.select svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 12px;
  pointer-events: none;
  fill: #58637E;
}






.date {
  position: relative;
  width: 100%;
  display: flex;
}

.date__controller {
  border: 1px solid #EBECF0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  margin-right: 8px;
}

.date__controller:last-of-type {
  margin-right: 0;
  margin-left: 8px;
}

.date__controller:focus {
  outline-color: #FFBA33;
}

.date__controller svg {
  transform: rotate(90deg);
  pointer-events: none;
}

.date__controller:last-of-type svg {
  transform: rotate(-90deg);
}

.date__label {
  position: relative;
  display: flex;
  width: 100%;
}


.date__input {
  width: 100%;
  display: block;
  border: 1px solid #EBECF0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 150%;
  color: #00002B;
  padding: 8px 44px 8px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

.date__input:focus {
  border-color: #FFBA33;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}

.date__icon {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 24px;
  height: 24px;
  fill: #58637E;
}




.page-wrapper__progress-bar {
  position: fixed;
  bottom: 0;
  width: calc(100% - 235px);
}

.progress-bar {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.page-wrapper__page-note {
  position: fixed;
  bottom: 0;
  width: calc(100% - 235px);
}

.page-note {
  padding: 16px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-note__close {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-left: 12px;
  cursor: pointer;
}

.page-note__close svg {
  fill: #00002B;
}

.page-note.page-note--error {
  background-color: #FDEDEC;
}

.page-note.page-note--succes {
  background-color: #EBF7E9;
}




@media (max-width: 767px) {}


/* Общие стили конец*/














/* layout стили */

.page-wrapper {
  display: flex;
  min-height: 100vh;
}

.page-wrapper__cabinet-aside {
  width: 235px;
  min-width: 235px;
  position: relative;
  background-color: #000040;
}

.cabinet-aside__wrapper {
  position: sticky;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
}


.cabinet-aside__logo {
  margin-left: 20px;
  margin-bottom: 20px;
}

.cabinet-aside__nav {
  margin-bottom: auto;
}

.cabinet-aside__list {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
}

.cabinet-aside__list:last-child {
  margin-bottom: 0;
}

.cabinet-aside__item {
  margin-bottom: 8px;
}

.cabinet-aside__item--gap {
  margin-bottom: 32px;
}

.cabinet-aside__item:last-child {
  margin-bottom: 0;
}


.cabinet-aside__link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  display: flex;
  transition: 0.3s;
}

.cabinet-aside__link--logout {
  opacity: 0.54;
}

.cabinet-aside__link--active,
.cabinet-aside__link:hover {
  color: #FFBA33;
}

.cabinet-aside__icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: 4px;
  visibility: hidden;
  fill: #FFBA33;
  opacity: 0;
}



.cabinet-aside__link--active .cabinet-aside__icon,
.cabinet-aside__link:hover .cabinet-aside__icon {
  visibility: visible;
  opacity: 1;
}

.cabinet-aside__link--logout .cabinet-aside__icon {
  fill: #EBECF0;
}

.cabinet-aside__link--logout:hover {
  color: #FFFFFF;
}

.cabinet-aside__contacts {
  margin: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #FDFDFD64;
}

.cabinet-aside__contacts a {
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  color: #FDFDFD;
  display: block;
}

.cabinet-aside__copyright {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #EBECF0;
}


.page-wrapper__content {
  max-width: 1685px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.page-wrapper__desktop {
  flex-grow: 1;
}

.desktop {
  padding: 32px 72px 96px 60px;
}



.mobile-nav {
  display: none;
}




/* layout стили конец*/












/* Страница index */



.desktop__notification {
  margin-bottom: 16px;
}

.notification {
  padding: 28px 20px;
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  max-width: 100%;
}

.notification--error {
  background-color: #FDEDEC;
}

.notification--succes {
  background: #EBF7E9;
}



.notification__icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  margin: 0;
  margin-right: 12px;
  background-color: #FDFDFD;
  border-radius: 4px;
  padding: 8px;
}

.notification__icon img,
.notification__icon svg {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.notification__link {
  color: inherit;
  text-decoration: underline;
}


.notification__text {
  margin-right: auto;
  align-self: center;
}


.notification__close {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;

}

.notification__close svg {
  width: 100%;
  height: 100%;
}

.notification--error .notification__close svg {
  fill: #EB6D61;
}

.desktop__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.desktop__subtitle {
  margin-bottom: 8px;
}

.desktop__date {
  width: 260px;
}


.desktop__notification+.desktop__settings {
  margin-top: 24px;
}


.desktop__settings {
  display: flex;
  align-items: flex-start;
}

.desktop__start-block {
  width: 386px;
  max-width: 100%;
  margin-right: 32px;
}


.start-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 24px;
}


.start-block__title {
  margin-bottom: 16px;
}

.start-block__list,
.start-block__sublist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.start-block__sublist {
  margin-top: 8px;
}

.start-block__item,
.start-block__subitem {
  padding-left: 32px;
  font-size: 18px;
  line-height: 160%;
  color: #58637E;
  position: relative;
}

.start-block__item.active,
.start-block__subitem.active {
  color: #EEA00A;
}

.start-block__item:not(:last-child) {
  margin-bottom: 20px;
}


.start-block__icon {
  position: absolute;
  left: 0;
  fill: #DADDE3;
  transition: 0.3s;
  width: 24px;
  height: 24px;
}

.start-block__icon.start-block__icon--checked {
  opacity: 0;
  visibility: hidden;
  fill: #FFBA33;
}


.start-block__item.active>.start-block__icon,
.start-block__subitem.active>.start-block__icon {
  opacity: 0;
  visibility: hidden;
}


.start-block__item.active>.start-block__icon.start-block__icon--checked,
.start-block__subitem.active>.start-block__icon.start-block__icon--checked {
  opacity: 1;
  visibility: visible;
}



.desktop__object-mock {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  width: 482px;
  max-width: 100%;
}

.desktop__object {
  width: 482px;
  max-width: 100%;
}









.desktop__objects {
  margin-bottom: 56px;
}

.objects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.objects__object {
  width: calc(50% - 16px);
}

.object {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px;
}

.object___object-data {
  margin-bottom: 24px;
}

.object-data {
  display: flex;
  align-items: center;
}



.object-data__img {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 8px;
}




.object-data__title {
  margin: 0;
  margin-bottom: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  color: #00002B;
}


.object-data__text {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}




.object__graphs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.object__graph {
  width: calc(50% - 16px);
}

.graph {
  display: flex;
  align-items: center;
}

.graph__diagram {
  margin-right: 8px;
}

.graph__text {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}

.graph__text b {
  display: block;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
}

.diagram {
  width: 52px;
  min-width: 52px;
  height: 52px;
}


.diagram__circle {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);

}

.diagram__circle circle {
  fill: none;
  stroke: #EBECF0;
  stroke-width: 12;
  transform: scale(0.8);
  transform-origin: center;
}


.diagram__circle circle:nth-child(2) {
  stroke-dasharray: 163;
  stroke-dashoffset: calc(163 - (163 * 90) / 100);
  stroke: #67ca57;
}

.diagram--negative circle:nth-child(2) {
  stroke: #EB6D61;
}



.desktop__filter-form {
  width: 271px;
}


.filter-form {
  display: flex;
  margin: 0 -8px -16px;
  flex-wrap: wrap;
  width: 100%;
}


.filter-form__group {
  margin: 0 8px 16px;
  width: calc(30% - 16px);
  max-width: 280px;
}

.filter-form__group.filter-form__group--small {
  width: calc(20% - 16px);
  max-width: 250px;
}


.filter-form__group.filter-form__group--mini {
  width: calc(17% - 16px);
  max-width: max-content;
  min-width: 160px;
}


.filter-form__refresh-btn {
  align-self: flex-end;
  margin: 0 8px 16px;
}

.filter-form__refresh-btn.filter-form__refresh-btn--gap {
  margin-right: auto;
}


.filter-form__export-btn {
  align-self: flex-end;
  margin: 0px 8px 20px;
}


.filter-form__group.filter-form__group--full {
  width: calc(100% - 16px);
  max-width: 250px;
}

.filter-form__group.filter-form__group--big {
  width: max-content;
  max-width: unset;
}

.filter-form__group.filter-form__group--side {
  margin-left: auto;
}

.filter-form__add-payer {
  margin-left: auto;
}


.filter-form__checkboxes {
  width: 100%;
  display: flex;
  margin: 0 8px;
}


.filter-form__group .filter-form__checkbox {
  margin-top: 6px;
}

.filter-form__label {
  margin-bottom: 4px;
}



.filter-form__periods {
  margin-top: 4px;
}

.periods {
  display: flex;
  align-items: center;
}

.periods__btn {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-right: 8px;
  font-size: 12px;
  line-height: 160%;
  color: #00002B;
  border-bottom: 1px dashed #00002B;
  cursor: pointer;
  transition: 0.3s;
}



.periods__btn:last-child {
  margin-right: 0;
}


.periods__btn:hover,
.periods__btn--active {
  color: #EEA00A;
  border-bottom: 1px dashed #EEA00A;
}


.desktop__cabinet-table {
  margin-bottom: 16px;
}

.cabinet-table {
  border-collapse: separate;
  border-spacing: 0 16px;
  margin-top: -16px;
  width: 100%;
  max-width: 100%;
}


.cabinet-table thead {
  transform: translateY(12px);
}



.cabinet-table__row[data-href] {
  transition: 0.3s;
  cursor: pointer;
}


.cabinet-table__row[data-href]:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}


.cabinet-table__row--disabled {
  opacity: 0.4;
}

.cabinet-table th {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
  text-align: left;
  padding: 0 16px;
  vertical-align: bottom;
}

.cabinet-table__double-cell {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.cabinet-table__double-cell p {
  margin: 0;
  font-size: 12px;
  line-height: 160%;
  color: #00002B;
  width: 100%;
}

.cabinet-table__double-cell span {
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
  width: 50%;
}

td .cabinet-table__double-cell span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #00002B;
}

.worktime-table th p {
  margin: 0;
  font-size: 12px;
  line-height: 160%;
  color: #00002B;
  white-space: nowrap;
}


.cabinet-table td {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  border: solid 1px #EBECF0;
  border-style: solid none;
  padding: 12px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 75px;
  position: relative;
}

.cabinet-table--bb td {
  border-style: none none solid;
}

.cabinet-table.cabinet-table--top td {
  vertical-align: top;
}



.cabinet-table__row--negative td {
  border-color: #EB6D61;
  background-color: #FDEDEC;
}




.cabinet-table td:first-child {
  border-left-style: solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}

.cabinet-table--bb td:first-child {
  border-left-style: none;
}



.cabinet-table td:last-child {
  border-right-style: solid;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 56px;
}

.cabinet-table--bb td:last-child {
  border-right-style: none;
}


.user-profile {
  display: flex;
  align-items: center;
}


.user-profile__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 4px;
}

.user-profile--big .user-profile__avatar,
.user-profile--extrabig .user-profile__avatar {
  width: 96px;
  height: 96px;
  margin-right: 16px;
}

.user-profile__figure {
  margin: 0;
  margin-right: 4px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #EBECF0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-profile--big .user-profile__figure,
.user-profile--extrabig .user-profile__figure {
  width: 96px;
  height: 96px;
  min-width: 96px;
  margin-right: 16px;
}

.user-profile__figure svg {
  width: 24px;
  height: 24px;
}

.user-profile--big .user-profile__figure svg,
.user-profile--extrabig .user-profile__figure svg {
  width: 36px;
  height: 36px;
}


.user-profile__info {
  font-size: 16px;
  line-height: 120%;
  color: #00002B;
  margin: 0;
}

.user-profile--big .user-profile__info {
  font-size: 20px;
  line-height: 160%;
}

.user-profile--extrabig .user-profile__info {
  font-size: 44px;
  line-height: 160%;
  font-weight: bold;
}

.user-profile__info small {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}

.user-profile__info small-blocked {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #BBBBBB;
}

.user-profile--big .user-profile__info small {
  font-size: 16px;
}

.user-profile--extrabig .user-profile__info small {
  font-size: 18px;
}

.profile_blocked
{
  color: #BBBBBB;
}

.object-profile {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
}

.object-profile__icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
}

.object-profile__info {
  margin: 0;
  position: relative;
}

.object-profile__tooltip {
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  left: calc(100% + 8px);
  padding: 4px 8px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 160%;
  color: #00002B;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
}

.object-profile__info:hover .object-profile__tooltip {
  opacity: 1;
  visibility: visible;
}




.event-action__text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}


.event-action__icon {
  width: 24px;
  height: 24px;
  fill: #66C755;
  margin-right: 4px;
}

.event-action__text span {
  color: #66C755;
  margin-right: 8px;
}

.event-action--negative .event-action__icon {
  fill: #EB6D61;
}


.event-action--negative .event-action__text span {
  color: #EB6D61;
}

.event-action--pending .event-action__icon {
    fill: #EEA00A;
}

.event-action--pending .event-action__text span {
    color: #EEA00A;
}

.event-action__object {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
  margin-left: 30px;
}



.cabinet-table__btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabinet-table__btn svg {
  fill: #58637E;
  width: 100%;
  height: 100%;
}

.cabinet-table__event-card {
  position: absolute;
  right: -1px;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  z-index: 2;
}


.cabinet-table tr:nth-child(n+2) .cabinet-table__event-card {
  top: unset;
  bottom: -1px;
}


.cabinet-table__row--disabled .cabinet-table__event-card {
  display: none;
}


.cabinet-table__event-card:hover,
.cabinet-table td:hover .cabinet-table__event-card {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}




.cabinet-table__time {
  white-space: nowrap;
  margin: 0;
}

.cabinet-table__time span {
  color: #58637E;
}

.cabinet-table__link {
  color: #00002B;
  border-bottom: 1px solid #00002B;
}

.cabinet-table__link_blocked {
  color: #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}


.cabinet-table__premise {
  margin-bottom: 12px;
}

.cabinet-table__premise:last-child {
  margin-bottom: 0;
}

.cabinet-table__number {
  line-height: 160%;
  color: #00002B;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.cabinet-table__number svg {
  width: 24px;
  height: 24px;
  fill: #66C755;
  margin-right: 4px;
}

.cabinet-table__number small {
  width: 100%;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
  display: flex;
  align-items: center;
}

.cabinet-table__number small svg {
  width: 16px;
  height: 16px;
}

.cabinet-table__account-status {
  margin: 0;
  line-height: 160%;
  color: #58637E;
}

.cabinet-table__account-status--complete span {
  color: #66C755;
}

.cabinet-table__account-status--pending span {
  color: #EEA00A;
}

.cabinet-table__account-status--negative span {
  color: #EB6D61;
}

.cabinet-table__account-status small {
  display: block;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}
.cabinet-table__paragraph{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #00002B;
}

.cabinet-table__status-account{
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #00002B;
}

.cabinet-table__full-name{
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}

.cabinet-table__paragraph--error{
  color: #EB6D61;
}
.cabinet-table__status-account--error{
  color: #EB6D61;
}

.premise__object {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
  margin: 0;
}

.premise__img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 4px;
}

.premise__name {
  margin: 0;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}


.cabinet-table__time-set {
  margin: 0;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}

.cabinet-table__time-set span {
  display: block;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
}

.event-card {
  width: 294px;
  padding: 32px;
  background-color: #fff;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.event-card.event-card--big {
  width: 406px;
}

.event-card__user-profile {
  margin-bottom: 8px;
}

.event-card__user-profile.user-profile--big {
  margin-bottom: 24px;
}

/* .event-card__event-parametrs.event-parametrs {
  width: calc(100% - 112px);
  margin-left: auto;
} */

.event-card__event-parametrs.event-parametrs:not(:last-child) {
  margin-bottom: 16px;
}

.event-parametrs {
  padding: 0;
  margin: 0;
  list-style: none;
}

.event-parametrs__item:not(:last-child) {
  margin-bottom: 16px;
}

.event-parametrs__title {
  margin-bottom: 4px;
  color: #58637E;
}

.event-parametrs__text:not(:last-child) {
  margin-bottom: 8px;
}

.event-parametrs__status {
  padding-left: 12px;
  position: relative;
}

.event-parametrs__status::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.event-parametrs__status.text--negative::before {
  background-color: #EB6D61;
}

.event-parametrs__text span {
  color: #58637E;
}

.graph-presentation__title {
  margin-bottom: 4px;
}

.graph-presentation__wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
  margin-bottom: 4px;
}

.graph-presentation__line {
  background-color: #F8F8F8;
  border-radius: 2px;
  height: 16px;
  margin-bottom: 8px;
}

.graph-presentation__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.graph-presentation__item {
  position: relative;
  font-size: 16px;
  line-height: 130%;
  color: #58637E;
  padding-left: 20px;
  margin-bottom: 8px;
}

.graph-presentation__item:last-child {
  margin-bottom: 0;
}

.graph-presentation__item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.graph-presentation__item--color1:before {
  background-color: #FFBA33;
}

.graph-presentation__item--color2:before {
  background-color: #66C755;
}

.graph-presentation__item--color3:before {
  background-color: #EB6D61;
}

.graph-presentation__item span {
  color: #00002B;
}

.rate-box {
  margin: 0;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #FDFDFD;
}

.rate-box--color1 {
  background-color: #FFBA33;
}

.rate-box--color2 {
  background-color: #66C755;
}

.rate-box--color3 {
  background-color: #EB6D61;
}

.desktop__btn {
  margin: 0 auto;
}


/* Страница index конец*/


























/* Страницы report,  time-report,  access-report, presence-report*/


.page-wrapper__reports {
  flex-grow: 1;

}

.reports {
  padding: 32px 72px 96px 60px;
}

.reports__subtitle {
  margin-bottom: 8px;
}

.reports-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
  margin: 0;
  list-style: none;
}


.reports-list__item {
  width: calc(25% - 24px);
  max-width: 272px;
  min-width: 224px;
  margin: 0 12px 12px 12px;
}


.reports-list__link {
  border: 1px solid #EBECF0;
  border-radius: 12px;
  display: block;
  padding: 20px 12px;
  color: #00002B;
  height: 100%;
}

.reports-list__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
  fill: #FFBA33;
}


.reports-list__title {
  margin-bottom: 4px;
}

.reports__title {
    max-width: 1330px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.reports__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.reports__filter-form {
  margin-bottom: 24px;
}

.reports__cabinet-table {
  margin-bottom: 16px;
}

.reports__btn {
  margin: 0 auto;
}

.events-table__hide-head th{
    opacity: 0;
}
/*Страницы report,  time-report,  access-report, presence-report конец*/








/* Заглушки для страниц */
.page-mock {
  padding: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EBECF0;
  border: 1px solid #EBECF0;
  border-radius: 4px;
}

.page-mock__text {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #58637E;
}


/* Заглушки для страниц  конец*/








/* Страница employee-time */

.page-wrapper__employee-time {
  flex-grow: 1;

}

.employee-time {
  padding: 32px 72px 96px 60px;
}


.employee-time__heading {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
  justify-content: space-between;
}

.employee-time__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.employee-time__filter-form {
  width: 174px;
}


.employee-time__graph {
  margin-bottom: 40px;
}

.employee-time__cabinet-table {
  margin-bottom: 16px;
}

.employee-time__btn {
  margin: 0 auto;
}



/* Страница employee-time конец*/












/* Страница objects */

.page-wrapper__objects-page {
  flex-grow: 1;

}

.objects-page {
  padding: 32px 72px 96px 60px;
}


.objects-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.objects-page__filter-form {
  margin-bottom: 24px;
}



.objects-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.objects-list__item {
  margin-bottom: 28px;
  border: 1px solid #EBECF0;
  border-radius: 12px;
}

.objects-list__item:last-child {
  margin-bottom: 0;
}


.objects-list__heading {
  display: flex;
  align-items: center;
  background-color: #EBECF0;
  border-radius: 12px 12px 0px 0px;
  padding: 16px 20px;
}

.objects-list__img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin-right: 12px;
}


.objects-list__name {
  margin-right: auto;
}

.objects-list__name span {
  margin-right: 16px;
  font-weight: bold;
}

.objects-list__edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.objects-list__edit svg {
  fill: #58637E;
  width: 100%;
  height: 100%;
}


.objects-list__body {
  padding: 0 8px 20px;
}

.cabinet-table__gallery__wrapper {
    margin-right: 16px;
    margin-bottom: 16px;
    width: 311px;
    height: 272px;
    object-fit: cover;
    flex-basis: 32%;
    position: relative;
}

.cabinet-table__gallery__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cabinet-table__gallery__wrapper:last-child {
    margin-right: 0;
}

.btn.objects-table__btn {
    padding-left: 12px;
}

.cabinet-table__gallery-mark {
    color: #fff;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.56);
    border-radius: 4px;
    bottom: 4px;
    position: absolute;
    z-index: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    width: max-content;
    left: 4px;
}

.cabinet-table__btn-paragraph {
    display: none;
    font-size: 14px;
    color: #00002B;
}
.cabinet-table__icon-settings {
    min-width: 32px;
    max-width: 32px;
}




.cabinet-table__gallery {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    transition: .3s;
    max-height: 0;
}

.cabinet-table__row--gallery td {
    height: 0;
    padding: 0;
    border: none;
}

.btn__chevron {
    margin-left: 4px;
}

.btn.btn--no-active {
    color: #00002B;
}
.btn.btn--no-active .btn__chevron {
    fill: #00002B;
}

.btn.btn-bordered:disabled {
    opacity: .54;
    pointer-events: none;
}

.btn-warning__animation {
    fill: transparent;
}


/*Animation btn start*/
.btn-warning__animation-box {
    display: none;
}
.btn-warning__animation {
    animation: track 1.3s ease-in-out infinite;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: .54;
}

.btn-warning__animation:nth-child(2) {
    left: 20%;
    animation: track2 1.3s ease-in-out infinite;
}

.btn-warning__animation:nth-child(3) {
    left: 40%;
    animation: track3 1.3s ease-in-out infinite;
}


@keyframes track {
    100% {
        left: 100%;
    }
}

@keyframes track2 {
    100% {
        left: 120%;
    }
}

@keyframes track3 {
    100% {
        left: 140%;
    }
}

/*Animation btn end*/

.btn-warning__background {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    pointer-events: none;
}

.btn-warning__paragraph {
    position: relative;
    z-index: 1;
}

.btn-warning__checkbox:checked~.btn-warning__background {
    background: #66C755;
}

.btn-warning__checkbox:checked~.btn-warning__animation-box {
    display: block;
}











.indicators {
  display: flex;
  align-items: center;
}

.indicators__indicator {
  background-color: #EBECF0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  min-width: 32px;
  font-size: 18px;
  line-height: 135%;
  position: relative;
  cursor: pointer;
}

.indicators__indicator.indicators__indicator--alert {
  background-color: #FDEDEC;
}

.indicators__indicator.indicators__indicator--active {
  background-color: #EBF7E9;
  color: #66C755;
}

.indicators__indicator:not(:last-child) {
  margin-right: 4px;
}

.indicators__icon {
  width: 20px;
  height: 20px;
  fill: #58637E;
  margin: 2px 0;
}

.indicators__icon--accent-color {
    fill: #00002B;
}

.indicators__indicator--alert .indicators__icon {
  fill: #EB6D61;
}

.indicators__icon--active {
  fill: #66C755;
}

.indicators__text {
  font-size: 14px;
  line-height: 18px;
}

.indicators__indicator--active .indicators__text {
  color: #66C755;
}

.indicators__icon+.indicators__text {
  margin-left: 4px;
}


.indicators__tooltip {
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  left: calc(100% + 8px);
  padding: 4px 8px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 160%;
  color: #00002B;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
}

.indicators__icon:hover+.indicators__tooltip {
  opacity: 1;
  visibility: visible;
}

.objects-list__add-btn {
  margin: 16px auto 0;
}

.objects-list__cabinet-table .objects-list__add-btn {
  margin-top: 0;
}

.add-btn {
  width: max-content;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
  transition: 0.3s;
}

.add-btn svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: #00002B;
  transition: 0.3s;
}

.add-btn:hover {
  opacity: 1;
  color: #EEA00A;
}

.add-btn:hover svg {
  fill: #EEA00A;
}

/* Страница objects конец*/














/* Страницы object-add и object-edit  */


.objects-page__object-form {
  max-width: 440px;
  width: 100%;
}

.object-form__img-upload {
  margin-bottom: 16px;
}

.img-upload {
  display: block;
  width: max-content;
  position: relative;
  cursor: pointer;
}

.img-upload__input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  appearance: none;
}

.img-upload__mock {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBECF0;
  border-radius: 4px;
  padding: 32px;
  transition: 0.3s;
}

.img-upload__mock:hover {
  background-color: #d6d7dc;
}

.img-upload__mock svg {
  fill: #58637E;
  width: 64px;
  height: 64px;
  transition: 0.3s;
}

.img-upload__mock:hover svg {
  transform: scale(1.1);
  /* fill: #FFBA33; */
}

.img-upload__img {
  width: 126px;
  height: 126px;
  border-radius: 4px;
  position: relative;
}

.img-upload__img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.img-upload__img svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #FFBA33;
  opacity: 0;
  transition-delay: 0.1s;
  transition: 0.3s;
  z-index: 2;
}

.img-upload__img:hover svg {
  opacity: 1;
}

.img-upload__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00002B;
  opacity: 0.56;
  border-radius: inherit;
  transform: scale(0);
  transform-origin: center;
  transition: 0.3s;
}

.img-upload__img:hover::after {
  transform: none;
}







.object-form__label {
  margin-left: 4px;
  margin-bottom: 4px;
}

.object-form__input:not(:last-child) {
  margin-bottom: 16px;
}

.objects-page__btns {
  display: flex;
  align-items: center;
}


.objects-page__delete-btn {
  margin-right: 16px;
}

.delete-btn {
  padding: 7px;
  border: 2px solid #EB6D61;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete-btn svg {
  width: 32px;
  height: 32px;
  fill: #EB6D61;
}


/* Страницы object-add и object-edit  конец*/









/* Страницы controller-add,  controller-settings, controller-monitoring*/


.controller-form__label {
  margin-bottom: 4px;
  margin-left: 4px;
}

.controller-form__input-wrapper {
  display: flex;
  align-items: center;
}

.controller-form__tooltip {
  margin-left: 8px;
}


.tooltip {
  position: relative;
}

.tooltip__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  fill: #58637E;
  cursor: pointer;
}

.tooltip__figure {
  position: absolute;
  left: calc(100% + 16px);
  top: -8px;
  margin: 0;
  padding: 16px 32px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 3;
}

.tooltip__icon:hover+.tooltip__figure {
  opacity: 1;
  pointer-events: unset;
}

.tooltip__figure figcaption {
  font-size: 16px;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 12px;
  color: #00002B;
  white-space: nowrap;
}

.tooltip__figure img {
  width: 240px;
  min-width: 240px;
  height: auto;
  margin: 0 auto;
}


.tooltip__info {
  position: absolute;
  left: calc(100% + 16px);
  top: -8px;
  margin: 0;
  width: 300px;
  max-width: calc(100vw - 32px);
  padding: 8px 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 3;
}

.tooltip__icon:hover+.tooltip__info {
  opacity: 1;
  pointer-events: unset;
}

.tooltip__info--position{
  left: -260px;
  top: 30px;
  z-index: -1;
  pointer-events: unset;
}

.main-list{
  padding: 0;
  margin: 0;
}

.tooltip__icon:hover+.tooltip__info--position{
  pointer-events: auto;
  z-index: 3;
}

.tooltip__info--position:hover{
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}

.tooltip__title {
  margin-bottom: 12px;
}

.tooltip__text {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}

.cabinet-table__tooltip__info:hover{
  left: 40px;
}
.cabinet-table__tooltip__info{
  left: 40px;
}






.objects-page__update {
  margin-bottom: 24px;
}

.objects-page__update span {
  color: #A0A1B1;
}

.objects-page__wrapper {
  display: flex;
  align-items: flex-start;
}


.objects-page__controller-form {
  width: 100%;
  max-width: 440px;
  margin-right: auto;
}

.controller-form__input {
  margin-bottom: 16px;
}

.controller-form__labeled-input {
  margin-bottom: 16px;
}

.controller-form__labeled-input.controller-form__labeled-input--gap {
  margin-bottom: 32px;
}

.controller-form__select {
  margin-bottom: 16px;
}

.controller-form__select.controller-form__select--gap {
  margin-bottom: 32px;
}


.controller-form__range {
  margin-bottom: 16px;
  width: 260px;
}

.controller-form__checkbox {
  margin-bottom: 16px;
}

.controller-form__temperatures {
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
}

.controller-form__temperatures .controller-form__labeled-input {
  width: calc(50% - 4px);
  margin: 0;
}

.controller-form__subttitle {
  margin-bottom: 12px;
}


.objects-page__controller-status {
  max-width: 330px;
  width: 100%;
}

.controller-status {
  padding: 20px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}

.controller-status__title {
  margin-bottom: 6px;
}

.column-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -12px;
  list-style: none;
}

.column-list--col3 {
  justify-content: space-between;
}


.column-list__item {
  margin: 0 12px 16px;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
}

.column-list--col3 .column-list__item {
  width: calc(33% - 24px);
}

.column-list__title {
  color: #58637E;
}

.controller-status__parametrs-list.parametrs-list {
  margin-bottom: 24px;
}


.parametrs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.parametrs-list__item {
  font-size: 18px;
  line-height: 160%;
  display: flex;
  margin-bottom: 16px;
}

.parametrs-list__item:last-child {
  margin-bottom: 0;
}

.parametrs-list__item span {
  color: #A0A1B1;
  white-space: nowrap;
  margin-right: 4px;
}

.controller-status__link {
  font-size: 18px;
  line-height: 160%;
  color: #EEA00A;
  border-bottom: 1px solid #EEA00A;
}



.objects-page__synchronization {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 160%;

}

.objects-page__synchronization--complete {
  color: #66C755;
}

.objects-page__synchronization--loading {
  color: #EEA00A;
}


.objects-page__synchronization svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}


.objects-page__synchronization--complete svg {
  fill: #66C755;
}

.objects-page__synchronization--loading svg {
  fill: #FFBA33;
}

.objects-page__cabinet-table {
  margin-bottom: 16px;
}

.action {
  display: flex;
  align-items: center;
  margin: 0;
}

.action span {
  font-size: 18px;
  line-height: 160%;
}

.action span:nth-child(1) {
  text-decoration-line: line-through;
  color: #58637E;
}

.action__icon {
  margin: 0 8px;
  width: 24px;
  height: 24px;
  fill: #00002B;
}

.objects-page__showmre {
  margin: 0 auto;
}

.objects-page__filter-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 32px;
}

.objects-page__filter-wrapper .reports__filter-form {
  margin: 0;
  margin-right: 16px;
}



/* Страницы controller-add, controller-settings, controller-monitoring конец*/














/* Страницы staff staff--add  staff--edit*/

.page-wrapper__staff-page {
  flex-grow: 1;

}

.staff-page {
  padding: 32px 72px 96px 60px;
}

.staff-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.staff-page__btns {
  display: flex;
  align-items: center;
}


.staff-page__delete-btn {
  margin-right: 16px;
}


.staff-page__filter-form {
  margin-bottom: 24px;
}

.staff-page__cabinet-table {
  margin-bottom: 16px;
}

.staff-page__showmore {
  margin: 0 auto;
}

.staff-page__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.staff-page__box {
    width: 100%;
    max-width: 330px;
}

.staff-page__staff-form {
  width: 100%;
  max-width: 440px;
}

.staff-form__img-upload {
  margin-bottom: 16px;
}

.staff-form__label {
  margin-bottom: 4px;
  margin-left: 4px;
}

.staff-form__input,
.staff-form__select,
.staff-form__tooltiped-input {
  margin-bottom: 16px;
}

.staff-form__input.staff-form__input--gap {
  margin-bottom: 40px;
}


.staff-page__acces-graphs {
  width: 100%;
  max-width: 330px;
    margin-bottom: 24px;
}

.acces-graphs {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 20px;
}

.acces-graphs__title {
  margin-bottom: 8px;
}

.acces-graphs__title--gap {
    margin-top: 20px;
}

.acces-graphs__group-form {
  margin-bottom: 32px;
}


.acces-form__toggle {
  margin-bottom: 16px;
  transition: 0.3s;
}

.acces-form__toggle.active {
  margin-bottom: 24px;
}


.acces-form__dropdown {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.acces-form__dropdown.active+.acces-form__minimal-settings {
  display: none;
}


.acces-form__title {
  margin-bottom: 8px;
}

.acces-form__object-acces {
  margin-bottom: 12px;
}

.acces-form__object-acces.acces-form__object-acces--gap {
  margin-bottom: 24px;
}

.object-acces__dropdown {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}


.object-acces__button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #EBECF0;
  border-radius: 4px 4px 0px 0px;
}


.object-acces__button:active {
  outline: none;
}



.object-acces__button.active {
  background-color: #EBECF0;
}

.object-acces__button svg {
  width: 16px;
  height: 16px;
  fill: #58637E;
  transition: 0.3s;
}

.object-acces__button.active svg {
  transform: rotate(180deg);
}


.object-acces__wrapper {
  padding: 8px 12px;
  border: 1px solid #EBECF0;
  border-radius: 0px 0px 4px 4px;
}




.time-set__title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.time-set__title {
  margin-bottom: 4px;
}

.time-set__title-wrapper .time-set__title {
  margin-bottom: 0;
  margin-right: 4px;
}


.time-set__toggle {
  margin-bottom: 8px;
}

.time-set__dropdown {
  max-height: 0;
  overflow: hidden;
  transition: 0.7s;
}

.time-set__toggle.active+.time-set__dropdown {
  max-height: 600px;
}


.time-set__dropdown.active {
  max-height: 600px;
}

.time-set__toggle.active~.time-set__main-settings {
  display: none;
}
.main-list__paragraph{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #58637E;
  margin-bottom: 0;
  margin-top: 0;
}
.tooltip__icon{
  margin-right: 4px;
}

.main-list__item{
  list-style-type: none;
  margin-bottom: 16px;
}
.main-list__item:last-child{
  margin-bottom: 0;
}
.main-list__link{
  display: flex;
  align-items: center;
}
.main-list__link--hover:hover .main-list__paragraph{
  color: #FFBA33;
}
.main-list__link--hover:hover .tooltip__icon{
  fill: #FFBA33;
}
.main-list__link--error .main-list__paragraph{
  color: #EB6D61;
}

.main-list__link--error .tooltip__icon{
  fill: #EB6D61;
}

.time-set__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 230px;
  margin-bottom: 16px;
}

.time-set__label {
  margin-bottom: 4px;
  margin-left: 4px;
}

.time-set__wrapper .time-set__time {
  width: calc(50% - 4px);
}



/* Страницы staff staff--add staff--edit конец*/















/* Страницы graphs  graphs-add и graphs-edit*/



.page-wrapper__graphs-page {
  flex-grow: 1;

}

.graphs-page {
  padding: 32px 72px 96px 60px;
}

.graphs-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}


.graphs-page__showmore {
  margin: 0 auto;
}

.graphs-page__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.graphs-page__graph-form {
  max-width: 440px;
  width: 100%;
}

.graph-form__label {
  margin-bottom: 4px;
  margin-left: 4px;
}

.graph-form__input--gap {
  margin-bottom: 32px;
}

.graphs-page__btns {
  display: flex;
  align-items: center;
}


.graphs-page__delete-btn {
  margin-right: 16px;
}


/* Страницы graphs graphs-add и graphs-edit конец*/

















/* Страницы calendar calendar-add и calendar-edit */


.page-wrapper__calendar-page {
  flex-grow: 1;

}

.calendar-page {
  padding: 32px 72px 96px 60px;
}

.calendar-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.calendar-page__filter-form {
  margin-bottom: 24px;
}

.calendar-page__showmore {
  margin: 0 auto;
}

.calendar-page__calendar-form {
  max-width: 440px;
  width: 100%;
}

.calendar-form__label {
  margin-bottom: 4px;
  margin-left: 4px;
}

.calendar-form__input {
  margin-bottom: 16px;
}

.calendar-form__input.calendar-form__input--gap {
  margin-bottom: 32px;
}

.calendar-form__time-set {
  margin-bottom: 56px;
}

.calendar-form__title {
  margin-bottom: 8px;
}

.calendar-form__toggle {
  margin-bottom: 36px;
}

.calendar-page__cabinet-tabs {
  margin-bottom: 32px;
}


.cabinet-tabs {
  width: 100%;
}

.cabinet-tabs__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 8px;
  white-space: nowrap;
  overflow-y: auto;
  width: 100%;
}

.cabinet-tabs__list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #EBECF0;
}

.cabinet-tabs__item:not(:last-child) {
  margin-right: 32px;
}



.cabinet-tabs__link {
  font-size: 24px;
  line-height: 160%;
  color: #58637E;
  position: relative;
  display: block;
  white-space: nowrap;
  transition: 0.3s;
}

.cabinet-tabs__link.active {
  color: #00002B;
  font-weight: bold;
}


.cabinet-tabs__link::before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 4px;
  background-color: #FFBA33;
  transition: 0.3s;
  transform: scale(0);
  transform-origin: center;
}

.cabinet-tabs__link:hover::before,
.cabinet-tabs__link.active::before {
  transform: none;
}


.calendars {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 906px;
}


.calendar {
  width: 282px;
}

.calendar__title {
  margin-bottom: 12px;
}

.calendar__wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.calendar__row {
  display: table-row;
}

.calendar__body {
  display: table-row-group;
}

.calendar__cell {
  display: table-cell;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #58637E;
}

.calendar__cell.calendar__cell--off {
  color: #EB6D61;
}



.calendar__body .calendar__cell {
  font-size: 14px;
  line-height: 16px;
  height: 36px;
  color: #00002B;
}

.calendar__body .calendar__cell.calendar__cell--fade {
  color: #A0A1B1;
}

.calendar__body .calendar__cell.calendar__cell--active {
  background-color: #FDEDEC;
  border-radius: 50%;
}



.calendar-page__btns {
  display: flex;
  align-items: center;
}


.calendar-page__delete-btn {
  margin-right: 16px;
}

/* Страницы calendar calendar-add и calendar-edit конец*/
























/* Страница settings */
.page-wrapper__settings-page {
  flex-grow: 1;

}

.settings-page {
  padding: 32px 72px 96px 60px;
}


.settings-page__title {
  margin-bottom: 16px;
}

.settings-page__cabinet-tabs {
  margin-bottom: 32px;
}



.profile-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.profile-form__wrapper {
  width: 440px;
}

.profile-form__img-upload {
  margin-bottom: 16px;
}

.profile-form__label {
  margin-bottom: 4px;
  margin-left: 4px;
}

.profile-form__input {
  margin-bottom: 16px;
}

.profile-form__input--gap {
  margin-bottom: 40px;
}


.password-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.password-form__wrapper {
  width: 440px;
  max-width: 100%;
}

.password-form__label {
  margin-bottom: 4px;
  margin-left: 4px;
}

.password-form__input {
  margin-bottom: 16px;
}

.password-form__input--gap {
  margin-bottom: 40px;
}

.autorisation-form__toggle {
  margin-bottom: 24px;
}


.autorisation-form__dropdown {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.autorisation-form__radiotabs {
  margin-bottom: 24px;
  display: flex;

}

.autorisation-form__radiotabs.autorisation-form__radiotabs--dropdown {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.autorisation-form__radiotab:not(:last-child) {
  margin-right: 8px;
}

.autorisation-form__label {
  margin-bottom: 4px;
  margin-left: 4px;
}

.autorisation-form__wrapper {
  margin-bottom: 16px;
  display: flex;
}

.autorisation-form__wrapper .autorisation-form__input {
  width: 330px;
  margin-right: 16px;
}

.autorisation-form__send {
  background-color: transparent;
  pointer-events: none;
  border-color: #DADDE3;
}


.autorisation-form__input:not(:placeholder-shown)~.autorisation-form__send {
  background-color: #ffba33;
  pointer-events: unset;
  border-color: #ffba33;
}

.autorisation-form__input:not(:placeholder-shown)~.autorisation-form__send:hover {
  background-color: #EEA00A;
  border-color: #EEA00A;
}


.autorisation-form__input:-webkit-autofill~.autorisation-form__send {
  background-color: #FFBA33;
  pointer-events: unset;
}

.autorisation-form__code-block {
  transition: 0.3s;
}

.code-confirm {
  display: flex;
  flex-wrap: wrap;
  width: 540px;
  max-width: 100%;
}

.code-confirm__label {
  display: block;
  position: relative;
  margin-right: 8px;
}

.code-confirm__label:last-of-type {
  margin-right: 16px;
}

.code-confirm__input {
  width: 60px;
  height: 100%;
  text-align: center;
}


.code-confirm__input:not(:placeholder-shown) {
  background-color: rgba(255, 186, 51, 0.24);
  border-color: #FFBA33;
}




.code-confirm__mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #58637E;
  border-radius: 50%;
  transition: 0.3s;
}

.code-confirm__input:not(:placeholder-shown)+.code-confirm__mask,
.code-confirm__input:focus+.code-confirm__mask {
  visibility: hidden;
  opacity: 0;
}






.code-confirm__resend {
  margin-top: 40px;
}


/* Страница settings конец*/











/* Страница payment*/


.page-wrapper__payment-page {
  flex-grow: 1;

}

.payment-page {
  padding: 32px 72px 96px 60px;
}

.payment-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.payment-page__info {
  display: flex;
  margin-bottom: 56px;
}


.payment-page__balance {
  margin-right: 20px;
  min-width: 174px;
}


.balance {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 16px 16px 20px;
}

.balance__summ {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #00002B;
}

.balance__summ svg {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

.balance__note {
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}



.payment-stats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 16px 16px 20px;
}


.payment-stats__item--sign {
  padding-right: 60px;
  position: relative;
}

.payment-stats__item--sign::after {
  content: attr(data-sign);
  font-weight: bold;
  font-size: 32px;
  line-height: 160%;
  color: #58637E;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.payment-stats__item--sign[data-sign='*']::after {
  transform: translateY(-15%);
}

.payment-stats__item--sign[data-sign='+']::after {
  transform: translateY(-25%);
}

.payment-stats__stat {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #00002B;
}

.payment-stats__stat small {
  font-size: 16px;
}


.payment-stats__link {
  font-size: 12px;
  line-height: 160%;
  text-decoration-line: underline;
  color: #EEA00A;
}

.payment-stats__note {
  color: #58637E;
  font-size: 12px;
  line-height: 160%;
}



.payment-stats.payment-stats--big {
  padding: 16px 24px;
}



.payment-stats--big .payment-stats__stat {
  font-size: 64px;
  line-height: 100%;
}

.payment-stats--big .payment-stats__item--sign::after {
  transform: translateY(-30%);
}

.payment-stats--accent {
  box-shadow: none;
  background-color: #EBF7E9;
  border-radius: unset;
}



.payment-page__cabinet-tabs {
  margin-bottom: 24px;
}

.payment-page__filter-form {
  margin-bottom: 24px;
}


/* Страница payment конец*/






/* Страница deposit*/
.page-wrapper__deposit-page {
  flex-grow: 1;

}

.deposit-page {
  padding: 32px 72px 96px 60px;
}

.deposit-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}


.deposit-form__radiotabs {
  margin-bottom: 16px;
  display: flex;
}

.deposit-form__label {
  margin-bottom: 4px;
  margin-left: 4px;
}


.deposit-form__input-groups {
  display: flex;
  justify-content: space-between;
  width: 522px;
  max-width: 100%;
}



.deposit-form__input-group {
  width: calc(50% - 4px);
}

.deposit-form__input-group .deposit-form__labeled-input {
  margin: 0;
}



.deposit-form__title {
  margin-bottom: 16px;
}



.deposit-form__select,
.deposit-form__input,
.deposit-form__labeled-input {
  width: 395px;
  max-width: 100%;
  margin-bottom: 16px;
}

.deposit-form__labeled-input.deposit-form__labeled-input--small {
  width: 257px;
}


.deposit-form__labeled-input.deposit-form__labeled-input--gap,
.deposit-form__input.deposit-form__input--gap {
  margin-bottom: 40px;
}

.deposit-form__checkbox {
  margin-bottom: 16px;
}

.deposit-form__checkbox--gap {
  margin-bottom: 40px;
}

.deposit-form__input-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.deposit-form__input-wrapper.deposit-form__input-wrapper--gap {
  margin-bottom: 40px;
}

.deposit-form__input-wrapper .deposit-form__input {
  margin: 0;
}

.deposit-form__note {
  margin: 0;
  margin-left: 16px;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
  width: 310px;
  max-width: 100%;
}

/* Страница deposit конец*/














/* Страница incoice */

.page-wrapper__invoice-page {
  flex-grow: 1;

}

.invoice-page {
  padding: 32px 72px 96px 60px;
}


.invoice-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.invoice-page__invoice-block {
  max-width: 1000px;
}


.invoice-block {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}

.invoice-block__heading {
  padding: 24px 24px 16px;
}

.invoice-block__info {
  padding: 24px 24px 8px;
}

/* Страница invoice конец*/

















/* Страница tarifs */
.page-wrapper__tarifs-page {
  flex-grow: 1;

}

.tarifs-page {
  padding: 32px 72px 96px 60px;
}


.tarifs-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.tarifs-page__info {
  display: flex;
  margin-bottom: 56px;
}

.tarifs-page__balance {
  margin-right: 20px;
  min-width: 172px;
}


.tarifs-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  max-width: 770px;
  justify-content: space-between;
  flex-wrap: wrap;
}


.tarifs-list__item {
  border: 1px solid #EBECF0;
  border-radius: 12px;
  padding: 20px;
  width: 31%;
}

.tarifs-list__title {
  margin-bottom: 12px;
}

.tarifs-list__price {
  margin: 0;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  color: #00002B;
}

.tarifs-list__price small {
  font-size: 18px;
}

.tarifs-list__note {
  display: block;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
}

.tarifs-list__note:last-child {
  margin-bottom: 0;
}

.tarifs-list__sublist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tarifs-list__subitem {
  font-size: 12px;
  line-height: 124%;
  color: #00002B;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.tarifs-list__subitem:last-child {
  margin-bottom: 0;
}

.tarifs-list__subitem svg {
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}



/* Страница tarifs конец*/



















/* Страница payer-add и payer-edit */

.page-wrapper__payer-page {
  flex-grow: 1;
}

.payer-page {
  padding: 32px 72px 96px 60px;
}


.payer-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}


.payer-page__btns {
  display: flex;
  align-items: center;
}


.payer-page__delete-btn {
  margin-right: 16px;
}



/* Страница payer-add и payer-edit конец*/







/*Протокол доступа по моб. устройства начало*/
small.events-table__time {
    display: block;
}





/*Протокол доступа по моб. устройства начало*/








/* Страницы groups*/


.page-wrapper__group-page {
  flex-grow: 1;
}

.group-page {
  padding: 32px 72px 96px 60px;
}

.group-page__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.group-page__delete-btn {
  margin-right: 16px;
}


.group-page__filter-form {
  margin-bottom: 24px;
}

.group-page__group-table.group-table {
  margin-bottom: 24px;
}

.group-table {
  border-collapse: separate;
  border-spacing: 0 16px;
  margin: -16px 0;
  width: 100%;
  max-width: 100%;
}

.group-table thead {
  transform: translateY(12px);
}

.group-table tr[data-href] {
  transition: 0.3s;
  cursor: pointer;
  border-radius: 12px;
}

.group-table tr[data-href]:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

.group-table th {
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
  text-align: left;
  padding: 0 16px;
  vertical-align: bottom;
  font-weight: normal;
}

.group-table th:nth-child(2) {
  text-align: center;
}

.group-table td {
  font-size: 16px;
  line-height: 120%;
  color: #00002B;
  padding: 16px;
  border: solid 1px #EBECF0;
  border-style: solid none;
  padding: 12px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.group-table td:first-child {
  border-left-style: solid;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}

.group-table td:nth-child(2) {
  text-align: center;
}



.group-table td:last-child {
  border-right-style: solid;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 56px;
}

.group-table__btns {
  display: flex;
  align-items: center;
}

.group-table__btn {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.group-table__btn:last-child {
  margin-right: 0;
}

.group-table__icon {
  width: 24px;
  height: 24px;
  fill: #58637E;
}

.group-page__showmore {
  margin: 0 auto;
}

.group-page__group-form {
  width: 440px;
  max-width: 100%;
}

.group-form__label {
  margin-left: 4px;
  margin-bottom: 4px;
}


.group-form__delete {
  margin-top: 32px;
}

.group-page__btns {
  display: flex;
  align-items: center;
}


.group-page__delete-btn {
  margin-right: 16px;
}



.group-page__user-add-table.user-add-table {
  margin-bottom: 24px;
}

.user-add-table {
  border-collapse: separate;
  border-spacing: 0 16px;
  margin: -16px 0;
  width: 100%;
  max-width: 100%;
}

.user-add-table thead {
  transform: translateY(12px);
}

.user-add-table tr[data-href] {
  transition: 0.3s;
  cursor: pointer;
  border-radius: 4px;
}

.user-add-table tr[data-href]:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}


.user-add-table th {
  font-size: 12px;
  line-height: 160%;
  font-weight: normal;
  color: #58637E;
  text-align: left;
  padding: 0 16px;
  vertical-align: bottom;
}

.user-add-table td {
  font-size: 16px;
  line-height: 120%;
  color: #00002B;
  padding: 16px;
  border: solid 1px #EBECF0;
  border-style: solid none;
  padding: 12px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.user-add-table__row.active td {
  border-color: #FFBA33;
  background-color: rgba(255, 186, 51, 0.08);
}

.user-add-table td:first-child {
  border-left-style: solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 56px;
}

.user-add-table td:last-child {
  border-right-style: solid;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


/* Страницы groups  конец*/




/*support start*/



.cabinet-table__box{
  position: relative;
}
.main-tooltip__paragraph{
  margin: 0;
}
.main-tooltip{
  padding: 16px 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  display: block;
}
.cabinet-table__main-tooltip{
  width: max-content;
  z-index: -1;
  opacity: 0;
  position: absolute;
  transition-delay: .2s;
  top: -50%;
  left: 20px;
  transform: translateY(-20%);
}
.cabinet-table__icon-controller:hover+.cabinet-table__main-tooltip{
  opacity: 1;
  z-index: 2;
}
.cabinet-table__main-tooltip:hover{
  opacity: 1;
  z-index: 2;
}

/*support end*/
















/* footer */

.footer {
  padding: 16px 20px 20px;
}

.footer__developer {
  width: max-content;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #00002B82;
}

.footer__developer svg {
  width: 74px;
  height: 12px;
  margin-bottom: 4px;
}


@media (max-width: 767px) {}

/* footer  конец*/

















/* modals */


.page-wrapper__popup {
  position: fixed;
  background-color: #FDFDFD;
  width: calc(100% - 235px);
  transform: translateX(120%);
  overflow-y: auto;
  height: 100%;
  transition: 0.5s;
  z-index: 5;
}

.page-wrapper__popup.page-wrapper__popup--active {
  transform: none;
}

.delete-object__content {
  padding: 32px 72px 96px 60px;
  position: relative;
}

.delete-object__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #EB6D61;
}


.delete-object__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}


.delete-object__title {
  color: #EB6D61;
}

.delete-object__btns {
  display: flex;
  align-items: center;
}

.delete-object__btn:not(:last-child) {
  margin-right: 16px;
}

.delete-object__text {
  margin-bottom: 32px;
}

.delete-object__object-form {
  width: 440px;
  max-width: 100%;
}





.delete-contoller__content {
  padding: 32px 72px 96px 60px;
  position: relative;
}

.delete-contoller__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #EB6D61;
}

.delete-contoller__title {
  color: #EB6D61;
}

.delete-contoller__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}


.delete-contoller__btns {
  display: flex;
  align-items: center;
}

.delete-contoller__btn:not(:last-child) {
  margin-right: 16px;
}

.delete-contoller__text {
  margin-bottom: 32px;
}

.delete-contoller__controller-form {
  width: 440px;
  max-width: 100%;
}



.logs-popup__content {
  padding: 32px 72px 96px 60px;
}

.logs-popup__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
}




.delete-staff__content {
  padding: 32px 72px 96px 60px;
  position: relative;
}

.delete-staff__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #EB6D61;
}

.delete-staff__title {
  color: #EB6D61;
}

.delete-staff__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}


.delete-staff__btns {
  display: flex;
  align-items: center;
}

.delete-staff__btn:not(:last-child) {
  margin-right: 16px;
}

.delete-staff__text {
  margin-bottom: 32px;
}

.delete-staff__staff-form {
  width: 440px;
  max-width: 100%;

}



.delete-graph__content {
  padding: 32px 72px 96px 60px;
  position: relative;
}

.delete-graph__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #EB6D61;
}

.delete-graph__title {
  color: #EB6D61;
}

.delete-graph__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}


.delete-graph__btns {
  display: flex;
  align-items: center;
}

.delete-graph__btn:not(:last-child) {
  margin-right: 16px;
}

.delete-graph__text {
  margin-bottom: 32px;
}

.delete-graph__graph-form {
  width: 440px;
  max-width: 100%;
}





.delete-calendar__content {
  padding: 32px 72px 96px 60px;
  position: relative;
}

.delete-calendar__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #EB6D61;
}

.delete-calendar__title {
  color: #EB6D61;
}

.delete-calendar__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}


.delete-calendar__btns {
  display: flex;
  align-items: center;
}

.delete-calendar__btn:not(:last-child) {
  margin-right: 16px;
}

.delete-calendar__text {
  margin-bottom: 32px;
}

.delete-calendar__calendar-form {
  width: 440px;
  max-width: 100%;
}











.delete-payer__content {
  padding: 32px 72px 96px 60px;
}

.delete-payer__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #EB6D61;
}

.delete-payer__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}

.delete-payer__title {
  color: #EB6D61;
}


.delete-payer__btns {
  display: flex;
  align-items: center;
}

.delete-payer__btn:not(:last-child) {
  margin-right: 16px;
}

.delete-payer__text {
  margin-bottom: 32px;
}

.delete-payer__deposit-form {
  width: 440px;
  max-width: 100%;
}

.deposit-form__delete {
  margin-top: 32px;
}







.report-disc__content {
    padding: 32px 72px 96px 60px;
}

.report-disc__text {
    margin-bottom: 32px;
}

.report-disc__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: space-between;
}

.report-disc__title {
    color: #00002B;
}

.report-disc__main-textarea {
    margin-bottom: 24px;
}

.main-textarea {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    display: flex;
    flex-direction: column;
    color: #58637E;
}

.main-textarea__textarea {
    background: #DADDE3;
    border: 1px solid #EBECF0;
    border-radius: 4px;
    resize: none;
    max-width: 441px;
    width: 441px;
    height: 164px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 160%;
    color: #00002B;
    padding: 12px 8px;
    margin-top: 4px;
}

.report-disc__textarea-wrapper {
    margin-right: 16px;
}

.main-textarea__legend {
    margin-left: 8px;
}

.report-disc__box {
    display: flex;
}

.description-command__wrapper-symbol {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.description-command__wrapper-symbol span {
    color: #66C755;
}
.description-command__icon {
    margin-right: 8px;
    fill: #66C755;
}

.report-disc__description-command {
    margin-top: 24px;
}

.list-desc-command {
    padding-left: 0;
}

.list-desc-command__item {
    list-style: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
    color: #00002B;
}

.list-desc-command__legend {
    display: block;
    margin-bottom: 4px;
}

.list-desc-command__item small {
    display: block;
    color: #58637E;
}





































.delete-group__content {
  padding: 32px 72px 96px 60px;
  position: relative;
}

.delete-group__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #EB6D61;
}

.delete-group__title {
  color: #EB6D61;
}

.delete-group__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}


.delete-group__btns {
  display: flex;
  align-items: center;
}

.delete-group__btn:not(:last-child) {
  margin-right: 16px;
}

.delete-group__text {
  margin-bottom: 32px;
  width: 596px;
  max-width: 100%;
}

.delete-group__staff-form {
  width: 440px;
  max-width: 100%;

}



/* modals  конец*/

.rotate {
    transform: rotate(180deg);
}
.no-after:after {
    display: none!important;
    content: ''!important;
}

.no-before:before {
    display: none !important;
    content: ''!important;
}

.hide {
    display: none;
}

/* Видеопоток */

.ratio
{
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  max-width:920px;
}

.ratio-inner
{
  position: relative;
  height: 0;
  border: none;
}

.ratio-content
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ratio-16-9
{
  padding-top: 56%;
}

.tariff
{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin-right: 10px;
}

.tariff-name
{
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  color: #FFBA33;
}

.waitOverlay
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}            

.waitProgress
{
    padding:10px;
    width: 300px;
    height: 30px;
    line-height:30px;
    text-align: center;
}

.waitModalProgress {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -150px;
}

.warning
 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fffaf3;
  color: #573a08;
  border-color: #C9BA9B;
 }

.warning_image
 {
  padding-right: 10px;
 }

.divData
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.divItem
{
  margin: 20px;
  padding: 20px 20px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
  width: auto;
}

.divTempName
{
  color: #323B5A;
  font-size: 1.2em;
  font-weight: bold;
}

.divTempValuePlus, .divTempValueMinus, .divTempValueAlarm, .divTempValueNone
{
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.divTempValuePlus
{
  color: #34c924;
}

.divTempValueMinus
{
  color: #1560bd;
}

.divTempValueAlarm
{
  color: #ff0000;
}

.divTempValueNone
{
  color: #323B5A;
}

.divTempFW
{
  color: #777777;
  font-size: 0.8em;
  margin-top: 10px;
}

.divTempButton
{
  height: 20px;
  margin-top: 10px;
}
