

/* Start:/local/templates/shinshinych/components/bitrix/menu/catalog/style.css?17512949311874*/
.bx_menu_advanced {
  font-family: var(--font--secondary);
}
.bx_menu_advanced > ul {
  list-style: none;
  padding: 0;
}
.bx_menu_advanced .bx_hma_one_lvl {
  display: block;
}
.bx_menu_advanced .bx_hma_one_lvl > a {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  z-index: 105;
  display: block;
  padding: 10px 1rem;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  background: var(--color--secondary);
  transition: 250ms linear all;
}
.bx_menu_advanced .bx_hma_one_lvl > a:hover, .bx_menu_advanced .bx_hma_one_lvl > a:focus {
  background: var(--color--blue);
}
.bx_menu_advanced .bx_hma_one_lvl > a:active, .bx_menu_advanced .bx_hma_one_lvl.current > a {
  background: var(--color--blue);
  color: #ffffff;
}
.bx_menu_advanced .bx_hma_one_lvl:hover > a:active, .bx_menu_advanced .bx_hma_one_lvl.current:hover > a, .bx_menu_advanced .bx_hma_one_lvl > a:focus:active, .bx_menu_advanced .bx_hma_one_lvl.current > a:focus {
  background: var(--color--blue);
  color: #ffffff;
}

.menu_theme_secondary .bx_hma_one_lvl > a {
  color: var(--color--dark);
  background: var(--color--light);
}
.menu_theme_secondary .bx_hma_one_lvl > a:hover, .menu_theme_secondary .bx_hma_one_lvl > a:focus {
  color: #ffffff;
  background: var(--color--secondary);
}

.menu_direction_row .bx_hma_one_lvl > a {
  text-align: center;
}

.menu_direction_column > ul {
  display: block;
  width: 100%;
  margin: 0;
}
.menu_direction_column .bx_hma_one_lvl {
  padding: 0;
}
.menu_direction_column .bx_hma_one_lvl > a {
  margin-top: 0.5rem;
}
#header-search-button-auto {
  background-color: #ef4323;
}
.fa-search-auto {
  color: white;
}
@media (max-width: 767.98px) {
    .bx_menu_advanced > ul > .input-group {
        padding: 0 0 0 15px;
       /* flex: 0 0 auto;
        width: 50%;*/
    }
}

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

/* End */


/* Start:/local/templates/shinshinych/components/bitrix/system.pagenavigation/bootstrap_v4/style.css?16293612251047*/
.pagination-container.pagination-main .pagination-sm .page-link {
  padding: 0.25rem 0.75rem;
}
.pagination-container.pagination-main .pagination .page-item .page-link {
  border-radius: 0;
}
.pagination-container.pagination-main .page-link {
  color: var(--color--dark);
  border: 1px solid var(--color--light);
}
.pagination-container.pagination-main a.page-link:hover, .pagination-container.pagination-main a.page-link:focus {
  color: #ffffff;
  background: var(--color--secondary);
  border-color: var(--color--secondary);
  box-shadow: none;
}
.pagination-container.pagination-main .page-item.disabled .page-link {
  background: var(--color--light2);
  color: #999999;
  border: 1px solid var(--color--light);
}
.pagination-container.pagination-main span.page-link {
  background: var(--color--light2);
  color: #999999;
}
.pagination-container.pagination-main .page-item.active .page-link {
  color: #ffffff;
  background-color: var(--color--blue);
  border-color: var(--color--blue);
  opacity: 1;
}

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

/* End */


/* Start:/local/templates/shinshinych/components/bitrix/catalog.item/bootstrap_v4/style.css?162997989921038*/
.product-item-container {
  position: relative;
  margin-bottom: 1.5rem;
}

.product-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--color--light);
}

.product-item-line-card .product-item {
  border-bottom: 1px solid var(--color--light);
}

.bx-touch .product-item {
  padding: 15px 0 0;
  width: auto;
  background: #ffffff;
}

/*Image*/
.product-item-image-wrapper {
  position: relative;
  display: block;
  padding-top: 100%;
  width: 100%;
  transition: all 300ms ease;
  border-bottom: 1px solid var(--color--light);
  border-top: 1px solid var(--color--light);
}

.product-item-image-original,
.product-item-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 300ms linear;
  border: 5px solid transparent;
}

.product-item-image-original {
  z-index: 11;
}

.product-item-image-alternative {
  z-index: 13;
  opacity: 0;
}

.product-item-big-card .product-item-image-wrapper {
  margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease;
}

.product-item-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #ffffff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s ease-in-out left;
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #f42c2c;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
  line-height: 0;
}

/* TEXT */
.product-item-label-text span {
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: bold;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 21px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
  padding: 5px 17px;
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }

  .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 3px 12px;
    font-size: 20px;
    line-height: 25px;
  }
}
/*RING*/
.product-item-label-ring {
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
}

.product-item-label-top {
  top: 5px;
}

.product-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-item-label-center > div {
  text-align: center;
}

