.page-title h1 {
      font-size: 56px;
      line-height: 1.08;
      letter-spacing: 0;
    }

    .call-to-action-section-three h2 {
      font-size: 38px;
      line-height: 1.18;
      font-weight: 800;
    }

    .wood-price-list {
      padding: 82px 0 72px;
      background: #f6f2ed;
    }

    .wood-price-list .price-intro {
      max-width: 920px;
      margin: 0 auto 36px;
      text-align: center;
      color: #5f5750;
      font-size: 16px;
    }

    .wood-price-list .price-intro p {
      margin-bottom: 12px;
    }

    .wood-price-list .price-intro strong {
      color: #322f2f;
    }

    .wood-price-list .price-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-top: 24px;
    }

    .wood-price-list .price-nav--bottom {
      clear: both;
      margin-top: 34px;
    }

    .wood-price-list .price-nav .theme-btn {
      margin: 0;
      padding: 12px 28px;
      color: #fff;
      background: #322f2f;
      border: 1px solid rgba(50, 47, 47, 0.08);
      box-shadow: 0 10px 22px rgba(50, 47, 47, 0.08);
      font-family: Archivo, sans-serif;
      font-weight: 700;
      line-height: 1.35;
      white-space: normal;
      text-align: center;
    }

    .wood-price-list .price-grid {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      row-gap: 30px;
    }

    .wood-price-list .price-block-two {
      display: flex;
      margin-bottom: 0;
    }

    .wood-price-list .price-block-two .inner-box {
      position: relative;
      isolation: isolate;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      min-height: 0;
      padding: 32px 30px 28px;
      border-radius: 8px;
      clip-path: none;
      overflow: hidden;
      color: #fff;
      background-color: rgba(54, 37, 26, 0.82);
      background-position: center;
      background-size: cover;
      background-blend-mode: multiply;
      border: 1px solid rgba(171, 116, 66, 0.16);
      box-shadow: 0 20px 42px rgba(50, 47, 47, 0.16);
      transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    }

    .wood-price-list .price-block-two .inner-box:before,
    .wood-price-list .price-block-two .inner-box:after {
      content: "";
      position: absolute;
      pointer-events: none;
      display: block;
      z-index: 0;
    }

    .wood-price-list .price-block-two .inner-box:before {
      inset: 0;
      background:
        linear-gradient(135deg, rgba(45, 29, 18, 0.88), rgba(24, 14, 9, 0.78)),
        radial-gradient(circle at 20% 0%, rgba(171, 116, 66, 0.18), transparent 38%);
      transition: opacity 0.24s ease, background 0.24s ease;
    }

    .wood-price-list .price-block-two .inner-box:after {
      inset: 1px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 7px;
      transition: border-color 0.24s ease;
    }

    .wood-price-list .price-block-two .inner-box:hover,
    .wood-price-list .price-block-two .inner-box:focus-within {
      transform: translateY(-6px);
      border-color: rgba(255, 255, 255, 0.28);
      box-shadow: 0 28px 56px rgba(50, 47, 47, 0.24);
    }

    .wood-price-list .price-block-two .inner-box:hover:before,
    .wood-price-list .price-block-two .inner-box:focus-within:before {
      background:
        linear-gradient(135deg, rgba(45, 29, 18, 0.92), rgba(24, 14, 9, 0.82)),
        radial-gradient(circle at 24% 0%, rgba(192, 140, 77, 0.32), transparent 42%);
    }

    .wood-price-list .price-block-two .inner-box:hover:after,
    .wood-price-list .price-block-two .inner-box:focus-within:after {
      border-color: rgba(255, 255, 255, 0.18);
    }

    .wood-price-list .price-block-two .inner-box > * {
      position: relative;
      z-index: 1;
    }

    .wood-price-list .price-block-two .inner-box > br,
    .wood-price-list .price-block-two .upper-box br {
      display: none;
    }

    .wood-price-list .price-block-two .upper-box {
      display: flex;
      flex-direction: column;
      gap: 12px;
      min-height: 0;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255,255,255,0.18);
    }

    .wood-price-list .price-block-two .title {
      margin: 0;
      color: #fff;
      font-family: Archivo, sans-serif;
      font-size: 24px;
      line-height: 1.22;
      font-weight: 800;
      text-align: left;
      text-transform: none;
      letter-spacing: 0;
    }

    .wood-price-list .price-block-two .title strong {
      font-weight: 700;
    }

    .wood-price-list .price-block-two .upper-box > .title:not(:first-child) {
      color: #efe1d2;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 600;
    }

    .wood-price-list .price-block-two .price {
      align-self: flex-start;
      margin-top: 4px;
      padding: 10px 14px;
      color: #fff;
      background: #ab7442;
      border-radius: 6px;
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
      font-family: Archivo, sans-serif;
      font-size: 25px;
      line-height: 1.2;
      font-weight: 700;
      transition: transform 0.24s ease, background-color 0.24s ease;
    }

    .wood-price-list .price-block-two .inner-box:hover .price,
    .wood-price-list .price-block-two .inner-box:focus-within .price {
      transform: translateY(-2px);
      background: #bf8550;
    }

    .wood-price-list .price-block-two .price strong {
      font-weight: 700;
    }

    .wood-price-list .price-list {
      flex: 1 1 auto;
      margin: 0 0 22px;
      padding: 0;
      border-top: 0;
    }

    .wood-price-list .price-list li {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin: 0;
      padding: 11px 0 11px 28px;
      color: #fff;
      font-size: 15px;
      line-height: 1.5;
      border-bottom: 1px solid rgba(255,255,255,0.13);
      border-radius: 5px;
      transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
    }

    .wood-price-list .price-list li:before {
      content: "\f00c";
      position: absolute;
      left: 0;
      top: 15px;
      color: #c08c4d;
      background: none;
      font-family: FontAwesome;
      font-size: 13px;
      line-height: 1;
      transition: color 0.2s ease, transform 0.2s ease;
    }

    .wood-price-list .price-block-two .inner-box .price-list li:before {
      content: "\f00c";
      left: 0;
      top: 15px;
      width: auto;
      height: auto;
      color: #c08c4d;
      background: none;
      border-radius: 0;
      font-family: FontAwesome;
      font-size: 13px;
      line-height: 1;
    }

    .wood-price-list .price-list li:hover,
    .wood-price-list .price-list li:focus,
    .wood-price-list .price-list li:focus-within {
      padding-left: 34px;
      background: rgba(255, 255, 255, 0.07);
      border-color: rgba(255, 255, 255, 0.22);
    }

    .wood-price-list .price-list li:focus {
      outline: 1px solid rgba(255, 255, 255, 0.34);
      outline-offset: 2px;
    }

    .wood-price-list .price-list li:hover:before,
    .wood-price-list .price-list li:focus:before,
    .wood-price-list .price-list li:focus-within:before {
      color: #fff;
      transform: scale(1.12);
    }

    .wood-price-list .price-list-text {
      flex: 1 1 auto;
      min-width: 0;
      transition: transform 0.2s ease;
    }

    .wood-price-list .price-list li:hover .price-list-text,
    .wood-price-list .price-list li:focus .price-list-text,
    .wood-price-list .price-list li:focus-within .price-list-text {
      transform: translateX(2px);
    }

    .wood-price-list .price-list-call {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      margin-top: -2px;
      max-width: 0;
      padding: 8px 0;
      border-radius: 6px;
      color: #322f2f;
      background: #fff;
      border: 1px solid transparent;
      font-family: Archivo, sans-serif;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.15;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transform: translateX(10px);
      transition: max-width 0.22s ease, padding 0.22s ease, opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    }

    .wood-price-list .price-list-call:before {
      content: "\f095";
      margin-right: 7px;
      font-family: FontAwesome;
      font-weight: 400;
    }

    .wood-price-list .price-list li:hover .price-list-call,
    .wood-price-list .price-list li:focus .price-list-call,
    .wood-price-list .price-list li:focus-within .price-list-call {
      max-width: 190px;
      padding-left: 12px;
      padding-right: 12px;
      border-color: rgba(255, 255, 255, 0.62);
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }

    .wood-price-list .price-list-call:hover,
    .wood-price-list .price-list-call:focus {
      color: #fff;
      background: #ab7442;
    }

    .wood-price-list .price-list h4 {
      display: table;
      margin: 9px 0 0;
      padding: 7px 10px;
      color: #fff;
      background: #ab7442;
      border-radius: 5px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
      font-family: Archivo, sans-serif;
      font-size: 17px;
      line-height: 1.2;
      font-weight: 700;
    }

    .wood-price-list .price-block-two .btn-box {
      margin-top: 8px;
    }

    .wood-price-list .price-card-hover-cta {
      position: relative;
      z-index: 2;
      max-height: 0;
      margin: 0;
      overflow: hidden;
      opacity: 0;
      transform: translateY(8px);
      transition: max-height 0.24s ease, margin 0.24s ease, opacity 0.2s ease, transform 0.24s ease;
    }

    .wood-price-list .price-block-two .inner-box:hover .price-card-hover-cta,
    .wood-price-list .price-block-two .inner-box:focus-within .price-card-hover-cta {
      max-height: 66px;
      margin: 0 0 12px;
      opacity: 1;
      transform: translateY(0);
    }

    .wood-price-list .price-hover-call {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 48px;
      padding: 12px 16px;
      border-radius: 6px;
      color: #322f2f;
      background: #fff;
      border: 1px solid rgba(255, 255, 255, 0.55);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
      font-family: Archivo, sans-serif;
      font-size: 15px;
      font-weight: 800;
      line-height: 1.2;
      text-align: center;
    }

    .wood-price-list .price-hover-call:before {
      content: "\f095";
      margin-right: 9px;
      font-family: FontAwesome;
      font-weight: 400;
    }

    .wood-price-list .price-hover-call:hover {
      color: #fff;
      background: #ab7442;
      border-color: #ab7442;
      transform: translateY(-1px);
    }

    .wood-price-list .price-block-two .inner-box .start-btn {
      display: block;
      width: 100%;
      padding: 12px 16px;
      border-radius: 6px;
      text-align: center;
      line-height: 1.35;
      font-family: Archivo, sans-serif;
      font-weight: 700;
      color: #322f2f;
      background: #fff;
      border: 1px solid rgba(255,255,255,0.16);
      transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    }

    .wood-price-list .price-block-two .inner-box .start-btn:hover {
      transform: translateY(-1px);
    }

    .wood-price-list .price-block-two .inner-box a[href^="tel:"].start-btn {
      color: #fff;
      background: #ab7442;
      border-color: #ab7442;
    }

    .wood-price-list .price-block-two .inner-box a[href^="tel:"].start-btn:hover {
      color: #fff;
      background: #bf8550;
    }

    .wood-price-list .price-block-two .inner-box a[href*="wa.me"].start-btn {
      color: #173922;
      background: #d6f1dd;
      border-color: rgba(214,241,221,0.85);
    }

    .wood-price-list .price-block-two .inner-box a[href="kontakt"].start-btn {
      color: #fff;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.42);
    }

    .wood-price-list .price-notes {
      clear: both;
      max-width: 980px;
      margin: 42px auto 0;
      padding: 30px;
      color: #514b45;
      background: #fff;
      border-left: 5px solid #ab7442;
      border-radius: 8px;
      box-shadow: 0 14px 34px rgba(50, 47, 47, 0.1);
    }

    .wood-price-list .price-notes__highlights {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-bottom: 20px;
    }

    .wood-price-list .price-notes__highlights p {
      margin: 0;
      padding: 14px 16px;
      color: #322f2f;
      line-height: 1.45;
      background: #f6f2ed;
      border-radius: 6px;
    }

    .wood-price-list .price-notes p {
      margin-bottom: 14px;
      font-size: 16px;
      line-height: 1.75;
    }

    .wood-price-list .price-notes h3 {
      margin: 22px 0 10px;
      color: #322f2f;
      font-size: 22px;
      font-weight: 800;
      line-height: 1.3;
    }

    .wood-price-list .price-notes ul {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px 22px;
      margin: 0 0 16px;
      padding: 0;
    }

    .wood-price-list .price-notes li {
      position: relative;
      padding-left: 22px;
      color: #514b45;
      line-height: 1.55;
    }

    .wood-price-list .price-notes li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #ab7442;
    }

    .wood-price-list .price-notes__contact {
      margin: 18px 0 0;
      font-weight: 700;
      color: #322f2f;
    }

    .scroll-to-toped {
      display: none !important;
    }

    @media only screen and (max-width: 991px) {
      .wood-price-list .price-notes__highlights,
      .wood-price-list .price-notes ul {
        grid-template-columns: 1fr;
      }
    }

    @media only screen and (max-width: 599px) {
      .page-title h1 {
        font-size: 34px;
        line-height: 1.12;
      }

      .call-to-action-section-three h2 {
        font-size: 27px;
        line-height: 1.2;
      }

      .wood-price-list {
        padding: 38px 0 46px;
      }

      .wood-price-list .price-intro {
        margin-bottom: 24px;
        text-align: left;
        font-size: 15px;
        line-height: 1.65;
      }

      .wood-price-list .price-intro p {
        margin-bottom: 10px;
      }

      .wood-price-list .price-nav {
        gap: 8px;
        margin-top: 16px;
      }

      .wood-price-list .price-nav .theme-btn {
        flex: 1 1 calc(50% - 8px);
        width: auto;
        min-width: 0;
        padding: 10px 8px;
        font-size: 14px;
      }

      .wood-price-list .price-block-two .inner-box,
      .wood-price-list .price-notes {
        padding: 22px 16px;
      }

      .wood-price-list .price-grid {
        row-gap: 22px;
      }

      .wood-price-list .price-block-two .inner-box {
        text-align: left;
      }

      .wood-price-list .price-block-two .upper-box {
        min-height: 0;
        gap: 9px;
        margin-bottom: 16px;
      }

      .wood-price-list .price-block-two .title {
        font-size: 19px;
        line-height: 1.28;
        text-align: left;
      }

      .wood-price-list .price-block-two .upper-box > .title:not(:first-child) {
        font-size: 15px;
        line-height: 1.5;
      }

      .wood-price-list .price-block-two .price {
        max-width: 100%;
        padding: 9px 11px;
        font-size: 21px;
        overflow-wrap: anywhere;
      }

      .wood-price-list .price-list {
        margin-bottom: 18px;
        padding-top: 14px;
      }

      .wood-price-list .price-list li {
        flex-wrap: wrap;
        gap: 8px;
        padding: 9px 0 9px 22px;
        font-size: 15px;
        line-height: 1.52;
      }

      .wood-price-list .price-list li:before {
        top: 17px;
      }

      .wood-price-list .price-list h4 {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.25;
        overflow-wrap: anywhere;
      }

      .wood-price-list .price-list-call,
      .wood-price-list .price-card-hover-cta {
        display: none !important;
      }

      .wood-price-list .price-block-two .inner-box .start-btn {
        padding: 12px 10px;
        font-size: 14px;
      }

      .wood-price-list .price-notes {
        margin-top: 30px;
        border-left-width: 4px;
      }

      .wood-price-list .price-notes__highlights {
        gap: 10px;
        margin-bottom: 16px;
      }

      .wood-price-list .price-notes__highlights p {
        padding: 13px 14px;
      }

      .wood-price-list .price-notes p {
        font-size: 15px;
        line-height: 1.65;
      }

      .wood-price-list .price-notes h3 {
        margin-top: 20px;
        font-size: 20px;
      }

      .wood-price-list .price-notes li {
        font-size: 14px;
        line-height: 1.55;
      }

      .scroll-to-top,
      .scroll-to-toped {
        display: none !important;
      }
    }
