

/* Start:/bitrix/templates/gbk_blue/components/bitrix/menu/catalog_filter_menu/style.css?17860038712673*/

.noLink {
	pointer-events: none;
}
.opened {
	display: block;
}
ul#gbk_catalog_menu {
	border: 2px solid #E5E5E5;
	border-radius: 16px;
	margin-bottom: 40px;
}
ul#gbk_catalog_menu h6 {
	font-family: Geologica;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	margin: 24px;

}

ul#gbk_catalog_menu, #gbk_catalog_menu ul
{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;

	font-size:24px;
	text-align: left;
	margin: 0 auto;
	overflow-y: auto;
}
#gbk_catalog_menu li {
	margin: 3px;
	overflow-y: auto;

}
/*Submenu box*/
#gbk_catalog_menu li ul
{
	/*position:absolute;
	top:-999em;*/
	top:auto;
	display:none;

	height:auto;


	width:200px;
}

/* Submenu Items */
#gbk_catalog_menu li a
{
	display: block;
	text-decoration: none;
	font-weight:bold;
	padding: 12px 48px 12px 24px;	
	color:#868685;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	background:#fff;

}

/*Items selected*/
#gbk_catalog_menu li a.item-selected
{
	color:#fff;
	background:#0295EB;
	border-radius: 8px;
}

/*Items Hover */
#gbk_catalog_menu li a:hover
{
    font-family: var(--font-family-body);
    font-size: var(--font-size-control);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-heading);
    text-align: left;
}

/*Rootmenu Items*/
#gbk_catalog_menu div.root-item
{
	color:#fff;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	text-align: left;
	padding: 12px 48px 12px 24px;
	background:#0295EB;
	border-radius: 8px;

	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#gbk_catalog_menu a.root-item:hover, #gbk_catalog_menu a.root-item-selected:hover
{
	background:#fff ;
}

/*Rootmenu Items Selected*/
#gbk_catalog_menu a.root-item-selected, div.root-item-selected
{
	color:#fff;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;

	text-align: left;
	padding: 12px 48px 12px 24px;
	background: #0295EB;
	border-radius: 8px;

	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#gbk_catalog_menu div.parent
{
	color:#868685;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	text-align: left;
	padding: 12px 48px 12px 24px;
	background: url(/bitrix/templates/gbk_blue/components/bitrix/menu/catalog_filter_menu/images/Vector.png) 95% 50% no-repeat;
}

/*Denied items*/
#gbk_catalog_menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/gbk_blue/components/bitrix/menu/catalog_filter_menu/images/lock.gif) center right no-repeat;
	color:#DDDDDD;

}

/* Holly Hack. IE Requirement \*/
* html ul#gbk_catalog_menu li { float: left; height: 1%; }
* html ul#gbk_catalog_menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#gbk_catalog_menu li ul.root-item
{
	width: 85%;
}

#gbk_catalog_menu li ul
{
	width: 95%;
}


/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/menu/catalog_left/style.css?17860043042045*/

.noLink {
    pointer-events: none;
}

.opened {
    display: block;
}

ul#gbk_catalog_menu {
    width: 100%;
    border: 2px solid #e5e5e5;
    border-radius: 16px;
}

ul#gbk_catalog_menu h6 {
    margin: 24px;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-h6);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-compact);
}

ul#gbk_catalog_menu,
#gbk_catalog_menu ul {
    position: relative;
    margin: 0 auto;
    padding: 0 0 20px;
    overflow-y: auto;
    list-style: none;
    font-size: var(--font-size-title-small);
    text-align: left;
}

#gbk_catalog_menu li {
    margin: 3px;
    overflow-y: auto;
}

/* Submenu */
#gbk_catalog_menu li ul {
    display: none;
    width: 95%;
}

/* Common menu item typography */
#gbk_catalog_menu li a,
#gbk_catalog_menu div.root-item,
#gbk_catalog_menu div.parent,
#gbk_catalog_menu a.root-item-selected,
#gbk_catalog_menu div.root-item-selected {
    padding: 12px 48px 12px 24px;
    font-family: var(--font-family-body);
    font-size: var(--font-size-control);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-heading);
    text-align: left;
}