.product-item-label-left {
  left: 5px;
}

.product-item-label-left > div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: 5px;
}

.product-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-item-label-right {
  right: 5px;
}

.product-item-label-right > div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
  overflow: hidden;
  margin: 0;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  height: 85px;
  display: flex;
  align-items: center;
}

.product-item-title a {
  color: #3f3f3f;
  text-decoration: none;
  transition: 250ms linear all;
  display: block;
  max-width: 100%;
  width: 100%;
}

.product-item-line-card .product-item-title {
  white-space: normal;
  text-align: left;
}

.product-item-big-card .product-item-title a {
  font-size: 21px;
}

.product-item-line-card .product-item-title a {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .product-item-big-card .product-item-title a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-item-big-card .product-item-title a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-item-big-card .product-item-title a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-item-big-card .product-item-title a {
    font-size: 16px;
  }
}
/*Price*/
.product-item-price-container {
  text-align: center;
  line-height: 1;
}

.product-item-price-current {
  color: #3f3f3f;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
}

.product-item-price-old {
  color: #a5a5a5;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 14px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
  vertical-align: middle;
  line-height: 20px;
}

.product-item-big-card .product-item-price-container {
  margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
  font-size: 18px;
}

.product-item-big-card .product-item-price-old {
  font-size: 15px;
}

/*Info*/
.product-item-info-container {
  clear: both;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}

.quantity-limit-block {
  height: 18px;
  color: var(--color--secondary);
}

.product-item-info-container-title {
  font-size: 12px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
  display: none !important;
}

.product-item-info-container-price {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
}

/*Amount*/
.product-item-amount {
  padding: 0 0 2px;
  text-align: center;
}

.product-item-amount-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 150px;
  margin: 0 auto 15px;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  position: relative;
  display: block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: 0.5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.product-item-amount-field-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-item-amount-field {
  display: block;
  padding: 0;
  width: 100%;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000000;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
  border-width: 0.5px;
}

.product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.product-item-amount-description-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/
.product-item-amount-description-container strong {
  color: #333333;
  white-space: nowrap;
}

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}

/**/
.product-item-quantity {
  font-size: 12px;
}

/*region Properties */
.product-item-properties {
  display: block;
  margin: 0;
}

.product-item-properties dl {
  clear: both;
}

.product-item-properties dt {
  display: inline-block;
  font-weight: normal;
  font-size: 10px;
}

.product-item-properties dd {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 10px;
}

/*endregion*/
/*Compare*/
.product-item-compare-container {
  position: relative;
  display: none;
  margin: 0 -15px;
  padding: 4px 15px;
  min-height: 30px;
  border-top: 1px solid #e6e6e6;
  background: #f3f3f3;
  box-shadow: inset 0 1px 1px 0 #eeeeee;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.bx-touch .product-item-compare-container {
  display: none;
}

.product-item-compare .checkbox {
  margin: 0;
  padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container {
  text-align: left;
}

.product-item-scu-container-title {
  color: #333333;
  font-size: 12px;
}

.product-item-scu-block-title {
  font-size: 12px;
}

.product-item-scu-list {
  margin: 0;
}

.product-item-scu-item-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 3px;
  max-width: 100%;
}

.product-item-scu-item-text-container {
  min-width: 32px;
}

.product-item-scu-item-color-container {
  max-width: 38px;
  width: 25%;
}

.product-item-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
  transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
  outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
  outline-width: 1px;
}

.product-item-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
  position: relative;
  padding: 0 5px;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
  transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
  outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
  outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
  outline-width: 1px;
}

.product-item-scu-item-text {
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  position: relative;
  outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
  content: "";
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-color: var(--primary);
}

/*Description*/
.product-item-description-container p {
  color: #575757;
  font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
  text-align: center;
}
.product-item-button-container .btn {
  margin-bottom: 2px;
}
.product-item-button-container .btn.btn-primary {
  background: var(--color--blue);
  font-size: 14px;
}
.product-item-button-container .btn:hover, .product-item-button-container .btn:focus {
  background: var(--color--secondary);
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
  display: none;
}

/*More*/
.product-item-more-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 15px 15px 5px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 300ms ease;
}

.product-item-more-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-top: 116%;
  width: 100%;
}

.product-item-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
  background-size: 50%;
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.product-item-more-title {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.product-item-button-container-additional {
  margin-top: 5px;
  border-top: 1px solid var(--color--light);
  display: flex;
}
.product-item-button-container-additional .btn {
  text-decoration: none;
  font-size: 12px;
  padding: 5px;
  flex: 1;
  background: var(--color--light2);
}
.product-item-button-container-additional .btn + .btn {
  border-left: 1px solid var(--color--light);
}

.product-item-info-container[data-entity=props-block] {
  background: var(--color--light2);
  height: 53px;
  /* 42px + padding + border-bottom */
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--color--light);
  padding: 5px 10px;
}

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

/* End */


