

/* Start:/products/style.css?17522412227529*/
main{
    padding-top: 30px;
}

h1.page-heading{
    margin-bottom: 24px;
}

.press__wrapper{
    padding-top: 0 !important;
}

.products-root-page-preview {
    margin-top: 0;
        display: flex;
    align-items: center;
}

.products-root-page-preview-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.products-root-page-preview-list li {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.products-root-page-preview-list li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 7px;
    width: 11px;
    height: 11px;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205%206.998%22%3E%3Cpath%20fill%3D%22%23f39600%22%20d%3D%22M0%200l5%203.5-5%203.498V0z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.products-root-page-preview-image {
    text-align: right;
}

.products-root-page-preview-buttons {
    display: flex;
    justify-content: center;
    gap: 30px 40px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}



.products-root-page-preview-buttons a {
    flex: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: 1px solid #000000;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 768px) {
    .products-root-page-preview-buttons a {
        padding: 10px 40px;
        height: auto;
    }
}

.products-root-page-preview-buttons a:hover {
    background-color: #f39600;
    border-color: #f39600;
    color: #fff;
}

.product-section__item-heading {
    /* font-family: 'FF Good Pro'; */
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    text-shadow:
        1px 1px 1px rgba(0, 0, 0, 0.2),
        2px 2px 2px rgba(0, 0, 0, 0.15),
        3px 3px 3px rgba(0, 0, 0, 0.1);
}

.products-section-descriprion {
    padding-left: 40px !important;
}

.products-section-descriprion-row {
    margin-bottom: 40px;
}

.products-section-descriprion h1 {
    margin-top: 0 !important;
    line-height: 1;
}

.products-section-descriprion .products-root-page-preview-buttons {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
}

.products-section-descriprion .products-root-page-preview-buttons a {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .press__wrapper>.grid-row:first-child::before {
        display: none !important;
    }

    .press__wrapper>.grid-row:first-child {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .products-root-page-preview-buttons {
        flex-direction: column;
    }

    .products-root-page-preview-buttons a {
        width: 100%;
        /* margin-bottom: 10px; */
    }

    .products-root-page-preview-buttons a:last-child {
        margin-bottom: 0;
    }
}

.col-md-9.kdx_catalog_filter_wrapper {
    padding-left: 50px;
}

.col-md-9.kdx_catalog_filter_wrapper>.grid-row:first-child>.grid-row {
    display: flex;
    flex-wrap: wrap;
}

.catalog-grid__item {
    margin-bottom: 50px !important;
}

.catalog-grid__item .product {
    height: auto;
    margin-bottom: 20px;
}

.catalog-grid__item .product:hover {
    box-shadow: none !important;
}

.catalog-grid__item .product a.product__link {
    box-shadow: none !important;
    height: auto;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__image-wrapper {
    /* width: 200px; */
    height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-grid__item .product .product__image {}

.catalog-grid__item .product:hover .product__image-wrapper {
    border: 1px solid #f39600;
}

.catalog-grid__item .product .product__info {
    margin-top: 20px;
    text-align: left;
    padding: 0;
    padding-top: 20px;
    position: relative;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__info .product__title {
    text-align: left;
    /* font-family: 'FF Good Pro'; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__info .product__desc {
    margin-top: 15px;
    text-align: left;
    text-decoration: none !important;
    /* font-family: 'PT Sans'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: -webkit-box;
    /* Включаем флексбокс-модель (для старых браузеров) */
    -webkit-box-orient: vertical;
    /* Вертикальное направление содержимого */
    -webkit-line-clamp: 2;
    /* Ограничиваем количество строк */
    overflow: hidden;
    /* Скрываем всё, что выходит за границы */
    text-overflow: ellipsis;
    /* Добавляем троеточие */
    line-height: 1.3;
    /* Желательно явно указать line-height */
    max-height: calc(2 * 1.3em);
}


/*  */
.button-more-arrow a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 20px;
}

.button-more-arrow a:hover {
    color: #f39600;
    transition: all ease .3s;
}

.button-more-arrow a svg {
    transition: all ease .3s;
    color: #000;
}
.button-more-arrow a svg path{
    fill: #000;
    transition: all ease .3s;
}

.button-more-arrow a:hover svg {
    color: #f39600;
}
.button-more-arrow a:hover svg path{
    fill: #f39600;
}



@media (max-width: 420px) {
    .product-section_title_wrapper {
        flex-direction: column;
    }
    .products-root-page-preview-buttons{
        margin: 0 auto 30px;
        width: 90%;
    }
    .materials-wrapper{
        flex-direction: column;
    }
}


@media only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) {
    .product-section_title_wrapper {
        flex-direction: column;
    }
    .products-root-page-preview-buttons{
        margin: 0 auto 30px;
        width: 90%;
    }
    .materials-wrapper{
        flex-direction: column;
    }
    .press__item{
        height: 340px !important;
    }
}


@media only screen and (max-width: 440px) {
    .product-section_title_wrapper {
        flex-direction: column;
    }
    .product-section .product-section_title_wrapper{
        flex-direction: column !important;
    }
    .products-root-page-preview-buttons{
        margin: 0 auto 30px;
        width: 90%;
    }
    .materials-wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .press__wrapper>.grid-row:first-child {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    .press__item{
        height: 410px;
    }
  }
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/main/style.css?17521794762615*/
.product-section {
  padding-top: 115px !important;
  padding-bottom: 0px !important;
}

.product-section .product-section_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 50px;
}

.product-section .product-section_title_wrapper .page-heading--small {
  margin: 0;
}

.product-section .slider-products--latent {
  margin-top: 0;
}

.product-section .video-button-catalog__content, .product-section .video-button-catalog__video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.product-section .products-root-page-preview-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 40px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.product-section .products-root-page-preview-buttons a {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.product-section .products-root-page-preview-buttons a:hover {
  background-color: #f39600;
  border-color: #f39600;
  color: #fff;
}

@media (max-width: 768px) {
  .product-section .products-root-page-preview-buttons a {
    padding: 10px 40px;
    height: auto;
  }
}

@media (max-width: 420px) {
  .product-section .product-section_title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-section .products-root-page-preview-buttons {
    margin: 0 auto;
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16671682331818*/
.page-link,
.page-link:hover {
    color : var(--theme-color-primary);
}

.page-item.active .page-link {
    color            : var(--theme-b-tx-primary);
    background-color : var(--theme-color-primary);
    border-color     : var(--theme-color-primary);
}

.page-link:focus {
    box-shadow : 0 0 0 0.2rem var(--theme-b-sd-primary);
}


.pagination {
    display         : flex;
    justify-content : space-between;
    align-items     : flex-start;
    margin-bottom   : 30px;
}

.pagination a, .page-text span {
    padding        : 0 10px;
    padding-bottom : 6px;
}

.pagination a:hover {
    color : #f39600;
}

.page-text, .page-text a {
    font-size       : 13px;
    font-weight     : normal;
    color           : #505050;
    text-decoration : none;
}

.number {
    font-weight : bold !important;
}

.active {
    color         : #f39600;
    border-bottom : 1.8px solid #f39600;
}

.items {
    padding-right : 40px;
}

.items span {
    padding : 0 4px;
}

.items_number {
    position         : relative;
    height           : 1.8px;
    width            : 90%;
    background-color : #dddddd;
    margin           : 0 auto;
    margin-top       : 6px;
}

.items_on_page {
    position         : absolute;
    top              : 0;
    left             : 0;
    height           : 1.8px;
    background-color : #f39600;
}

@media screen and (max-width : 700px) {
    .pagination {
        flex-direction  : row-reverse;
        flex-wrap       : wrap;
        justify-content : center;

    }

    .items {
        padding-left  : 7px;
        margin-top    : 30px;
        padding-right : 0;
        margin-right  : 0;
    }
}

@media screen and (max-width : 479px) {
    .navigate {
        display : none;
    }

    .page-text {
        margin-left  : 40px;
        margin-right : 40px;
    }
}
/* End */


/* Start:/local/templates/.default/components/kodix/elements.list/index-projects/style.css?17522414453107*/
.index-projects {
  margin-top: 150px;
}

.index-projects .index-projects-title {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 50px;
}

.index-projects .index-projects-title h2 {
  margin: 0;
}

.index-projects .portfolio__v2__slider-desc {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}

.index-projects .portfolio__v2__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.index-projects .portfolio__v2__img {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
  height: 400px;
  z-index: 2;
}

.index-projects .portfolio__v2__img:before {
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, transparent 150px);
}

.index-projects .portfolio__v2__slider-desc {
  z-index: 2;
  position: absolute;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.index-projects .portfolio__v2__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.index-projects .portfolio__v2__img:nth-child(1),
.index-projects .portfolio__v2__img:nth-child(2),
.index-projects .portfolio__v2__img:nth-child(3) {
  grid-column: span 2;
}

.index-projects .portfolio__v2__img:nth-child(4),
.index-projects .portfolio__v2__img:nth-child(5) {
  grid-column: span 1;
}

.index-projects .portfolio__v2__button {
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin-top: 58px;
}

.index-projects .portfolio__v2__button .btn {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 420px) {
  .index-projects .portfolio__v2__wrapper {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }

  .index-projects .portfolio__v2__wrapper> :not(:first-child) {
    display: none;
    width: 100%;
  }
}

@media only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) {
  .portfolio__v2__wrapper {
    grid-template-columns: 1fr !important;
  }


  .portfolio__v2__wrapper> :not(:first-child) {
    display: none;
    width: 100%;
  }
}

@media only screen and (max-width: 440px) {
  .portfolio__v2__wrapper {
    grid-template-columns: 1fr !important;
  }


  .portfolio__v2__wrapper> :not(:first-child) {
    display: none;
    width: 100%;
  }

  .index-tiop-video {
    height: 30vh
  }

  .index-projects .index-projects-title{
    flex-direction: column !important;
    align-items: flex-start;
  }
}
/* End */


/* Start:/local/templates/.default/components/kodix/elements.list/index-news-product/style.css?17522195216717*/
@charset "UTF-8";
#section-new-products {
  margin-top: 150px;
}

#section-new-products .materials__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 130px;
}

#section-new-products .materials__filter:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

#section-new-products .materials__filter a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 43px;
  padding-left: 30px;
  padding-right: 30px;
  background: #D9D9D9;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

#section-new-products .materials__filter a:hover {
  color: #ffffff;
  background-color: #000;
}

#section-new-products .materials__filter a.active:hover, #section-new-products .materials__filter a.active {
  color: #ffffff;
  background-color: #f39600;
}

#section-new-products #new-products-carousel {
  width: calc(100% + 40px);
  position: relative;
}

