@charset "UTF-8";
/*Rozlišení*/
/**/
.index-page .categories-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
  margin-top: 25px;
}
.index-page .categories-grid .category {
  border-radius: 4px;
  flex: 0 0 32%;
  max-width: 32%;
  height: 230px;
  margin-bottom: 25px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 0;
  position: relative;
  border: none;
  text-decoration: none;
}
.index-page .categories-grid .category-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.index-page .categories-grid .category-img * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  width: unset !important;
  height: unset !important;
}
.index-page .categories-grid .category-name {
  color: #ffffff;
  position: relative;
  margin-bottom: 25px;
  padding-left: 25px;
  width: 100%;
}
.index-page .categories-grid .category-name h2 {
  margin: 15px 0;
  max-width: 235px;
  text-align: left;
  word-break: break-word;
}
.index-page .categories-grid .category-name__hover {
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  background-color: #e61930;
  width: 0;
  max-width: 0;
  transition: all 0.2s cubic-bezier(1, 1, 1, 1);
  z-index: -1;
}
.index-page .categories-grid .category:hover .category-name__hover {
  width: 280px;
  max-width: 100%;
}
.index-page .what-we-know h2 {
  margin-top: 55px;
  font-size: 2.5em;
  line-height: 1.15;
}
@media (max-width: 1199px) {
  .index-page .what-we-know h2 {
    font-size: 24px;
  }
}
.index-page .what-we-know .headline-description {
  display: flex;
  justify-content: center;
  font-size: 1em;
}
.index-page .what-we-know .headline-description p {
  max-width: 570px;
}
.index-page .what-we-know {
  /*a:hover {
      color: $black;
      cursor: auto;
  }*/
}
.index-page .what-we-know-link {
  display: flex;
  justify-content: center;
  border: none;
  margin-top: 80px;
}
.index-page .what-we-know-expand {
  margin-bottom: 60px;
}
.index-page .what-we-know-expand:nth-child(even) .what-we-know-placeholder {
  flex-flow: row-reverse;
  margin-right: 0;
  margin-left: 55px;
}
.index-page .what-we-know-expand:nth-child(even) .what-we-know-placeholder .white-rectangle {
  margin-right: -90px;
  margin-left: 0;
}
.index-page .what-we-know-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 975px;
  margin-right: 55px;
}
.index-page .what-we-know-placeholder img {
  max-width: 465px;
  box-shadow: 0px 4px 10px 0px rgba(51, 61, 76, 0.1);
}
.index-page .what-we-know-placeholder a {
  border: none;
  text-decoration: none;
  z-index: 1;
}
.index-page .what-we-know-placeholder > div {
  z-index: 1;
}
.index-page .what-we-know-placeholder .perex {
  font-weight: 400;
}
.index-page .what-we-know-placeholder .white-rectangle {
  background-color: #ffffff;
  text-align: left;
  padding-left: 30px;
  padding-right: 120px;
  margin-left: -90px;
  box-shadow: 0px 4px 10px 0px rgba(51, 61, 76, 0.1);
  border-radius: 2px;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 715px;
  min-height: 290px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.index-page .what-we-know-placeholder .white-rectangle .color-red {
  font-size: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.index-page .what-we-know-placeholder .white-rectangle > p {
  font-size: 1em;
  margin-bottom: 30px;
}
.index-page .what-we-know-placeholder .white-rectangle .more {
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 40px;
  cursor: pointer;
  color: #e61930;
}
.index-page .what-we-know-placeholder .white-rectangle .more:hover {
  text-decoration: underline;
}
.index-page .what-we-know-placeholder .white-rectangle--hose {
  background-image: url("../Custom/img/dashboard/dashboard-hose-icon.png");
  background-size: 177px;
  background-position: right calc(100% + 65px);
}
.index-page .what-we-know-placeholder .white-rectangle--digital-plotr {
  background-image: url("../Custom/img/dashboard/dashboard-plotr-icon.png");
  background-size: 150px;
  background-position: 97% calc(100% + 5px);
}
.index-page .what-we-know-placeholder .white-rectangle--hose-cutting {
  background-image: url("../Custom/img/dashboard/dashboard-cut-icon.png");
  background-size: 100px;
  background-position: right calc(100% + 5px);
}
.index-page .what-we-know-placeholder .white-rectangle--conveyor-belts {
  background-image: url("../Custom/img/dashboard/dashboard-belts-icon.png");
  background-size: 155px;
  background-position: 96% calc(100% + 10px);
}
.index-page .most-sold-products {
  margin-top: 45px;
  margin-bottom: 45px;
}
.index-page .most-sold-products .container {
  max-width: 1400px;
}
.index-page .most-sold-products .container h2 {
  font-size: 2.5em;
  line-height: 1.15;
}
@media (max-width: 1199px) {
  .index-page .most-sold-products .container h2 {
    font-size: 24px;
  }
}
.index-page .most-sold-products .container > .color-red {
  margin-bottom: 10px;
  word-break: break-word;
}
.index-page .company-strategy h2 {
  font-size: 2.5em;
  line-height: 1.15;
}
@media (max-width: 1199px) {
  .index-page .company-strategy h2 {
    font-size: 24px;
  }
}
.index-page .company-strategy-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 85px;
  margin-top: 35px;
}
.index-page .company-strategy-description {
  background-color: #ffffff;
  padding: 50px;
  padding-right: 75px;
  text-align: left;
  max-width: 650px;
  box-shadow: 0 0 57px 10px rgba(51, 61, 76, 0.15);
}
.index-page .company-strategy-description > p {
  margin-bottom: 35px;
  font-size: 1em;
}
.index-page .company-strategy-description > p:nth-child(3) {
  margin-bottom: 25px;
}
.index-page .company-strategy-video {
  margin-left: -35px;
  width: 630px;
}
.index-page .company-strategy-person {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-page .company-strategy-person__img {
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.index-page .company-strategy-person__description {
  padding-left: 20px;
}
.index-page .company-strategy-person__description p {
  margin-bottom: 7px;
  font-size: 1em;
}
.index-page .company-strategy-person__description p.bold {
  font-weight: 600;
}
.index-page .company-strategy-person__description p.italic {
  font-style: italic;
}
.index-page .company-strategy-person__description p:nth-child(3) {
  margin-bottom: 0;
}
.index-page .how-to-do-it {
  padding-top: 45px;
}
.index-page .how-to-do-it h2 {
  margin-bottom: 30px;
  font-size: 2.5em;
  line-height: 1.15;
}
@media (max-width: 1199px) {
  .index-page .how-to-do-it h2 {
    font-size: 24px;
  }
}
.index-page .how-to-do-it a {
  font-weight: 600;
}
.index-page .how-to-do-it-placeholder {
  margin-bottom: 70px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.index-page .how-to-do-it-placeholder a {
  border: none;
  text-decoration: none;
}
.index-page .how-to-do-it-placeholder a:hover {
  color: #000000;
}
.index-page .how-to-do-it-placeholder .placeholder-square {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
  font-weight: 400;
  padding: 25px;
  text-decoration: none;
}
.index-page .how-to-do-it-placeholder .placeholder-square__headline {
  font-size: 25px;
  margin: 0;
  margin-bottom: 15px;
}
.index-page .how-to-do-it-placeholder .placeholder-square__text {
  min-height: 128px;
}
.index-page .how-to-do-it-placeholder .placeholder-square__link {
  font-weight: 600;
  text-decoration: underline;
}
.index-page .how-to-do-it-placeholder .placeholder-square:hover .placeholder-square__link {
  border-color: #e61930;
  color: #e61930;
}
.index-page .how-to-do-it-placeholder a:nth-child(2) {
  margin: 0 22px;
}
.index-page .blog-articles {
  padding-top: 45px;
}
.index-page .blog-articles h2 {
  margin-bottom: 30px;
  font-size: 2.5em;
  line-height: 1.15;
}
@media (max-width: 1199px) {
  .index-page .blog-articles h2 {
    font-size: 24px;
  }
}
.index-page .blog-articles a {
  font-weight: 600;
}
.index-page .blog-articles-placeholder {
  font-weight: 600;
  border: none;
  margin-bottom: 40px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.index-page .blog-articles-placeholder .placeholder-square {
  display: flex;
  flex: 0 0 49%;
  max-width: 49%;
  align-items: flex-start;
  background-color: #ffffff;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
  border-radius: 4px;
  font-weight: 400;
  padding: 25px;
  border: none;
  margin-bottom: 25px;
  text-decoration: none;
}
.index-page .blog-articles-placeholder .placeholder-square > div {
  padding-right: 25px;
  width: calc(100% - 175px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.index-page .blog-articles-placeholder .placeholder-square img {
  width: 175px;
  min-width: 175px;
}
.index-page .blog-articles-placeholder .placeholder-square__headline {
  font-size: 25px;
  margin: 0;
  margin-bottom: 15px;
  min-height: 54px;
}
.index-page .blog-articles-placeholder .placeholder-square__text {
  height: 75px;
  overflow: hidden;
}
.index-page .blog-articles-placeholder .placeholder-square__link {
  font-weight: 600;
  text-decoration: underline;
}
.index-page .blog-articles-placeholder .placeholder-square:hover {
  color: #000000;
}
.index-page .blog-articles-placeholder .placeholder-square:hover .placeholder-square__link {
  border-color: #e61930;
  color: #e61930;
}
.index-page .departments h2 {
  margin-bottom: 30px;
  font-size: 2.5em;
  line-height: 1.15;
}
@media (max-width: 1199px) {
  .index-page .departments h2 {
    font-size: 24px;
  }
}
.index-page .cta-banner {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  background-color: white;
  box-shadow: 0px 4px 18px 0px rgba(51, 61, 76, 0.2);
  height: 175px;
  margin: 20px 0px 40px 0px;
}
.index-page .cta-banner__left {
  width: 45%;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0 32px;
  align-items: flex-start;
}
.index-page .cta-banner__left h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
}
.index-page .cta-banner__left .btn {
  border-radius: 5px;
}
.index-page .cta-banner img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 650px;
  height: 100%;
  object-fit: cover;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (max-width: 1199px) {
  .index-page .categories-grid {
    margin-bottom: 55px;
  }
  .index-page .categories-grid .category {
    height: 150px;
    margin: 0;
    margin-bottom: 10px;
  }
  .index-page .categories-grid .category .category-name {
    padding-left: 15px;
    margin-bottom: 5px;
    width: 100%;
  }
  .index-page .categories-grid .category .category-name h2 {
    font-size: 27px;
  }
  .index-page .categories-grid .category .category-name__hover {
    display: none;
  }
  .index-page .what-we-know-link {
    margin-top: 40px;
  }
  .index-page .what-we-know .headline-description {
    font-size: 1em;
  }
  .index-page .what-we-know-placeholder {
    margin: 0 !important;
    max-width: inherit;
    display: block;
    width: initial;
  }
  .index-page .what-we-know-placeholder img {
    display: none;
  }
  .index-page .what-we-know-placeholder .white-rectangle {
    margin: 0 !important;
    width: initial;
    height: initial;
    justify-content: flex-start;
    min-height: initial;
  }
  .index-page .what-we-know-placeholder .white-rectangle .color-red {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index-page .what-we-know-placeholder .white-rectangle p {
    word-break: break-word;
    max-height: 60px;
    overflow: hidden;
    font-size: 1em;
  }
  .index-page .what-we-know-expand {
    overflow-y: hidden;
    transition: all 0.2s cubic-bezier(1, 1, 1, 1);
    margin-bottom: 0;
  }
  .index-page .what-we-know-expand-btn {
    margin-top: 45px;
    margin-bottom: 75px;
  }
  .index-page .what-we-know-expand .what-we-know-link {
    display: none;
  }
  .index-page .what-we-know-expand .what-we-know-link:nth-child(1), .index-page .what-we-know-expand .what-we-know-link:nth-child(2) {
    display: block;
  }
  .index-page .what-we-know-expand.expanded .what-we-know-link {
    display: block;
  }
  .index-page .how-to-do-it-placeholder {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .index-page .how-to-do-it-placeholder .placeholder-square {
    flex: 0 0 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .index-page .how-to-do-it-placeholder .placeholder-square__headline {
    font-size: 30px;
  }
  .index-page .how-to-do-it-placeholder .placeholder-square__text {
    height: 50px;
    overflow: hidden;
    min-height: inherit;
  }
  .index-page .how-to-do-it-placeholder .placeholder-square__link {
    display: none;
  }
  .index-page .how-to-do-it-placeholder a:nth-child(2) {
    margin: 0;
  }
  .index-page .how-to-do-it-placeholder a:nth-child(2) .placeholder-square {
    margin: 0;
    margin-bottom: 10px;
  }
  .index-page .how-to-do-it .btn {
    margin-bottom: 90px;
  }
  .index-page .blog-articles-placeholder .placeholder-square {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .index-page .blog-articles-placeholder .placeholder-square > div {
    padding-right: 25px;
  }
  .index-page .blog-articles-placeholder .placeholder-square img {
    width: 175px;
  }
  .index-page .blog-articles-placeholder .placeholder-square__headline {
    font-size: 20px;
    min-height: initial;
  }
  .index-page .blog-articles-placeholder .placeholder-square__text {
    margin: 0;
  }
  .index-page .blog-articles-placeholder .placeholder-square__link {
    display: none;
  }
  .index-page .blog-articles .btn {
    margin-bottom: 90px;
  }
  .index-page .news {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .index-page .categories-grid .category {
    flex: 0 0 32%;
    max-width: 32%;
    margin: 7px 0px;
  }
  .index-page .categories-grid .category:nth-child(4) .category-name h2 {
    max-width: none;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .index-page .categories-grid .category {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0;
    margin-bottom: 7px;
  }
  .index-page .categories-grid .category .category-name h2 {
    font-size: 23px;
    margin-right: 10px;
  }
  .index-page .what-we-know .white-rectangle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .index-page .what-we-know .white-rectangle .more {
    color: #e61930;
    text-decoration: underline;
  }
  .index-page .what-we-know .white-rectangle--hose {
    background-size: 165px;
    background-position: calc(100% + 100px) calc(100% + 55px);
  }
  .index-page .what-we-know .white-rectangle--digital-plotr {
    background-size: 165px;
    background-position: calc(100% + 100px) calc(100% + 80px);
  }
  .index-page .what-we-know .white-rectangle--hose-cutting {
    background-size: 145px;
    background-position: calc(100% + 65px) calc(100% + 5px);
  }
  .index-page .what-we-know .white-rectangle--conveyor-belts {
    background-size: 165px;
    background-position: calc(100% + 80px) calc(100% + 85px);
  }
  .index-page .blog-articles {
    padding-top: 10px;
  }
  .index-page .blog-articles-placeholder {
    margin-bottom: 0;
  }
  .index-page .blog-articles .btn {
    margin-bottom: 30px;
  }
  .index-page .most-sold-products {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .index-page .company-strategy-placeholder {
    margin-bottom: 40px;
  }
  .index-page .what-we-know h2 {
    margin-top: 20px;
  }
  .index-page .what-we-know .headline-description p {
    margin-bottom: 0;
  }
  .index-page .what-we-know .perex {
    max-height: 41px;
    overflow: hidden;
  }
  .index-page .what-we-know-expand-btn {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .index-page .what-we-know .white-rectangle--hose {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .index-page .what-we-know .white-rectangle--hose h4 {
    margin-bottom: 0;
  }
  .index-page .what-we-know .white-rectangle--hose .more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
  }
  .index-page .what-we-know .white-rectangle--hose .more span {
    display: none !important;
  }
  .index-page .what-we-know-expand.no-show {
    display: none;
  }
  .index-page .what-we-know-expand .what-we-know-placeholder {
    position: relative;
  }
  .index-page .what-we-know-link {
    margin-top: 30px;
  }
  .index-page .departments {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-page .categories-grid .category-name h2 {
    margin-bottom: 7px;
    margin-right: 15px;
    font-size: 20px !important;
  }
  .index-page .categories-grid .category:nth-child(4) .category-name h2 {
    max-width: none;
  }
}
@media (max-width: 991px) {
  .index-page .company-strategy-placeholder {
    flex-wrap: wrap;
  }
  .index-page .company-strategy-description {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
    padding-top: 40px;
  }
  .index-page .company-strategy-description > p {
    font-size: 1em;
  }
  .index-page .company-strategy-description > p:nth-child(3) {
    margin-bottom: 45px;
  }
  .index-page .company-strategy-video {
    flex: 0 0 100%;
    width: auto;
    margin-left: 0;
    margin-top: 30px;
  }
  .index-page .company-strategy-person {
    margin-bottom: 25px;
  }
  .index-page .company-strategy-person__description p {
    font-size: 1em;
    margin-bottom: 4px;
  }
}
@media (max-width: 559px) {
  .index-page .categories-grid .category .category-name h2 {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .index-page .blog-articles-placeholder .placeholder-square img {
    display: none;
  }
  .index-page .blog-articles-placeholder .placeholder-square > div {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .index-page .categories-grid .category .category-name h2 {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .index-page .categories-grid .category {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .index-page .categories-grid .category .category-name h2 {
    font-size: 20px;
    max-width: 200px;
  }
}
@media (max-width: 269px) {
  .index-page .categories-grid .category .category-name h2 {
    font-size: 18px;
  }
}