/* Start:/local/templates/shinshinych/components/altasib/feedback.form/bootstrap_v4/themes/theme_98dbabfc87694e0df2cd83d48deb0224.css?16293612253514*/
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_radio_circle
{
	border-color:#251794;
}
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box:after,
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_radio_check
{
	background-color:#251794;
}
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_feedback_poles .afbf_btn
{
	color:#fff !important;
	background:#251794 !important;
}
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_feedback_poles .afbf_btn:hover
{
	color:#fff !important;
	background:#00005F !important;
}
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box
{
	background-color:#D072EF;
}
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before,
#alx_feed_back_FIDNASHYOL_DESHEVLE.floating_labels .afbf_item_pole.is_filled .afbf_name,
#alx_feed_back_FIDNASHYOL_DESHEVLE.floating_labels .afbf_item_pole.is_focused .afbf_name
{
	color:#00005F;
}
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_select,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_textarea,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_inputtext,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_item_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#251794), to(#251794)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#251794, #251794), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#251794, #251794), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#251794, #251794), linear-gradient(#e0e0e0, #e0e0e0);
}
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_item_pole.error_pole .afbf_select,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_item_pole.error_pole .afbf_textarea,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_item_pole.error_pole .afbf_inputtext,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_select,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_textarea,
#alx_feed_back_FIDNASHYOL_DESHEVLE.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f80000), to(#f80000)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#f80000, #f80000), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#f80000, #f80000), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#f80000, #f80000), linear-gradient(#e0e0e0, #e0e0e0);
	-moz-background-size:100% 2px, 100% 1px;
	background-size:100% 2px, 100% 1px;
}
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_select, .afbf_textarea, .afbf_inputtext,
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_checkbox label
{
	color:#212121;
}
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FIDNASHYOL_DESHEVLE .afbf_item_pole.is_focused .afbf_inputtext{
	border-color:#251794;
}
/* End */


/* Start:/local/templates/shinshinych/components/altasib/feedback.form/bootstrap_v4/themes/theme_857673e1e22e6c5679538c8f2c992914.css?16293612253410*/
#alx_feed_back_FIDZAPROS_TCENY .afbf_radio_circle
{
	border-color:#251794;
}
#alx_feed_back_FIDZAPROS_TCENY .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box:after,
#alx_feed_back_FIDZAPROS_TCENY .afbf_radio_check
{
	background-color:#251794;
}
#alx_feed_back_FIDZAPROS_TCENY .afbf_feedback_poles .afbf_btn
{
	color:#fff !important;
	background:#251794 !important;
}
#alx_feed_back_FIDZAPROS_TCENY .afbf_feedback_poles .afbf_btn:hover
{
	color:#fff !important;
	background:#00005F !important;
}
#alx_feed_back_FIDZAPROS_TCENY .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box
{
	background-color:#D072EF;
}
#alx_feed_back_FIDZAPROS_TCENY .afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before,
#alx_feed_back_FIDZAPROS_TCENY.floating_labels .afbf_item_pole.is_filled .afbf_name,
#alx_feed_back_FIDZAPROS_TCENY.floating_labels .afbf_item_pole.is_focused .afbf_name
{
	color:#00005F;
}
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_select,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_textarea,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_inputtext,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_item_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#251794), to(#251794)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#251794, #251794), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#251794, #251794), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#251794, #251794), linear-gradient(#e0e0e0, #e0e0e0);
}
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_item_pole.error_pole .afbf_select,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_item_pole.error_pole .afbf_textarea,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_item_pole.error_pole .afbf_inputtext,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_select,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_textarea,
#alx_feed_back_FIDZAPROS_TCENY.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f80000), to(#f80000)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#f80000, #f80000), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#f80000, #f80000), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#f80000, #f80000), linear-gradient(#e0e0e0, #e0e0e0);
	-moz-background-size:100% 2px, 100% 1px;
	background-size:100% 2px, 100% 1px;
}
#alx_feed_back_FIDZAPROS_TCENY .afbf_select, .afbf_textarea, .afbf_inputtext,
#alx_feed_back_FIDZAPROS_TCENY .afbf_checkbox label
{
	color:#212121;
}
#alx_feed_back_FIDZAPROS_TCENY .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FIDZAPROS_TCENY .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FIDZAPROS_TCENY .afbf_item_pole.is_focused .afbf_inputtext{
	border-color:#251794;
}
/* End */
/* /local/templates/shinshinych/components/bitrix/menu/catalog/style.css?17512949311874 */
/* /local/templates/shinshinych/components/bitrix/system.pagenavigation/bootstrap_v4/style.css?16293612251047 */
/* /local/templates/shinshinych/components/bitrix/catalog.item/bootstrap_v4/style.css?162997989921038 */
/* /local/templates/shinshinych/components/altasib/feedback.form/bootstrap_v4/themes/theme_98dbabfc87694e0df2cd83d48deb0224.css?16293612253514 */
/* /local/templates/shinshinych/components/altasib/feedback.form/bootstrap_v4/themes/theme_857673e1e22e6c5679538c8f2c992914.css?16293612253410 */
