

/* Start:/local/templates/ledinail/components/bitrix/catalog/catalog/style.css?1643716644938*/
.sect_top_panel {
  display: flex;
  justify-content: space-between;
  margin: 30px 0px 0px 0px; }

@media (max-width: 768px) {
  .sect_sort_panel {
    display: none; } }
.sect_sort_panel a {
  color: #777;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px; }
  .sect_sort_panel a:hover {
    text-decoration: none;
    color: var(--color1); }
  .sect_sort_panel a.actived {
    color: #333333; }

.element_related_title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .element_related_title {
      justify-content: flex-start; }
      .element_related_title h3 {
        width: 100%; } }
  .element_related_title_vi {
    margin-top: 45px; }
    @media (max-width: 768px) {
      .element_related_title_vi {
        width: 100% !important;
        position: relative;
        top: -20px;
        margin-top: 0; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/ledinail/components/bitrix/catalog.section.list/aside_pseudo_menu/style.css?1641951820888*/
.aside_pseudo_menu {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .aside_pseudo_menu {
    display: none;
  }
}
.aside_pseudo_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside_pseudo_menu ul li a {
  background: #F8F8F8;
  padding: 0px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 2px;
  color: #333333;
  -webkit-transition: var(--animation1);
  transition: var(--animation1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.aside_pseudo_menu ul li a svg {
  width: 10px;
  height: 10px;
}
.aside_pseudo_menu ul li a:hover {
  text-decoration: none;
  background: #eee;
  color: var(--color1);
}
.aside_pseudo_menu ul li ul {
  display: none;
}

/* End */


/* Start:/local/templates/ledinail/components/bitrix/catalog.section.list/section_blocks/style.css?16419518201248*/
.section_blocks {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section_blocks li {
  width: 25%;
}
@media (max-width: 1400px) {
  .section_blocks li {
    width: 33.3333333333%;
  }
}
@media (max-width: 992px) {
  .section_blocks li {
    width: 50%;
  }
}
@media (max-width: 510px) {
  .section_blocks li {
    width: 100%;
  }
}
.section_blocks li a {
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: #333333;
  -webkit-transition: var(--animation1);
  transition: var(--animation1);
  border: 1px #eee solid;
  margin: 0px 0px -1px -1px;
}
.section_blocks li a span {
  width: 70px;
  height: 70px;
}
.section_blocks li a strong {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
.section_blocks li a:hover {
  -webkit-box-shadow: var(--shadow1);
          box-shadow: var(--shadow1);
  text-decoration: none;
  color: var(--color1);
}

/* End */


/* Start:/local/templates/ledinail/components/bitrix/catalog.smart.filter/.default/style.css?16419518205247*/
.smart_filter {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
  position: relative; }
  .smart_filter_item {
    position: relative; }
    .smart_filter_item:hover .smart_filter_item_body {
      display: block;
      box-shadow: var(--shadow2); }
  .smart_filter_name {
    border: 1px #eee solid;
    border-radius: 3px;
    margin: 0px 5px 5px 0px;
    transition: var(--animation1);
    cursor: pointer;
    display: flex;
    justify-content: space-between; }
    .smart_filter_name span {
      height: 30px;
      line-height: 30px;
      padding: 0px 15px;
      color: #666666; }
    .smart_filter_name i {
      border-left: 1px #eee solid;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      font-style: normal; }
      .smart_filter_name i svg {
        width: 5px;
        height: 5px;
        transition: var(--animation1);
        transform: rotate(-90deg); }
      .smart_filter_name i small {
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        line-height: 30px; }
    .smart_filter_name:hover {
      background: #eee; }
      .smart_filter_name:hover span {
        color: #333333; }
      .smart_filter_name:hover i {
        border-left: 1px #fff solid; }
        .smart_filter_name:hover i svg {
          transform: rotate(0deg); }
  .smart_filter .smart_filter_item_body {
    display: none;
    position: absolute;
    padding: 10px;
    top: auto;
    left: 0;
    width: 200px;
    border-radius: 3px;
    background: #fff;
    z-index: 1000;
    transition: var(--animation1); }
    .smart_filter .smart_filter_item_body label {
      display: block; }

.smart_filter_buttons {
  margin-bottom: 20px; }
  .smart_filter_buttons input {
    background: #f6f6f6;
    border: none;
    height: 31px;
    padding: 0px 17px;
    margin-right: 10px;
    border-radius: 2px;
    color: #666; }
    .smart_filter_buttons input:nth-child(2) {
      background: none;
      border: none;
      color: #777;
      padding: 0px 0%; }
    .smart_filter_buttons input:hover {
      color: #444444;
      cursor: pointer; }

.has_count .smart_filter_name {
  border: var(--color1) solid 1px;
  background: var(--color1);
  color: #ffffff; }
  .has_count .smart_filter_name span {
    color: #ffffff; }
  .has_count .smart_filter_name i {
    color: #ffffff;
    border-left: red 1px solid; }

.smart_filter_nothing {
  font-size: 13px;
  color: #777777; }

.smart_filter_result {
  position: absolute;
  z-index: 2000;
  padding: 10px 30px;
  background: #fff;
  box-shadow: var(--shadow1);
  top: -56px;
  left: 377px;
  border-radius: 3px;
  color: #777777; }

.show_filter {
  display: none; }
  @media (max-width: 768px) {
    .show_filter {
      display: block;
      background: #f6f6f6;
      border: none;
      color: var(--color2);
      font-size: 14px;
      height: 40px;
      padding: 0px 20px;
      margin-bottom: 20px;
      border-radius: var(--radius1); }
      .show_filter svg {
        width: 20px;
        height: 20px; } }

@media (max-width: 768px) {
  .smart_filter_mobile {
    position: fixed;
    top: 0;
    z-index: 6000;
    width: 280px;
    background: #fff;
    height: 100vh;
    left: -280px;
    transition: var(--animation1); }
    .smart_filter_mobile form {
      height: 100vh; }
    .smart_filter_mobile .smart_filter_result {
      display: none !important;
      width: 0;
      height: 0;
      overflow: hidden; }
    .smart_filter_mobile .smart_filter {
      height: 100%;
      position: relative;
      overflow-y: scroll;
      display: block; }
      .smart_filter_mobile .smart_filter_item:nth-child(1) {
        margin-top: 40px; }
      .smart_filter_mobile .smart_filter_item:hover .smart_filter_item_body {
        display: block;
        box-shadow: none; }
      .smart_filter_mobile .smart_filter_name {
        border: 1px transparent solid;
        margin: 0px 5px 5px 0px;
        display: block;
        font-size: 16px;
        font-weight: bold; }
        .smart_filter_mobile .smart_filter_name i {
          display: none; }
    .smart_filter_mobile .smart_filter_buttons {
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      padding: 0px 0px 0px 0px; }
      .smart_filter_mobile .smart_filter_buttons .go_filter {
        color: var(--color2); }
    .smart_filter_mobile .has_count .smart_filter_name {
      background: none;
      color: #333333; }
      .smart_filter_mobile .has_count .smart_filter_name span {
        color: #444; }
    .smart_filter_mobile .smart_filter .smart_filter_item_body {
      display: block;
      position: relative;
      padding: 0px 15px 10px 15px; }
      .smart_filter_mobile .smart_filter .smart_filter_item_body label {
        color: #555555;
        margin-bottom: 4px; }
    .smart_filter_mobile .smart_filter_item_body {
      width: 100%; } }

.smart_filter_mobile_show {
  left: 0; }

.smart_filter_mobile_over {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 4000; }
  .smart_filter_mobile_over_show {
    display: block; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16419517332917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/ledinail/components/bitrix/catalog.section/section/style.css?16419518201906*/
.main_tabs {
  display: flex;
  justify-content: flex-end;
  margin-top: 45px; }
  @media (max-width: 1200px) {
    .main_tabs {
      margin-top: 0;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-bottom: 15px;
      width: 100%; } }
  .main_tabs .tabs_link {
    border: 1px solid var(--color1);
    color: var(--color1);
    height: 30px;
    padding: 0px 15px;
    border-radius: 30px;
    cursor: pointer;
    line-height: 30px;
    margin-left: 15px; }
    @media (max-width: 1200px) {
      .main_tabs .tabs_link {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 5px; } }
    .main_tabs .tabs_link.active, .main_tabs .tabs_link:hover {
      background: var(--color1);
      color: #ffffff; }
    .main_tabs .tabs_link_all {
      border: 1px solid var(--color1);
      color: var(--color1);
      height: 30px;
      padding: 0px 15px;
      border-radius: 30px;
      cursor: pointer;
      line-height: 30px;
      margin-left: 15px; }
      @media (max-width: 1200px) {
        .main_tabs .tabs_link_all {
          display: none; } }
      .main_tabs .tabs_link_all:hover {
        text-decoration: none;
        background: var(--color1);
        color: #ffffff; }

.item_blocks_row {
  display: flex;
  flex-wrap: wrap; }

.item_blocks_col {
  width: 25%;
  border: 1px #EEEEEE solid;
  margin: 0px 0px -1px -1px; }
  @media (max-width: 992px) {
    .item_blocks_col {
      width: 50%; } }

.item_blocks_col_2,
.item_blocks_col_3 {
  width: 100%; }

.item_blocks_more {
  width: 250px;
  height: 50px;
  border: 1px var(--color1) solid;
  color: var(--color1);
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  margin: 30px auto;
  cursor: pointer;
  transition: var(--animation1);
  font-size: 16px; }
  .item_blocks_more:hover {
    background: var(--color1);
    color: #ffffff; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/ledinail/components/bitrix/catalog.item/item_blocks/style.css?16545241088208*/
.slider_picts_card {
  display: block;
  overflow: hidden; }
  .slider_picts_card span {
    display: block; }
  .slider_picts_card i {
    display: block;
    width: 100%;
    height: 250px;
    margin: 15px auto; }
    @media (max-width: 992px) {
      .slider_picts_card i {
        height: 150px; } }

.slider_over {
  height: 290px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .slider_over {
      height: 185px; } }

.blocks_item_link .numericControls {
  list-style: none;
  margin: 0px 15px 15px 15px;
  padding: 0;
  display: flex;
  justify-content: center; }
  .blocks_item_link .numericControls li {
    width: calc(100% / 5 - 2px);
    margin-right: 2px; }
  .blocks_item_link .numericControls a {
    font-size: 0;
    display: block;
    height: 1px;
    width: 100%;
    background: #f6f6f6; }
  .blocks_item_link .numericControls li.current a {
    background: var(--color1); }

.blocks_item_lables {
  position: absolute;
  z-index: 1;
  width: calc(100% - 80px);
  padding: 10px 0px 0px 10px; }
  .blocks_item_lables span {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    margin-bottom: 2px;
    color: #ffffff;
    background: #FA9E49;
    font-size: 12px;
    line-height: 13px; }
.blocks_item_wish_compare {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  display: flex;
  z-index: 1;
  flex-direction: column; }
  @media (max-width: 590px) {
    .blocks_item_wish_compare {
      top: 10px;
      right: 10px; } }
.blocks_item_wish button {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }
  .blocks_item_wish button svg {
    width: 20px;
    height: 20px;
    opacity: 0.5; }
.blocks_item_wish .in-favor svg {
  opacity: 1; }
.blocks_item_compare label {
  position: relative;
  overflow: hidden;
  top: 5px;
  cursor: pointer;
  margin: 0;
  padding: 0; }
  .blocks_item_compare label span {
    width: 20px;
    height: 20px;
    opacity: 0.5; }
    .blocks_item_compare label span svg {
      width: 20px;
      height: 20px; }
      .blocks_item_compare label span svg:nth-child(2) {
        display: none;
        opacity: 1; }
.blocks_item_compare input {
  position: absolute;
  left: -9999999999px; }
.blocks_item_compare input:checked + label span svg:nth-child(1) {
  display: none; }
.blocks_item_compare input:checked + label span svg:nth-child(2) {
  display: block;
  position: relative;
  bottom: -3px;
  opacity: 1; }
.blocks_item_link {
  display: block;
  color: #333333; }
  .blocks_item_link_lables {
    background: #FA9E49;
    top: 10px;
    left: 10px;
    position: absolute;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 1px 10px;
    transition: var(--animation1); }
  .blocks_item_link:hover {
    text-decoration: none; }
    .blocks_item_link:hover strong {
      color: var(--color1); }
.blocks_item_art {
  display: block;
  color: #888;
  padding: 0px 15px; }
  @media (max-width: 590px) {
    .blocks_item_art {
      font-size: 12px;
      padding: 0px 0px; } }
.blocks_item_name {
  font-weight: 400;
  padding: 0px 15px 0px 15px;
  display: block;
  height: 48px;
  overflow: hidden; }
  @media (max-width: 590px) {
    .blocks_item_name {
      font-size: 13px;
      line-height: 18px;
      padding: 0px 0px; } }
.blocks_item_stars {
  width: 113px; }
  .blocks_item_stars svg {
    fill: goldenrod; }
.blocks_item_quant {
  display: block;
  padding: 5px 15px 0px 15px;
  color: #888; }
  @media (max-width: 590px) {
    .blocks_item_quant {
      font-size: 12px;
      padding: 5px 0px 0px 0px; } }
  .blocks_item_quant span {
    color: #4EE5DC; }
.blocks_item_price {
  font-weight: bold;
  font-size: 18px;
  padding: 0px 15px 0px 15px; }
  @media (max-width: 1200px) {
    .blocks_item_price {
      font-size: 16px; } }
  @media (max-width: 992px) {
    .blocks_item_price {
      padding: 0px 15px 15px 15px; } }
  @media (max-width: 590px) {
    .blocks_item_price {
      height: 50px;
      padding: 0px 0px 0px 0px; }
      .blocks_item_price span {
        display: block;
        width: 100%; } }
  .blocks_item_price del {
    padding-right: 5px;
    display: inline-block;
    font-weight: 400;
    color: #777777;
    font-size: 15px;
    text-decoration: none;
    position: relative; }
    @media (max-width: 1200px) {
      .blocks_item_price del {
        font-size: 13px; } }
    .blocks_item_price del:before {
      content: "";
      width: 100%;
      height: 1px;
      background: var(--color1);
      position: absolute;
      top: 50%;
      left: 0;
      transform: rotate(-4deg); }
  .blocks_item_price_econ {
    font-size: 12px;
    background: #FFFACD;
    font-weight: 400;
    display: inline-block;
    height: 25px;
    margin: 0px 0px 15px 15px;
    border-radius: 3px;
    color: #777777;
    overflow: hidden; }
    @media (max-width: 590px) {
      .blocks_item_price_econ {
        margin: 0px 0px 15px 0px;
        overflow: hidden; } }
    .blocks_item_price_econ i {
      display: inline-block;
      padding: 0px 5px;
      background: #ffd83a;
      margin-right: 4px;
      height: 24px;
      line-height: 25px;
      font-style: normal;
      color: #444444; }
.blocks_item_hover {
  display: flex;
  height: 70px;
  background: #F0F0F0; }
  @media (max-width: 992px) {
    .blocks_item_hover {
      height: auto; } }
  .blocks_item_hover_qua {
    width: 50%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .blocks_item_hover_qua {
        display: none; } }
    .blocks_item_hover_qua span {
      height: 70px;
      width: 33.333333%;
      text-align: center;
      line-height: 70px;
      cursor: pointer;
      transition: var(--animation1); }
      .blocks_item_hover_qua span:hover {
        background: #f6f6f6; }
    .blocks_item_hover_qua input {
      height: 70px;
      width: 33.333333%;
      background: none;
      border: none;
      text-align: center; }
  .blocks_item_hover_buy {
    width: 50%; }
    @media (max-width: 992px) {
      .blocks_item_hover_buy {
        width: 100%; } }
    .blocks_item_hover_buy a {
      display: block;
      width: 100%;
      height: 70px;
      background: var(--color1);
      text-align: center;
      line-height: 70px;
      color: #ffffff;
      transition: var(--animation1); }
      @media (max-width: 992px) {
        .blocks_item_hover_buy a {
          color: #fff;
          background: var(--color1);
          height: 40px;
          line-height: 40px; } }
      @media (max-width: 395px) {
        .blocks_item_hover_buy a {
          font-size: 12px; } }
      .blocks_item_hover_buy a:hover {
        color: #ffffff;
        text-decoration: none; }
  .blocks_item_hover_more {
    width: 100%; }
    .blocks_item_hover_more a {
      display: block;
      text-align: center;
      color: #ffffff;
      width: 100%;
      background: var(--color1); }
      .blocks_item_hover_more a:hover {
        color: #ffffff;
        text-decoration: none; }
  .blocks_item_hover a {
    height: 70px;
    line-height: 70px; }
    @media (max-width: 992px) {
      .blocks_item_hover a {
        height: 40px;
        line-height: 40px; } }

.blocks_item {
  transition: var(--animation1);
  position: relative;
  height: 490px; }
  @media (max-width: 992px) {
    .blocks_item {
      height: auto; } }

.blocks_item_over {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 490px;
  overflow: hidden;
  padding: 5px;
  transition: var(--animation1); }
  @media (max-width: 992px) {
    .blocks_item_over {
      position: relative;
      height: auto;
      padding: 10px; } }

.blocks_item:hover {
  z-index: 500; }

.blocks_item:hover .blocks_item_over {
  height: 575px;
  z-index: 500;
  box-shadow: var(--shadow2); }
  @media (max-width: 992px) {
    .blocks_item:hover .blocks_item_over {
      height: auto;
      box-shadow: none; } }

/*# sourceMappingURL=style.css.map */


.span_mouse_move_choose_slider{
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
    width: 100%;
    height: 290px;
}
@media (max-width: 992px) {
    .span_mouse_move_choose_slider{
        display: none;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/iblock.vote/templates/bootstrap_v4/style.css?1641951721235*/
.bx-rating {
	display: block;
	text-align: center;
}

.bx-rating-icon-container  {
	margin-right: 3px;
	cursor: pointer;
}

.bx-rating .bx-rating-icon-container:last-child { margin-right: 0; }

.bx-rating-icon {
	fill: var(--primary)
}
/* End */
/* /local/templates/ledinail/components/bitrix/catalog/catalog/style.css?1643716644938 */
/* /local/templates/ledinail/components/bitrix/catalog.section.list/aside_pseudo_menu/style.css?1641951820888 */
/* /local/templates/ledinail/components/bitrix/catalog.section.list/section_blocks/style.css?16419518201248 */
/* /local/templates/ledinail/components/bitrix/catalog.smart.filter/.default/style.css?16419518205247 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16419517332917 */
/* /local/templates/ledinail/components/bitrix/catalog.section/section/style.css?16419518201906 */
/* /local/templates/ledinail/components/bitrix/catalog.item/item_blocks/style.css?16545241088208 */
/* /bitrix/components/bitrix/iblock.vote/templates/bootstrap_v4/style.css?1641951721235 */
