.koro-price-table {
  color: #666666;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.koro-price-table__title {
  color: #666666;
  font-family: inherit;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 14px;
}

.koro-price-table__scroll {
  overflow-x: auto;
  width: 100%;
}

.koro-price-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.koro-price-table th,
.koro-price-table td {
  border: 1px solid #ececec;
  text-align: center;
  vertical-align: middle;
}

.koro-price-table th {
  background: #dff2fb;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 8px;
}

.koro-price-table td {
  background: #fff;
  font-size: 14px;
  line-height: 1.45;
  padding: 9px 8px;
}

.koro-price-table__measure-row td {
  color: #666666;
  font-size: 15px;
  padding: 9px 8px;
}

.koro-price-table__old {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
}

.koro-price-table__old::after {
  background: #333333;
  content: "";
  height: 2px;
  left: -2px;
  position: absolute;
  right: -2px;
  top: 52%;
}

.koro-price-table__discount {
  color: #2584c4;
  font-size: 14px;
  margin-bottom: 4px;
}

.koro-price-table__final,
.koro-price-table__deposit {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}

.koro-price-table__deposit {
  font-weight: 400;
}

.koro-price-message {
  border: 1px solid #f0d4d4;
  color: #8a2424;
  font-size: 14px;
  line-height: 1.7;
  padding: 12px 14px;
}

.koro-price-cards {
  display: none;
}

.koro-extras {
  margin-top: 18px;
}

.koro-extras__title {
  color: #666666;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 12px 0 10px;
}

.koro-extras__toggle {
  align-items: center;
  background: rgba(10, 10, 10, 0);
  border: 2px solid #c9c9c9;
  border-radius: 3px;
  color: #666666;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 1.2;
  list-style: none;
  padding: 9px 12px;
}

.koro-extras__toggle::-webkit-details-marker {
  display: none;
}

.koro-extras__toggle::after {
  content: "+";
  color: #2584c4;
  font-size: 18px;
  line-height: 1;
}

.koro-extras[open] .koro-extras__toggle::after {
  content: "-";
}

.koro-extras__scroll {
  overflow-x: auto;
  width: 100%;
}

.koro-extras table {
  border-collapse: collapse;
  width: 100%;
}

.koro-extras th,
.koro-extras td {
  border: 1px solid #ececec;
  font-size: 14px;
  line-height: 1.7;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.koro-extras th {
  background: #dff2fb;
  color: #666666;
  font-weight: 700;
}

.koro-extras__group th {
  background: #f4fbff;
  border-color: #d6ecf6;
  color: #2584c4;
  font-size: 15px;
  padding: 10px;
}

.koro-extras td:nth-child(2) {
  white-space: nowrap;
}

.koro-extras__empty {
  color: #666666;
  font-size: 14px;
  margin: 0;
}

.koro-price-info {
  border: 1px solid #ececec;
  color: #666666;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 12px;
  padding: 10px 12px 8px;
  text-align: center;
}

.koro-price-info p {
  margin: 0 0 2px;
  padding: 0;
}

.koro-price-info p:first-child {
  margin-bottom: 8px;
}

.koro-price-info p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .koro-price-table {
    margin-bottom: 20px;
  }

  .koro-price-table__title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .koro-price-table__scroll {
    display: none;
  }

  .koro-price-cards {
    display: grid;
    gap: 8px;
  }

  .koro-price-card {
    border: 1px solid #ececec;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
    padding: 10px 12px;
  }

  .koro-price-card__period {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    grid-column: 1 / -1;
    line-height: 1.35;
  }

  .koro-price-card__measure {
    color: #666666;
    font-size: 14px;
  }

  .koro-price-card__price,
  .koro-price-card__deposit {
    font-size: 14px;
    text-align: right;
  }

  .koro-price-card__price .koro-price-table__old,
  .koro-price-card__price .koro-price-table__discount,
  .koro-price-card__price .koro-price-table__final {
    display: block;
  }

  .koro-price-table__old,
  .koro-price-table__discount,
  .koro-price-table__final,
  .koro-price-table__deposit {
    font-size: 14px;
  }

  .koro-extras {
    margin-top: 20px;
  }

  .koro-extras__title {
    font-size: 18px;
  }

  .koro-extras__toggle {
    justify-content: center;
    width: 100%;
  }

  .koro-price-info {
    font-size: 12.5px;
    padding: 9px 10px;
  }

  .koro-extras table,
  .koro-extras thead,
  .koro-extras tbody,
  .koro-extras tr,
  .koro-extras th,
  .koro-extras td {
    display: block;
  }

  .koro-extras thead {
    display: none;
  }

  .koro-extras tr {
    border: 1px solid #ececec;
    margin-bottom: 8px;
    padding: 8px 10px;
  }

  .koro-extras td {
    border: 0;
    font-size: 13px;
    padding: 2px 0;
  }

  .koro-extras td:first-child {
    font-size: 14px;
    font-weight: 700;
  }

  .koro-extras td:nth-child(2) {
    white-space: normal;
  }

  .koro-extras__group {
    border: 0;
    margin: 16px 0 8px;
    padding: 0;
  }

  .koro-extras__group th {
    border: 1px solid #d6ecf6;
    font-size: 14px;
    padding: 8px 10px;
  }
}
