

/* Start:/local/templates/hualian/components/bitrix/catalog/h_cat/style.css?17332955688759*/
.block_banner_section-image {
    display: block;
    width: 100%;
    height: 263px;
    position: relative;
    cursor: pointer;
  }
  .block_banner_section-image img {
    border-radius: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
  }
  .block_banner_section {
    margin-bottom: 20px;
  }
  .block_banner_section .custom-banner {
    padding: 60px 70px;
    border-radius: 20px;
    background: #DEE2EA;
    position: relative;
    overflow: hidden;
  }
  .block_banner_section .custom-banner__content {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    position: relative;
    z-index: 10;
  }
  .block_banner_section .custom-banner__title {
    color: #303239;
    font-size: 40px;
    line-height: 40px; /* 100% */
  }
  .block_banner_section .custom-banner__description {
    color: #50575B;
    font-size: 18px;
    line-height: 22px; /* 122.222% */
    max-width: 350px;
  }
  .block_banner_section .custom-banner__link {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 32px;
    border-radius: 80px;
    background: #2085CF;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .block_banner_section .custom-banner__link:hover {
    opacity: 0.7;
  }
  .block_banner_section .custom-banner__bg_cr {
    width: 381px;
    height: 381px;
    transform: rotate(60deg);
    border-radius: 381px;
    background: linear-gradient(180deg, #C2C9D6 0%, rgba(194, 201, 214, 0) 100%);
    filter: blur(50px);
    position: absolute;
    z-index: 1;
    left: -6%;
    bottom: -30%;
  }
  .block_banner_section .custom-banner__bg_image-big {
    width: 623px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(620px + 18%);
  }
  .block_banner_section .custom-banner__bg_image-big img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block_banner_section .custom-banner__bg_image-big:before {
    content: "";
    display: block;
    width: 137px;
    height: 100%;
    background: linear-gradient(90deg, #DEE2EA 0%, rgba(222, 226, 234, 0) 100%);
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
  }
  .block_banner_section .custom-banner__bg_image-big:after {
    content: "";
    display: block;
    width: 35px;
    height: 100%;
    background: linear-gradient(270deg, #DEE2EA 0%, rgba(222, 226, 234, 0) 100%);
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
  }
  .block_banner_section .custom-banner__bg_image-small {
    position: absolute;
    left: 638px;
    top: 50%;
    transform: translateY(-50%);
    width: 315px;
    height: 315px;
    z-index: 3;
  }
  .block_banner_section .custom-banner__bg_image-small img {
    position: absolute;
    z-index: 3;
    left: -24px;
    bottom: 24px;
    width: 330px;
    height: 256px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block_banner_section .custom-banner__bg_image-small:after {
    content: "";
    display: block;
    width: 315px;
    height: 315px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .block_banner_section .custom-banner__bg_image-small .custom-banner__price {
    padding: 7px 10px;
    color: #111;
    font-size: 29px;
    font-weight: 700;
    line-height: 22px; /* 75.862% */
    background: #FFF;
    box-shadow: 12px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 30px;
    left: -20px;
    z-index: 4;
    white-space: nowrap;
  }
  
  .block__categories {
    display: grid;
    grid-template: minmax(250px, auto)/repeat(6, 1fr);
    gap: 10px;
    margin: 0 0 20px;
  }
  .block__categories_item {
    padding: 30px 10px 5px;
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
  }
  .block__categories_item-title {
    color: #303239;
    text-align: center;
    font-size: 18px;
    text-wrap: balance;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .block__categories_item-image {
    height: 120px;
    position: relative;
  }
  .block__categories_item-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .block__categories_item-image:before {
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    background: #F7F8FA;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
  }
  .block__categories_item:hover {
    box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.1);
    border-color: #fff;
  }
  .block__categories_item * {
    cursor: pointer;
  }
  
  @media screen and (max-width: 1250px) {
    .block__categories {
      grid-template: minmax(250px, auto)/repeat(4, 1fr);
    }
    .block_banner_section-image {
      height: auto;
    }
    .block_banner_section-image img {
      position: static;
    }
  }
  @media screen and (max-width: 992px) {
    .block__categories {
      grid-template: minmax(250px, auto)/repeat(3, 1fr);
    }
    .block_banner_section-image {
      height: 400px;
    }
    .block_banner_section-image img {
      position: static;
    }
    .block_banner_section .custom-banner {
      padding: 60px 40px;
    }
    .block_banner_section .custom-banner__content {
      max-width: 400px;
    }
    .block_banner_section .custom-banner__bg_image-small {
      left: 440px;
    }
    .block_banner_section .custom-banner__bg_image-big {
      left: calc(300px + 18%);
    }
  }
  @media screen and (max-width: 768px) {
    .block__categories {
      grid-template: minmax(155px, auto)/repeat(2, 1fr);
    }
    .block_banner_section .custom-banner {
      padding: 30px 30px 300px;
    }
    .block_banner_section .custom-banner__content {
      max-width: 100%;
    }
    .block_banner_section .custom-banner__description {
      max-width: 100%;
    }
    .block_banner_section .custom-banner__bg_image-small {
      left: 306px;
      top: 65%;
    }
    .block_banner_section .custom-banner__bg_image-big {
      width: 100%;
      height: 270px;
      left: 0;
      right: 0;
      bottom: 0;
      top: auto;
    }
    .block_banner_section .custom-banner__bg_image-big:before {
      background: linear-gradient(180deg, #DEE2EA 0%, rgba(222, 226, 234, 0) 100%);
      width: 100%;
      height: 135px;
      top: -2px;
      left: 0;
      right: 0;
    }
    .block_banner_section .custom-banner__bg_image-big:after {
      display: none;
    }
  }
  @media screen and (max-width: 576px) {
    .block__categories {
      grid-template: minmax(155px, auto)/repeat(2, 1fr);
    }
    .block__categories_item {
      padding: 20px 7px 5px;
      gap: 16px;
    }
    .block__categories_item-title {
      font-size: 14px;
    }
    .block__categories_item-image {
      height: 60px;
    }
    .block__categories_item-image:before {
      width: 70px;
      height: 70px;
    }
    .block_banner_section .custom-banner {
      padding: 30px 30px 265px;
    }
    .block_banner_section .custom-banner__content {
      gap: 20px;
    }
    .block_banner_section .custom-banner__title {
      font-size: 26px;
      line-height: 30px; /* 115.385% */
    }
    .block_banner_section .custom-banner__description {
      font-size: 15px;
      line-height: normal;
    }
    .block_banner_section .custom-banner__link {
      font-size: 14px;
      padding: 8px 16px;
    }
    .block_banner_section .custom-banner__bg_image-small {
      width: 150px;
      height: 150px;
      left: auto;
      right: 35px;
      top: 68%;
    }
    .block_banner_section .custom-banner__bg_image-small img {
      width: 160px;
      height: 125px;
    }
    .block_banner_section .custom-banner__bg_image-small:after {
      width: 150px;
      height: 150px;
    }
    .block_banner_section .custom-banner__bg_image-small .custom-banner__price {
      font-size: 20px;
      padding: 4px 5px;
      bottom: 10px;
    }
    .block_banner_section .custom-banner__bg_image-big {
      height: 241px;
    }
  }/*# sourceMappingURL=categories.css.map */
/* End */


/* Start:/local/templates/hualian/components/bitrix/catalog.smart.filter/common/style.css?17175710056457*/
/*region TRACK FOR TYPE NUMBER*/
.common-filter-slider {
	overflow: hidden;
	padding: 25px 18px 25px;
}
.common-filter-slider__track {
	position: relative;
	height: 7px;
	background: #e7e7e7;
}
.common-filter-slider__ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.common-filter-slider__ruler--1 { left: -1px; }
.common-filter-slider__ruler--2 { left: 25%; }
.common-filter-slider__ruler--3 { left: 50%; }
.common-filter-slider__ruler--4 { left: 75%; }
.common-filter-slider__ruler--5 { right: -1px; }
.common-filter-slider__ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}
.common-filter-slider__ruler--2 span,
.common-filter-slider__ruler--3 span,
.common-filter-slider__ruler--4 span { color: #6b8086; }
.common-filter-slider__range { z-index: 50; }
.common-filter-slider__range,
.common-filter-slider__bar-vd,
.common-filter-slider__bar-vn,
.common-filter-slider__bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.common-filter-slider__bar-vd {
	z-index: 60;
	background: #b1b1b1;
}
.common-filter-slider__bar-vn {
	z-index: 70;
	background-color: #a8d95b;
}
.common-filter-slider__bar-v {
	z-index: 80;
	background-color: #63aa28;
}
.common-filter-slider__handle {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid #63aa28;
}
.common-filter-slider__handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}
.common-filter-slider__handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}
.common-filter-slider__handle--left {
	left: 0;
	margin-left: -14px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}
.common-filter-slider__handle--right {
	right: 0;
	margin-right: -14px;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
}
/*endregion*/

/*
* 	Result Popup
*
*/



/* region Select */
.smart-filter-input-group-dropdown {
	display: block;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
}
.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus { border-color: #63aa28; }
.smart-filter-dropdown-block {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 29px 0 10px;
	width: 100%;
	height: 29px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.smart-filter-dropdown-text {
	overflow: hidden;
	max-width: 100%;
	height: 29px;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 29px;
	cursor: pointer;
}
.smart-filter-dropdown-text.fix { min-width: 120px; }
.smart-filter-dropdown-text label { cursor: pointer; }
.smart-filter-dropdown-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
	cursor: pointer;
}
.smart-filter-input-group-dropdown-flex {
	display: flex;
	align-items: center;
}
.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
	margin-right: 5px;
}

/*
*	Select popup
*
*/
.smart-filter-dropdown-popup {
	padding: 0;
	min-width: 173px;
	background: #fff;
}
.smart-filter-dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.smart-filter-dropdown-popup ul li {
	display: block;
	vertical-align: middle;
}
.smart-filter-dropdown-popup ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}
.smart-filter-dropdown-popup ul li label {
	display: flex;
	align-items: center;
	overflow: hidden;
	/*padding: 0 5px;*/
	width: 100%;
	color: #575757;
	white-space: nowrap;
	cursor: pointer;
}
.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
	background: #f3f8fa;
	color: #000;
}
.smart-filter-dropdown-popup ul li label.disabled {
	background: transparent;
	color: #b8b8b8;
}
.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text { padding-left: 5px;}
/*endregion */


.common-filter-checkbox__label{
	display: block;
	width: 100%;
	color: #50575B;
	font-size: 15px;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	cursor: pointer;
}

.check_filtr + .common-filter-checkbox__label {
	position: relative;
	vertical-align: middle;
	padding: 2px 0 2px 30px;
	cursor: pointer;
}

.check_filtr + .common-filter-checkbox__label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #7F7F7F;
	border-radius: 3px;
	flex-shrink: 0;
}

.check_filtr:checked + .common-filter-checkbox__label:before {
	background: #2086CF url(/local/assets/img/checked_filtr.svg) center no-repeat;
	border-color: #2086CF;
}

.common-filter__item{
	position: relative;
}

.common-filter__modef {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	padding: 9px 15px;
	background: #fff;
	filter: drop-shadow(0px 15px 40px rgba(0, 0, 0, 0.2));
	border-radius: 5px;
	z-index: 1;
}
.common-filter__modef:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -8px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
}
.filrt_form_in_body_in_check{
	position: relative;
	display: block;
}
.common-filter__modef-link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.common-filter__disabled{
	opacity: 0.5;
	pointer-events: none;
    cursor: default;
}

