.site-pusher {
  background-color: #fff; }

.content {
  display: grid;
  grid-template-rows: 600px auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .content {
      grid-template-rows: 430px auto; } }

.item-view {
  width: 100vw;
   background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;}
  .item-view .item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .item-view .item-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .item-view .item-header .title {
      max-width: 800px;
      font-size: 40px;
      line-height: 46px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 300; }
      @media (max-width: 767px) {
        .item-view .item-header .title {
          font-size: 33px; } }
      @media (max-width: 450px) {
        .item-view .item-header .title {
          font-size: 23px; } }

.text-block-wr {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff; }
  .text-block-wr.grey {
    background: #fafafa; }
  .text-block-wr.cyan {
    background: #3C657F;
    color: #fff; }
    .text-block-wr.cyan .text-block-content .title {
      color: #fff; }
  @media (max-width: 450px) {
    .text-block-wr {
      padding: 10px;
      padding-bottom: 20px; } }
  .text-block-wr .text-block-content {
    max-width: 900px; }
    @media (max-width: 767px) {
      .text-block-wr .text-block-content {
        max-width: calc(100vw - 20px); } }
    .text-block-wr .text-block-content .title {
      color: #6d919e;
      margin: 0;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      padding: 20px 0; }
      @media (max-width: 767px) {
        .text-block-wr .text-block-content .title {
          font-size: 20px;
          padding: 20px 10px 10px; } }
    .text-block-wr .text-block-content > .text {
      line-height: 1.52947; }
      @media (max-width: 767px) {
        .text-block-wr .text-block-content > .text {
          padding: 14px;
          font-size: 16px; } }
      .text-block-wr .text-block-content > .text ul li {
        padding: 5px;
        color: #A48C4E; }
    .text-block-wr .text-block-content .advantages-box {
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 10px; }
      @media (max-width: 767px) {
        .text-block-wr .text-block-content .advantages-box {
          grid-template-columnsm: 1fr; } }
      .text-block-wr .text-block-content .advantages-box .advantage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 10px; }
        @media (max-width: 767px) {
          .text-block-wr .text-block-content .advantages-box .advantage {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 3px 10px;
            text-align: center; } }
        .text-block-wr .text-block-content .advantages-box .advantage img {
          height: 75px;
          padding-right: 10px; }
          @media (max-width: 767px) {
            .text-block-wr .text-block-content .advantages-box .advantage img {
              height: 60px;
              padding-bottom: 5px; } }
        .text-block-wr .text-block-content .advantages-box .advantage .text {
          font-size: 16px; }
          @media (max-width: 450px) {
            .text-block-wr .text-block-content .advantages-box .advantage .text {
              font-size: 15px; } }
    .text-block-wr .text-block-content .stone-types-box {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      @media (max-width: 767px) {
        .text-block-wr .text-block-content .stone-types-box {
          grid-template-columns: 1fr; } }
      .text-block-wr .text-block-content .stone-types-box .stone-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px; }
        @media (max-width: 767px) {
          .text-block-wr .text-block-content .stone-types-box .stone-type {
            padding: 18px; } }
        .text-block-wr .text-block-content .stone-types-box .stone-type .text {
          padding: 0 15px;
          text-align: center; }
          .text-block-wr .text-block-content .stone-types-box .stone-type .text .head {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            padding: 5px; }
          .text-block-wr .text-block-content .stone-types-box .stone-type .text .desc {
            line-height: 1.52947; }
