:root {
  --bp-xs: 480px;
  --bp-sm: 834px;
  --bp-xl: 1200px;
  --bp-xxl: 1920px;
  --bp-mxs: 479px;
  --bp-msm: 833px;
  --bp-mxl: 1199px;
  --bp-mxxl: 1919px;
  --bp-addon-1380: 1380px;
  --bp-addon-1279: 1279px;
}

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

.btn-local {
  padding: 10px 10px 10px 15px;
  border-radius: 10px;
  background: #f4f4f4;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  line-height: 153.8461538462%;
}

.btn-local .icon {
  fill: transparent;
  stroke: #323232;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 18px;
  height: 18px;
  stroke-width: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-local:hover {
  background-color: #ececec;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-local._active .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-local_big {
  width: 100%;
  max-width: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-local_min-text {
  font-size: 0.8125rem;
  line-height: 153.8461538462%;
}

.btn-local_min-text .icon {
  width: 18px;
  height: 18px;
}

.text-content__wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 833px) {
  .btn-local {
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
