.full-banner-link {
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
}

.custom-ul-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  break-inside: avoid;
}

.custom-li-dot {
  width: 8px;
  height: 8px;
  background-color: #2ecc71; 
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}

.custom-li-text {
  font-size: 16px; !important;
  line-height: 1.1; !important;
  display: inline-block;
}


.h2-vrachi-new {
  font-size: 20px; 
  font-weight: 600;
}

.zapis-button-vrachi {
  font-size: 15px; 
}