

/* Start:/bitrix/templates/gbk_blue/components/star/owlcarousel/carousel_products_page/style.css?17858556536293*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/gbk_blue/components/star/owlcarousel/carousel_products_page/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */


.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.owl-prev{
  position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
left: 10px;
background: url(/bitrix/templates/gbk_blue/components/star/owlcarousel/carousel_products_page/images/controls.png) 0 -32px no-repeat !important;
}

.owl-next{
  position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
right: 10px;
background: url(/bitrix/templates/gbk_blue/components/star/owlcarousel/carousel_products_page/images/controls.png) -43px -32px no-repeat !important;
}


/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/search.form/products_search/style.css?17858556531286*/

.products-search-form form {
    position: relative;
    display: flex;
    width: 100%;
    height: 64px;
}

.products-search-input-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.products-search-input-wrapper input {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
    padding-left: 18px;
    background-color: #e5e5e5;
    font-family: var(--font-family-body);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-compact);
}

.products-search-input-wrapper input:focus {
    outline: none;
}

.products-search-but {
    position: absolute;
    right: 0;
    display: block;
    width: 122px;
    height: 64px;
    border: 0;
}

.products-search-but img {
    position: absolute;
    top: 24px;
    left: 24px;
    display: block;
}

.products-search-but input {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 0;
    border-radius: 8px;
    background-color: #0079c0;
    color: #fff;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-control);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-compact);
    text-align: right;
    cursor: pointer;
}

/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/news.detail/banner_help/style.css?17858556536820*/
:root {
  --promo-blue: linear-gradient(90deg, #0079C0 0%, #0295EB 100%);
;
  --promo-blue-hover: #006fb0;
  --promo-white: #ffffff;
  --promo-radius: 24px;
  --promo-font: "Montserrat", "Segoe UI", sans-serif;
  --page-bg: #0a0a0a;
  --page-max: 1280px;
}

.promo {
  --promo-pad-x: 28px;
  --promo-pad-y: 28px;
  --promo-gap: 20px;
  --promo-title-size: 18px;
  --promo-title-lh: 1.35;
  --promo-img-w: min(100%, 280px);
  --promo-img-overflow: 28px;

  position: relative;
  isolation: isolate;
  overflow: visible;
  background: var(--promo-blue);
  border-radius: var(--promo-radius);
}

.promo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--promo-gap);
  padding: var(--promo-pad-y) var(--promo-pad-x);
  min-height: 100%;
  overflow: visible;
}

.promo__content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 42rem;
  min-width: 0;
}

.promo__title {
  margin: 0;
  font-size: var(--promo-title-size);
  font-weight: 700;
  line-height: var(--promo-title-lh);
  letter-spacing: -0.01em;
  color: var(--promo-white);

}

.promo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  padding: 12px 18px;
  border: 1.5px solid var(--promo-white);
  border-radius: 8px;
  background: transparent;
  color: var(--promo-white);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  text-decoration: none;
}
.promo__btn span {
  color: var(--promo-white);
}
.promo__btn:hover,.promo__btn:hover span,.promo__btn:focus-visible span,
.promo__btn:focus-visible {
  background: var(--promo-white);
  color: var(--promo-blue);
  outline: none;
}

.promo__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.promo__btn-icon {
  flex-shrink: 0;
  width: 20px;
  height: 16px;
  display: block;
  transition: filter 0.2s ease;
}

.promo__btn:hover .promo__btn-icon,
.promo__btn:focus-visible .promo__btn-icon {
  /* белая иконка → цвет кнопки при hover */
  filter: brightness(0) saturate(100%) invert(42%) sepia(98%) saturate(1200%) hue-rotate(171deg) brightness(95%) contrast(101%);
}

.promo__visual {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: var(--promo-img-w);
  pointer-events: none;
}

.promo__img {
  width: 100%;
  max-width: 412px;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
}

/* --------------------------------------------------------------------------
 *   ≥ 600px — горизонтальная компоновка (макет banner600)
 *   Картинка абсолютно справа и выше/ниже синего блока
 *   -------------------------------------------------------------------------- */

