.menu ul li a.star, .menu ul li a.bill, .menu ul li a.check, .menu ul li a.map, .menu {
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes anim-border {
  100% {
    transform: rotate(1turn);
  }
}
h3 {
  margin-bottom: 0;
}

button {
  cursor: pointer;
}

.btn {
  padding: 13px 10px;
  color: #fff;
  background-color: #2295ff;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
.btn.btn-swipe {
  height: 70px !important;
  padding: 1px;
  border-radius: 40px !important;
  background: -webkit-linear-gradient(90deg, rgb(34, 149, 255) 0%, rgb(250, 250, 250) 35%, rgb(250, 250, 250) 100%);
  background: -moz-linear-gradient(90deg, rgb(34, 149, 255) 0%, rgb(250, 250, 250) 35%, rgb(250, 250, 250) 100%);
  background: linear-gradient(90deg, rgb(34, 149, 255) 0%, rgb(250, 250, 250) 35%, rgb(250, 250, 250) 100%);
}
.btn.btn-swipe .wrap-swipe {
  background-color: #edf5ff;
  color: #bec5d2;
  padding: 13px 25px 13px 10px;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.btn.btn-swipe .wrap-swipe img {
  cursor: pointer;
}
.btn.btn-swipe.not-active {
  background: -webkit-linear-gradient(90deg, rgb(190, 197, 210) 0%, rgb(250, 250, 250) 35%, rgb(250, 250, 250) 100%);
  background: -moz-linear-gradient(90deg, rgb(190, 197, 210) 0%, rgb(250, 250, 250) 35%, rgb(250, 250, 250) 100%);
  background: linear-gradient(90deg, rgb(190, 197, 210) 0%, rgb(250, 250, 250) 35%, rgb(250, 250, 250) 100%);
}
.btn.btn-swipe.not-active .wrap-swipe {
  background-color: #F0F0F0;
  color: #BEC5D2;
}
.btn.btn-swipe.not-active .wrap-swipe img {
  cursor: default;
  pointer-events: none;
}

h3 {
  font-size: 16px;
  color: #111;
}

.flex {
  display: flex;
  flex-direction: column;
}
.flex.s-b {
  justify-content: space-between;
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 500px) {
  .wrapper.search-active {
    margin: 0 -15px;
  }
  .wrapper.search-active .search {
    border-radius: 12px 12px 0 0;
  }
  .wrapper.height150 {
    height: calc(100vh - 140px);
  }
}
.flex-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.gap30 {
  gap: 30px;
}

.search {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 4px 5px 4px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  z-index: 999;
}
.search input {
  background-color: #f5f5f5;
  font-size: 16px;
  color: #111;
  padding: 13px 10px;
  border: none;
  border-radius: 8px;
  width: 100%;
}
.search input::placeholder {
  color: #8f97a7;
}
.search input:focus, .search input:active {
  border: none;
}

.edit {
  cursor: pointer;
}

.menu {
  margin: 0 -15px;
  border-radius: 32px 32px 0 0;
  height: 80px;
  filter: drop-shadow(4px -4px 23px rgba(0, 0, 0, 0.19));
  background-image: url(../images/menu-br.svg), radial-gradient(circle at 50% -6px, transparent 60px, #fff 60px);
  position: absolute;
  z-index: 999;
      bottom: 0;
        width: 100%;
}
.menu ul {
  list-style-type: none;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}
.menu ul li a {
  padding: 12px;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.menu ul li a:hover {
  background-color: #edf5ff;
}
.menu ul li a.map {
  background-image: url(../images/icon/map.svg);
}
.menu ul li a.map:hover {
  background-image: url(../images/icon/map-a.svg);
}
.menu ul li a.map.active {
  background-image: url(../images/icon/map-a.svg);
}
.menu ul li a.check {
  background-image: url(../images/icon/check.svg);
}
.menu ul li a.check:hover {
  background-image: url(../images/icon/check-a.svg);
}
.menu ul li a.check.active {
  background-image: url(../images/icon/check-a.svg);
}
.menu ul li a.bill {
  background-image: url(../images/icon/bill.svg);
}
.menu ul li a.bill:hover {
  background-image: url(../images/icon/bill-a.svg);
}
.menu ul li a.bill.active {
  background-image: url(../images/icon/bill-a.svg);
}
.menu ul li a.star {
  background-image: url(../images/icon/star.svg);
}
.menu ul li a.star:hover {
  background-image: url(../images/icon/star-a.svg);
}
.menu ul li a.star.active {
  background-image: url(../images/icon/star-a.svg);
}
.menu ul li a.qr {
  position: relative;
  justify-content: center;
  background-color: #2295ff;
  height: 64px;
  width: 64px;
  top: -40px;
  left: 1px;
  box-shadow: 0px 4px 20px 0px rgba(15, 103, 254, 0.2);
}

.installContainer {
  width: 100%;
  height: 250px;
  background-color: #fff;
  box-shadow: 4px -4px 23px 0px rgba(0, 0, 0, 0.19);
  z-index: 999;
  margin: 0 -15px;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  position: fixed;
  bottom: 0;
}
.installContainer.hidden {
  display: none;
}
.installContainer .text-install .title {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.installContainer .text-install .info-install {
  color: #939393;
  font-size: 16px;
  margin-bottom: 40px;
}
.installContainer .btn-install {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.installContainer .btn-install #close {
  border-radius: 24px;
  color: #2295ff;
  border: 1px solid #2295ff;
  background-color: #fff;
  padding: 14px 50px;
  font-size: 16px;
}
.installContainer .btn-install #install_button {
  border-radius: 24px;
  border: 1px solid #2295ff;
  background-color: #2295ff;
  color: #fff;
  padding: 14px 35px;
  font-size: 16px;
} 

.customCheckbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: auto !important;
}

.customCheckbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.customCheckbox + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #111;
  border-radius: 50%;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.customCheckbox:checked + label::before {
  border-color: #2295FF;
  background-color: #2295FF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.customCheckbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: rgba(17, 17, 17, 0.8078431373);
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.customCheckbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.customCheckbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.customCheckbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.customCheckbox:disabled + label::before {
  background-color: #e9ecef;
}