.swiper-pagination {
    position: static !important;
    margin-top: 20px;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: transparent !important;
    border: 2px solid #0F5DDB;
    opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0F5DDB 0% !important;
}


/* popular */
@media screen and (max-width: 1200px) {
    .popular .onas-block {
        width: 100%;
    }
}
@media (width < 992px) {
    .vrachi.popular {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.vrachi-border {
    position: relative;
}
.vrachi-img {
    position: relative;
    margin-bottom: 30px;
}
.vrachi-img img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  border-radius: 25px;
  object-fit: cover;
  object-position: top;
}

.details-button {
  display: inline-block;
  padding: 14px 22px;
  background: linear-gradient(to right, #2080E5, #0F5DDB);
  color: #fff;
  border: none;
  border-radius: 24px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  min-width: 75%;
}
.details-button a{
    text-decoration: none;
    color: #fff;
}
.details-button:hover {
    background-color: #0056b3;
    opacity: 0.7;
}

.vrachi-name p {
    line-height: 120% !important;
}
.card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  font-size: 16px;
  color: #4F6D98;
}
.card-footer {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  .vrachi-border {
    align-items: stretch;
  }
  .vrachi-button a p{
      font-weight: 500;
      font-size: 18px;
  }
  .card-exp{
      white-space: nowrap;
  }
  .stars {
    height: 18px;
    color: #ffc107;
  }
}
@media screen and (max-width: 400px) {
  .vrachi-img img {
    max-height: 240px;
  }
  .details-button {
    width: 100%;
  }
}