#gbk_catalog_menu li a {
    display: block;
    color: #868685;
    background: #fff;
    text-decoration: none;
}

#gbk_catalog_menu li a.item-selected {
    border-radius: 8px;
    background: #0295eb;
    color: #fff;
}

#gbk_catalog_menu div.root-item,
#gbk_catalog_menu a.root-item-selected,
#gbk_catalog_menu div.root-item-selected {
    border-radius: 8px;
    background: #0295eb;
    color: #fff;
}

#gbk_catalog_menu a.root-item:hover,
#gbk_catalog_menu a.root-item-selected:hover {
    border-radius: 8px;
    background: #0295eb;
    color: #fff;
}

#gbk_catalog_menu div.parent {
    color: #868685;
    background: url("/bitrix/templates/gbk_blue/components/bitrix/menu/catalog_left/images/Vector.png") 95% 50% no-repeat;
}

#gbk_catalog_menu a.denied {
    color: #ddd;
    background: #f5f5f5 url("/bitrix/templates/gbk_blue/components/bitrix/menu/catalog_left/images/lock.gif") center right no-repeat;
}

#gbk_catalog_menu li ul.root-item {
    width: 85%;
}

/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/breadcrumb/gbk-breadcrumb/style.min.css?1785855653467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/catalog/catalog_gbk/style.css?1787642783620*/
.sortline {
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 40px 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px 12px 12px;
    font-family: var(--font-family-body);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-compact);
}

.sortline select:focus {
    outline: none;
}

.sortline select {
    border: 0;
    background-color: #fff;
    color: inherit;
    font: inherit;
}

.catalog-detail-promo {
    width: 100%;
    margin: 40px 0 0;
    overflow: visible;
}

/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/catalog/catalog_gbk/bitrix/catalog.element/.default/style.css?17876437378222*/
.catalog-detail .detail_title {
    color: #000;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-compact);
}

.catalog-detail .artnumber_detail {
    color: #868685;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-light);
    line-height: var(--line-height-heading);
}

.catalog-detail .catalog-item-image {
    width: 570px;
    max-width: 100%;
    height: 443px;
    margin-bottom: 0;
    border: 2px solid #e5e5e5;
    border-radius: 16px;
    padding: 32px;
    box-sizing: border-box;
}

.catalog-detail .catalog-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-detail .catalog-item-media {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 570px;
    max-width: 100%;
}

.catalog-detail .catalog-item-gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.catalog-detail .catalog-item-gallery__viewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.catalog-detail .catalog-item-gallery__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    transform: translateX(0);
}

.catalog-detail .catalog-item-gallery__item {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
    height: 101px;
    padding: 16px;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.catalog-detail .catalog-item-gallery__item.is-active {
    border-color: #0295EB;
}

.catalog-detail .catalog-item-gallery__item img {
    display: block;
    width: 100%;
    height: 69px;
    object-fit: contain;
    pointer-events: none;
}

.catalog-detail .catalog-item-gallery__nav {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    background: #fff;
    color: #0295EB;
    cursor: pointer;
}

.catalog-detail .catalog-item-gallery__nav:hover:not(:disabled) {
    border-color: #0295EB;
}

.catalog-detail .catalog-item-gallery__nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.catalog-detail .catalog-item-gallery__nav[hidden] {
    display: none;
}

.catalog-detail .detail_img_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}

.catalog-detail .catalog-item-price_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog-detail .catalog-item-price_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    box-sizing: border-box;
    width: 294px;
    max-width: 100%;
    height: 201px;
    border: 2px solid #e5e5e5;
    border-radius: 16px;
    padding: 32px;
}

.catalog-detail .availability_detail {
    width: max-content;
    height: 28px;
    border-radius: 6px;
    padding: 7px 10px 6px;
    background-color: #e5e5e5;
    font-family: var(--font-family-body);
    font-size: var(--font-size-caption);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-compact);
}

.catalog-detail .catalog-item-price_block .catalog-item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 48px;
    border-radius: 8px;
    background-color: #1aa840;
    cursor: pointer;
}

