
        html, body {
          min-height: 100%;
        }
        body {
          min-height: 100vh;
          display: flex;
          flex-direction: column;
        }
        #wrapper {
          position: relative;
          z-index: 1;
          flex: 1 0 auto;
          background: transparent !important;
        }
        #wrapper .prices-page-section {
          background: transparent !important;
          width: 1110px;
          max-width: 1110px;
          margin-left: auto;
          margin-right: auto;
          padding: 82px 0 48px;
          box-sizing: border-box;
        }
        #wrapper .prices-heading-wrap {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 34px;
          margin: 0 auto 72px;
          width: 100%;
        }
        #wrapper .prices-heading-wrap::before,
        #wrapper .prices-heading-wrap::after {
          content: "";
          height: 1px;
          flex: 1 1 auto;
          max-width: none;
          border-top: 1px dotted #9e9e9e;
        }
        #wrapper .prices-title {
          margin: 0;
          font-size: 34px;
          line-height: 1.2;
          font-weight: 400;
          letter-spacing: 0.02em;
          text-transform: uppercase;
          color: #8f8f8f;
          white-space: nowrap;
        }
        #wrapper .prices-info-box {
          width: 100%;
          max-width: 1110px;
          margin: 0 auto;
          padding: 24px 28px 26px;
          box-sizing: border-box;
          background: #f7f7f7;
          border: 1px solid #dfdfdf;
          border-left: 3px solid #43a7d8;
          color: #4b4b4b;
          font-size: 20px;
          line-height: 1.55;
          font-weight: 300;
        }
        #wrapper .prices-info-box p {
          margin: 0 0 12px;
        }
        #wrapper .prices-info-box p:last-child {
          margin-bottom: 0;
        }
        @media (max-width: 1190px) {
          #wrapper .prices-page-section {
            width: calc(100% - 40px);
            max-width: 1110px;
          }
        }
        @media (max-width: 768px) {
          #wrapper .prices-page-section {
            width: calc(100% - 36px);
            padding: 58px 0 38px;
          }
          #wrapper .prices-heading-wrap {
            gap: 18px;
            margin-bottom: 42px;
          }
          #wrapper .prices-title {
            font-size: 28px;
          }
          #wrapper .prices-info-box {
            font-size: 16px;
            padding: 20px 18px;
          }
        }
      