

/* 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?17876459185850*/
:root {
  --promo-blue: linear-gradient(90deg, #0079C0 0%, #0295EB 100%);
  --promo-blue-solid: #0079C0;
  --promo-white: #ffffff;
  --promo-radius: 16px;
  --promo-max-height: 304px;
}

.banner_help,
.banner_help_catalog {
  width: 100%;
  max-height: var(--promo-max-height);
  margin: 20px 0 40px 0;
  border-radius: var(--promo-radius);
  overflow: visible;
  background: var(--promo-blue);
}

.banner_help_catalog {
  margin: 20px 0 20px 0;
}

.banner_help .promo,
.banner_help_catalog .promo,
.promo {
  --promo-pad: 40px;
  --promo-gap: 24px;
  --promo-title-size: 32px;
  --promo-title-lh: 1.2;
  --promo-img-w: 410px;
  --promo-img-overflow: 48px;

  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  width: 100%;
  max-height: var(--promo-max-height);
  min-height: var(--promo-max-height);
  overflow: visible;
  background: var(--promo-blue);
  border-radius: var(--promo-radius);
}

.promo__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: var(--promo-max-height);
  max-height: var(--promo-max-height);
  padding: var(--promo-pad);
  gap: var(--promo-gap);
  overflow: visible;
}

.promo__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--promo-gap);
  min-width: 0;
  max-width: calc(100% - var(--promo-img-w));
  max-height: calc(var(--promo-max-height) - var(--promo-pad) * 2);
  padding-right: 24px;
  overflow: hidden;
}

.promo__title,
#workarea .promo__title,
#workarea h2.promo__title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--promo-white);
  font-family: var(--font-family-heading, "Geologica", sans-serif);
  font-size: var(--promo-title-size);
  font-weight: var(--font-weight-bold, 700);
  line-height: var(--promo-title-lh);
  letter-spacing: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.promo__btn {
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  max-width: 100%;
  height: 48px;
  padding: 8px 16px;
  border: 2px solid var(--promo-white);
  border-radius: 8px;
  background: transparent;
  color: var(--promo-white);
  font-family: var(--font-family-heading, "Geologica", sans-serif);
  font-size: var(--font-size-control, 16px);
  font-weight: var(--font-weight-medium, 500);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.promo__btn span {
  color: var(--promo-white);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.promo__btn:hover,
.promo__btn:hover span,
.promo__btn:focus-visible,
.promo__btn:focus-visible span {
  background: var(--promo-white);
  color: var(--promo-blue-solid);
  outline: none;
}

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

.promo__btn-icon {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: filter 0.2s ease;
}

.promo__btn:hover .promo__btn-icon,
.promo__btn:focus-visible .promo__btn-icon {
  filter: brightness(0) saturate(100%) invert(42%) sepia(98%) saturate(1200%) hue-rotate(171deg) brightness(95%) contrast(101%);
}

.promo__visual {
  position: absolute;
  right: 0;
  top: calc(var(--promo-img-overflow) * -1);
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: min(42%, var(--promo-img-w));
  height: auto;
  overflow: visible;
  pointer-events: none;
}

.promo__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: calc(var(--promo-max-height) + var(--promo-img-overflow));
  object-fit: contain;
  object-position: right bottom;
}

@media (max-width: 1279px) {
  .promo {
    --promo-pad: 32px;
    --promo-title-size: 28px;
    --promo-img-w: 360px;
    --promo-img-overflow: 40px;
  }

  .promo__content {
    max-width: calc(100% - 300px);
  }
}

@media (max-width: 1024px) {
  .promo {
    --promo-pad: 28px;
    --promo-title-size: 24px;
    --promo-img-w: 280px;
    --promo-max-height: 280px;
    --promo-img-overflow: 32px;
    min-height: var(--promo-max-height);
  }

  .promo__inner {
    min-height: var(--promo-max-height);
  }

  .promo__title {
    -webkit-line-clamp: 3;
  }

  .promo__content {
    max-width: calc(100% - 220px);
  }
}

@media (max-width: 768px) {
  .banner_help,
  .banner_help_catalog {
    margin: 16px 0 32px;
    max-height: none;
    overflow: visible;
  }

  .promo {
    --promo-pad: 24px;
    --promo-gap: 20px;
    --promo-title-size: 22px;
    --promo-img-w: 100%;
    --promo-max-height: none;
    --promo-img-overflow: 20px;
    max-height: none;
    min-height: 0;
  }

  .promo__inner {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    max-height: none;
    padding-bottom: 0;
  }

  .promo__content {
    max-width: 100%;
    max-height: none;
    padding-right: 0;
    padding-bottom: 16px;
  }

  .promo__title {
    -webkit-line-clamp: 5;
  }

  .promo__btn {
    white-space: normal;
  }

  .promo__visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 280px;
    height: 200px;
    margin-top: calc(var(--promo-img-overflow) * -0.5);
    margin-left: auto;
    overflow: visible;
  }

  .promo__img {
    max-height: 220px;
  }
}

@media (max-width: 480px) {
  .promo {
    --promo-pad: 20px;
    --promo-title-size: 20px;
  }

  .promo__btn {
    width: 100%;
  }
}

@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?17876459185850 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.list/articles/style.css?17858556531064 */