.catalog-detail .catalog-item-price_block .catalog-item-button img {
    margin-right: 6px;
    margin-bottom: -3px;
}

.catalog-detail .catalog-item-price_block .catalog-item-button span {
    color: #fff;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-text);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-compact);
}

.catalog-detail .detail_help {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 294px;
    max-width: 100%;
    height: 202px;
    border-radius: 16px;
    padding: 24px;
    background-color: #0079c0;
}

.catalog-detail .detail_help_phone img {
    float: left;
    margin-right: 6px;
}

.catalog-detail .detail_help_mail {
    display: flex;
    align-items: center;
}

.catalog-detail .detail_help_mail img {
    margin-right: 6px;
}

.catalog-detail .detail_help_phone span,
.catalog-detail .detail_help_mail span {
    color: #fff;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-body-large);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-compact);
}

.catalog-detail .detail_help .header_help .help_button {
    border: 2px solid #fff;
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-control);
    line-height: var(--line-height-compact);
    color: #fff;
}

.catalog-detail .catalog-item ul span {
    margin-right: 10px;
    color: #0079c0;
}

.catalog-detail .catalog-item ul a {
    color: #1d1d1d;
    text-decoration: none;
    font-family: var(--font-family-body);
    font-size: var(--font-size-text);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-body);
}

.catalog-detail .catalog-item ul a:hover {
    color: red;
}

.catalog-detail .catalog-item-properties-title {
    margin: 40px 0 24px;
    color: #1d1d1d;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-title-small);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-heading);
}

.catalog-detail .catalog-item-properties {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100px;
}

.catalog-detail .catalog-item-property-grey {
    background-color: #f4f4f4;
}

.catalog-detail .catalog-item-property {
    margin-right: 16px;
}

.catalog-detail .catalog-item-property,
.catalog-detail .catalog-item-property-grey {
    display: flex;
    justify-content: space-between;
    padding-left: 8px;
}

.catalog-detail .catalog-item-property span,
.catalog-detail .catalog-item-property-grey span {
    width: 220px;
    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-body);
}

.catalog-detail .catalog-item-desc-float {
    color: #535353;
    font-family: var(--font-family-body);
    font-size: var(--font-size-text);
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-body);
}

@media (max-width: 1024px) {
    .catalog-detail .detail_img_wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .catalog-detail .catalog-item-media,
    .catalog-detail .catalog-item-image {
        width: 100%;
    }

    .catalog-detail .catalog-item-image {
        height: auto;
        min-height: 280px;
    }

    .catalog-detail .catalog-item-gallery__item {
        height: 88px;
        padding: 12px;
    }

    .catalog-detail .catalog-item-gallery__item img {
        height: 56px;
    }
}

@media (max-width: 610px) {
    .catalog-detail .catalog-item-gallery {
        gap: 6px;
    }

    .catalog-detail .catalog-item-gallery__track {
        gap: 12px;
    }

    .catalog-detail .catalog-item-gallery__nav {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .catalog-detail .catalog-item-gallery__item {
        height: 72px;
        padding: 8px;
    }

    .catalog-detail .catalog-item-gallery__item img {
        height: 48px;
    }

    .catalog-detail .catalog-item-price_block,
    .catalog-detail .detail_help {
        width: 100%;
        height: auto;
    }
}

/* 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 */
/* /bitrix/templates/gbk_blue/components/bitrix/menu/catalog_filter_menu/style.css?17860038712673 */
/* /bitrix/templates/gbk_blue/components/bitrix/menu/catalog_left/style.css?17860043042045 */
/* /bitrix/templates/gbk_blue/components/bitrix/breadcrumb/gbk-breadcrumb/style.min.css?1785855653467 */
/* /bitrix/templates/gbk_blue/components/bitrix/catalog/catalog_gbk/style.css?1787642783620 */
/* /bitrix/templates/gbk_blue/components/bitrix/catalog/catalog_gbk/bitrix/catalog.element/.default/style.css?17876437378222 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.detail/banner_help/style.css?17876459185850 */
