

/* 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.element/redesign/style.css?17408256321620*/
.product-sliders__bottom.no-video .product-sliders__thumb_wrapper{
  width: 100%;
}
.product-description__item_preview::after{
  background: url('/local/templates/hualian/components/bitrix/catalog.element/redesign/./assets/images/play.svg') center / contain no-repeat !important;
}
.product-spares__table_item{
  text-decoration: none !important;
}
.compare-btn--delete{
  background-image: unset !important;
}
.favorite-btn--delete{
  background-image: unset !important;
}
.product-aside__links .product-aside__delivery{
  color: #50575B;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-aside__links a,
.product-aside__info_link,
.product-aside__cart{
  text-decoration: none !important;
}
.dropdown{
  margin-bottom: 0 !important;
}
.cheaper-popup__input,
.consultation-popup__input{
  font-family: "PT Root UI", sans-serif;
}
.product-info__city .dropdown.opened .options{
  margin-top: 0;
}
.product-description__text p{
  display: block;
  box-sizing: border-box;
}
.product-description__text p:not(:last-child) {
	margin-bottom: 15px !important;
}
.product-description__text p:last-child {
	margin-bottom: 0px !important;
}
.product-description__text {
	h1, h2, h3, h4, h5, h6 {
		margin-top: 0;
	}
} 
.product-description__text ul, 
.product-description__text ol{
  margin-bottom: 15px;
}
.block_heading_with_link:empty{
  display: none;
}
.product-spares__table_code span{
  word-break: break-all;
}
.product-description__text p:empty,
.product-description__text.uncropped p:empty{
  margin: 0;
  padding: 0;
}

.dropdown:has(input[disabled]) .dropdown-arrow{
  display: none;
}
/* End */


/* Start:/local/templates/hualian/components/bitrix/catalog.element/redesign/assets/style.css?175083934636487*/
.product {
    margin-top: 40px;
    display: flex;
    gap: 40px;
  }
  .product-left {
    width: calc(100% - 440px);
    flex: 0 0 calc(100% - 440px);
  }
  .product-right {
    flex: 0 0 400px;
    padding-bottom: 55px;
  }
  .product-top {
    display: flex;
    gap: 40px;
  }
  .product-bottom {
    margin: 55px 0;
  }
  .product-sliders {
    max-width: 600px;
  }
  .product-sliders__top {
    position: relative;
	margin-bottom: 20px;
  }
  .product-sliders__bottom {
    display: flex;
    position: relative;
  }
  .product-sliders__main .swiper-slide {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .product-sliders__main .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;

    border-radius: 15px;
  }
  .product-sliders__thumb {
    width: 100%;
  }
  .product-sliders__thumb .swiper-slide {
    height: 75px;
    border-radius: 5px;
    opacity: 0.5;
    z-index: 1;
    transition: all 0.3s;
    border: 2px solid transparent;

	cursor: pointer;
  }
  .product-sliders__thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .product-sliders__thumb .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #2085CF;
    opacity: 1;
  }
  .product-sliders__thumb_wrapper {
    position: relative;
    width: calc(100% - 100px);
    height: 100%;
  }
  .product-sliders__navigation_item {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    border: none;
    outline: none;
  }
  .product-sliders__navigation_item.product-sliders__prev {
    left: 0;
  }
  .product-sliders__navigation_item.product-sliders__prev:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 60px;
    transform: rotate(90deg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 50%);
  }
  .product-sliders__navigation_item.product-sliders__next {
    right: 0;
  }
  .product-sliders__navigation_item.product-sliders__next:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: -10px;
    width: 80px;
    height: 60px;
    transform: rotate(-90deg);
    border-bottom: 1px solid #E6EBEE;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 50%);
  }
  .product-sliders__navigation_item.swiper-button-disabled {
    opacity: 0;
  }
  .product-sliders__navigation_item svg {
    position: relative;
    z-index: 2;
  }
  .product-video__trigger {
    width: 75px;
    height: 75px;
    padding: 0px;
    position: relative;
    cursor: pointer;

    margin-left: 10px;
  }
  .product-video__trigger img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    opacity: 0.5;
  }
  .product-video__trigger svg {
    position: absolute;
    top: 53.5%;
    left: 50%;
    transform: translate(-50%, -50%);

    max-width: 75px;
    max-height: 75px;
  }
  .product-status {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .product-status__badge {
    max-width: 120px;
    margin: 10px;
  }
  .product-status__item {
    font-size: 12px;
    font-weight: 700;
    line-height: 100%; /* 12px */
    padding: 6px 9px;
    border-radius: 6px;
  }
  .product-status__item.hit {
    border: 1px solid rgba(255, 122, 25, 0.3);
    color: #FF7A1A;
  }
  .product-status__item.promo {
    border: 1px solid rgba(252, 26, 67, 0.3);
    color: #FC1A43;
  }
  .product-status__item.new {
    color: #70CA29;
    border: 1px solid rgba(112, 202, 41, 0.3);
  }
  .product-info__code {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
  }
  .product-info__title {
    margin-top: 10px;
    color: #50575B;
    font-size: 30px;
    font-weight: 500;
  }
  .product-info__status {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
  }
  .product-info__status_item {
    font-size: 11px;
    font-weight: 700;
    line-height: 100%; /* 11px */
    padding: 5.5px 7px;
    border-radius: 6px;
  }
  .product-info__status_item.stock {
    color: #fff;
    background: #70CA29;
  }
  .product-info__status_item.order {
    color: #fff;
    background: #FF7A1A;
  }
  .product-info__status_item.receipt {
    color: #50575B;
    background: #E6EBEE;
    text-transform: uppercase;
  }
  .product-info__city {
    margin-top: 20px;
    width: 261px;
  }
  .product-info__city .dropdown {
    width: 261px;
    height: 45px;
    background: #f8f7f7;
    border-radius: 10px;
    position: relative;
  }
  .product-info__city .dropdown-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-info__city .dropdown-arrow svg {
    transition: all 0.3s linear;
  }
  .product-info__city .dropdown input {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #E6EBEE;
    background: #FFF;
    padding: 0 40px 0 20px;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: #50575B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .product-info__city .dropdown .options {
    width: 100%;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    background: #f8f7f7;
    outline: none;
    overflow: hidden;
    position: absolute;
    z-index: 50;
    top: 55px;
    transition: all 0.15s linear;
    opacity: 0;
    transform: translateY(-50px);
    visibility: hidden;
    box-shadow: 0 10px 25px 0 rgba(49, 32, 32, 0.15);
  }
  .product-info__city .dropdown .options .option {
    font-weight: 400;
    font-size: 15px;
    color: #776e73;
    padding: 15px;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
  }
  .product-info__city .dropdown .options .option:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .product-info__city .dropdown .options .option:hover {
    background: #e8e3e6;
  }
  .product-info__city .dropdown.opened .options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .product-info__city .dropdown.opened .dropdown-arrow svg {
    transform: rotate(180deg);
  }
  .product-info__characteristic {
    margin-top: 30px;
    transition: box-shadow 0.1s ease-in, position 0.5s linear, padding 0s linear;
  }
  .product-info__characteristic_title {
    color: #50575B;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px; /* 131.818% */
  }
  .product-info__characteristic_wrapper {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .product-info__characteristic_item {
    display: flex;
  }
  .product-info__characteristic_item-dotted {
    min-width: 10px;
    flex: 1 1 auto;
    border-bottom: 1px dotted #bebebe;
  }
  .product-info__characteristic_item-left, .product-info__characteristic_item-right {
    color: #515151;
    font-size: 16px;
    font-weight: 400;
  }
  .product-info__characteristic_item-right {
    text-align: right;
  }
  .product-info__characteristic_item.hidden {
    display: none;
  }
  .product-info__characteristic_more {
    margin-top: 20px;
    color: #2086CF;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%; /* 20px */
    letter-spacing: 0.08px;
    cursor: pointer;
  }
  .product-info__characteristic.active {
    min-width: 510px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    position: absolute;
    z-index: 50;
  }
  .product-aside {
    position: sticky;
    top: 180px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 12px 0px 40px 0px rgba(0, 0, 0, 0.1);
  }
  .product-aside__top {
    padding: 30px;
  }
  .product-aside__bottom {
    padding: 0 10px 10px;
  }
  .product-aside__price-container {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .product-aside__price {
    display: flex;
    flex-direction: column;
  }
  .product-aside__sale-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;

    color: #808080;
  }
  .product-aside__sale-icon {
    position: relative;
  }
  .product-aside__sale-icon:before {
    content: 'Акция распространяется на продажу оборудования с определенного склада.';

    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;

    width: 235px;
    padding: 20px;
    box-sizing: border-box;

    border-radius: 10px;
    box-shadow: 12px 0px 40px rgba(0, 0, 0, 0.1);
    color: #515151;
    background-color: #F7F7F8;
    font-weight: 300;
    transition: opacity .4s;

    opacity: 0;
    pointer-events: none;
  }
  .product-aside__sale-icon:hover:before {
    opacity: 1;
    pointer-events: all;
  }
  .product-aside__price_text {
    color: #50575B;
    font-size: 18px;
    font-weight: 400;
  }
  .product-aside__price_sum {
    color: #50575B;
    font-size: 40px;
    font-weight: 500;
    white-space: nowrap;
  }
  .product-aside__price:not(:last-child) {
    margin-top: 10px;
  }
  .product-aside__counter {
    margin-top: 22px;
    width: 131px;
    display: flex;
    align-items: center;
  }
  .product-aside__counter input {
    width: 100%;
    color: #50575B;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: none;
    border: none;
    outline: none;
  }
  .product-aside__counter button {
    min-width: 45px;
    height: 45px;
    background: none;
    border: 2px solid #F7F8FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
  }
  .product-aside__counter button:hover {
    background: #F7F8FA;
  }
  .product-aside__buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .product-aside__buttons_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .product-aside__cart {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 210px;
    padding: 13px 58px 13px 20px;

    font-size: 18px;
    filter: drop-shadow(0px 8px 25px #AFD5F0);
  }
  .product-aside__cart, .product-materials__item_link {
    border-radius: 80px;
    color: #FFF;
    background: #2086CF;

    font-style: normal;
    font-weight: 500;
    line-height: normal;

    cursor: pointer;
    transition: all 0.3s ease;
  }
  .product-aside__cart:hover {
    opacity: 0.8;
  }
  .product-aside__favorite, .product-aside__compare {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 50px;
    width: 50px;

    border: 3px solid #F7F8FA;
    border-radius: 50%;

    transition: all 0.3s ease;
    cursor: pointer;
  }
  .product-aside__favorite path, .product-aside__compare path {
    transition: all 0.3s ease;
  }
  .product-aside__favorite:hover, .product-aside__compare:hover {
    background: #F7F8FA;
  }
  .product-aside__favorite:hover path, .product-aside__compare:hover path {
    stroke: #2086CF;
  }
  .product-aside__links {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .product-aside__links a {
    color: #50575B;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .product-aside__links a:hover {
    color: #2085CF;
  }
  .product-aside__links a:hover svg path {
    fill: #2085CF;
  }
  .product-aside__links a path {
    transition: all 0.3s ease;
  }
  .product-aside__links .product-aside__delivery span {
    border-bottom: 1px dashed #50575B;
  }
  .product-aside__links .product-aside__delivery span:hover {
    border-color: #2085CF;
  }
  .product-aside__info {
    position: relative;

    padding: 20px 30px 30px;

    border-radius: 20px;
    background: #F3F5F6;
    transition: background-color .3s;
    overflow: hidden;

    &:hover {
      background: #2086CF url(/local/templates/hualian/components/bitrix/catalog.element/redesign/assets/./images/circle-gradient.png) center right no-repeat;

      & .product-aside__info_title {
        color: #FFFFFF;
      }
      & .product-aside__info_subtitle {
        color: #F3C649;
        font-weight: 700;
      }
      & .product-aside__info_link {
        border-color: #ffffff;
        color: #2086CF;
        background-color: #ffffff;
      }
    }
  }
  .product-aside__info_title,
  .product-aside__info_subtitle,
  .product-aside__info_link {
    transition: all .3s;
  }
  .product-aside__info_title,
  .product-aside__info_subtitle {
    color: #50575B;
    font-size: 20px;
  }
  .product-aside__info_title {
    font-weight: 700;
    text-transform: uppercase;
  }
  .product-aside__info_link {
    position: relative;
    z-index: 1;

    display: block;
    width: fit-content;
    margin-top: 20px;
    padding: 12px 30px;

    border-radius: 80px;
    border: 1px solid #2085CF;
    color: #2085CF;
    background-color: #f3f5f6;

    font-size: 18px;
    font-weight: 500;
    text-align: center;

    cursor: pointer;
    transition: all 0.3s ease;

    &:hover {
      opacity: 0.8;
    }
  }
  .product-aside__info_image {
    position: absolute;
    right: 0;
    bottom: 0;
    
    max-width: 120px;
    height: auto;
  }
  .product-materials__title {
    color: #50575B;
    font-size: 30px;
    font-weight: 700;
  }
  .product-materials__content {
    position: relative;
  }
  .product-materials__wrapper {
    padding: 20px 0;
  }
  .product-materials__item {
    display: flex !important;
    align-items: center;
    padding: 20px;
    gap: 30px;
    
    border-radius: 15px;

    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .product-materials__item_title {
    display: block;
    margin-bottom: 10px;

    color: #50575B;

    font-size: 16px;
    font-weight: 400;
    line-height: 135%; /* 21.6px */
  }
  .product-materials__item_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
  }
  .product-materials__item_price {
    color: #50575B;
    font-size: 19px;
    font-weight: 700;
  }
  .product-materials__item_link {
    padding: 7px 28px 10px;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    /* height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 3px solid #F7F8FA;
    border-radius: 50%;
    transition: all 0.3s ease; */
  }
  /* .product-materials__item_link:hover {
    background: #F7F8FA;
  } */
  .product-materials__item_image {
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-materials__navigation_item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
  }
  .product-materials__navigation_item.product-materials__prev {
    left: -10px;
  }
  .product-materials__navigation_item.product-materials__next {
    right: -10px;
  }
  .product-materials__navigation_item.swiper-button-disabled {
    background: #F7F7F7;
    opacity: 0.8;
    cursor: default;
  }
  .product-description {
    margin-top: 30px;
  }
	.product-description {
		h1,h2,h3,h4,h5,h6 {
			p, ul, ol {
				margin:0;
			}
		}
		p {
			margin:0;
			margin-bottom: 10px;
		}
		ul, ol {
			margin:0;
		}
	}
  .product-description__title {
    color: #50575B;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px; /* 96.667% */
  }
  .product-description__text {
    margin-top: 20px;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-description__text p, .product-description__text li, .product-description__text h4 {
    color: #515151;
    font-size: 18px;
    font-weight: 400;
    line-height: 125%; /* 22.5px */
    letter-spacing: 0.09px;
  }
  .product-description__text h4, .product-description__text h4 * {
    font-weight: 800;
  }
  .product-description__text p:not(:last-child), .product-description__text ul, .product-description__text ol {
    margin-bottom: 20px;
  }
  .product-description__text.uncropped {
    -webkit-line-clamp: none !important;
    line-clamp: none !important;
  }
  .product-description__text_more {
    display: none;
    color: #2086CF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
    letter-spacing: 0.08px;
    cursor: pointer;
    margin-top: 10px;
  }
  .product-description__text_more.visible {
    display: inline-block !important;
  }
  .product-description__video {
    position: relative;
    margin-top: 30px;
  }
  .product-description__item_preview {
    display: block;
    height: 209px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .product-description__item_preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-description__item_preview::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  }
  .product-description__item_preview::after {
    content: "";
    width: 100px;
    height: 100px;
    background: url("/play.svg") center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  .product-description__item_title {
    margin-top: 10px;
    color: #50575B;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-description__navigation_item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
  }
  .product-description__navigation_item.product-description__prev {
    left: -10px;
  }
  .product-description__navigation_item.product-description__next {
    right: -10px;
  }
  .product-description__navigation_item.swiper-button-disabled {
    background: #F7F7F7;
    opacity: 0.8;
    cursor: default;
  }
  .product-spares {
    margin-top: 50px;
  }
  .product-spares__title {
    color: #50575B;
    font-size: 30px;
    font-weight: 700;
  }
  .product-spares__content {
    margin-top: 20px;
  }
  .product-spares__input {
    position: relative;
    width: 100%;
  }
  .product-spares__input input {
    width: 100%;
    color: #515151;
    font-size: 18px;
    font-weight: 400;
    padding: 11px 37px 11px 17px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #E6EBEE;
    background: #FFF;
    outline: none;
    cursor: text;
  }
  .product-spares__input input::-moz-placeholder {
    color: #808080;
  }
  .product-spares__input input::placeholder {
    color: #808080;
  }
  .product-spares__input button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    outline: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .product-spares__table {
    margin-top: 20px;
  }
  .product-spares__table_wrapper {
    max-height: 670px;
    overflow-y: auto;
  }
  .product-spares__table_wrapper::-webkit-resizer {
    background-color: #E7E7E7;
  }
  .product-spares__table_wrapper::-webkit-scrollbar {
    width: 4px;
    border-radius: 5px;
  }
  .product-spares__table_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .product-spares__table_wrapper::-webkit-scrollbar-button {
    background-color: #fff;
  }
  .product-spares__table_wrapper::-webkit-scrollbar-track {
    background-color: #E7E7E7;
  }
  .product-spares__table_wrapper::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
  }
  .product-spares__table_wrapper::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #E7E7E7;
    border-radius: 3px;
  }
  .product-spares__table_wrapper::-webkit-scrollbar-corner {
    background-color: #E7E7E7;
  }
  .product-spares__table_wrapper::-webkit-resizer {
    background-color: #E7E7E7;
  }
  .product-spares__table_wrapper::-webkit-scrollbar-thumb {
    background: #2085CF;
    border-radius: 20px;
  }
  .product-spares__table_item {
    display: grid;
    grid-template: auto/170px 1fr repeat(3, 105px);
    gap: 8px;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer;
  }
  .product-spares__table_item div {
    color: #50575B;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
  }
  .product-spares__table_item.head {
    padding: 11px 20px;
    background: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .product-spares__table_item.head div {
    color: #50575B;
    font-size: 16px;
    font-weight: 500;
  }
  .product-spares__table_item:hover div:not(.product-spares__table_count):not(.product-spares__table_all) {
    color: #2085CF;
  }
  .product-spares__table_code {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .product-spares__table_code img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-spares__table_price, .product-spares__table_count {
    text-align: center;
  }
  
  .popup-light, .cheaper-popup, .consultation-popup {
    max-width: 400px !important;
    padding: 30px !important;
    border-radius: 15px !important;
    background: #FFF !important;
    box-shadow: 12px 0px 40px 0px rgba(0, 0, 0, 0.1);
  }
  .popup-light_title, .cheaper-popup__title, .consultation-popup__title {
    color: #50575B;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .popup-light_input, .cheaper-popup__input, .consultation-popup__input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E6EBEE;
    background: #FFF;
    color: #808080;
    font-size: 18px;
    font-weight: 400;
    padding: 0 17px;
    height: 45px;
    outline: none;
    cursor: text;
  }
  .popup-light_input-wrapper, .cheaper-popup__input-wrapper, .consultation-popup__input-wrapper {
    margin-top: 15px;
  }
  .popup-light_button, .cheaper-popup__button, .consultation-popup__button {
    margin-top: 25px;
    border-radius: 80px;
    background: #2086CF;
    height: 50px;
    width: 100%;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    filter: drop-shadow(0px 8px 25px #AFD5F0);
    cursor: pointer;
    transition: all 0.3s ease;

    &:hover {
      opacity: 0.8;
    }
  }
  .popup-light .f-button.is-close-btn, .cheaper-popup .f-button.is-close-btn, .consultation-popup .f-button.is-close-btn {
    top: 10px !important;
    right: 10px !important;
    --f-button-color: #50575B !important;
  }/*# sourceMappingURL=product.css.map */

  @media screen and (max-width: 1630px) {
    .product-info {
      min-width: 450px;
    }
    .product-sliders {
      max-width: 450px;
    }
  }
  @media screen and (max-width: 1500px) {
    .product-materials__item_image {
      width: 100px;
      height: 100px;
    }
    .product-right {
      flex: 0 0 350px;
    }
    .product-aside__buttons {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 1380px) {
    .product-info {
      min-width: 400px;
    }
    .product-sliders {
      max-width: 400px;
    }
  }
  @media screen and (max-width: 1300px) {
    .product-info {
      min-width: 400px;
    }
    .product-top {
      flex-direction: column;
    }
    .product-sliders {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 1250px) {
    .product-left {
      width: 100%;
    }
    .product-right {
      display: none;
    }
    .product-info {
      display: none;
    }
    .product-mobile__info {
      display: block !important;
    }
    .product-mobile__info_top {
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }
    .product-mobile__info_price {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .product-mobile__info_buttons {
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }
    .product-mobile__info_counter {
      margin-top: 20px;
      display: flex;
      align-items: center;
      gap: 50px;
    }
    .product-mobile__info_status {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 20px;
    }
    .product-mobile__info_bottom {
      margin-top: 20px;
      border-radius: 12px;
      background: #F3F5F6;
      padding: 30px;
    }
    .product-aside__price {
      margin: 0 !important;
    }
    .product-aside__cart {
      padding: 8px 58px 8px 20px;
      height: 50px;
    }
    .product-aside__counter {
      margin: 0;
    }
    .product-aside__bottom {
      margin-top: 20px;
      padding: 0;
    }
    .product-mobile__characteristic {
      display: block !important;
    }
    .product-mobile__characteristic.active {
      position: static;
      box-shadow: none;
      padding: 0;
    }
    .product-info__characteristic_title {
      color: #50575B;
      font-size: 30px;
      font-weight: 700;
      line-height: 29px;
    }
    .product-info__characteristic_item-left,
    .product-info__characteristic_item-right {
      color: #515151;
      font-size: 18px;
      font-weight: 400;
      line-height: 125%;
      letter-spacing: 0.09px;
    }
    .product-info__characteristic_more {
      font-size: 18px;
      font-weight: 400;
      line-height: 125%;
      letter-spacing: 0.09px;
    }
    .product-mobile__heading {
      display: block !important;
    }
  }
  @media screen and (max-width: 992px) {
    .product-materials__item {
      flex-direction: column;
    }
    .product-materials__item_image {
      width: 150px;
      height: 150px;
    }
    .product-materials__item_wrapper {
      margin-top: 10px;
      justify-content: space-between;
    }
    .product-spares__table_item {
      grid-template: repeat(3, auto)/100px 1fr;
      gap: 0;
      -moz-column-gap: 20px;
           column-gap: 20px;
      position: relative;
    }
    .product-spares__table_item.head {
      display: none;
    }
    .product-spares__table_code img {
      display: none;
    }
    .product-spares__table_image {
      display: block !important;
      width: 90px;
      height: 90px;
      grid-row: 1/4;
    }
    .product-spares__table_image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
    }
    .product-spares__table_all {
      display: none;
    }
    .product-spares__table_count {
      position: absolute;
      bottom: 5px;
      right: 20px;
    }
    .product-spares__table_price {
      text-align: left;
    }
  }
  @media screen and (max-width: 768px) {
    .product-video__trigger {
      display: none;
    }
    .product-sliders__bottom {
      justify-content: center;
    }
    .product-sliders__navigation_item.product-sliders__prev {
      left: -40px;
    }
    .product-sliders__navigation_item.product-sliders__next {
      right: -40px;
    }
    .product-sliders__navigation_item.product-sliders__next:before {
      display: none;
    }

    .product-aside__sale-icon:before {
      left: 0;
    }
  }
   @media (min-width: 576px) {
    .product-materials__item {
      transition: transform .3s;
      &:hover {
        transform: translateY(-10px);
      }
    }
  }
  @media screen and (max-width: 576px) {
    .product {
      margin-top: 20px;
    }
    .product-top {
      gap: 15px;
    }
    .product-bottom {
      margin-top: 30px;
    }
    .product-status {
      gap: 3px;
    }
    .product-status__badge {
      max-width: 60px;
    }
    .product-status__item {
      font-size: 10px;
    }
    .product-status__item.hit {
      background: #FC1A6B;
      color: #FFFFFF;
    }
    .product-status__item.promo {
      background: #FF7A1A;
      color: #FFFFFF;
    }
    .product-status__item.new {
      background: #B215E9;
      color: #FFFFFF;
    }
    .product-sliders {
      margin-bottom: 5px;
    }
    .product-sliders__main .swiper-slide {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      height: 220px;
    }
    .product-sliders__thumb .swiper-slide {
      height: 45px;
      padding: 2px;
    }
    .product-sliders__bottom {
      margin-top: 10px;
    }
    .product-sliders__navigation_item {
      width: 35px;
      height: 35px;
      background: #FFFFFF;
    }
    .product-info__code {
      font-size: 12px;
    }
    .product-info__title {
      margin-top: 16px;
      font-size: 17px;
      line-height: 110%; /* 18.7px */
    }
    .product-info__city {
      margin-top: 10px;
      width: 100%;
    }
    .product-info__city .dropdown {
      width: 100%;
      height: 35px;
    }
    .product-info__city .dropdown input {
      font-size: 14px;
      height: 35px;
    }
    .product-info__city .dropdown .options {
      top: 35px;
    }
    .product-info__city .dropdown .options .option {
      font-size: 14px;
      padding: 10px;
    }
    .product-info__characteristic {
      overflow: hidden;
    }
    .product-info__characteristic_title {
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 29px; /* 145% */
    }
    .product-info__characteristic_wrapper {
      margin-top: 10px;
    }
    .product-info__characteristic_item-left {
      font-size: 13px;
      font-weight: 500;
    }
    .product-info__characteristic_item-right {
      font-size: 13px;
      font-weight: 300;
      white-space: nowrap;
    }
    .product-info__characteristic_more {
      margin-top: 10px;
      font-size: 14px;
      font-weight: 700;
      line-height: 125%; /* 17.5px */
      letter-spacing: 0.07px;
    }
    .product-info__characteristic.active {
      min-width: auto !important;
    }
    .product-aside__price_text {
      font-size: 14px;
      color: #B1B1B1;
    }
    .product-aside__price_sum {
      font-size: 30px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    .product-aside__favorite, .product-aside__compare {
      width: 35px;
      height: 35px;
    }
    .product-aside__favorite svg, .product-aside__compare svg {
      transform: scale(0.7);
    }
    .product-aside__counter {
      width: 105px;
    }
    .product-aside__counter input {
      font-size: 14px;
    }
    .product-aside__counter button {
      min-width: 35px;
      width: 35px;
      height: 35px;
    }
    .product-aside__cart {
      height: 35px;
      font-size: 14px;
      width: 160px;
      padding: 8px 37px 8px 20px;
      filter: drop-shadow(0px 8px 25px #AFD5F0);
    }
    .product-aside__links {
      margin-top: 20px;
      display: grid;
      grid-template: auto/repeat(2, 1fr);
      gap: 5px;
    }
    .product-aside__links a {
      font-size: 14px;
      white-space: nowrap;
      gap: 2px;
    }
    .product-aside__info {
      padding: 15px 20px;
    }
    .product-aside__info_title,
    .product-aside__info_subtitle {
      font-size: 16px;
    }
    .product-aside__info_link {
      padding: 10px 25px;
      font-size: 14px;
    }
    .product-aside__delivery span {
      border: none !important;
    }
    .product-materials__title {
      font-size: 20px;
    }
    .product-materials__item {
      gap: 20px;
    }
    .product-materials__item_title {
      font-size: 14px;
      text-align: center;
    }
    .product-materials__item_price {
      font-size: 17px;
    }
    .product-materials__item_content {
      width: 100%;
    }
    .product-materials__item_link {
      font-size: 14px;
      /* width: 35px;
      height: 35px; */
    }
    /* .product-materials__item_link svg {
      transform: scale(0.7);
    } */
    .product-description {
      margin-top: 26px;
    }
    .product-description__title {
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 29px; /* 145% */
    }
    .product-description__text {
      -webkit-line-clamp: 13;
      line-clamp: 13;
    }
    .product-description__text p, .product-description__text li {
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 125%; /* 16.25px */
      letter-spacing: 0.065px;
    }
    .product-description__text_more {
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 125%; /* 17.5px */
      letter-spacing: 0.07px;
    }
    .product-description__video {
      margin-top: 20px;
    }
    .product-description__item_preview {
      height: 240px;
    }
    .product-description__item_title {
      margin-top: 5px;
      font-size: 14px;
    }
    .product-spares {
      margin-top: 30px;
    }
    .product-spares__title {
      font-size: 20px;
      font-weight: 700;
    }
    .product-spares__content {
      margin-top: 20px;
    }
    .product-spares__input input {
      height: 35px;
      font-size: 14px;
    }
    .product-spares__table_item {
      grid-template: repeat(3, auto)/60px 1fr;
      gap: 10px;
      padding: 0;
    }
    .product-spares__table_item:not(:last-child) {
      margin-bottom: 20px;
    }
    .product-spares__table_image {
      width: 60px;
      height: 60px;
    }
    .product-spares__table_code {
      font-size: 12px !important;
      font-weight: 400 !important;
      color: #808080 !important;
    }
    .product-spares__table_name {
      color: #50575B !important;
      font-size: 14px !important;
      font-weight: 400 !important;
    }
    .product-spares__table_price {
      color: #50575B !important;
      font-size: 14px !important;
      font-weight: 700 !important;
    }
    .product-spares__table_count {
      color: #808080 !important;
      text-align: right;
      font-size: 12px !important;
      font-weight: 400 !important;
      bottom: 0;
      right: 3px;
    }
    .product-materials__navigation,
    .product-description__navigation {
      display: none;
    }
    .product-mobile__info_buttons {
      gap: 10px;
    }
    .product-mobile__info_counter {
      margin-top: 19px;
      gap: 10px;
      justify-content: space-between;
    }
    .product-mobile__info_status {
      margin-top: 20px;
      gap: 5px;
    }
    .product-mobile__info_bottom {
      margin-top: 20px;
      padding: 15px 20px;
      border-radius: 9px;
    }
    .cheaper-popup__title, .consultation-popup__title {
      font-size: 20px;
    }
    .cheaper-popup__input, .consultation-popup__input {
      font-size: 14px;
      height: 35px;
    }
    .cheaper-popup__input-wrapper, .consultation-popup__input-wrapper {
      margin-top: 8px;
    }
    .cheaper-popup__button, .consultation-popup__button {
      margin-top: 12px;
      height: 35px;
      font-size: 14px;
    }
    .cheaper-popup__privacy, .consultation-popup__privacy {
      font-size: 12px;
    }
    .cheaper-popup .f-button.is-close-btn, .consultation-popup .f-button.is-close-btn {
      --f-button-bg: none !important;
    }
  }
  @media screen and (max-width: 425px) {
    .product-description__text {
      -webkit-line-clamp: 18;
      line-clamp: 18;
    }
  }/*# sourceMappingURL=product.css.map */
/* 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 */
/* /local/templates/hualian/components/bitrix/catalog/h_cat/style.css?17332955688759 */
/* /local/templates/hualian/components/bitrix/catalog.element/redesign/style.css?17408256321620 */
/* /local/templates/hualian/components/bitrix/catalog.element/redesign/assets/style.css?175083934636487 */
/* /local/templates/hualian/components/bitrix/catalog.section/product_slider/style.css?17175710051453 */
