@font-face {
  font-family: "TetisAzarMehr";
  src: url("../font/AzarMehr-VF_97a5b033.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.tetis-price-page {
  direction: rtl;
  min-height: 100vh;
  padding: 22px 0 34px;
  color: #202020;
  background: #f6fbfb;
  font-family: "TetisAzarMehr", var(--wd-text-font, Tahoma, sans-serif);
}

.tetis-price-page * {
  box-sizing: border-box;
}

.tetis-price-wrap {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
}

.tetis-price-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 14px;
  padding: 0;
}

.tetis-price-hero-simple {
  grid-template-columns: 1fr;
}

.tetis-price-hero > div:first-child,
.tetis-price-document,
.tetis-price-note,
.tetis-price-section,
.tetis-price-footer-note {
  background: #fff;
  border: 1px solid #d7e7e8;
}

.tetis-price-hero > div:first-child {
  padding: 24px 26px;
  border-right: 6px solid #a8dfe1;
}

.tetis-price-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #c3a16d;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.tetis-price-title {
  margin: 0;
  color: #1f1f1f;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.tetis-price-subtitle {
  margin: 10px 0 0;
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 700;
}

.tetis-price-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tetis-price-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  background: #effafa;
  border: 1px solid #cfe8e9;
  color: #3a4d4f;
  font-size: 12px;
  font-weight: 800;
}

.tetis-price-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-inline-end: 7px;
  border-radius: 50%;
  background: #c3a16d;
}

.tetis-price-document {
  padding: 14px;
}

.tetis-price-document::before,
.tetis-price-document::after,
.tetis-price-hero::before,
.tetis-price-hero::after,
.tetis-price-section::before {
  display: none;
}

.tetis-price-mini-title {
  margin-bottom: 8px;
  padding: 8px 10px;
  background: #e7eeee;
  color: #222;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.tetis-price-mini-lines {
  display: grid;
  border: 1px solid #d7d7d7;
}

.tetis-price-mini-lines span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px;
  min-height: 34px;
  color: #333;
  font-size: 13px;
}

.tetis-price-mini-lines span + span {
  border-top: 1px solid #e2e2e2;
}

.tetis-price-mini-lines span > * {
  padding: 7px 10px;
}

.tetis-price-mini-lines strong {
  border-right: 1px solid #e2e2e2;
  background: #f7fbfb;
  color: #111;
  text-align: center;
  font-weight: 900;
}

.tetis-price-note {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 10px 14px;
  border-right: 6px solid #c3a16d;
  color: #404040;
  font-size: 13px;
  font-weight: 800;
}

.tetis-price-section {
  margin-bottom: 14px;
  padding: 12px;
}

.tetis-price-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 10px 12px;
  background: #e7eeee;
  border: 1px solid #d4dddd;
}

.tetis-price-section-title {
  margin: 0;
  color: #1d1d1d;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.tetis-price-section-title span {
  color: #1d1d1d;
}

.tetis-price-unit {
  padding: 5px 9px;
  background: #fff;
  border: 1px solid #dfdfdf;
  color: #6c5a3f;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.tetis-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tetis-price-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tetis-price-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7d7d7;
}

.tetis-price-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 42px;
  padding: 8px 10px;
  background: #bfe5e6;
  border-bottom: 1px solid #c8d4d4;
}

.tetis-price-card-head h3 {
  margin: 0;
  color: #202020;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}

.tetis-price-count {
  min-width: 34px;
  padding: 4px 7px;
  background: #c3a16d;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
}

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

.tetis-price-table tr + tr {
  border-top: 1px solid #e5e5e5;
}

.tetis-price-table td {
  height: 34px;
  padding: 6px 10px;
  color: #272727;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.tetis-price-table td:last-child {
  width: 82px;
  border-right: 1px solid #e3e3e3;
  background: #fbfbfb;
  color: #111;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.tetis-package-grid {
  display: grid;
  gap: 8px;
}

.tetis-package {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7d7d7;
}

.tetis-package > div {
  padding: 10px 12px;
}

.tetis-package h3 {
  margin: 0;
  color: #202020;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
}

.tetis-package p {
  margin: 2px 0 0;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.7;
}

.tetis-package strong {
  display: grid;
  place-items: center;
  padding: 10px;
  border-right: 1px solid #d7d7d7;
  background: #e8f8f8;
  color: #111;
  text-align: center;
  font-size: 16px;
  font-weight: 950;
  white-space: nowrap;
}

.tetis-price-footer-note {
  padding: 11px 14px;
  border-right: 6px solid #c3a16d;
  color: #555;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .tetis-price-hero,
  .tetis-price-grid,
  .tetis-price-grid.two {
    grid-template-columns: 1fr;
  }

  .tetis-price-document {
    display: none;
  }
}

@media (max-width: 700px) {
  .tetis-price-page {
    padding-top: 12px;
  }

  .tetis-price-wrap {
    width: min(100% - 18px, 1120px);
  }

  .tetis-price-hero > div:first-child {
    padding: 18px;
  }

  .tetis-price-title {
    font-size: 28px;
  }

  .tetis-price-note,
  .tetis-price-section-head,
  .tetis-package {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tetis-package strong {
    justify-content: start;
    border-top: 1px solid #d7d7d7;
    border-right: 0;
  }
}
