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

.cookies {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 800px;
  width: 100%;
  background: #f2f2f2;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  border-radius: 20px;
  z-index: 10;
}

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

.cookies-text {
  font-size: 14px;
  line-height: 21px;
}

.cookies-text a {
  color: #ff5c00;
}

.cookies-btn {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f2f2f2;
  padding: 0 25px;
  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;
  height: 60px;
  background: #222222;
  border-radius: 30px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  cursor: pointer;
}

.cookies-btn:hover {
  background: #3c3c3c;
}

@media screen and (max-width: 833px) {
  .cookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 15px;
    bottom: 0;
  }

  .cookies-text {
    font-size: 12px;
    line-height: 16px;
  }

  .cookies-btn {
    width: 100%;
    height: 35px;
  }
}
@supports (appearance:none){

}

 @media screen and (max-width: 833px){

@supports (appearance:none){

}

}