@media (min-width: 600px) {
  .promo {
    --promo-pad-x: 36px;
    --promo-pad-y: 32px;
    --promo-gap: 24px;
    --promo-title-size: 20px;
    --promo-img-w: 46%;
    --promo-img-overflow: 36px;
  }

  .promo__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 220px;
  }

  .promo__content {
    flex: 1 1 48%;
    gap: 24px;
    padding-right: calc(var(--promo-img-w) * 0.85);
    max-width: none;
  }

  .promo__visual {
    position: absolute;
    right: 8px;
    top: calc(var(--promo-img-overflow) * -1);
    bottom: 0;
    width: var(--promo-img-w);
    height: auto;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .promo__img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }
}

/* --------------------------------------------------------------------------
 *   ≥ 960px — макет banner960
 *   -------------------------------------------------------------------------- */

@media (min-width: 960px) {
  .promo {
    --promo-pad-x: 48px;
    --promo-pad-y: 40px;
    --promo-gap: 32px;
    --promo-title-size: 24px;
    --promo-title-lh: 1.32;
    --promo-radius: 28px;
    --promo-img-w: 42%;
    --promo-img-overflow: 48px;
  }

  .promo__inner {
    min-height: 260px;
  }

  .promo__content {
    gap: 28px;
    max-width: 34rem;
    padding-right: 0;
    flex: 1 1 55%;
  }

  .promo__btn {
    padding: 14px 22px;
    font-size: 15px;
    border-radius: 10px;
  }

  .promo__visual {
    right: 12px;
  }
}

/* --------------------------------------------------------------------------
 *   ≥ 1156px — макет banner1156
 *   -------------------------------------------------------------------------- */

@media (min-width: 1156px) {
  .promo {
    --promo-pad-x: 56px;
    --promo-pad-y: 44px;
    --promo-title-size: 26px;
    --promo-img-w: 40%;
    --promo-img-overflow: 56px;
  }

  .promo__inner {
    min-height: 280px;
  }

  .promo__content {
    max-width: 38rem;
  }

  .promo__visual {
    right: 16px;
  }
}

/* --------------------------------------------------------------------------
 *   ≥ 1280px — макет banner1280
 *   -------------------------------------------------------------------------- */

@media (min-width: 1280px) {
  .promo {
    --promo-pad-x: 64px;
    --promo-pad-y: 48px;
    --promo-title-size: 28px;
    --promo-title-lh: 1.3;
    --promo-radius: 30px;
    --promo-img-w: 38%;
    --promo-img-overflow: 64px;
  }

  .promo__inner {
    min-height: 300px;
  }

  .promo__content {
    max-width: 40rem;
    gap: 32px;
  }

  .promo__btn {
    padding: 15px 24px;
    font-size: 16px;
  }

  .promo__visual {
    right: 20px;
  }
}

/* --------------------------------------------------------------------------
 *   Узкий экран: кнопка на всю ширину, лёгкий выступ картинки
 *   -------------------------------------------------------------------------- */

@media (max-width: 599px) {
  .promo {
    --promo-pad-x: 20px;
    --promo-pad-y: 20px;
    --promo-radius: 20px;
    --promo-img-overflow: 20px;
  }

  .promo__content {
    width: 100%;
    max-width: 100%;
  }

  .promo__btn {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    padding: 12px 14px;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .promo__visual {
    margin-top: calc(var(--promo-img-overflow) * -0.5);
    margin-bottom: 0;
    align-self: flex-end;
  }
}

/* Уважение к reduced motion */

@media (prefers-reduced-motion: reduce) {
  .promo__btn,
  .promo__btn-icon {
    transition: none;
  }
}

/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/news.list/articles/style.css?17858556531064*/

div.list-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.item-articles {
    display: flex;
    flex-direction: column;
    width: 302px;
    height: 385px;
    overflow-wrap: break-word;
}

img.preview_picture-articles {
    width: 302px;
    height: 200px;
    border-radius: 16px;
}

span.articles_date {
    margin-bottom: 12px;
    color: #868685;
    font-family: var(--font-family-body);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-heading);
}

p.item-articles a {
    margin-bottom: 12px;
    color: #1d1d1d;
    text-decoration: none;
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-large);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-heading);
}

p.item-articles span.p_text {
    color: #535353;
    font-family: var(--font-family-body);
    font-size: var(--font-size-control);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-text);
}

/* End */
/* /bitrix/templates/gbk_blue/components/star/owlcarousel/carousel_products_page/style.css?17858556536293 */
/* /bitrix/templates/gbk_blue/components/bitrix/search.form/products_search/style.css?17858556531286 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.detail/banner_help/style.css?17858556536820 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.list/articles/style.css?17858556531064 */
