

/* 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 */
/* /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 */
