

/* Start:/local/templates/templ_main/sections_inc/banner.css?168742256334*/
.banner__image {
  width: 100%;
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/files.css?16874225631321*/
.files__list {
  text-align: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.file {
  width: 100%;
  max-width: 30%;
  margin: 0 4% 4% 0;
  text-decoration: none;
  text-align: left;
  position: relative;
  transition: border-color 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.file__title {
  max-width: 100%;
  padding: 0 0 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  flex: 1 0 auto;
}
.file__info {
  min-height: 18px;
  position: relative;
  flex-shrink: 0;
}
.file__a {
  text-decoration: none;
}
.file__type {
  color: var(--primaryColor-500);
}
.file__image {
  width: 100%;
}
.file__icon {
  position: absolute;
}
.file__icon--download {
  top: -15px;
  right: 0;
  width: 20px;
  height: 21px;
  fill: none;
}
.file__icon--download path {
  transition: stroke 0.2s ease-out;
  stroke: var(--primaryColor-100);
  stroke-width: 1.5;
}
.file:nth-child(2n) {
  margin-right: 0;
}
.file:hover {
  border-color: var(--primaryColor-500);
}
.file:hover .file__icon--download path {
  stroke: var(--mainColor);
}
.file:active {
  transform: translateY(2px);
}

@media (max-width: 425px) {
  .file {
    max-width: 100%;
    margin-right: 0;
  }
}

/* End */
/* /local/templates/templ_main/sections_inc/banner.css?168742256334 */
/* /local/templates/templ_main/sections_inc/files.css?16874225631321 */
