.bars.active{
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.bars{
    transform: translateX(-100%);
    position: fixed;
    top: 20%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 99;
}
.bars .wrap{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #d61f37;
    border-radius: 0px 10px 10px 0px;
}
.bars .icon svg{
    stroke: white;
}
.bars .text{
    color: white;
}
/* === Preloader === */
#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#page-preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -11;
}

.preloader-logo img {
    max-width: 120px;
    max-height: 120px;
    animation: pulse 1.8s infinite ease-in-out;
}

/* Опциональная анимация логотипа */
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.85; }
}

/* Если логотип — SVG и нужно изменить цвет при наведении/анимации */
.preloader-logo img.svg-logo {
    transition: transform 0.3s ease;
}
.cookie-svgpopup {
  position: fixed;
  bottom: 80px;
  right: -570px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.cookie-svgpopup.show {
  right: 20px;
  z-index: 10151;
}
.cookie-svgpopup .cookie-head {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 9px;
}
.cookie-svgpopup svg {
    width: 30px;
    height: auto;
}
.cookie-svgpopup path {
    stroke: #d61f37;
}
.cookie-head h2 {
  color: #d61f37;
  font-weight: 500;
  font-size: 20px;
  margin: 2px 0;
}
.cookie-svgpopup .data {
  margin-top: 16px;
  margin-top: 0px;
  line-height: 1.2;
}
.cookie-svgpopup .data p {
  color: #333;
  font-size: 14px;
  margin-top: 0px;
  padding-bottom: 0px;
}
.data p a {
  color: #d61f37;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.cookie-svgpopup p {
    margin-bottom: 12px;
}
.cookie-svgpopup .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-buttons .button {
  border: none;
  color: #fff;
  padding: 4px 0;
  border-radius: 10px;
  background: #d61f37;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
  font-size: 20px;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #d61f37;
  background-color: #fff;
  color: #d61f37;
}
#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}
.cookie-popup-link {
    line-height: 26px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 15px;
}
.cookie-popup-link a {
    line-height: 16px;
    color: #d61f37;
}
@media (max-width: 490px) {
  .cookie-svgpopup {
    width: 76vw;
    bottom: 20px;
    padding: 15px 20px 22px;
  }
  .cookie-head h2 {
    color: #d61f37;
    font-weight: 500;
    font-size: 20px;
  }
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-link:hover{
  color:#d42139;
  font-weight: bold;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-link{
  color:#d42139;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-button__inner{
  background: #d42139;
}
.bxmaker-authuserphone-enter .bxmaker-authuserphone-button__inner:hover,.bxmaker-authuserphone-enter .bxmaker-authuserphone-button__inner:active{
  background: #c51e34;
}
.bxmaker-authuserphone-enter{
  margin: 20px 0px;
}