@media screen and (max-width: 980px){
	.common-filter__modef {
		left: initial;
		right: 80px;
	}
	.common-filter__modef:after {
		right: initial;
		left: -8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 8px 0;
		border-color: transparent #fff transparent transparent;
	}
}

.arrow_stock_filter_up {
    border: solid #2086CF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    margin-left: 38px;
    margin-bottom: 4px;
  }

  .arrow_stock_filter_down {
    border: solid #2086CF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 38px;
    margin-bottom: -2px;
	transform: rotate(-135deg);
  }
/* End */


/* Start:/local/templates/hualian/components/bitrix/catalog.section/list_cell/style.css?1749122195104*/
.catalog_flex_badge {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 60px;
}
/* End */


/* Start:/local/templates/hualian/components/bitrix/catalog.section/product_slider/style.css?17175710051453*/
.catalog_flex_filtr_left_flex_in {
    position: relative;
}

.block_4_in_slide_in_in .block_4_in_slide_in_in_price .buy_for{
    width: 45px;
    height: 45px;
    bottom: 15px;
}

.block_4_in_slide_in_in .block_4_in_slide_in_in_price .buy_for{
    background: url(/local/assets/css/../img/default_cart.png)center no-repeat;
}

.block_4_in_slide_in .add-to-cart--in, .catalog_flex_filtr_left_flex_in .block_4_in_slide_in_in_price .add-to-cart--in {
    background-image: url(/local/assets/css/../img/paymant_cart.png);
}

