.content > ._cont {
  padding-left: 3rem;
  padding-right: 3rem;
}

.download_signpost_item {
  padding: 1em 3rem;
  position: relative;
  text-align: center;
}
.download_signpost_item .dsi_ico {
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 225px;
  width: 100%;
}
.download_signpost_item .dsi_ico::before {
  content: '';
  display: block;
  padding-bottom: 71.11111%;
}
.download_signpost_item .dsi_ico img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  max-height: initial;
  max-width: initial;
}
.download_signpost_item .dsi_title {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.35714rem;
  line-height: 1.26316em;
  color: #000;
  letter-spacing: 0.4px;
  margin-top: 0.3em;
}
.download_signpost_item .dsi_link {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0.8em 2.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28571em;
  background-color: #0095ce;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #fff;
  height: auto;
  min-height: 0;
  padding: 1em 2em;
  background-color: #fff;
  color: #0095ce;
  border-color: #dadada;
}
.download_signpost_item .dsi_link::-moz-focus-inner {
  border-width: 0;
}
.download_signpost_item .dsi_link:hover {
  background-color: rgba(0, 149, 206, 0.7);
}
.download_signpost_item .dsi_link:hover {
  background-color: rgba(0, 149, 206, 0.3);
  color: #0095ce;
}
.download_signpost_item .dsi_link:hover {
  background-color: rgba(0, 149, 206, 0.3);
  color: #0095ce;
  border-color: transparent;
}
.download_signpost_item .dsi_buttons {
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1em;
}
.download_signpost_item .ds_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 16em;
}
.download_signpost_item--iframe {
  margin-left: auto;
  margin-right: auto;
  max-width: 836px;
  width: 100%;
  padding: 0;
}
.download_signpost_item--iframe .ds_inner {
  max-width: unset;
}
.download_signpost_item--iframe iframe {
  aspect-ratio: 45 / 22;
  width: 100%;
}
@media only screen and (min-width: 921px) {
  .download_signpost_item--iframe .dsi_ico,
  .download_signpost_item--iframe .dsi_title,
  .download_signpost_item--iframe .dsi_link--open {
    display: none;
  }
}
@media only screen and (max-width: 920px) {
  .download_signpost_item--iframe iframe {
    display: none;
  }
}

a.download_signpost_item:hover .dsi_link {
  background-color: rgba(0, 149, 206, 0.3);
  color: #0095ce;
  border-color: transparent;
}

.download_signpost {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 431px) {
  .download_signpost:not(.download_signpost--iframe) {
    grid-template-columns: repeat(2, 1fr);
  }
  .download_signpost:not(.download_signpost--iframe) .download_signpost_item:nth-child(odd)::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #dadada;
    bottom: 20%;
    height: 60%;
    right: 0;
    top: 20%;
    width: 1px;
  }
}

.download_data_item .title {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.14286em;
  padding: 0.3em 2em;
  position: relative;
}
.download_data_item .title::before {
  content: '';
  display: block;
  position: absolute;
  background: transparent url("/media/img//icons/ico-folder.svg") no-repeat center center/contain;
  height: 1.2em;
  left: 0;
  top: 0.2em;
  width: 1.2em;
}
.download_data_item .download_all {
  border-right: 1px solid #dadada;
  margin-right: 1.7em;
  padding-right: 1.7em;
}
.download_data_item .download_all a {
  font-family: "proxima-nova", Arial, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.14286em;
  display: block;
  padding: 0.3em 2em .3em 0;
  position: relative;
}
.download_data_item .download_all a > span {
  color: #0095ce;
  display: table;
  position: relative;
  white-space: nowrap;
}
.download_data_item .download_all a > span::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #0095ce;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: center center;
  transform: scaleX(0);
  width: 100%;
  transition: transform 0.2s;
}
.download_data_item .download_all a > span:hover::before {
  transform: scaleX(1);
}
.download_data_item .download_all a > span::before {
  transition-duration: 0.3s;
}
.download_data_item .download_all a::after {
  content: '';
  display: block;
  position: absolute;
  background: transparent url("/media/img//icons/ico-download.svg") no-repeat center center/contain;
  height: 1em;
  right: 0;
  top: calc(50% - 0.5em);
  width: 1em;
}
.download_data_item .download_all a:hover > span::before {
  transform: scaleX(1);
}
@media only screen and (max-width: 430px) {
  .download_data_item .download_all a {
    height: 1.7em;
  }
  .download_data_item .download_all a > span {
    display: none;
  }
  .download_data_item .download_all a::after {
    right: calc(50% - 0.5em);
  }
}
.download_data_item .opener {
  cursor: pointer;
  height: 1.7em;
  min-width: 1.7em;
  position: relative;
  width: 1.7em;
}
.download_data_item .opener::before, .download_data_item .opener::after {
  content: '';
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent none no-repeat center center / contain;
  transition: opacity 0s;
}
_:-ms-lang(x), _:-webkit-full-screen, .download_data_item .opener::before, .download_data_item .opener::after {
  background-size: 23px;
}
@media only screen and (max-width: 720px) {
  _:-ms-lang(x), _:-webkit-full-screen, .download_data_item .opener::before, .download_data_item .opener::after {
    background-size: 19px;
  }
}
@media screen and (min-width: 0\0) {
  .download_data_item .opener::before, .download_data_item .opener::after {
    background-size: 23px;
  }
}
.download_data_item .opener::before {
  background-image: url("/media/img//icons/ico-plus-download.svg");
}
.download_data_item .opener::after {
  background-image: url("/media/img//icons/ico-minus-download.svg");
  opacity: 0;
}
.download_data_item .action_tools {
  display: flex;
}
.download_data_item .header {
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.download_data_item .filegallery_wrapper {
  display: none;
  padding: 0 2em 2em;
}
.download_data_item .filegallery_wrapper .item_wrapper > a {
  font-size: 0.92857rem;
  line-height: 1.38462em;
  color: #000;
  display: block;
  padding: 0.4em 0 .4em 2.5em;
  position: relative;
}
.download_data_item .filegallery_wrapper .item_wrapper > a .description {
  color: #000;
  display: table;
  position: relative;
  display: inline;
}
.download_data_item .filegallery_wrapper .item_wrapper > a .description::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: center center;
  transform: scaleX(0);
  width: 100%;
  transition: transform 0.2s;
}
.download_data_item .filegallery_wrapper .item_wrapper > a .description:hover::before {
  transform: scaleX(1);
}
.download_data_item .filegallery_wrapper .item_wrapper > a .description::before {
  transition-duration: 0.3s;
}
.download_data_item .filegallery_wrapper .item_wrapper > a .type_size_wrapper {
  display: none;
}
.download_data_item .filegallery_wrapper .item_wrapper > a::before {
  content: '';
  display: block;
  position: absolute;
  background: transparent url("/media/img//icons/ico-file.svg") no-repeat center center/contain;
  height: 1.2em;
  left: 0;
  top: 0.4em;
  width: 1.2em;
}
.download_data_item .filegallery_wrapper .item_wrapper > a:hover .description::before {
  transform: scaleX(1);
}
.download_data_item:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.download_data_item.opened .opener::before {
  opacity: 0;
}
.download_data_item.opened .opener::after {
  opacity: 1;
}
.download_data_item.opened .filegallery_wrapper {
  display: block;
}

.catalog_section_headline {
  text-align: center;
}

@media only screen and (min-width: 961px) {
  .catalogs_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .catalogs_wrapper > * {
    width: calc(50% - 1.5em);
    margin-bottom: 3em;
  }
  .catalogs_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .catalogs_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3em;
  }
  .catalogs_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .catalogs_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
}