#section-new-products .new-products-carousel-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#section-new-products .new-products-carousel-next,
#section-new-products .new-products-carousel-prev {
  cursor: pointer;
}

#section-new-products .new-products-carousel-next.disabled,
#section-new-products .new-products-carousel-prev.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

#section-new-products .new-products-carousel-arrows svg {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  color: #000;
}

#section-new-products .new-products-carousel-arrows svg path {
  fill: #000;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

#section-new-products .new-products-carousel-arrows svg:hover {
  color: #f39600;
}

#section-new-products .new-products-carousel-arrows svg:hover path {
  fill: #f39600;
}

#section-new-products .logo-label {
  position: absolute;
  top: 20px;
  right: 100px;
  left: 15px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  z-index: 4;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  width: calc(100% - 120px);
  height: 10px;
}

#section-new-products .logo-label svg {
  height: 100%;
}

#section-new-products .materials__list {
  margin-top: 40px;
}

#section-new-products .materials__item {
  /* margin-bottom: 10px; */
  margin-right: 40px;
}

#section-new-products .materials__item-image {
  position: relative;
}

#section-new-products .materials__item-image::before {
  content: "Новинка";
  position: absolute;
  top: 17px;
  right: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-family: 'FF Good Pro', 'PT Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#section-new-products .materials__item-image img {
  /* width: 300px; */
  /* height: 300px; */
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
}

