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

.nav {
  padding-top: 30px;
  margin-bottom: 60px;
}

.nav__btn {
  display: none;
  max-height: 60px;
  text-align: center;
  width: 100%;
}

.nav__btn:after {
  display: none;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}

.nav__item {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

.nav__item:hover {
  background: #ececec;
}

.nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nav__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  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;
}

.nav__icon .icon {
  width: 30px;
  height: 30px;
  fill: #ff5c00;
}

.nav__icon_mob {
  display: none;
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.nav__icon_mob .icon {
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #222;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.nav__title {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 140%;
}

@media (min-width: 834px) {
  .nav .panel {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .nav__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .nav__item {
    padding: 20px;
  }

  .nav__icon {
    width: 35px;
    height: 35px;
  }

  .nav__icon .icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 833px) {
  .nav {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .nav__btn {
    display: block;
    border-radius: 15px;
    max-height: 55px;
    padding: 17px 25px;
  }

  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    gap: 10px;
  }

  .nav.active .nav__list {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .nav__item a {
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .nav__item {
    padding: 15px;
  }

  .nav__icon_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__title {
    font-size: 0.875rem;
    line-height: 140%;
  }
}
@supports (appearance:none){

}

 @media (min-width: 834px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
