/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
html {
  --red: #d41f28;
}

.section--page-top-documents {
  background-color: var(--red);
  background-image: url("../../images/dokumenty-bg.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 4.7rem 0;
}
.section--page-top-documents .inner h1 {
  margin-bottom: 2.4rem;
  color: white;
}
.section--page-top-documents .inner .text {
  opacity: 0.75;
}
.section--page-top-documents .inner p {
  color: white;
}
.section--page-top-documents .inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 52rem;
}
.section--page-top-documents .inner form .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  margin-top: 0;
  text-align: center;
}
.section--page-top-documents .inner form .btn:hover {
  cursor: pointer;
}
.section--page-top-documents .inner form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 5.9rem;
  background: var(--red);
  border-color: white;
  color: white;
}
.section--page-top-documents .inner form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}
.section--page-top-documents .inner form input::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
.section--page-top-documents .inner form input:-moz-placeholder { /* Firefox 18- */
  color: white;
  opacity: 1;
}
.section--page-top-documents .inner form input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.section--page-top-documents .inner form input:-ms-input-placeholder { /* IE 10-11 */
  color: white;
  opacity: 1;
}
.section--page-top-documents .inner form input:hover, .section--page-top-documents .inner form input:focus {
  border-color: white;
}

.documents-breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
.documents-breadcrumbs a {
  color: var(--SP-Light-grey, #F6F6F6);
  font-size: 1.8rem;
  font-style: normal;
  font-family: "Rubik-light";
  font-weight: 300;
  line-height: normal;
  text-decoration: underline;
}
@media screen and (max-width: 450px) {
  .documents-breadcrumbs a {
    font-size: 13px;
  }
}
.documents-breadcrumbs a:hover {
  text-decoration: none;
}
.documents-breadcrumbs p {
  color: var(--SP-Light-grey, #F6F6F6);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  font-family: "Rubik-light";
  line-height: normal;
}
@media screen and (max-width: 450px) {
  .documents-breadcrumbs p {
    font-size: 13px;
  }
}

.section--documents-categories {
  padding: 4rem 0;
}

.documents-categories-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .documents-categories-items {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 900px) {
  .documents-categories-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .documents-categories-items {
    grid-template-columns: 1fr;
  }
}

.documents-category-item {
  background: white;
  border: 2px solid var(--red);
  position: relative;
  padding-bottom: 4.3rem;
}
.documents-category-item:hover {
  cursor: pointer;
}
.documents-category-item:hover .link-btn-with-arrow {
  color: var(--red);
  background: white;
}
.documents-category-item .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
  text-align: center;
}
.documents-category-item .inner p.h4 {
  color: var(--red);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.documents-category-item p.count {
  color: var(--red);
  text-align: center;
  font-family: "Rubik-light";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 0.4rem;
}
.documents-category-item .link-btn-with-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.2rem;
  background: var(--red);
  color: white;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section--documents {
  padding: 4rem 0;
}
.section--documents .width-container > p {
  color: var(--SP-Black, #0F161E);
  font-family: "Rubik-light";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 2.4rem;
}

.documents-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  max-width: 94rem;
}
@media screen and (max-width: 1000px) {
  .documents-items {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

.document-item {
  background: white;
  border: 2px solid var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-right: 5.6rem;
}
.document-item:hover .btn {
  background: white;
  color: var(--red);
}
.document-item:hover .btn svg {
  color: var(--red);
}
.document-item:hover .btn path[data-name="Path 393"] {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.document-item:hover .btn line[data-name="Line 12"] {
  -webkit-transform: translate(12px, 5px);
          transform: translate(12px, 5px);
}
.document-item .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .document-item .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.document-item p.h6 {
  display: -webkit-box;
  width: calc(100% - 11rem);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  color: var(--SP-red, #D41F28);
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .document-item p.h6 {
    width: 100%;
  }
}
.document-item p.file-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11rem;
          flex: 0 0 11rem;
  font-family: "Rubik-light";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: var(--red);
  text-align: right;
}
@media screen and (max-width: 600px) {
  .document-item p.file-info {
    width: 100%;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.document-item .btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.6rem;
          flex: 0 0 5.6rem;
  width: 5.6rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-size: 0;
  right: 0;
  top: 0;
  background: var(--red);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
}
.document-item .btn path[data-name="Path 393"],
.document-item .btn line[data-name="Line 12"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*# sourceMappingURL=ke-stazeni.css.map */
