

/* 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.section/gbk_section/style.css?17858556531823*/
.catalog-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;

}

.catalog-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 290px;
	height: 605px;
	border: 2px solid #E5E5E5;
	border-radius: 16px;
	padding: 32px;
	margin-bottom: 25px;
}
.catalog-item-desc-float {
	font-family: Open Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: 0%;
	color: #535353;
}
.catalog-item span {
	font-family: Geologica;
	font-weight: 300;
	font-style: Light;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: 0%;
	color: #868685;
}

.catalog-item-image {
	width: ;
	height: ;
}
.catalog-item-image a {
	display: block;
	width: 226px;
}
.catalog-item-image a img {
	width: ;
	height: ;
}
.catalog-item-descr-block,.catalog-item-price-block {
	display: flex;
	flex-direction: column;
}
.catalog-item-descr-block {
	justify-content: flex-start;
	height: 246px;
}
.catalog-item-title a {
	font-family: Open Sans;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 120%;
	color: #1D1D1D;
	text-decoration: none;
}
.catalog-item-title a:link {
	color: #1D1D1D;
}
.catalog-item-title a:visited {
	color: #868685;
}

.catalog-item-price-block {
	justify-content: space-between;
	height: 127px;
}
.catalog-item-price,.catalog-item-button {
	align-self: center;
}
.catalog-item-button {
	width: 144px;
	height: 48px;
	border-radius: 8px;
	background-color: #1AA840;
	color: #fff;
	text-align: center;
	align-content: center;
	cursor: pointer;
}
.catalog-item-button div img {
	position: relative;
	bottom: -3px;
	margin-right: 11px;
}
/* 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 */
/* /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.section/gbk_section/style.css?17858556531823 */
/* /bitrix/templates/gbk_blue/components/interlabs/feedbackform/buy_form/style.css?178585565315405 */
