

/* 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?1785855653525*/
.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;
}

/* End */


/* Start:/bitrix/templates/gbk_blue/components/bitrix/catalog/catalog_gbk/bitrix/catalog.element/.default/style.css?17858556534588*/

.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);
}

.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-item-image {
    width: 570px;
    height: 443px !important;
    margin-bottom: 30px;
    border: 2px solid #e5e5e5;
    border-radius: 16px;
    padding: 32px;
}

.catalog-item-image img {
    width: 100%;
    height: 100%;
}

.detail_img_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.catalog-item-price_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog-item-price_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    width: 294px;
    height: 201px;
    border: 2px solid #e5e5e5;
    border-radius: 16px;
    padding: 32px;
}

.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-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-item-price_block .catalog-item-button img {
    margin-right: 6px;
    margin-bottom: -3px;
}

.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);
}

.detail_help {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 294px;
    height: 202px;
    border-radius: 16px;
    padding: 24px;
    background-color: #0079c0;
}

.detail_help_phone img {
    float: left;
    margin-right: 6px;
}

.detail_help_mail {
    display: flex;
    align-items: center;
}

.detail_help_mail img {
    margin-right: 6px;
}

.detail_help_phone span,
.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);
}

.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-item ul span {
    margin-right: 10px;
    color: #0079c0;
}

.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-item ul a:hover {
    color: red;
}

.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-item-properties {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100px;
}

.catalog-item-property-grey {
    background-color: #f4f4f4;
}

.catalog-item-property {
    margin-right: 16px;
}

.catalog-item-property,
.catalog-item-property-grey {
    display: flex;
    justify-content: space-between;
    /*width: 452px;*/
    padding-left: 8px;
}

.catalog-item-property span,
.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-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);
}

/* End */


/* Start:/bitrix/templates/gbk_blue/components/interlabs/feedbackform/buy_form/style.css?178585565315405*/
.interlabs-feedbackform__container {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
}
.interlabs-feedbackform__container .hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
  padding: 6px;
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header {
  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;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
  font-family: Geologica;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;

}
.form_wrapper_help .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
  color: #1D1D1D;
}


.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header .js-interlabs-feedbackform__dialog__close {
  cursor: pointer;
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body {
  margin-top: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;

}
.form_wrapper_help .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body p {
  color: #1D1D1D;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group {
  margin-bottom: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .field-required {
  color: #EB5757;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group label:nth-child(1) {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 0;
}
.form_wrapper_help .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group label:nth-child(1) {
  color: #868685;
}


.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"] {
  margin-bottom: 0;
  height: 40px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  padding: 0 12px 0 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"].date {
  width: 75px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group select {
  width: 30%;
  color: #828282;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 13px;
  height: 36px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/bitrix/templates/gbk_blue/components/interlabs/feedbackform/buy_form/image/select-arrow.png") no-repeat 97% 55%;
  background-color: #F8FAFC;
  text-align: left;
  text-align-last: left;
  padding-right: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file {
  margin-top: 6px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file input[type="file"] {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file a {
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  font-family: Geologica;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #535353;
  cursor: pointer;
  background-color: #F4F4F4;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label {
  color: #fff;
  margin-left: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  font-size: 14px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label.selected {
  color: #fff;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group textarea {
  width: 100%;
  height: 180px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
  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;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
  width: 75%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
  width: 180px;
  height: 40px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 2px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #159EBB;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 8px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #70BB18;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree a {
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree .c-checkbox {
  display: inline-block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body input[type="submit"],
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button,
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .interlabs-feedbackform__container-succsess__close {
  width: auto;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
  padding: 0 12px 0 12px;
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button.green {
  background-color: #1AA840;
}


.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button img {
  margin-right: 11px;
  margin-bottom: -10px;
}


.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .error {
  color: #EB5757;
  margin-left: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .interlabs-feedbackform__container__errors .interlabs-feedbackform__container__errors__item {
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  font-size: 14px;
  color: #EB5757;
  margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
  color: #70BB18;
  margin: 20px 0px;
  padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
  max-height: 480px;
  max-width: 540px;
  position: fixed;
  z-index: 9998;
  top: 30%;
  left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
  height: 300px;
  overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
  border-bottom: 1px solid #70BB18;
  min-height: 48px;
  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;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header .close-dialog {
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
  margin-bottom: 28px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group .btn.btn-close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
    width: 100%;
    margin-top: 12px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
    width: 180px;
    height: 40px;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog {
    top: 50px;
    left: 0;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 150px;
  }
}

@media screen and (max-width: 480px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
    padding: 24px 20px;
  }

  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
    font-size: 20px;
  }

  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group select,
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"].date {
    width: 100%;
  }

  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group textarea {
    height: 140px;
  }

  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body input[type="submit"],
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button,
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .interlabs-feedbackform__container-succsess__close {
    width: 100%;
    justify-content: center;
  }
}

/* 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 */
/* /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?1785855653525 */
/* /bitrix/templates/gbk_blue/components/bitrix/catalog/catalog_gbk/bitrix/catalog.element/.default/style.css?17858556534588 */
/* /bitrix/templates/gbk_blue/components/interlabs/feedbackform/buy_form/style.css?178585565315405 */
/* /bitrix/templates/gbk_blue/components/bitrix/news.detail/banner_help/style.css?17858556536820 */
