

/* Start:/local/templates/.default/components/bquadro/catalog/products2/style.css?172172831114812*/
.catalog-line__top {
	padding: 40px 0 25px;
	display: flex;
    justify-content: flex-end;
}
.catalog-line__btn {
    display: flex;
}
.catalog-line__btn-item {
    width: 30px;
    height: 30px;
    margin-left: 23px;
    cursor: pointer;
}
.catalog-line__btn-item svg {
    fill: #3A3A3A;
    transition: 0.3s ease;
}
.catalog-line__btn-item:hover svg {
    fill: #000;
}
.catalog-line__btn-item.active svg {
    fill: #FF6417 !important;
}
.catalog-line__item-top {
    display: flex;
    flex-wrap: wrap;
    padding: 19px 0;
    position: relative;
    font-size: 20px;
    line-height: 1.25;
    cursor: pointer;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.catalog-line__item-cont {
    display: none;
    padding-bottom: 54px;
}
.catalog-line__item--list .catalog-line__item-cont {
    padding-top: 25px ;
}
.catalog-line__item--catalog .catalog-line__item-cont {
    padding-top: 45px ;
}
.catalog-line__item.active .catalog-line__item-cont {
    display: block;
}
.catalog-line__item-title {
    width: 20%;
    padding: 0 10px;
    font-size: 30px;
    line-height: 1.17;
}
.catalog-line__item-count {
    width: 20%;
    padding: 0 10px;
}
.catalog-line__item-btm {
    width: 100px;
    margin-left: auto;
    cursor: pointer;
    padding: 0 10px;
}
.catalog-line__item-btm:before,
.catalog-line__item-btm:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #FF6417;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s ease;
}
.catalog-line__item-btm:after {
    transform: rotate(90deg);
}
.catalog-line__item.active .catalog-line__item-btm:after {
    transform: rotate(0deg);
}
.catalog-line__item {
}
.catalog-line__item-line {
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    height: 1px;
	
}
.catalog-line__item-line:before {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #3A3A3A;

}
.catalog-line__item.aos-animate .catalog-line__item-line:before {
    width: 100%;
    transition: width 1.5s cubic-bezier(0, 0, 0, 1);
}
@media(max-width: 1230px) {
    .catalog-line__item-title {
        font-size: 25px;
    }
}
@media(max-width: 991px) {
    .catalog-line__item-top {
        font-size: 15px;
        line-height: 1.33;
    }
    .catalog-line__item-count {
        width: 40%;
    }
    .catalog-line__item-title {
        width: 25%;
        font-size: 20px;
    }
    .catalog-line__item-cont {
        padding-bottom: 30px;
    }
    .catalog-line__item--list .catalog-line__item-cont,
    .catalog-line__item--catalog .catalog-line__item-cont {
        padding-top: 25px ;
    }
    .catalog-line__top {
        display: none;
    }
}
@media(max-width: 450px) {
    .catalog-line__item-top {
        padding: 13px 0;
    }
    .catalog-line__item-count,
    .catalog-line__item-title {
        width: 100%;
    }
    .catalog-line__item-btm {
        position: absolute;
        right: 0;
        top: 13px;
        height: 20px;
    }
}






.catalog-element__tab--list .catalog-element__item {
	width: 100%;
	padding: 24px 0;
	position: relative;
	margin: 0;
}

.catalog-element__tab--list .catalog-element__item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: 1px;
	background: #DFDFDF;
}

.catalog-card-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 10px;
    position: relative;
}
.catalog-card-list:before {
	content: "";
	width: 100%; height: 1px;
	background: #DFDFDF;
	position: absolute;
	left: 0; top: 0;
}
.catalog-card-list:last-child:after {
	content: "";
	width: 100%; height: 1px;
	background: #DFDFDF;
	position: absolute;
	left: 0; bottom: 0;
}


