

/* Start:/local/templates/avaclinic/components/vaccines/info/.default/style.css?1770795649636*/
.vaccines-info {
  border-radius: 16px;
  padding: 20px 24px;
  background: linear-gradient(90deg, #FFEEDE 0%, #F2FFE2 100%);
}
.vaccines-info__content {
  display: grid;
  grid-template-columns: 1fr 52px;
  gap: 8px;
  color: #1D2F3C;
}
.vaccines-info__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 136%;
}
.vaccines-info__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
.vaccines-info__title, .vaccines-info__text {
  grid-column-start: 1;
}
.vaccines-info__img {
  width: 52px;
  height: 52px;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/avaclinic/components/vaccines/search/.default/style.css?17707956491087*/
.vaccines-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 32px;
  position: relative;
  height: 56px;
}
.vaccines-search__icon {
  width: 24px;
  height: 24px;
  left: 15px;
  position: absolute;
  z-index: 1;
  fill: #7D8694;
}
.vaccines-search__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vaccines-search__input {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  width: calc(100% - 67px);
  padding: 16px 16px 16px 51px !important;
  border: 1px solid #CFD3DA;
  border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.vaccines-search__input:focus + .vaccines-search__icon {
  fill: #5EB92D;
}
.vaccines-search__clean {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  fill: #7D8694;
  display: none;
}
.vaccines-search__clean--active {
  display: block;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/avaclinic/components/vaccines/list/.default/style.css?17707956492311*/
.vaccines-list {
  box-shadow: 0px 2px 8px 0px rgba(120, 160, 190, 0.3019607843);
  border-radius: 12px;
  padding: 24px;
}
.vaccines-list__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.vaccines-list__item {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(120, 160, 190, 0.3019607843);
  display: grid;
  grid-template-columns: 3fr repeat(3, 1fr) auto;
  align-items: center;
  gap: 32px;
}
.vaccines-list__item:nth-last-child(1), .vaccines-list__item:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
.vaccines-list__item--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .vaccines-list__item {
    grid-template-columns: 1fr;
  }
  .vaccines-list__item--desktop {
    display: none;
  }
  .vaccines-list__item--mobile {
    display: block;
  }
}
.vaccines-list__column--center {
  text-align: center;
}
.vaccines-list__row {
  display: flex;
  justify-content: space-between;
}
.vaccines-list__row .btn {
  width: 100%;
}
.vaccines-list__row--price {
  margin-top: 12px;
}
.vaccines-list__row--action {
  margin-top: 16px;
}
.vaccines-list__title {
  font-weight: 500;
  font-size: 16px;
  color: #1D2F3C;
  line-height: 24px;
}
.vaccines-list__description {
  font-weight: 400;
  font-size: 13px;
  color: #7D8694;
  line-height: 20px;
}
.vaccines-list__country {
  font-weight: 500;
  font-size: 12px;
  color: #7D8694;
  line-height: 20px;
  white-space: nowrap;
  text-transform: uppercase;
}
.vaccines-list__price {
  color: #5EB92D;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
.vaccines-list__tag {
  padding: 2px 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  min-width: 91px;
}
@media (max-width: 1023px) {
  .vaccines-list__tag {
    padding: 0 8px;
  }
}
.vaccines-list__tag--inStock {
  background-color: #ECFBDA;
  color: #5EB92D;
}
.vaccines-list__tag--notInStock {
  background-color: #CFD3DA;
  color: #7D8694;
}
.vaccines-list__empty {
  text-align: center;
}
.vaccines-list__empty img {
  margin-bottom: 16px;
}
.vaccines-list__empty p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7D8694;
}
.vaccines-list__empty a {
  margin-top: 16px;
}

.generalPagination {
  margin-top: 32px;
  margin-bottom: 32px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/avaclinic/components/vaccines/text/.default/style.css?1770795649387*/
.vaccines-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7D8694;
  text-align: center;
  margin: 40px 0 80px;
}
@media (max-width: 1024px) {
  .vaccines-text p {
    margin: 40px 0 64px;
  }
}
@media (max-width: 768px) {
  .vaccines-text p {
    margin: 40px 0 56px;
  }
}
.vaccines-text p a {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/avaclinic/components/vaccines/info/.default/style.css?1770795649636 */
/* /local/templates/avaclinic/components/vaccines/search/.default/style.css?17707956491087 */
/* /local/templates/avaclinic/components/vaccines/list/.default/style.css?17707956492311 */
/* /local/templates/avaclinic/components/vaccines/text/.default/style.css?1770795649387 */