#section-new-products .materials__item-file a {
  display: inline-block;
  margin-top: 10px;
  font-family: 'FF Good Pro', 'PT Sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none !important;
}

#section-new-products .materials_footer_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  margin-top: 80px;
}

#section-new-products .materials_footer_button {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding: 10px;
  text-align: center;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

#section-new-products .materials_footer_button:hover {
  border: 1px solid #f39600;
  color: #f39600;
}

#section-new-products .new-products-carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section-new-products .new-products-carousel-wrapper h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

#section-new-products .materials__title a {
  text-decoration: none !important;
}

#section-new-products .materials__title strong {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-top: 40px;
  display: block;
}

#section-new-products .materials__title span {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #000000;
  display: block;
  margin-top: 8px;
}

@media (max-width: 767px) {
  #section-new-products .materials_footer_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section-new-products .info-desc {
    margin-bottom: 60px;
  }
  #section-new-products .page-heading {
    font-size: 34px;
    line-height: 45px;
    padding-left: 0;
    margin: 10px 0 34px;
  }
  #section-new-products .materials__filter {
    display: none;
  }
  #section-new-products .materials__item-file a {
    font-size: 16px;
  }
  #section-new-products .breadcrumb-wrapper {
    margin-top: 25px;
  }
}

@media (max-width: 440px) {
  #section-new-products .materials__item {
    margin-right: 0 !important;
  }
  #section-new-products #new-products-carousel {
    width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/.default/components/kodix/elements.list/index-news/style.css?17522196405979*/
