
.check-cook {
  display: none;
  position: fixed;
  bottom: 10px;
  width: 100%;
  max-width: 500px;
  z-index: 100;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 15px;
  border: 2px #010b23 solid;
  right: 10px;
}
.check-cook.active {
  display: flex;
}
.check-cook span {
font-size: 16px;
line-height: 16px;
padding: 0px 10px 0px 0px;
}
.check-cook .tg__button {
width: auto;
padding: 10px;
}