.block_4_in_slide_in_in_img_txt img {
    height: 234px;
    object-fit: cover;
}

/* .in_page_pro_flex_item_hit_sale {
    position: absolute;
    left: 20px;
    font-weight: 700;
    font-size: 13px;
    background-color: #FC1A6B;
    color: #fff;
    padding: 8px 12px;
    border-radius: 0 0 5px 5px;
}

.in_page_pro_flex_item_new_product {
    position: absolute;
    right: 20px;
    font-weight: 700;
    font-size: 13px;
    background-color: #B215E9;
    color: #fff;
    padding: 8px 12px;
    border-radius: 0 0 5px 5px;
}

@media screen and (max-width:990px){
    .in_page_pro_flex_item_hit_sale {
        left: -5px;
        top: 10px;
        font-weight: 700;
        font-size: 10px;
        border-radius:5px;
    }
    
    .in_page_pro_flex_item_new_product {
        left: -5px;
        top: 45px;
        font-weight: 700;
        font-size: 10px;
        border-radius:5px;
        right: unset;
    }

} */
/* End */


/* Start:/local/templates/hualian/components/bitrix/news.list/catalog_faq/style.css?17519554472158*/
@import "https://fonts.cdnfonts.com/css/pt-root-ui";

.accordion {
    width: 100%;
    font-family: PT Root UI, sans-serif
}

