.grohe_page .formated-text-block {
  margin-bottom: 30px;
  padding: 0; }
  .grohe_page .formated-text-block h2 {
    margin: 0 0 16px 0;
    text-transform: uppercase; }
  .grohe_page .formated-text-block p {
    color: #000;
    font-size: 14px;
    line-height: 20px; }
    .grohe_page .formated-text-block p:first-child {
      margin-top: 0; }
    .grohe_page .formated-text-block p:last-child {
      margin-bottom: 0; }

.grohe_page .formated-text p {
  margin: 0 0 15px 0; }

.grohe_page .hero_block {
  background-color: #112038;
  overflow: hidden; }
  .grohe_page .hero_block .video-wrapper {
    position: relative;
    padding-bottom: 53.5%; }
  .grohe_page .hero_block .grohe-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .grohe_page .hero_block img {
    position: absolute;
    width: 80px;
    height: 70px;
    top: 10%;
    left: 85%;
    z-index: 1; }

.grohe_page .grohe_dark {
  padding-top: 65px;
  background-color: #112038;
  overflow: hidden; }
  .grohe_page .grohe_dark .formated-text-block * {
    color: #fff; }
  .grohe_page .grohe_dark .formatted_text_section {
    color: white; }

.grohe_page .formatted_text_section {
  margin-bottom: 46px; }
  .grohe_page .formatted_text_section .formated-text-block {
    margin-bottom: 0; }

.grohe_page .grohe_btn {
  display: inline-block;
  vertical-align: top;
  min-width: 254px;
  padding: 0 25px;
  background-color: #e2f0f6;
  color: #112038;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px; }
  .grohe_page .grohe_btn:hover {
    opacity: 0.7; }
  .grohe_page .grohe_btn.white {
    background-color: #e2f0f6;
    color: #112038; }
  .grohe_page .grohe_btn.dark {
    background-color: #3984c1;
    color: #fff; }

.grohe_page .text_image_block .text_image_item {
  width: 100%;
  margin-bottom: 30px;
  background-color: #f2f4f6; }
  @media only screen and (min-width: 900px) {
    .grohe_page .text_image_block .text_image_item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: nowrap flow;
      -moz-flex-flow: nowrap flow;
      -ms-flex-flow: nowrap flow;
      flex-flow: nowrap flow;
      min-height: 492px; } }
  .grohe_page .text_image_block .text_image_item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 900px) {
    .grohe_page .text_image_block .text_image_item.even .image_cont {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .grohe_page .text_image_block .text_image_item.even .info_cont {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }

.grohe_page .text_image_block .image_cont {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 492px; }
  @media only screen and (max-width: 899px) {
    .grohe_page .text_image_block .image_cont {
      padding-bottom: 62%; } }
  @media only screen and (min-width: 900px) {
    .grohe_page .text_image_block .image_cont {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 0 0 42%;
      -moz-box-flex: 0 0 42%;
      -webkit-flex: 0 0 42%;
      -ms-flex: 0 0 42%;
      flex: 0 0 42%; } }

.grohe_page .text_image_block .info_cont {
  padding: 50px 165px 50px 125px; }
  @media only screen and (min-width: 900px) {
    .grohe_page .text_image_block .info_cont {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: wrap row;
      -moz-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
      flex-flow: wrap row;
      -webkit-box-flex: 0 1 auto;
      -moz-box-flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center; } }
  @media only screen and (max-width: 1299px) {
    .grohe_page .text_image_block .info_cont {
      padding: 50px 125px 50px 85px; } }
  @media only screen and (max-width: 1023px) {
    .grohe_page .text_image_block .info_cont {
      padding: 30px 20px 30px 20px; } }

.grohe_page .text_image_block .title {
  margin: 0;
  font-size: 24px;
  font-weight: 400; }

.grohe_page .text_image_block .text {
  margin: 15px 0 0;
  width: 100%; }
  .grohe_page .text_image_block .text p {
    margin: 12px 0;
    font-size: 14px;
    line-height: 24px; }
    .grohe_page .text_image_block .text p:first-child {
      margin-top: 0; }
    .grohe_page .text_image_block .text p:last-child {
      margin-bottom: 0; }

.grohe_page .text_image_block .btns_holder {
  margin-top: 20px;
  text-align: left; }

.grohe_page .products_suggestions_section {
  margin-bottom: 30px; }
  .grohe_page .products_suggestions_section .product-list-item:hover .product-item-inner-hover {
    height: 110%; }

.grohe_page .product-list-item {
  margin-left: 10px;
  margin-right: 10px; }

.grohe_categories_section {
  margin-bottom: 46px; }
  .grohe_categories_section .categories_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px; }
  .grohe_categories_section .cat_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 900px) {
      .grohe_categories_section .cat_item:nth-child(4n+1):nth-last-child(-n+4),
      .grohe_categories_section .cat_item:nth-child(4n+1):nth-last-child(-n+4) ~ .cat_item {
        margin-bottom: 0; } }
    @media only screen and (max-width: 899px) {
      .grohe_categories_section .cat_item {
        width: 33.333%; }
        .grohe_categories_section .cat_item:nth-child(3n+1):nth-last-child(-n+3),
        .grohe_categories_section .cat_item:nth-child(3n+1):nth-last-child(-n+3) ~ .cat_item {
          margin-bottom: 0; } }
    .grohe_categories_section .cat_item a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: nowrap column;
      -moz-flex-flow: nowrap column;
      -ms-flex-flow: nowrap column;
      flex-flow: nowrap column;
      width: 100%;
      height: 100%;
      background-color: #f1f4f6;
      border: 0 none;
      outline: none;
      overflow: hidden;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px; }
    .grohe_categories_section .cat_item span {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%; }
    .grohe_categories_section .cat_item .image_cont {
      padding-bottom: 75%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .grohe_categories_section .cat_item .info_cont {
      -webkit-box-flex: 1 0 66px;
      -moz-box-flex: 1 0 66px;
      -webkit-flex: 1 0 66px;
      -ms-flex: 1 0 66px;
      flex: 1 0 66px;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 7px 22px;
      color: #000;
      font-size: 16px;
      text-align: center;
      text-transform: uppercase; }
  .grohe_categories_section .btns_holder {
    margin-top: 48px;
    text-align: left !important; }

.text_image_block_section {
  margin-bottom: 46px; }

.double_col_section {
  margin-bottom: 46px; }
  @media only screen and (min-width: 900px) {
    .double_col_section .double_col_block {
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2;
      -webkit-column-gap: 30px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 30px;
      /* Firefox */
      column-gap: 30px; } }
  .double_col_section .col_item {
    margin-bottom: 30px; }
    @media only screen and (min-width: 900px) {
      .double_col_section .col_item {
        -webkit-column-break-inside: avoid;
        /* Chrome, Safari, Opera */
        page-break-inside: avoid;
        /* Firefox */
        break-inside: avoid;
        /* IE 10+ */ }
        .double_col_section .col_item:last-child {
          margin-bottom: 0; } }
  .double_col_section .title_cont {
    margin: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 400; }
  .double_col_section .image_cont {
    position: relative;
    margin-top: 24px;
    padding-bottom: 61%; }
    .double_col_section .image_cont .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .double_col_section .image_cont .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(17, 32, 56, 0.3);
      background-size: auto 100px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/svg-n/play3.svg"); }
  .double_col_section .formated-text-block {
    margin: 20px 0 0 0; }
    .double_col_section .formated-text-block p {
      margin: 12px 0;
      color: rgba(0, 0, 0, 0.8);
      font-size: 14px;
      line-height: 24px; }
      .double_col_section .formated-text-block p:first-child {
        margin-top: 0; }
      .double_col_section .formated-text-block p:last-child {
        margin-bottom: 0; }

/*# sourceMappingURL=grohe.css.map */