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

.description-direction-btn-block {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.description-direction-btn-block__title {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 140%;
  max-height: 38px;
}

.description-direction-btn-block__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 38px;
  font-size: 0.6875rem;
  line-height: 218.1818181818%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 834px) {
  .description-direction-btn-block__btn {
    max-width: 92px;
  }
}

@media (max-width: 833px) {
  .description-direction-btn-block {
    gap: 15px 25px;
  }

  .description-direction-btn-block__title {
    font-size: 1rem;
    line-height: 140%;
  }
}
@supports (appearance:none){

}

 @media (min-width: 834px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
