.features .active svg path {
  fill: #ef4444;
  stroke: var(--gold-hover-color);
}
.like.active svg path, .header__favorites-mob.active svg path {
  fill: #ef4444;
  stroke: var(--gold-hover-color);
}
.webp .event-page .service {
  background-image: unset;
}

  .header__favorites-mob {
    display: none;
  }

@media (max-width: 1400px) {
  .header__favorites-mob.active {
    display: block;
  }
}

button.primary:disabled {
  background: #bf8d557a;
}
.fleet-page .fleet-pagination .pag-nav {
display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-btn {
display: flex;
  align-items: center;
  justify-content: center;
width: 50px;
  height: 50px;
  border-radius: 8px;
}

.pagination-btn.active {
background: #bf8d55;
    color: var(--white-color);
}

 .input-wrapper .inputs input {
  border: 1px solid var(--green-2-color) !important;
}
.inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.routes-page {
    overflow: visible;
}
.form .input__row {
    width: 100%;
}

label.outline {
  border: 1px solid var(--gold-color);
  border-radius: 8px;
  height: 48px;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--gold-color);
  transition: var(--trs-300);
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
label.outline:hover {
  border-color: var(--gold-hover-color);
  color: var(--gold-hover-color);
}
.user-info__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #BF8D55;
  padding-left: 0;
  margin-top: 30px;
}
.ava-wrapper {
    min-width: 45px;
    min-height: 45px;
    overflow: hidden;
    position: relative;
    border-radius: 999px;
}
.ava-wrapper img {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
.header .header-inner .info .features a {
    display: flex;
         align-items: center;
         justify-content: center;

}
.lock-scroll {
  overflow: hidden;
  margin-right: 17px;
}

.sale-hero {
    margin-top: 0;
}



.text-content p {
  font-size: 16px;          
  line-height: 1.5;         
  margin: 0 0 16px 0;       
  color: #333;             
  text-align: left;        
  font-family: Arial, sans-serif; 
}


.text-content ul {
  margin: 0 0 20px 0;     
  padding-left: 20px;      
  list-style-type: disc;    
    padding-left: 24px;      
  list-style-position: outside; 
}


.text-content li {
  margin-bottom: 8px;      
  line-height: 1.4;       
  font-size: 15px;          
  padding-left: 8px;        
}


.text-content li:last-child {
  margin-bottom: 0;
}



