.center {
  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;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 10;
  display: none;
}

.tabbar__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 4px 0;
  min-height: 60px;
}

.tabbar__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 -2px 40px 0 rgba(5, 8, 8, 0.1), 0 15px 40px 0 rgba(5, 8, 8, 0.1);
          box-shadow: 0 -2px 40px 0 rgba(5, 8, 8, 0.1), 0 15px 40px 0 rgba(5, 8, 8, 0.1);
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.tabbar__item {
  width: 60px;
  min-width: 40px;
}

.tabbar__link {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 6px 2px;
}

.tabbar__icon {
  width: 28px;
  height: 28px;
  fill: #ff5c00;
}

.tabbar__icon #inner-1,
.tabbar__icon #inner-2 {
  fill: #fff;
}

.tabbar__text {
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 833px) {
  .tabbar {
    display: block;
  }

  .lock .tabbar {
    display: none;
  }
}

@media (max-width: 479px) {
  .tabbar {
    bottom: 10px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}

 @media (max-width: 479px){

@supports (appearance:none){

}

}