.accordion-title {
    color: #50575b;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px
}

.accordion-wrapper {
    display: flex;
    column-gap: 20px;
    row-gap: 15px
}

.accordion-col {
    flex-basis: 50%;
    flex-grow: 1;
}

.accordion-item {
    border-radius: 15px;
    border: 1px solid #F7F8FA;
    padding: 16px 104px 16px 36px;
    background: #fff;
    cursor: pointer
}

.accordion-item:not(:last-child) {
    margin-bottom: 20px
}

.accordion-item.open {
    background: #f7f8fa;
    box-shadow: 0 16px 40px #0000001a
}

.accordion-item.open .accordion-item__bottom {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding: 15px 0
}

.accordion-item.open .accordion-item__arrow {
    transform: rotate(180deg)
}

.accordion-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    position: relative
}

.accordion-item__title {
    color: #50575b;
    font-size: 20px;
    font-weight: 500
}

.accordion-item__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    position: absolute;
    right: -60px
}

.accordion-item__bottom {
    color: #50575b;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

@media screen and (max-width: 992px) {
    .accordion-wrapper {
        flex-direction: column
    }
}

@media screen and (max-width: 768px) {
    .accordion-item:not(:last-child) {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 576px) {
    .accordion-title {
        font-size: 28px;
        margin-bottom: 20px
    }

    .accordion-item {
        padding: 14px 40px 14px 20px
    }

    .accordion-item__arrow {
        right: -30px
    }

    .accordion-item__top {
        min-height: 45px
    }

    .accordion-item__title {
        font-size: 16px
    }

    .accordion-item__bottom {
        font-size: 14px
    }
}

/* End */
/* /local/templates/hualian/components/bitrix/catalog/h_cat/style.css?17332955688759 */
/* /local/templates/hualian/components/bitrix/catalog.smart.filter/common/style.css?17175710056457 */
/* /local/templates/hualian/components/bitrix/catalog.section/list_cell/style.css?1749122195104 */
/* /local/templates/hualian/components/bitrix/catalog.section/product_slider/style.css?17175710051453 */
/* /local/templates/hualian/components/bitrix/news.list/catalog_faq/style.css?17519554472158 */
