@charset "UTF-8";
/*Rozlišení*/
/**/
.search-result-page a {
  text-decoration: none;
}
.search-result-page .terms-section a {
  text-decoration: underline;
}
.search-result-page .terms-section a:hover {
  text-decoration: none;
}
.search-result-page .result-placeholder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
}
.search-result-page .result-placeholder .search-menu {
  flex: 0 0 22%;
  max-width: 22%;
  background-color: #e3e7f0;
  padding: 25px;
}
.search-result-page .result-placeholder .search-menu > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  margin-bottom: 30px;
  cursor: pointer;
}
.search-result-page .result-placeholder .search-menu > div:last-child {
  margin-bottom: 0;
}
.search-result-page .result-placeholder .search-menu > div.active {
  color: #e61930;
  font-weight: 600;
}
.search-result-page .result-placeholder .search-menu > div.active .name {
  text-decoration: underline;
}
.search-result-page .result-placeholder .search-menu > div:hover {
  color: #e61930;
}
.search-result-page .result-placeholder .results {
  flex: 0 0 78%;
  max-width: 78%;
  padding-left: 20px;
}
.search-result-page .result-placeholder .results > div {
  display: none;
}
.search-result-page .result-placeholder .results > div.active {
  display: flex;
}
.search-result-page .result-placeholder .results .products-section-placeholder.active {
  display: block;
}
.search-result-page .result-placeholder .results .products-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 955px;
  overflow: hidden;
  margin-left: -7px;
  padding-left: 7px;
  position: relative;
  margin-bottom: 35px;
}
.search-result-page .result-placeholder .results .products-section .show-all-products-block {
  display: none;
  flex-wrap: wrap;
}
.search-result-page .result-placeholder .results .products-section .end-border {
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #a0a3ac;
  position: absolute;
}
.search-result-page .result-placeholder .results .category-section {
  flex-wrap: wrap;
}
.search-result-page .result-placeholder .results .category-section .category {
  flex: 0 0 222px;
  max-width: 222px;
  margin: 0 7px;
  margin-bottom: 15px;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
  min-height: 280px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: #ffffff;
}
.search-result-page .result-placeholder .results .category-section .category h3 {
  text-align: center;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  margin-bottom: 10px;
}
.search-result-page .result-placeholder .results .category-section .category img {
  max-width: 100%;
  max-height: 150px;
}
.search-result-page .result-placeholder .results .category-section .category:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.5);
}
.search-result-page .result-placeholder .results .services-section.active {
  display: block;
}
.search-result-page .result-placeholder .results .services-section .service {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
  margin-bottom: 15px;
  padding: 25px;
  min-height: 250px;
  max-width: 90%;
}
.search-result-page .result-placeholder .results .services-section .service .text {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 0 0 75%;
  max-width: 555px;
  min-height: 200px;
}
.search-result-page .result-placeholder .results .services-section .service .text h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 25px;
}
.search-result-page .result-placeholder .results .services-section .service a {
  font-weight: 600;
  text-decoration: underline;
}
.search-result-page .result-placeholder .results .services-section .service .img {
  flex: 0 0 175px;
  max-width: 175px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.search-result-page .result-placeholder .results .blog-section {
  flex-wrap: wrap;
}
.search-result-page .result-placeholder .results .blog-section .article {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
  margin-bottom: 15px;
  padding: 25px;
  min-height: 250px;
  flex: 0 0 100%;
  max-width: 100%;
}
.search-result-page .result-placeholder .results .blog-section .article .text {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 0 0 75%;
  max-width: 555px;
  min-height: 200px;
}
.search-result-page .result-placeholder .results .blog-section .article .text h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 25px;
}
.search-result-page .result-placeholder .results .blog-section .article .content-text {
  max-width: 100% !important;
}
.search-result-page .result-placeholder .results .blog-section .article a {
  font-weight: 600;
  text-decoration: underline;
}
.search-result-page .result-placeholder .results .blog-section .article .img {
  flex: 0 0 175px;
  max-width: 175px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.search-result-page .result-placeholder .results .informations-section {
  flex-wrap: wrap;
}
.search-result-page .result-placeholder .results .informations-section .information {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
  margin-bottom: 15px;
  padding: 25px;
  min-height: 250px;
  max-width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
}
.search-result-page .result-placeholder .results .informations-section .information .text {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 0 0 75%;
  max-width: 555px;
  min-height: 200px;
}
.search-result-page .result-placeholder .results .informations-section .information .text h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 25px;
}
.search-result-page .result-placeholder .results .informations-section .information a {
  font-weight: 600;
  text-decoration: underline;
}
.search-result-page .result-placeholder .results .informations-section .information .img {
  flex: 0 0 175px;
  max-width: 175px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  .search-result-page .result-placeholder {
    margin-top: 25px;
  }
  .search-result-page .result-placeholder .results .services-section .service {
    max-width: inherit;
  }
}
@media (max-width: 991px) {
  .search-result-page .result-placeholder {
    flex-wrap: wrap;
  }
  .search-result-page .result-placeholder .search-menu {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .search-result-page .result-placeholder .results {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .search-result-page .result-placeholder .results .category-section .category {
    flex: 0 0 31%;
    max-width: 31%;
  }
  .search-result-page .result-placeholder .results .blog-section .article {
    flex-wrap: wrap-reverse;
  }
  .search-result-page .result-placeholder .results .blog-section .article .text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-result-page .result-placeholder .results .blog-section .article .img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 175px;
    margin-bottom: 15px;
  }
  .search-result-page .result-placeholder .results .informations-section .information {
    flex-wrap: wrap-reverse;
  }
  .search-result-page .result-placeholder .results .informations-section .information .text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-result-page .result-placeholder .results .informations-section .information .img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 175px;
    margin-bottom: 15px;
  }
}
@media (max-width: 676px) {
  .search-result-page .result-placeholder .results .category-section {
    justify-content: space-between;
  }
  .search-result-page .result-placeholder .results .category-section .category {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0;
    margin-bottom: 10px;
  }
  .search-result-page .result-placeholder .results .services-section .service {
    flex-flow: column-reverse;
    align-items: center;
  }
  .search-result-page .result-placeholder .results .services-section .service .img {
    width: 100%;
  }
  .search-result-page .result-placeholder .results .services-section .service .text {
    width: 100%;
  }
}
@media (max-width: 467px) {
  .search-result-page .result-placeholder .results .category-section {
    justify-content: space-between;
  }
  .search-result-page .result-placeholder .results .category-section .category {
    flex: 0 0 100%;
    max-width: 100%;
  }
}