.catalog-card-list__img,
a.catalog-card-list__img
{
  width: 192px;
  background: #f8f8f8;
  position: relative;
}
a.catalog-card-list__img:before,
.catalog-card-list__img:before
{
  content: '';
  padding-top: 67.7%;
  display: block;
}
.catalog-card-list__img img,
a.catalog-card-list__img img
{
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  position: absolute;
  left: 5%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.catalog-card-list__name {
	width: calc(40% - 192px);
	font-size: 20px;
	line-height: 1.25;

	padding: 15px 40px 0;
}

.catalog-card-list__title {
	margin-bottom: 20px;
	font-weight: 500;
	text-decoration: none;
	display: block;
}

.catalog-card-list__spec .catalog-card-list__spec-item {
	padding-right: 40px;
	display: inline-block;
    font-size: 15px;
    line-height: 1.33;
}
.catalog-card-list__spec .catalog-card-list__spec-item:last-child {
	padding-right: 0;
}


.catalog-card-list__dop {
	width: 40%;
	font-size: 15px;
	line-height: 1.33;
	padding-top: 19px;
}

.catalog-card-list__dop-item {
	display: inline-block;
}
.catalog-card-list__dop .catalog-card-list__dop-item:after {
	content: "/";
	display: inline-block;
	color: #FF6417;
	padding: 0 2px 0 4px;
}
.catalog-card-list__dop .catalog-card-list__dop-item:last-child:after {
	display: none
}


.catalog-card-list__btm {
	width: 20%;
	text-align: right;
	font-size: 20px;
	line-height: 1.25;
	padding-top: 15px;
}
/*
.catalog-card-list__btm .link-orange {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.catalog-card-list__btm-text-1 {
    display: inline-block;
    transition: transform 0.3s;
}
.catalog-card-list__btm-text-2 {
    display: inline-block;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: transform 0.3s;
}
.catalog-card-list__btm .link-orange.is-active .catalog-card-list__btm-text-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
}

.catalog-card-list__btm .link-orange.is-active .catalog-card-list__btm-text-2 {
    position: static;
    transform: translateY(0%);
}
*/


.catalog-card-list__btm>.btn {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
    border: 1px solid #FF6417;
    font-size: inherit;
    overflow: hidden;
}
.catalog-card-list__btm .link-orange {
    position: relative;
}
.catalog-card-list__btm .btn .catalog-card-list__btm-text {
    display: inline-block;
    transition: transform 0.3s;
    padding: 15px 20px;
    font-size: inherit;
}

.catalog-card-list__btm .btn .catalog-card-list__btm-text--1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.catalog-card-list__btm .btn  .catalog-card-list__btm-text--2 {
    transform: translateY(100%);
    white-space: nowrap;
}
.catalog-card-list__btm .btn.is-active .catalog-card-list__btm-text--1 {
    transform: translateY(-100%);
}
.catalog-card-list__btm .btn.is-active .catalog-card-list__btm-text--2 {
    transform: translateY(0%);
}
.catalog-card-list__btm .btn.is-active {
    background: transparent;
    color: #000;
}


@media(max-width: 1230px) {
	.catalog-card-list__img,
	a.catalog-card-list__img
	{
	  width: 120px;
	}
	a.catalog-card-list__img:before,
	.catalog-card-list__img:before
	{
	  content: '';
	  padding-top: 67.7%;
	  display: block;
	}
	.catalog-card-list__name {
		width: calc(40% - 120px);
		padding: 0 25px;
	}
	.catalog-card-list__dop {
		padding-top: 2px;
	}
	.catalog-card-list__btm {
		padding-top: 0;
	}
	.catalog-card-list__spec .catalog-card-list__spec-item {
		padding-right: 25px;
	}
	.catalog-card-list__title {
		margin-bottom: 15px;
	}
	.catalog-card-list__spec {
		font-size: 15px;
		line-height: 1.25
	}
	.catalog-card-list__name,
	.catalog-card-list__btm {
		font-size: 17px;
	}
}
@media(max-width: 991px) {
	
	.catalog-element__tab--list {
		display: none !important;
	}
}







.catalog-element__item {
	margin-bottom: 60px;
}
.catalog-element__item {
	padding: 0 10px;
	margin-bottom: 60px;
	width: 20%;

}
.catalog-element__wrap {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.catalog-element__wrap>div:not(.catalog-element__item) {
    display: flex;
	flex-wrap: wrap;
}
@media(max-width: 1230px) {
	.catalog-element__item {
		width: 25%;
	}
}
@media(max-width: 991px) {
	.catalog-element__item {
		width: 33.33%;
	}
    .catalog-element__item {
        margin-bottom: 36px;
    }
}
@media(max-width: 600px) {
	.catalog-element__item {
		width: 50%;
        padding: 0 5px;
	}
    .catalog-element__wrap {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
}
@media(max-width: 360px) {
	.catalog-element__item {
		width: 100%;
	}
}




.catalog-card {
	
}
.catalog-card__wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.catalog-card__img,
a.catalog-card__img
{
  position: relative;
  display: block;
  background: #f8f8f8;
  height: 100%;
}
.catalog-card__img img,
a.catalog-card__img img
{
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  width: auto;
  height: auto;
  position: absolute;
  left: 5%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.catalog-card__dots
{
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0; bottom: 17px;
  width: 100%;
}
.catalog-card__dots span
{ 
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DFDFDF;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
}
.catalog-card__dots span.active {
	background: #FF6417;
}

.catalog-card__img-cols
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.catalog-card__img-cols-item
{
  flex-grow: 1;
}


.catalog-card__dop {
	
}
.catalog-card__title {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 4px;
	font-weight: 500;
	text-decoration: none;
}
.catalog-card__viscosity {
	margin-top: 4px;
}

.catalog-card__dop {
	margin-top: 19px;
	font-size: 20px;
	line-height: 1.25;
}
.catalog-card__dop-title {
	font-size: 15px;
	line-height: 1.33;
	letter-spacing: -0.01em;
	color: #9E9E9E;
	margin-bottom: 6px;
}

.catalog-card__dop-item {
	display: inline-block;
}
.catalog-card__dop--dop .catalog-card__dop-item:after {
	content: "/";
	display: inline-block;
	color: #FF6417;
	padding: 0 2px 0 4px;
}
.catalog-card__dop--dop .catalog-card__dop-item:last-child:after {
	display: none
}
.catalog-card__dop--spec .catalog-card__dop-item {
	padding-right: 40px;
}
.catalog-card__dop--spec .catalog-card__dop-item:last-child {
	padding-right: 0;
}
.catalog-card__btm {
	background: #fff;
	text-align: right;
	font-size: 20px;
	line-height: 1.25;
	position: absolute;
	width: 100%;
	left: 0; bottom: 0;
	opacity: 0;
	transition: opacity .6s cubic-bezier(.25,.74,.22,.99);
    overflow: hidden;
}
.catalog-card__btm>.btn {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
    border: 1px solid #FF6417;
    font-size: inherit;
}
.catalog-card__btm .link-orange {
    position: relative;
}
.catalog-card__btm .btn .catalog-card__btm-text {
    display: inline-block;
    transition: transform 0.3s;
    padding: 15px 20px;
    font-size: inherit;
}

.catalog-card__btm .btn .catalog-card__btm-text--1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.catalog-card__btm .btn  .catalog-card__btm-text--2 {
    transform: translateY(100%);
}
.catalog-card__btm .btn.is-active .catalog-card__btm-text--1 {
    transform: translateY(-100%);
}
.catalog-card__btm .btn.is-active .catalog-card__btm-text--2 {
    transform: translateY(0%);
}
.catalog-card__btm .btn.is-active {
    background: transparent;
    color: #000;
}
/*
.catalog-card__btm .btn.is-active .catalog-card__btm-text-2 {
    position: static;
    transform: translateY(0%);
}
*/
.catalog-card.active .catalog-card__btm {
	opacity: 1;
}
.catalog-card__spec {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 14px;
}
.catalog-card__viscosity {
    font-size: 20px;
    line-height: 1.25;
}
@media (max-width: 1560px) {
    .catalog-card__title {
        font-size: 20px;
        line-height: 1.25
    }
    .catalog-card__dop,
    .catalog-card__viscosity {
        font-size: 15px;
    }
    .catalog-card__dop-list .catalog-card-permission:nth-child(n + 5) {
        display: none;
    }
    .catalog-card__dop-list .catalog-card-permission:nth-child(n + 4):after {
        display: none;
    }

    .catalog-card__btm {
        font-size: 18px;
    }
    .catalog-card__btm .btn .catalog-card__btm-text {
        padding: 10px 15px;
    }

}
@media (max-width: 1230px) {
    
}
@media (max-width: 991px) {
    .catalog-card__dop-title {
        display: none;
    }
    .catalog-card__btm {
		opacity: 1;
		font-size: 18px;
	}
    .catalog-card__dots {
        display: none;
    }
}
@media (max-width: 767px) {
    .catalog-card__btm {
        font-size: 15px;
    }
}
@media (max-width: 700px) {
    .catalog-card__dots span {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }
}
@media (max-width: 600px) {
	.catalog-card__dop {
		margin-top: 10px;
    }
}
.catalog-card__bottom {
    padding: 20px 0 40px;
    max-height: calc(100% - 400px);
    /*transition: height .6s cubic-bezier(.25, .74, .22, .99);*/
    margin-bottom: -40px;
    position: relative;
}
.catalog-card__bottom:before {
    content: "";
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background: #fff;
}
.catalog-card__hidden {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s cubic-bezier(.25, .74, .22, .99)
}
.catalog-card__hidden-content {
    display: block;
}
.catalog-card__top {
    height: 400px;
    overflow: hidden;
    transition: height .6s cubic-bezier(.25, .74, .22, .99)
}
.catalog-card.active .catalog-card__bottom {
    max-height: calc(100% - 160px)
}
.catalog-card.active .catalog-card__top {
    height: 160px;
}

.catalog-card__bottom > span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    color: #FF6417;
}

@media (max-width: 1560px) {
    .catalog-card__bottom {
        max-height: calc(100% - 300px);
    }
    .catalog-card__top {
        height: 300px;
    }
    .catalog-card__btm>.btn {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .catalog-card__bottom {
        margin-bottom: 0;
        padding: 20px 0 60px;
    }

    .catalog-card__bottom > span {
        line-height: 18px;
    }

}
@media (max-width: 767px) {
    .catalog-card__bottom {
        padding: 20px 0 50px;
    }
}


@media (max-width: 600px) {
    .catalog-card__bottom {
        max-height: calc(100% - 192px);
        margin-bottom: 0;
    }
    .catalog-card__top {
        height: 192px;
    }
}



/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/bq-hill/style.css?1707129079418*/
.breadcrumb {
    display: inline-block;
}
.breadcrumb__item, .breadcrumb__item a, .breadcrumb__item span {
    display: inline;
}
.breadcrumb__item a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/local/templates/.default/components/bitrix/breadcrumb/bq-hill/images/right-r.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.breadcrumb__item a {
    color: #9E9E9E;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/.default/components/bquadro/catalog.smart.filter/products/style.css?17071290798882*/
.filter-sec {
	width: 100%;
}
.filter-sec__inner-form form {
	margin: 0;
	display: block;
}
.filter__item {
	width: 20%;
	padding: 0 10px;
	font-size: 15px;
	line-height: 1.33;
	position: relative;
	margin-bottom: 20px;
}

.filter__wrap {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.filter__item-title {
	width: 100%;
	padding: 19px 20px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	position: relative
}
.filter__item-title:after {
	content: "";
	right: 20px;
	top: 26px; 
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #FF6417;
	transition: 0.3s;
}
.filter__item.bx-active .filter__item-title:after {
	transform: rotate(180deg);

}
.filter__item-list {
	width: calc(100% - 20px);
	padding: 20px;
	border: 1px solid #FFFFFF;
	
	background: #000;
	color: #fff;
	overflow: hidden;
	position: absolute;
	left: 10px; bottom: 1px;
	transform: translateY(100%);
	
	display: none;
	z-index: 3;
	
}
.filter__item-wr {
	max-height: 222px;
	overflow: auto;
}
.filter__item-wr::-webkit-scrollbar {
	padding-right: 10px;
	width: 3px;
}
.filter__item-wr::-webkit-scrollbar-track  {
	background: transparent;
}
.filter__item-wr::-webkit-scrollbar-thumb {
	background-color: #FF6417;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.filter__item:nth-child(n+5) .filter__item-list {
	z-index: 2;
}

.filter__item-dop {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #9E9E9E;
	
	margin-bottom: 11px
}

.filter__item--btn {
	padding-top: 31px;
	margin-left: auto;
}
.filter__item--btn .form__btn {
	width: 100%;
}



.filter-sec__top {
	display: flex;
	padding-bottom: 39px;
	font-size: 20px;
	line-height: 1.25;
}
.filter-sec__top-adap {
	display: none;
	font-size: 25px;
	line-height: 1;
}
.filter-sec__adap {
	font-size: 20px;
	line-height: 1.25;
	display: none;
	cursor: pointer;
}
.filter-sec__top-toggle,
.filter-sec__top-clear {
	width: 25%;
	width: 20%;
	vertical-align: middle;
	cursor: pointer;
}
.filter-sec__adap:after,
.filter-sec__top-toggle:after,
.filter-sec__top-clear:after {
	content: "";
	width: 12px; height: 12px;
	display: inline-block;
	vertical-align: middle;
}
.filter-sec__adap:after {
	width: 20px; height: 20px;
	background: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/adap_filter.svg) no-repeat center;
	margin-left: 10px;
}

.filter-sec__top-clear:after {
	background: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/clear_filter.svg) no-repeat center;
	margin-left: 14px;
}
.filter-sec__top-toggle:after {
	background: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/toggle_filter.svg) no-repeat center;
	margin-left: 10px;
	transition: 0.3s ease;
	transform: rotate(0deg);
}
.filter-sec__top-toggle.active:after {
	transform: rotate(180deg);
}
.filter-sec__top-toggle {
	position: relative;
	overflow: hidden;
}
.filter-sec__top-toggle-text-1 {
    display: inline-block;
    transition: transform 0.3s;
}
.filter-sec__top-toggle:not(.active) .filter-sec__top-toggle-text-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
}
.filter-sec__top-toggle-text-2 {
    display: inline-block;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: transform 0.3s;
}
.filter-sec__top-toggle:not(.active) .filter-sec__top-toggle-text-2 {
    position: static;
    transform: translateY(0%);
}
.filter-sec__inner-form {
	padding-bottom: 40px;
}
.filter-sec__inner-form:last-child {
	padding-bottom: 0px;
}
.filter-sec__tags {
	font-size: 20px;
	line-height: 1.25;
	padding-top: 24px;
	border-top: 1px solid #fff;
}
.filter-sec__tags-title {
	margin-bottom: 20px;
	cursor: pointer;
}
.filter-sec__tags-title:after {
	content: "";
	width: 10px; height: 10px;
	margin-left: 15px;
	display: inline-block;
	background: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/toggle_filter.svg) no-repeat center;
	vertical-align: middle;
	transform: rotate(0deg);
	transition: 0.5s;
}
.filter-sec__tags-title.active:after {
	transform: rotate(180deg);
}
.filter-sec__tags-item {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}
.filter-sec__tags-item--active a {
	color: #FF6417
}

.filter-sec__back {
	display: none;
	cursor: pointer;
}

@media(max-width: 1560px) {
	.filter__item {
		width: 25%;
	}
}
@media(max-width: 1230px) {
	.filter__item {
		width: 33.33%;
	}
	.filter-sec__tags {
		font-size: 15px;
		line-height: 1.33;
	}
	.filter-sec__tags-item {
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.filter-sec__tags-title {
		font-size: 20px;
	}
}
@media(min-width: 991px) {
	.filter-sec__wrap {
		display: block !important;
	}
}
@media(max-width: 991px) {
	.filter__item {
		width: 50%;
		margin-bottom: 24px;
	}
	.filter-sec__wrap {
		position: fixed;
		left: 0; top: 0;
		background: #000;
		z-index: 10;
		padding: 100px 38px 20px;
		height: 100vh;
		width: 100vw;
		display: none;
	}
	.filter-sec__back {
		max-width: 686px;
		margin: 0 auto 32px;
	}
	.filter-sec__top {
        max-width: 686px;
        justify-content: space-between;
    }
    .filter-sec__inner {
        max-width: 686px;
        margin: auto;
        height: calc(100% - 116px);
        overflow-x: hidden;
        overflow-y: auto;
		scrollbar-color: #979797 transparent;
        scrollbar-width: thin;
    }
    .filter-sec__inner::-webkit-scrollbar {
        padding-right: 10px;
        width: 3px;
    }
    .filter-sec__inner::-webkit-scrollbar-track {
        background: transparent;
    }
    .filter-sec__inner::-webkit-scrollbar-thumb {
        background-color: #979797;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }
    .filter-sec__top-toggle {
        display: none;
    }
    .filter-sec__adap,
    .filter-sec__top-adap {
        display: block;
    }
    .filter-sec__top-clear {
		width: auto;
		color: #9E9E9E;
	}
	
	.filter-sec__back {
		display: block;
		padding-left: 26px;
		padding-right: 0;
		margin-bottom: 32px;
	}
	.filter-sec__back .link-arr__arr {
		right: auto;
		left: 0;
		transform: rotate(180deg)
	}
	
	
}
@media(max-width: 767px) {
	.filter-sec__wrap {
		padding: 100px 20px 20px;
	}
}
@media(max-width: 600px) {
	.filter__item {
		width: 100%;
	}
	.filter__item-list {
		position: static;
		transform: none;
		width: 100%;
		margin-top: -1px;
	}
}





.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}


#modef .form__btn {
	display: block;
    text-align: center;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/colors.css?17071290794780*/
.bx-filter.bx-blue .bx-filter-section {
	background: #edf6fc;
}
/*
* INPUTS
*
*/
.bx-filter.bx-blue .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-blue .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background: #849da4;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background: #a8dff3;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {background: #499fd8;}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}
/*
*	Select
*
*/
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-blue .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-blue .bx-tag-link {
	color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/

.bx-filter.bx-blue .btn-themes {
	background-color: #1485CE;
	border-color: #1485CE;
	color: #FFF
}
.bx-filter.bx-blue .btn-themes.bx-active,
.bx-filter.bx-blue .btn-themes.focus,
.bx-filter.bx-blue .btn-themes:active,
.bx-filter.bx-blue .btn-themes:focus,
.bx-filter.bx-blue .btn-themes:hover{
	background-color: #53A4D8;
	border-color: #53A4D8;
	color: #FFF
}
/*
* 	Result Popup
*
*/
/* End */


/* Start:/local/components/bquadro/hill.catalog.section.list/templates/.default/style.css?17071290791123*/
.addsectionels {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.addsectionels--desc {
	pointer-events: none;
}
.addsectionels--hide {
	display: none;
	pointer-events: none;
}
.catalog-element {
	overflow: hidden;
}
.catalog-line {
	margin-bottom: 235px;
}
.catalog-description {
	position: relative;
	padding: 80px 0 235px;
	padding-left: 50%;
	font-size: 20px;
	line-height: 1.25;
}
.catalog-description:before {
	content: "";
	position: absolute;
	width: 0%; height: 1px;
	left: 0; top: 0;
	background: #9E9E9E;
}
.catalog-description.aos-animate:before {
	width: 100%;
	transition: width 1s cubic-bezier(0, 0, 0, 1);
}
@media(max-width: 1560px) {
	.catalog-description {
		padding: 80px 0 160px;
	}
	.catalog-line {
		margin-bottom: 160px;
	}
}
@media(max-width: 1230px) {
	.catalog-description {
		padding-left: 25%;
	}
}
@media(max-width: 991px) {
	.catalog-description {
		font-size: 15px;
		line-height: 1.25;
	}
	.catalog-description {
		padding: 60px 0 100px;
	}
	.catalog-line {
		margin-bottom: 100px;
	}
}
@media(max-width: 600px) {
	.catalog-description {
		padding-left: 0%;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog/themes/blue/style.css?1707129079825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/.default/components/bquadro/catalog/products2/style.css?172172831114812 */
/* /local/templates/.default/components/bitrix/breadcrumb/bq-hill/style.css?1707129079418 */
/* /local/templates/.default/components/bquadro/catalog.smart.filter/products/style.css?17071290798882 */
/* /local/templates/.default/components/bquadro/catalog.smart.filter/products/themes/blue/colors.css?17071290794780 */
/* /local/components/bquadro/hill.catalog.section.list/templates/.default/style.css?17071290791123 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog/themes/blue/style.css?1707129079825 */
