

/* Start:/local/templates/abukva/components/bitrix/news.list/home_banner/style.css?17780021367875*/
.home-banner__carousel {
  position: relative;
  width: 100%;
}
.home-banner__carousel--single .home-banner__arrow {
  display: none !important;
}
.home-banner__viewport {
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
  border-radius: 8px;
  cursor: -webkit-grab;
  cursor: grab;
}
.home-banner__viewport::-webkit-scrollbar {
  display: none;
}
.home-banner__viewport.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.home-banner__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.home-banner__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background: var(--color-surface);
}
.home-banner__media {
  position: absolute;
  inset: 0;
  height: 100%;
}
.home-banner__media picture,
.home-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-banner__media-link {
  text-decoration: none;
  color: inherit;
}
.home-banner__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner__content {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  max-width: 460px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.home-banner__title {
  margin: 0;
  color: var(--txt-color);
  font-family: "Europe", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.home-banner__text {
  margin: 0;
  color: var(--txt-muted);
  font-family: "Europe", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.home-banner__cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  margin-top: auto;
}
.home-banner__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.home-banner__arrow--left {
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.home-banner__arrow--right {
  right: 20px;
}
.home-banner__arrow[disabled] {
  opacity: 0.45;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .home-banner__arrow:hover, .home-banner__arrow:focus-visible {
    border-color: var(--second-main);
    color: var(--second-main);
  }
}
@media (hover: none), (pointer: coarse) {
  .home-banner__arrow {
    -webkit-tap-highlight-color: transparent;
  }
  .home-banner__arrow:hover, .home-banner__arrow:focus, .home-banner__arrow:focus-visible {
    border-color: var(--third-main) !important;
    color: var(--third-main) !important;
  }
  .home-banner__arrow:active {
    border-color: var(--second-main) !important;
    color: var(--second-main) !important;
  }
}
.home-banner__dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-banner__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.home-banner__dot.is-active {
  background: #06799F;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 1000px) {
  .home-banner__viewport {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--main-main) var(--main-accent2);
  }
  .home-banner__viewport::-webkit-scrollbar {
    display: block;
    height: 6px;
  }
  .home-banner__viewport::-webkit-scrollbar-track {
    background: var(--main-accent2);
    border-radius: 4px;
  }
  .home-banner__viewport::-webkit-scrollbar-thumb {
    background: var(--main-main);
    border-radius: 4px;
  }
  .home-banner__arrow {
    display: none !important;
  }
  .home-banner__slide {
    aspect-ratio: 1/1;
  }
  .home-banner__content {
    top: 10px;
    left: 10px;
    right: 10px;
    max-width: none;
    padding: 10px;
  }
  .home-banner__title {
    font-family: "Europe", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .home-banner__text {
    font-family: "Europe", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .home-banner__dots {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .home-banner__arrow {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    top: calc(50vw - 12px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
  }
  .home-banner__arrow--left {
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .home-banner__arrow--right {
    right: 10px;
  }
  .home-banner__slide {
    aspect-ratio: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .home-banner__media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 1/1;
    min-height: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
  }
  .home-banner__content {
    position: static;
    max-width: none;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background: var(--color-surface);
    backdrop-filter: none;
    padding: 10px 5px 10px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 180px;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-banner__cta {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-banner__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
  }
  .home-banner__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
  }
  .home-banner__dots {
    display: none;
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog.section/extProductSection/style.css?17780135655640*/
@media (min-width: 1200px) {
  /*lg*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*md*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*sm*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (max-width: 767px) {
  /*xs*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
.bx_catalog_tile {
  margin: 0;
}

.catalog-section-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}

.row::before {
  display: initial;
}

.catalog-section .catalog-product-top__row-grid {
  width: 100%;
}
.catalog-section .row[data-entity=items-row] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-section .row[data-entity=items-row] > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-section .product-item-small-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.catalog-section .product-item-small-card > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.catalog-section .product-item-big-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-section .product-item-big-card > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.catalog-section .product-item-big-card > .row > .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.catalog-section .product-item-container {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  width: 100%;
}
.catalog-section .catalog-product-index-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.catalog-section .product-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog.item/extProductItem/style.css?17780138572909*/
.catalog-product-index-item {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100%;
  height: 100%;
}
.catalog-product-index-item .product-item-image-wrapper {
  position: relative;
  display: block;
  min-height: 200px;
  padding-top: 56%;
  background-color: var(--color-surface-soft, #f3feff);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--main-accent2);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
@media (max-width: 480px) {
  .catalog-product-index-item .product-item-image-wrapper {
    min-height: 160px;
  }
}
@media (max-width: 360px) {
  .catalog-product-index-item .product-item-image-wrapper {
    min-height: 120px;
  }
}
.catalog-product-index-item .product-item-image-slider-slide-container,
.catalog-product-index-item .product-item-image-slider-control-container,
.catalog-product-index-item .product-item-image-slider-progress-bar-container {
  position: absolute;
  inset: 0;
}
.catalog-product-index-item .product-item-image-original,
.catalog-product-index-item .product-item-image-alternative {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalog-product-index-item:hover .product-item-image-wrapper {
  border-bottom-color: var(--second-main);
}
.catalog-product-index-item .product-item-info-container,
.catalog-product-index-item .product-item-compare-container,
.catalog-product-index-item .product-item-label-ring,
.catalog-product-index-item .product-item-label-text {
  display: none !important;
}
.catalog-product-index-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  min-width: 0;
}
.catalog-product-index-item__title-wrap {
  margin: 0;
  padding: 0;
  font-family: "Europe", sans-serif;
  font-size: var(--text-card-title);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.catalog-product-index-item__announce {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.catalog-product-index-item__more {
  margin: 0;
  margin-top: auto;
  padding-top: 5px;
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog.section/extProductSection/themes/blue/style.css?1768327409825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/abukva/components/bitrix/news.list/clients/style.css?17780173793922*/
.clients-logos--empty {
  padding: 30px 20px;
  border: 1px dashed rgba(6, 121, 159, 0.25);
  border-radius: 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.clients-logos__empty {
  margin: 0 auto;
  max-width: 36rem;
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #848A94;
}
.clients-logos__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.clients-logos__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 232px;
          flex: 0 1 232px;
  max-width: min(232px, 100%);
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #EAEFF5;
  border-radius: 8px;
}
.clients-logos__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  min-height: 100%;
  text-align: center;
}
.clients-logos__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 96px;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}
.clients-logos__media:focus-visible {
  outline: 2px solid #00AC6B;
  outline-offset: -2px;
  border-radius: 8px;
}
.clients-logos__media:hover {
  text-decoration: none;
}
.clients-logos__media--static {
  cursor: default;
}
.clients-logos__img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients-logos__fallback {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #848A94;
  word-break: break-word;
}
.clients-logos__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 10px;
}
.clients-logos__name {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #002640;
}
.clients-logos__note {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #848A94;
}

@media (max-width: 480px) {
  .clients-logos__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 10px) / 2);
            flex: 1 1 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
  .clients-logos__media {
    min-height: 80px;
    padding: 10px;
  }
  .clients-logos__img {
    max-height: 40px;
  }
}
@media (max-width: 360px) {
  .clients-logos__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/news.list/portfolio/style.css?17776614184130*/
.portfolio {
  width: 100%;
}
.portfolio__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1200px) {
  .portfolio__grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .portfolio__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.portfolio__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.portfolio__trigger {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.portfolio__trigger picture,
.portfolio__trigger img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .portfolio__trigger:hover picture, .portfolio__trigger:focus-visible picture, .portfolio__trigger:hover img, .portfolio__trigger:focus-visible img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.portfolio__trigger:focus-visible {
  outline: 2px solid #00AC6B;
  outline-offset: 2px;
}
.portfolio__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.portfolio__overlay::before {
  content: "";
  width: 48px;
  height: 48px;
  /* stylelint-disable-next-line function-url-quotes */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .portfolio__trigger:hover .portfolio__overlay, .portfolio__trigger:focus-visible .portfolio__overlay {
    opacity: 1;
  }
}
@media (hover: none), (pointer: coarse) {
  .portfolio__trigger:active .portfolio__overlay {
    opacity: 1;
  }
}
.portfolio__caption {
  padding: 10px;
  font-size: 14px;
  color: var(--txt-muted);
}
.portfolio__more {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .portfolio__more {
    padding-top: 0;
  }
}
.portfolio__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.portfolio__more-btn:disabled {
  cursor: not-allowed;
}
.portfolio__more-spinner {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: portfolio-more-spin 0.7s linear infinite;
          animation: portfolio-more-spin 0.7s linear infinite;
}

@-webkit-keyframes portfolio-more-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes portfolio-more-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* End */
/* /local/templates/abukva/components/bitrix/news.list/home_banner/style.css?17780021367875 */
/* /local/templates/abukva/components/bitrix/catalog.section/extProductSection/style.css?17780135655640 */
/* /local/templates/abukva/components/bitrix/catalog.item/extProductItem/style.css?17780138572909 */
/* /local/templates/abukva/components/bitrix/catalog.section/extProductSection/themes/blue/style.css?1768327409825 */
/* /local/templates/abukva/components/bitrix/news.list/clients/style.css?17780173793922 */
/* /local/templates/abukva/components/bitrix/news.list/portfolio/style.css?17776614184130 */
