.prokat-v2 .prokat-v2__header {
  align-items: center;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 0;
  border-radius: 9px;
  background: #f1f7fc;
  color: #245f9f;
  text-align: center;
}

.prokat-v2 .prokat-v2__header strong {
  color: #245f9f;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.prokat-v2 .prokat-v2__header span {
  color: #566474;
  font-size: 16px;
  line-height: 1.5;
}

.prokat-v2__quantity-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prokat-v2__quantity-control {
  display: grid;
  grid-template-columns: 46px minmax(64px, 1fr) 46px;
  width: 100%;
}

.prokat-v2 .prokat-v2__quantity-control button {
  position: relative;
  z-index: 1;
  min-width: 46px;
  height: 44px;
  border: 1px solid #aeb9c7;
  background: #f1f7fc;
  color: #245f9f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.prokat-v2 .prokat-v2__quantity-control button:first-child {
  border-radius: 9px 0 0 9px;
}

.prokat-v2 .prokat-v2__quantity-control button:last-child {
  border-radius: 0 9px 9px 0;
}

.prokat-v2 .prokat-v2__quantity-control button:hover,
.prokat-v2 .prokat-v2__quantity-control button:focus {
  z-index: 2;
  border-color: #3978c5;
  background: #e2effb;
  outline: 0;
}

.prokat-v2 .prokat-v2__quantity-control input {
  display: block !important;
  position: relative;
  z-index: 1;
  min-width: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: #fff !important;
  color: #25313c !important;
  -webkit-text-fill-color: #25313c;
  font-weight: 700;
  opacity: 1;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.prokat-v2__info {
  box-sizing: border-box;
  margin: 14px 0 18px;
  padding: 18px;
  border: 1px solid #d9dfe8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(27, 39, 51, 0.09);
  color: #25313c;
}

.prokat-v2__info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 11px 0;
  border-bottom: 1px solid #e5eaf0;
}

.prokat-v2__info-item:first-child {
  padding-top: 0;
}

.prokat-v2__info-item strong,
.prokat-v2__faq strong {
  color: #245f9f;
  font-size: 16px;
}

.prokat-v2__info-item span,
.prokat-v2__faq span {
  color: #556472;
  line-height: 1.5;
}

.prokat-v2__faq {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 9px;
  background: #f1f7fc;
  color: inherit;
  text-decoration: none;
}

.prokat-v2__faq:hover,
.prokat-v2__faq:focus {
  background: #e2effb;
  color: inherit;
  text-decoration: none;
}

.prokat-v2__faq em {
  color: #245f9f;
  font-style: normal;
  font-weight: 700;
}

.prokat-v2 .prokat-v2__quantity-control input::-webkit-inner-spin-button,
.prokat-v2 .prokat-v2__quantity-control input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

body #ui-datepicker-div.prokat-v2-datepicker {
  z-index: 100040 !important;
  box-sizing: border-box;
  width: 360px;
  max-width: calc(100vw - 20px);
  padding: 12px;
  border: 2px solid #475569 !important;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.28);
  color: #25313c;
  font-family: inherit;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-header {
  position: relative;
  min-height: 38px;
  padding: 7px 46px;
  border: 0;
  border-radius: 8px;
  background: #f1f7fc;
  color: #245f9f;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-title {
  margin: 0;
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-prev,
body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-next {
  position: absolute;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #245f9f;
  cursor: pointer;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-prev {
  left: 7px;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-next {
  right: 7px;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-prev:hover,
body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-next:hover {
  background: #dcecf9;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-prev .ui-icon,
body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-next .ui-icon {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  text-indent: 0;
  font-size: 28px;
  line-height: 1;
}

body #ui-datepicker-div.prokat-v2-datepicker table {
  width: 100%;
  margin: 8px 0 0;
  border-collapse: separate;
  border-spacing: 3px;
  table-layout: fixed;
}

body #ui-datepicker-div.prokat-v2-datepicker th {
  padding: 6px 2px;
  color: #566474;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

body #ui-datepicker-div.prokat-v2-datepicker td {
  padding: 0;
  border: 0;
}

body #ui-datepicker-div.prokat-v2-datepicker td a,
body #ui-datepicker-div.prokat-v2-datepicker td span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #25313c;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

body #ui-datepicker-div.prokat-v2-datepicker td a:hover {
  border-color: #3978c5;
  background: #e9f3fc;
  color: #245f9f;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-current-day a {
  border-color: #2f75b8;
  background: #2f75b8;
  color: #fff;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-today a {
  box-shadow: inset 0 0 0 2px rgba(47, 117, 184, 0.28);
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-other-month {
  opacity: 0.45;
}

body #ui-datepicker-div.prokat-v2-datepicker .ui-state-disabled {
  opacity: 0.3;
}

@media all and (max-width: 767px) {
  .prokat-v2__info {
    padding: 14px;
  }

  body #ui-datepicker-div.prokat-v2-datepicker {
    position: fixed !important;
    top: auto !important;
    right: 6px !important;
    bottom: 8px !important;
    left: 6px !important;
    width: calc(100vw - 12px) !important;
    max-width: none;
    max-height: calc(100vh - 16px);
    padding: 12px !important;
    overflow-y: auto;
  }

  body #ui-datepicker-div.prokat-v2-datepicker .ui-datepicker-title {
    font-size: 18px;
  }

  body #ui-datepicker-div.prokat-v2-datepicker th {
    padding: 8px 2px;
    font-size: 13px;
  }

  body #ui-datepicker-div.prokat-v2-datepicker td a,
  body #ui-datepicker-div.prokat-v2-datepicker td span {
    min-height: 46px;
    font-size: 16px;
  }
}

.prokat-v2 .prokat-v2__price small {
  color: #566474;
  font-size: 14px;
  line-height: 1.5;
}

.prokat-v2-modal button {
  min-height: 44px;
  font-size: 16px;
}
