

/* Start:/local/templates/ek_2023/assets/css/new_design.css?1712321138954*/
div.section {
  margin: 60px 0 0;
}
section.title-h1 {
  margin-top: 40px;
  background: var(--color-bg1);
  padding: 40px 0 35px!important;
}
section.title-h1 h1 {
  text-align: center!important;
  overflow: hidden!important;
  font-size: 40px!important;
  margin: 0!important;
}

@media all and (max-width: 399.98px) {
  section.title-h1 h1 {
    font-size: 10vw!important;
  }
}

@media all and (min-width: 768px) {
  section.title-h1 {
    margin-top: 0!important;
  }
  section.breadcrumb+section.title-h1 {
    padding: 30px 0!important;
  }
  section.title-h1 h1 {
    text-align: left!important;
  }
  h2 {
    font-size: 40px!important;
  }
}
@media all and (min-width: 992px) {
  section.title-h1 h1 {
    font-size: 64px!important;
  }
  section.breadcrumb + section.title-h1 {
    padding: 40px 0!important;
  }
  div.section {
    margin: 80px 0 0;
  }  
}
@media all and (min-width: 1200px) {
  div.section {
    margin: 120px 0 0;
  }  
}

/* End */


/* Start:/local/templates/ek_2023/components/bitrix/news.list/support.docs.default/style.css?17128270481377*/
.support-files__wrapper {
    margin: 15px 0 25px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px;
}
.support-files__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 24px;
    transition: 0.3s ease;
    min-height: 74px;
}
.support-files__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 20px;
    transition: 0.3s ease;
}
.support-files__item::after {
    content: '';
    width: 26px;
    height: 22px;
    background: url('/images/svg/icon-download.svg') no-repeat center center / contain;
    margin-left: auto;
    transition: 0.3s ease;
}
.support-files__item:hover::before {
    transform: scale(1.01, 1.04);
}
.support-files__item:hover::after {
    background-image: url('/images/svg/icon-download-active.svg');
}
.support-files__title {
    margin-left: 20px;
    font: 400 12px/1.2em Roboto;
    color: #797979;
}

@media all and (min-width:992px) {
    .support-files__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }
}

@media all and (min-width:1200px) {
    .support-files__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 40px;
    }
}
/* End */
/* /local/templates/ek_2023/assets/css/new_design.css?1712321138954 */
/* /local/templates/ek_2023/components/bitrix/news.list/support.docs.default/style.css?17128270481377 */