#section-news {
  margin-top: 150px;
}

#section-news .materials__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 130px;
}

#section-news .materials__filter:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

#section-news .materials__filter a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 43px;
  padding-left: 30px;
  padding-right: 30px;
  background: #D9D9D9;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

#section-news .materials__filter a:hover {
  color: #ffffff;
  background-color: #000;
}

#section-news .materials__filter a.active:hover, #section-news .materials__filter a.active {
  color: #ffffff;
  background-color: #f39600;
}

#section-news .materials__list {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
}

#section-news .materials__item-image {
  position: relative;
}

#section-news .materials__item-image span {
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-family: 'FF Good Pro', 'PT Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#section-news .materials__item-image img {
  /* width: 300px; */
  /* height: 300px; */
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
}

#section-news .materials__item-file a {
  display: inline-block;
  margin-top: 10px;
  font-family: 'FF Good Pro', 'PT Sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none !important;
}

#section-news .materials_footer_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  margin-top: 80px;
}

#section-news .materials_footer_button {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding: 10px;
  text-align: center;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

#section-news .materials_footer_button:hover {
  border: 1px solid #f39600;
  color: #f39600;
}

#section-news .materials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section-news .materials-wrapper h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

#section-news .materials-wrapper-all {
  text-align: right;
  white-space: nowrap;
}

#section-news .materials-wrapper-all a {
  text-decoration: none !important;
}

#section-news .materials__title a {
  text-decoration: none !important;
}

#section-news .materials__title strong {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-top: 40px;
  display: block;
}

#section-news .materials__title span {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #000000;
  display: block;
  margin-top: 8px;
}

#section-news .logo-label {
  position: absolute;
  top: 20px;
  right: 15px;
  left: 15px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  z-index: 4;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  width: calc(100% - 30px);
  height: 10px;
}

#section-news .logo-label svg {
  height: 100%;
}

@media (max-width: 767px) {
  #section-news .materials__list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #section-news .materials_footer_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section-news .info-desc {
    margin-bottom: 60px;
  }
  #section-news .page-heading {
    font-size: 34px;
    line-height: 45px;
    padding-left: 0;
    margin: 10px 0 34px;
  }
  #section-news .materials__filter {
    display: none;
  }
  #section-news .materials__item-file a {
    font-size: 16px;
  }
  #section-news .breadcrumb-wrapper {
    margin-top: 25px;
  }
}

@media (max-width: 440px) {
  .materials__list {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .materials__list > :not(:first-child) {
    display: none;
  }

  #section-news .materials-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /products/style.css?17522412227529 */
/* /local/templates/.default/components/bitrix/catalog.section.list/main/style.css?17521794762615 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16671682331818 */
/* /local/templates/.default/components/kodix/elements.list/index-projects/style.css?17522414453107 */
/* /local/templates/.default/components/kodix/elements.list/index-news-product/style.css?17522195216717 */
/* /local/templates/.default/components/kodix/elements.list/index-news/style.css?17522196405979 */
