

/* Start:/bitrix/templates/temploid_protos_default/components/bitrix/catalog.element/main_3/style.min.css?164811879623088*/
.tovar__desc_button .buy-buttons .tovar__desc_button_cart .btn svg {
  width: 18px;
  margin-right: 10px;
  transition: 0s;
}
.tovar__desc_button_price {
  margin-bottom: 20px;
}
.tovar__desc_radio .product-item-scu-item-color-container {
  position: relative;
  color: var(--text);
  cursor: pointer;
  padding: 4px 8px;
  border: 1px solid var(--border);
  font-weight: 500;
  transition: 0.6s all;
}
.tovar__desc_radio .product-item-scu-item-color-container.selected {
  color: var(--accent);
  border-color: var(--accent);
}
.tovar__desc_radio .product-item-scu-item-color-container:last-child {
  margin-right: 0;
}
.tovar__desc .product-item-scu-item-color-container {
  width: 80px;
  height: 100px;
  max-width: none;
  padding: 0;
}
.tovar__desc .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after {
  background-image: none;
}
.tovar__desc .product-item-scu-item-color-container .product-item-scu-item-color-block {
  outline: none;
  padding-top: 0;
}
.tovar__bottom {
  display: flex;
  justify-content: space-between;
}
.tovar__bottom .tovar__tabs {
  width: 40%;
}
.tovar__bottom .tovar__more {
  width: 50%;
}
@media (max-width: 992px) {
  .tovar__bottom {
    flex-wrap: wrap;
  }
  .tovar__bottom .tovar__tabs {
    width: 100%;
  }
  .tovar__bottom .tovar__more {
    width: 100%;
  }
}

.not-available {
  font-weight: 500;
  margin-bottom: 5px;
}

/* Sidebar */
.product-item-detail-info-section {
  padding: 0 20px;
}

@media (max-width: 992px) {
  .product-item-detail-info-section {
    padding: 0;
  }
}
.product-item-detail-info-container {
  margin-bottom: 20px;
}

.product-item-detail-info-container-title {
  margin-bottom: 3px;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

.product-item-detail-pay-block {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 20px 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  background-color: #fff;
}

.bx-retina .product-item-detail-pay-block {
  border-width: 0.5px;
}

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

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

/* Price */
.product-item-detail-price-current {
  color: #d0021b;
  white-space: nowrap;
  font-weight: bold;
  font-size: 30px;
  line-height: 33px;
  transition: font-size 200ms ease;
}

.product-item-detail-price-old {
  color: #bdbdbd;
  text-decoration: line-through;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

/* SCU */
.product-item-scu-container {
  padding: 0 0 2px;
}

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

.product-item-scu-item-color-container {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.product-item-scu-item-color-block {
  position: relative;
  height: 100%;
  cursor: pointer;
  width: 100%;
}

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

.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-color-container.notallowed .product-item-scu-item-color-block {
  position: relative;
  overflow: hidden;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75);
  background-size: 80% 80%;
  content: "";
}

.product-item-selected-scu-container {
  word-spacing: 1px;
}

.product-item-selected-scu {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  min-width: 22px;
  height: 22px;
  outline: 1px solid #c0cfda;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 22px;
}

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

.product-item-selected-scu-color {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

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

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #fff;
  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-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease;
}

.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 {
  display: inline-block;
  padding: 0;
  max-width: 50px;
  width: auto;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  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;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product-item-amount-description-container {
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

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

/**/
.product-item-quantity {
  color: #333;
  font-weight: normal;
  font-size: 12px;
}

/* Slider */
.tovar__slider {
  position: relative;
  max-width: 100%;
  background: transparent;
  transition: background 800ms ease;
}

.tovar__slider_big {
  position: relative;
  box-sizing: border-box;
  height: 0;
}

.tovar__slider_big.tovar__slider_big-square {
  padding-top: 100%;
}

.product-item-detail-slider-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.product-item-detail-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
  z-index: 10;
  opacity: 1;
}

.product-item-detail-slider-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 180;
  height: 3px;
}

/*Slider Controls*/
.thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 65px;
  max-height: 65px;
  width: auto;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 111;
  display: block;
  width: 25%;
  height: 0;
  padding-top: 25%;
  background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.57;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-detail-slider-left {
  left: 0;
}

.product-item-detail-slider-right {
  right: 0;
  transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.8;
}

.product-item-detail-slider-close {
  display: none;
}

.tovar__slider.popup .product-item-detail-slider-close {
  position: absolute;
  top: 4px;
  right: 110px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.27;
  cursor: pointer;
  transition: all 300ms ease;
}

.tovar__slider.popup .product-item-detail-slider-close:hover {
  opacity: 1;
}

.tovar__slider.popup .product-item-detail-slider-right {
  right: 105px;
}

/*magnified*/
.tovar__slider.magnified .product-item-detail-slider-image {
  z-index: 100;
}

.tovar__slider.magnified .product-item-detail-slider-image img {
  outline-color: #ddd;
}

.tovar__slider.magnified .product-item-detail-slider-left,
.tovar__slider.magnified .product-item-detail-slider-right {
  z-index: 50;
}

.tovar__slider.magnified .product-item-label-text,
.tovar__slider.magnified .product-item-label-ring {
  opacity: 0;
}

/*	>>>	popup*/
.tovar__slider.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  animation-name: imgPopupShow;
  animation-duration: 300ms;
  width: 100%;
}

.tovar__slider.popup .product-item-detail-slider-images-container {
  right: 105px;
}

.tovar__slider.popup .tovar__slider_big {
  padding-top: 0;
  height: 100vh;
}

.tovar__slider.popup .product-item-detail-slider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  width: calc(100% - 150px);
  transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tovar__slider.popup .product-item-detail-slider-image img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  cursor: default;
}

.tovar__slider.popup .tovar__slider_min {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 20px;
  border-left: 1px solid #d3d3d3;
  background-color: #fff;
}

.tovar__slider.popup .thumb {
  display: block;
  margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
  .tovar__slider.popup .product-item-detail-slider-images-container {
    right: 0;
  }

  .tovar__slider.popup .tovar__slider_big {
    padding-top: 0;
    height: calc(100vh - 111px);
  }

  .tovar__slider.popup .product-item-detail-slider-image {
    width: 90%;
  }

  .tovar__slider.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: calc(100vh - 115px);
    width: auto;
    cursor: default;
  }

  .tovar__slider.popup .tovar__slider_min {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    max-height: 111px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
    white-space: nowrap;
  }

  .tovar__slider.popup .thumb {
    display: inline-block;
    margin-bottom: 0;
  }

  .tovar__slider.popup .product-item-detail-slider-close {
    right: 10px;
    z-index: 200;
  }

  .product-item-detail-slider-left,
.product-item-detail-slider-right {
    max-width: 75px;
  }

  .tovar__slider.popup .product-item-detail-slider-right {
    right: 0;
  }
}
/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 190;
  opacity: 1;
  transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #f42c2c;
  color: #fff;
  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;
}

.tovar__slider.popup .product-item-label-text,
.tovar__slider.popup .product-item-label-ring {
  display: none;
}

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

.product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px;
}

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

  .product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 14px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-small span,
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 16px;
  }

  .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;
}

.product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-small,
.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}
.product-item-label-top {
  top: -5px;
}

.product-item-label-center {
  left: 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%;
  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 {
  transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container {
  min-height: 60px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.product-item-detail-tabs-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-item-detail-tabs-list:after {
  display: table;
  clear: both;
  content: "";
}

.product-item-detail-tab {
  float: left;
  min-height: 60px;
}

.product-item-detail-tab-link {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 25px;
  height: 60px;
  color: #039be5;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 13px;
  line-height: 45px;
  transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
  color: #000;
}

.product-item-detail-tab-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #1485ce;
  content: "";
  transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 3px;
}

.product-item-detail-tab-link:active:after {
  height: 6px;
}

.product-item-detail-tab-content {
  padding: 25px 0;
}

@media (max-width: 991px) {
  .product-item-detail-tabs-container {
    display: none !important;
  }

  .product-item-detail-tab-content {
    display: block !important;
  }
}
/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
  min-height: 45px;
  background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
  top: 0;
  opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  margin: 0 auto;
  max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
  min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
  padding: 10px 25px;
  height: 45px;
  line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
  display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
  position: fixed;
  top: -85px;
  right: 0;
  left: 0;
  z-index: 1010;
  box-sizing: border-box;
  padding: 7px 0 8px;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
  top: 0;
  opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
  top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
  display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
  margin: 0 auto;
  max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
  min-width: 100%;
  border-collapse: collapse;
}

.product-item-detail-short-card-image {
  padding-right: 15px;
  width: 80px;
  vertical-align: middle;
  text-align: left;
}

.product-item-detail-short-card-image img {
  max-width: none;
  height: 65px;
}

.product-item-detail-short-title-container {
  max-width: 650px;
}

.product-item-detail-short-title-text {
  display: block;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
}

.product-item-detail-short-card-price {
  padding: 0 10px;
  vertical-align: middle;
  text-align: right;
}

.product-item-detail-short-card-btn {
  padding-left: 10px;
  min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
  display: none;
}

.product-item-detail-tab-content.active {
  display: block;
}

.product-item-detail-tab-content h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.product-item-detail-properties {
  display: block;
  overflow: hidden;
  margin: 0;
  max-width: 560px;
  color: #a5a5a5;
  font-size: 12px;
}

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

.product-item-detail-properties dt {
  float: left;
  clear: both;
  font-weight: normal;
}

.product-item-detail-properties dd {
  float: right;
  margin-bottom: 3px;
  margin-left: 5px;
  color: #000;
}

.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;
}

[itemprop=offers] {
  display: none;
}

.sku-color-slider {
  position: relative;
  --swiper-navigation-size: 25px;
  margin-bottom: 20px;
}
.sku-color-slider .swiper-button-prev {
  left: 0;
}
.sku-color-slider .swiper-button-prev:not(.swiper-button-lock) + .tovar__desc_radio {
  width: calc(100% - 50px);
  margin: 0 auto;
}
.sku-color-slider .swiper-button-next {
  right: 0;
}

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

/* End */


/* Start:/bitrix/templates/temploid_protos_default/libs/swiper/swiper-bundle.min.css?164811879613681*/
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/templates/temploid_protos_default/components/temploid/block.constructor/v2/style.min.css?164811879659594*/
@keyframes pulse{0%{transform:scale3d(0, 0, 1);opacity:1}100%{transform:scale3d(1, 1, 1);opacity:.5}}@keyframes round{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.tbc-panel{--bg: #F5F5FA;--text-light: #AEB6C9;font-family:Roboto,sans-serif;position:fixed;left:0;top:50%;font-size:14px;height:100%;z-index:1001}.tbc-panel ul,.tbc-panel li{list-style:none;padding:0;margin:0}.tbc-panel.opened .tbc-panel_wrapper{left:0}.tbc-panel.opened .tbc-panel_overlay{z-index:1;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2)}.tbc-panel_close{position:absolute;right:15px;top:15px;display:block;width:26px;height:26px;border:none;cursor:pointer;transition:all .6s;border-radius:50%;z-index:2}.tbc-panel_close:hover,.tbc-panel_close:focus{outline:none;transform:rotate(90deg)}.tbc-panel_close:hover:after,.tbc-panel_close:hover:before,.tbc-panel_close:focus:after,.tbc-panel_close:focus:before{background:var(--accent)}.tbc-panel_close:after,.tbc-panel_close:before{content:"";display:block;position:absolute;left:50%;top:50%;background:var(--text-light);transition:all .6s;border-radius:4px;height:26px;width:2px}.tbc-panel_close:after{transform:translate(-50%, -50%) rotate(45deg)}.tbc-panel_close:before{transform:translate(-50%, -50%) rotate(-45deg)}.tbc-panel_openers{width:3em;position:absolute;top:0;left:0;transform:translateY(-50%);z-index:2}.tbc-panel_openers ul{display:block}.tbc-panel_openers li{padding:0;margin:0;position:relative;background:var(--accent);cursor:pointer;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid var(--accent);transition:all .6s}.tbc-panel_openers li .tbc-panel_tooltip{display:none}.tbc-panel_openers li:not(:last-child){box-shadow:0 -1px 1px 0 rgba(255,255,255,.2)}.tbc-panel_openers li:hover{background-color:#fff}.tbc-panel_openers li:hover svg{color:var(--accent)}.tbc-panel_openers li:hover .tbc-panel_tooltip{display:block}.tbc-panel_openers li[data-mode=on]{margin-top:10px;background-color:#000;border:1px solid #fff}.tbc-panel_openers li[data-mode=on]:hover{background-color:#fff;border-color:#000}.tbc-panel_openers li[data-mode=on]:hover svg{color:#000}.tbc-panel_openers svg{display:block;width:25px;height:auto;color:#fff}.tbc-panel_wrapper{position:fixed;top:0;transition:all .6s;left:-100%;z-index:3;background:#fff;display:flex;height:100%}.tbc-panel_wrapper .custom-color{position:relative}.tbc-panel_wrapper .custom-color:hover:before{opacity:1}.tbc-panel_wrapper .custom-color:before{content:"";width:15px;height:15px;background-image:url("/bitrix/templates/temploid_protos_default/components/temploid/block.constructor/v2/images/icons/pip.svg");background-repeat:no-repeat;background-size:contain;position:absolute;top:0;bottom:0;margin:auto;left:10px;pointer-events:none;opacity:.3;transition:opacity .6s}.tbc-panel_wrapper .custom-color .inner-border{top:0;bottom:0;left:31px;width:1px;background-color:var(--text-light);position:absolute}.tbc-panel_wrapper .custom-color>input{cursor:pointer;max-width:126px !important;background-size:auto,30px 16px !important;border:1px solid var(--text-light);box-sizing:border-box;border-radius:4px;padding:11px 13px 11px 35px !important;font-size:1em;width:100%;outline:none;height:auto;line-height:1.14em}.tbc-panel_wrapper .custom-color>input::placeholder{color:var(--text-light)}.tbc-panel_wrapper .custom-color>input:focus{border-color:var(--accent)}.tbc-panel_wrapper .custom-color>input:focus+.inner-border{background-color:var(--accent)}.tbc-panel_wrapper .custom-color>input.input-size-1{max-width:none;width:100%}.tbc-panel_menu-title{display:flex;align-items:center;cursor:pointer;font-weight:500;padding:17px 28px 17px 23px;margin-left:-15px}.tbc-panel_menu-title svg{width:25px;margin-right:10px;display:block}.tbc-panel_menu>li>ul{display:none}.tbc-panel_menu ul li{cursor:pointer;padding:17px 28px 17px 43px}.tbc-panel_menu ul li:hover{color:var(--accent);background-color:#fff}.tbc-panel_menu ul li.active{display:flex;background-color:var(--accent);color:#fff}.tbc-panel_menu>li.active .tbc-panel_menu-title{font-weight:bold}.tbc-panel_menu>li.active>ul{display:block}.tbc-panel_contents .library.tbc-panel_contents-group .tbc-panel_contents-bgroup{padding:40px 48px 0}.tbc-panel_contents-group{display:none}.tbc-panel_contents-group.active{display:block}.tbc-panel_contents-section{display:none}.tbc-panel_contents-section.active{display:block}.tbc-panel_contents-section>ul>li{margin-bottom:24px}.tbc-panel_contents-section>ul>li input[type=radio]{display:none}.tbc-panel_contents-section>ul>li input[type=radio]:checked+label{position:relative;border-color:var(--accent)}.tbc-panel_contents-section>ul>li input[type=radio]:checked+label:after{z-index:1;content:"";width:20px;height:20px;border-radius:50%;background-color:var(--accent);top:-10px;right:-10px;position:absolute;background-repeat:no-repeat;background-size:auto;background-position:center;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjAyOTA1IDAuMjVMMy4wMzExMiA2LjI0NzkzTDAuNzUxMDM3IDMuOTY3ODRMMCA0LjcxODg4TDMuMDMxMTIgNy43NUw5Ljc4MDA4IDEuMDAxMDRMOS4wMjkwNSAwLjI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==")}.tbc-panel_contents-name{font-size:1.14em;line-height:1.4em}.tbc-panel_contents-view{border:var(--bg) solid 2px;padding:16px;cursor:pointer;border-radius:4px;transition:all .6s;display:inline-block}.tbc-panel_contents-view:hover{box-shadow:0px 3px 15px rgba(0,0,0,.15);border-color:transparent}.tbc-panel_contents-view img{max-width:100%;margin-bottom:16px;border-radius:4px;display:block}.tbc-panel_tooltip{position:absolute;left:100%;margin-left:8px;top:-1px;background:#fff;border:var(--text-light) solid 1px;border-radius:5px;padding:10px;font-size:.9em;width:220px}.tbc-panel_tooltip ._title{font-size:1.1em;font-weight:500;margin-bottom:10px}.tbc-blocks{min-height:80px}.tbc-blocks._empty{display:flex;align-items:center;justify-content:center;padding:0 15px}.tbc-blocks>*.optioned:first-child:hover{z-index:3}.tbc-block{border:transparent dashed 2px;position:relative;min-height:90px}.tbc-block._hide>*:not([class*=tbc-]){pointer-events:none}.tbc-block._hide>*:not([class*=tbc-]):after{position:absolute;content:"";top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.5);z-index:2}.tbc-block-control{font-size:14px;display:none}.tbc-block-control_title{display:none}.tbc-block-control_add-top,.tbc-block-control_add-bottom{display:none;z-index:2}.tbc-block.optioned:hover{border-color:var(--text-light);z-index:2}.tbc-block.optioned:hover:first-child .tbc-block-control_up{display:none}.tbc-block.optioned:hover:last-child .tbc-block-control_down{display:none}.tbc-block.optioned:hover .tbc-block-control{position:absolute;top:20px;right:20px;display:flex;color:#fff;z-index:2}.tbc-block.optioned:hover .tbc-block-control>*,.tbc-block.optioned:hover .tbc-block-control_title{font-weight:500;cursor:pointer;padding:0 9px;margin-left:5px;display:flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;transition:all .6s;text-transform:none;color:#414a5a;background-color:#fff;border:1px solid #aeb6c9;border-radius:4px}.tbc-block.optioned:hover .tbc-block-control>* svg,.tbc-block.optioned:hover .tbc-block-control_title svg{max-width:18px;max-height:14px;transition:0s}.tbc-block.optioned:hover .tbc-block-control>*:hover,.tbc-block.optioned:hover .tbc-block-control_title:hover{color:#414a5a;background-color:var(--bg)}.tbc-block.optioned:hover .tbc-block-control>*._load{color:transparent;pointer-events:none;background:#414a5a}.tbc-block.optioned:hover .tbc-block-control>*._load svg{opacity:0}.tbc-block.optioned:hover .tbc-block-control>*._load:before{position:absolute;content:"";display:block;width:18px;height:5px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTI4IDM1IiBzdHlsZT0iJiMxMDsiPjxnPjxjaXJjbGUgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNy41IiBmaWxsPSIjZmZmIi8+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZHVyPSIyNzAwbXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGtleVRpbWVzPSIwOzAuMTY3OzAuNTswLjY2ODsxIiB2YWx1ZXM9IjAuMzsxOzE7MC4zOzAuMyIvPjwvZz48Zz48Y2lyY2xlIGN4PSIxMTAuNSIgY3k9IjE3LjUiIHI9IjE3LjUiIGZpbGw9IiNmZmYiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBkdXI9IjI3MDBtcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIga2V5VGltZXM9IjA7MC4zMzQ7MC41OzAuODM1OzEiIHZhbHVlcz0iMC4zOzAuMzsxOzE7MC4zIi8+PC9nPjxnPjxjaXJjbGUgY3g9IjY0IiBjeT0iMTcuNSIgcj0iMTcuNSIgZmlsbD0iI2ZmZiIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGR1cj0iMjcwMG1zIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBrZXlUaW1lcz0iMDswLjE2NzswLjMzNDswLjY2ODswLjgzNTsxIiB2YWx1ZXM9IjAuMzswLjM7MTsxOzAuMzswLjMiLz48L2c+PC9zdmc+")}.tbc-block.optioned:hover .tbc-block-control_hide{padding:0}.tbc-block.optioned:hover .tbc-block-control_hide svg:last-child{display:none}.tbc-block.optioned:hover .tbc-block-control_hide._hide svg:first-child{display:none}.tbc-block.optioned:hover .tbc-block-control_hide._hide svg:last-child{display:block}.tbc-block.optioned:hover .tbc-block-control_remove{margin-left:1px}.tbc-block.optioned:hover .tbc-block-control_up{transform:rotate(180deg)}.tbc-block.optioned:hover .tbc-block-control_down{margin-left:1px}.tbc-block.optioned:hover .tbc-block-control_add-top,.tbc-block.optioned:hover .tbc-block-control_add-bottom{position:absolute;left:0;right:0;margin:auto;width:25px;height:25px;border-radius:50%;background-color:#414a5a;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid #414a5a;transition:all .6s}.tbc-block.optioned:hover .tbc-block-control_add-top:after,.tbc-block.optioned:hover .tbc-block-control_add-top:before,.tbc-block.optioned:hover .tbc-block-control_add-bottom:after,.tbc-block.optioned:hover .tbc-block-control_add-bottom:before{content:"";width:11px;height:1px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-color:#fff;transition:all .6s}.tbc-block.optioned:hover .tbc-block-control_add-top:before,.tbc-block.optioned:hover .tbc-block-control_add-bottom:before{transform:rotate(90deg)}.tbc-block.optioned:hover .tbc-block-control_add-top:hover,.tbc-block.optioned:hover .tbc-block-control_add-bottom:hover{background-color:#fff}.tbc-block.optioned:hover .tbc-block-control_add-top:hover:after,.tbc-block.optioned:hover .tbc-block-control_add-top:hover:before,.tbc-block.optioned:hover .tbc-block-control_add-bottom:hover:after,.tbc-block.optioned:hover .tbc-block-control_add-bottom:hover:before{background-color:#414a5a}.tbc-block.optioned:hover .tbc-block-control_add-top{top:-13px}.tbc-block.optioned:hover .tbc-block-control_add-bottom{bottom:-13px}.tbc-block-panel{--bg: #F5F5FA;--text-light: #AEB6C9;font-family:Roboto,sans-serif;font-size:14px;position:fixed;right:0;top:0;height:100%;width:0;z-index:1001}.tbc-block-panel ._load:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.1);z-index:4}.tbc-block-panel_close{position:absolute;right:15px;top:15px;display:block;width:26px;height:26px;border:none;cursor:pointer;transition:all .6s;border-radius:50%;z-index:2}.tbc-block-panel_close:hover{transform:rotate(90deg)}.tbc-block-panel_close:hover:after,.tbc-block-panel_close:hover:before{background:var(--accent)}.tbc-block-panel_close:before,.tbc-block-panel_close:after{content:"";display:block;position:absolute;left:50%;top:0;background:var(--text-light);transition:all .6s;border-radius:4px;height:26px;width:2px}.tbc-block-panel_close:before{transform:rotate(45deg)}.tbc-block-panel_close:after{transform:rotate(-45deg)}.tbc-block-panel .button{background:var(--accent);color:#fff;padding:0 25px;cursor:pointer;text-align:center;border:1px solid var(--accent);min-height:40px;min-width:40px;display:inline-flex;justify-content:center;align-items:center;text-transform:uppercase;border-radius:4px;font-size:.86em;transition:all .6s;position:relative}.tbc-block-panel .button:hover{background:#fff;color:var(--accent)}.tbc-block-panel .button._load{color:transparent;pointer-events:none;background-color:var(--accent)}.tbc-block-panel .button._load svg{opacity:0}.tbc-block-panel .button._load:before{position:absolute;content:"";display:block;width:18px;height:5px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTI4IDM1IiBzdHlsZT0iJiMxMDsiPjxnPjxjaXJjbGUgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNy41IiBmaWxsPSIjZmZmIi8+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZHVyPSIyNzAwbXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGtleVRpbWVzPSIwOzAuMTY3OzAuNTswLjY2ODsxIiB2YWx1ZXM9IjAuMzsxOzE7MC4zOzAuMyIvPjwvZz48Zz48Y2lyY2xlIGN4PSIxMTAuNSIgY3k9IjE3LjUiIHI9IjE3LjUiIGZpbGw9IiNmZmYiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBkdXI9IjI3MDBtcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIga2V5VGltZXM9IjA7MC4zMzQ7MC41OzAuODM1OzEiIHZhbHVlcz0iMC4zOzAuMzsxOzE7MC4zIi8+PC9nPjxnPjxjaXJjbGUgY3g9IjY0IiBjeT0iMTcuNSIgcj0iMTcuNSIgZmlsbD0iI2ZmZiIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGR1cj0iMjcwMG1zIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBrZXlUaW1lcz0iMDswLjE2NzswLjMzNDswLjY2ODswLjgzNTsxIiB2YWx1ZXM9IjAuMzswLjM7MTsxOzAuMzswLjMiLz48L2c+PC9zdmc+");left:0;right:0;top:0;bottom:0;margin:auto}.tbc-block-panel_overlay{z-index:1;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2);display:none}.tbc-block-panel_wrapper{width:672px;min-height:200px;position:absolute;top:0;background:#fff;z-index:2;transition:all .6s;max-height:100%;display:flex;flex-direction:column;height:100%;left:0}.tbc-block-panel_content{padding-bottom:128px;overflow-y:auto;overflow-x:hidden;height:100%}.tbc-block-panel_content::-webkit-scrollbar{width:6px}.tbc-block-panel_content::-webkit-scrollbar-track{background:transparent}.tbc-block-panel_content::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:55px}.tbc-block-panel_content::-webkit-scrollbar-thumb:hover{background:var(--text)}.tbc-block-panel_content .input-files{max-width:290px}.tbc-block-panel_content label.styled{cursor:pointer;margin:0}.tbc-block-panel_content label.styled img{max-width:100%}.tbc-block-panel_content label.styled input[type=file]{display:none}.tbc-block-panel .tbc-block-panel_content-inner>.tbc-block-panel-row{padding:20px 48px;border-bottom:1px solid #ececec}.tbc-block-panel-row_card{display:flex;align-items:center;justify-content:space-between;font-size:.9em;margin-bottom:10px;padding:15px 24px;border-radius:4px;transition:all .6s;border:1px dashed var(--text-light)}.tbc-block-panel-row_card:first-child .tbc-block-panel-row_card-up{opacity:.5;pointer-events:none}.tbc-block-panel-row_card:last-child .tbc-block-panel-row_card-down{opacity:.5;pointer-events:none}.tbc-block-panel-row_card-title{flex-grow:1;cursor:pointer;font-weight:bold;text-transform:uppercase;transition:all .6s;color:#414a5a}.tbc-block-panel-row_card-title:hover{color:var(--accent)}.tbc-block-panel-row_card-disable,.tbc-block-panel-row_card-up,.tbc-block-panel-row_card-down,.tbc-block-panel-row_card-delete{font-size:.9em;cursor:pointer;margin:0 5px;transition:all .6s;color:#414a5a;min-width:30px;display:inline-flex;align-items:center;justify-content:center;min-height:30px;border:1px solid #aeb6c9;background-color:#fff;border-radius:4px;position:relative}.tbc-block-panel-row_card-disable:hover,.tbc-block-panel-row_card-up:hover,.tbc-block-panel-row_card-down:hover,.tbc-block-panel-row_card-delete:hover{color:#414a5a;background-color:var(--bg)}.tbc-block-panel-row_card-disable svg,.tbc-block-panel-row_card-up svg,.tbc-block-panel-row_card-down svg,.tbc-block-panel-row_card-delete svg{max-width:16px;max-height:12px;display:block;width:100%}.tbc-block-panel-row_card-disable._load,.tbc-block-panel-row_card-up._load,.tbc-block-panel-row_card-down._load,.tbc-block-panel-row_card-delete._load{color:transparent;pointer-events:none;background:#414a5a}.tbc-block-panel-row_card-disable._load svg,.tbc-block-panel-row_card-up._load svg,.tbc-block-panel-row_card-down._load svg,.tbc-block-panel-row_card-delete._load svg{opacity:0}.tbc-block-panel-row_card-disable._load:before,.tbc-block-panel-row_card-up._load:before,.tbc-block-panel-row_card-down._load:before,.tbc-block-panel-row_card-delete._load:before{position:absolute;content:"";display:block;width:18px;height:5px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTI4IDM1IiBzdHlsZT0iJiMxMDsiPjxnPjxjaXJjbGUgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNy41IiBmaWxsPSIjZmZmIi8+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZHVyPSIyNzAwbXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGtleVRpbWVzPSIwOzAuMTY3OzAuNTswLjY2ODsxIiB2YWx1ZXM9IjAuMzsxOzE7MC4zOzAuMyIvPjwvZz48Zz48Y2lyY2xlIGN4PSIxMTAuNSIgY3k9IjE3LjUiIHI9IjE3LjUiIGZpbGw9IiNmZmYiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBkdXI9IjI3MDBtcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIga2V5VGltZXM9IjA7MC4zMzQ7MC41OzAuODM1OzEiIHZhbHVlcz0iMC4zOzAuMzsxOzE7MC4zIi8+PC9nPjxnPjxjaXJjbGUgY3g9IjY0IiBjeT0iMTcuNSIgcj0iMTcuNSIgZmlsbD0iI2ZmZiIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGR1cj0iMjcwMG1zIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBrZXlUaW1lcz0iMDswLjE2NzswLjMzNDswLjY2ODswLjgzNTsxIiB2YWx1ZXM9IjAuMzswLjM7MTsxOzAuMzswLjMiLz48L2c+PC9zdmc+");top:0;bottom:0;right:0;left:0;margin:auto}.tbc-block-panel-row_card-disable{margin-right:0}.tbc-block-panel-row_card-delete{margin-left:1px}.tbc-block-panel-row_card-down{margin-left:1px;margin-right:0}.tbc-block-panel-row_card-up{margin-right:0}.tbc-block-panel-row_card-up svg{transform:rotate(180deg)}.tbc-block-panel-row_title{margin-bottom:24px;font-weight:500;font-size:1.3em;line-height:1.3em;user-select:none}.tbc-block-panel-row_item.range{font-size:1.14em;line-height:1.4em}.tbc-block-panel-row_item label{margin:0;user-select:none}.tbc-block-panel-row_item input[type=text]{width:100%;padding:11px 24px;border-radius:4px;border:var(--text-light) solid 1px;outline:none;line-height:1.14em}.tbc-block-panel-row_item input[type=text]::placeholder{color:var(--text-light)}.tbc-block-panel-row_item input[type=text]:focus{border-color:var(--accent)}.tbc-block-panel-row_item select{width:100%;padding:11px 24px;border-radius:4px;border:var(--text-light) solid 1px;cursor:pointer;outline:none}.tbc-block-panel-row_item textarea{width:100%;font-size:1em;line-height:1.14em;padding:11px 12px;border-radius:4px;border:1px solid var(--text-light);outline:none;height:7em;min-height:120px}.tbc-block-panel-row_item textarea::-webkit-scrollbar{width:3px}.tbc-block-panel-row_item textarea::-webkit-scrollbar-track{background:transparent}.tbc-block-panel-row_item textarea::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:55px}.tbc-block-panel-row_item textarea::-webkit-scrollbar-thumb:hover{background:var(--text)}.tbc-block-panel-row_item textarea::placeholder{color:var(--text-light)}.tbc-block-panel-row_item textarea:focus{border-color:var(--accent)}.tbc-block-panel-row_item input[type=checkbox]{display:none}.tbc-block-panel-row_item input[type=checkbox].cb+span{cursor:pointer;width:100%;display:flex;align-items:center}.tbc-block-panel-row_item input[type=checkbox].cb+span:before{border-radius:50%;content:"";width:19px;height:19px;border:solid 1px var(--accent);margin-right:10px;pointer-events:all}.tbc-block-panel-row_item input[type=checkbox].cb:checked+span:before{background-color:var(--accent);background-repeat:no-repeat;background-size:auto;background-position:center;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjAyOTA1IDAuMjVMMy4wMzExMiA2LjI0NzkzTDAuNzUxMDM3IDMuOTY3ODRMMCA0LjcxODg4TDMuMDMxMTIgNy43NUw5Ljc4MDA4IDEuMDAxMDRMOS4wMjkwNSAwLjI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==")}.tbc-block-panel-row_item input[type=radio]{display:none}.tbc-block-panel-row_item input[type=radio].color+div span{background-color:#f2f2f2;width:28px;height:28px;border-radius:4px;display:block;cursor:pointer;position:relative;filter:drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2))}.tbc-block-panel-row_item input[type=radio].color:checked+div span:before{content:"";background-color:rgba(0,0,0,.1);position:absolute;left:0;top:0;bottom:0;right:0;border-radius:4px}.tbc-block-panel-row_item input[type=radio].color:checked+div span:after{z-index:1;content:"";width:14px;height:10px;top:0;bottom:0;right:0;left:0;margin:auto;position:absolute;background-repeat:no-repeat;background-size:contain;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAxNCAxMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIuMDM4NyAwTDQuMDQxNDkgNy45OTcyM0wxLjAwMTM4IDQuOTU3MTJMMCA1Ljk1ODUxTDQuMDQxNDkgMTBMMTMuMDQwMSAxLjAwMTM4TDEyLjAzODcgMFonIGZpbGw9J3doaXRlJy8+PC9zdmc+)}.tbc-block-panel-row_item:not(:last-child){margin-bottom:10px}.tbc-block-panel-row_item .ql-toolbar{border-top-left-radius:4px;border-top-right-radius:4px;background-color:var(--bg);font-family:inherit;border-color:var(--text-light)}.tbc-block-panel-row_item .ql-container{border-color:var(--text-light);font-family:inherit;border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin-top:-1px;font-size:inherit}.tbc-block-panel-row_item .ql-container~textarea{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px;height:calc(10em + 1px)}.tbc-block-panel-row_item .ql-editor{resize:vertical}.tbc-block-panel-row_item .ql-editor p{margin-bottom:15px}.tbc-block-panel-row_item .ql-editor h2,.tbc-block-panel-row_item .ql-editor h3,.tbc-block-panel-row_item .ql-editor h4,.tbc-block-panel-row_item .ql-editor h5{position:relative;margin-bottom:1em;padding-bottom:.7em;text-transform:uppercase;font-weight:400}.tbc-block-panel-row_item .ql-editor h2::before,.tbc-block-panel-row_item .ql-editor h3::before,.tbc-block-panel-row_item .ql-editor h4::before,.tbc-block-panel-row_item .ql-editor h5::before{content:"";position:absolute;bottom:0;width:65px;display:block;height:1px;background-color:var(--text)}.tbc-block-panel-row_item .ql-editor blockquote{margin:16px 0;border-left:2px solid var(--accent);padding-left:34px;font-size:1.2em}.tbc-block-panel-row_item .ql-editor ol{margin:16px 0;counter-reset:myCounter;padding:0}.tbc-block-panel-row_item .ql-editor ol li{list-style-type:none;margin:8px 0;padding:0}.tbc-block-panel-row_item .ql-editor ol li:before{counter-increment:myCounter;content:counter(myCounter) ".";color:var(--accent);display:inline-block;width:16px;text-align:right;margin-right:8px;margin-left:0}.tbc-block-panel-row_item .ql-editor ul{margin:16px 0;padding:0}.tbc-block-panel-row_item .ql-editor ul li{list-style-type:none;position:relative;padding-left:24px;margin:8px 0}.tbc-block-panel-row_item .ql-editor ul li:before{content:"";width:16px;height:1px;position:absolute;background:var(--accent);left:0;top:8px;margin-left:0}.tbc-block-panel-row_item .ql-formats.is-html .ql-align{opacity:.5;pointer-events:none}.tbc-block-panel-row_item .ql-formats.is-html button:not(.ql-html){opacity:.5;pointer-events:none}.tbc-block-panel-row_item .ql-formats button:hover,.tbc-block-panel-row_item .ql-formats button.ql-active,.tbc-block-panel-row_item .ql-formats .ql-picker-label:hover,.tbc-block-panel-row_item .ql-formats .ql-picker-label.ql-active,.tbc-block-panel-row_item .ql-formats .ql-picker-item:hover,.tbc-block-panel-row_item .ql-formats .ql-picker-item.ql-active{color:var(--accent)}.tbc-block-panel-row_item .ql-formats button:hover svg .ql-fill,.tbc-block-panel-row_item .ql-formats button.ql-active svg .ql-fill,.tbc-block-panel-row_item .ql-formats .ql-picker-label:hover svg .ql-fill,.tbc-block-panel-row_item .ql-formats .ql-picker-label.ql-active svg .ql-fill,.tbc-block-panel-row_item .ql-formats .ql-picker-item:hover svg .ql-fill,.tbc-block-panel-row_item .ql-formats .ql-picker-item.ql-active svg .ql-fill{fill:var(--accent) !important}.tbc-block-panel-row_item .ql-formats button:hover svg .ql-stroke,.tbc-block-panel-row_item .ql-formats button.ql-active svg .ql-stroke,.tbc-block-panel-row_item .ql-formats .ql-picker-label:hover svg .ql-stroke,.tbc-block-panel-row_item .ql-formats .ql-picker-label.ql-active svg .ql-stroke,.tbc-block-panel-row_item .ql-formats .ql-picker-item:hover svg .ql-stroke,.tbc-block-panel-row_item .ql-formats .ql-picker-item.ql-active svg .ql-stroke{stroke:var(--accent) !important}.tbc-block-panel-row_item .ql-snow a{color:var(--accent);text-decoration:none}.tbc-block-panel-row_item .ql-snow a:hover{color:var(--accent);text-decoration:underline}.tbc-block-panel-row_bw{display:flex;padding:15px 0 0}.tbc-block-panel-row.color .tbc-block-panel-row_item{column-count:9;max-width:324px}.tbc-block-panel-row.color .tbc-block-panel-row_item label{margin:0 10px 10px 0}.tbc-block-panel-row_exp{padding:20px 48px;border-bottom:1px solid #ececec}.tbc-block-panel-row_exp-head{position:relative;padding:0 50px 0 0;font-weight:500;font-size:1.3em;line-height:1.3em}.tbc-block-panel-row_exp-body{display:none;margin-top:10px}.tbc-block-panel-row_exp-body .tbc-block-panel-row_title{font-size:1.14em;line-height:1.4em;margin-bottom:15px}.tbc-block-panel-row_exp-body .tbc-block-panel-row:not(:last-child){margin-bottom:24px}.tbc-block-panel-row_exp-toggler{position:absolute;right:0;top:50%;height:20px;width:100%;cursor:pointer;background:url("/bitrix/templates/temploid_protos_default/components/temploid/block.constructor/v2/images/icons/arrow_toggle.svg") center right no-repeat;background-size:16px auto;margin-top:-10px}.tbc-block-panel-row_exp-toggler+.checkbox .tbc-block-panel-row_item>label{position:relative;pointer-events:none}.tbc-block-panel-row_exp._open .tbc-block-panel-row{border:none}.tbc-block-panel-row_exp._open .tbc-block-panel-row_exp-body{display:block}.tbc-block-panel-row_exp._open .tbc-block-panel-row_exp-toggler{transform:rotate(180deg);background-position:center left}.tbc-block-panel-row_picker{display:flex;align-items:center;margin-top:12px}.tbc-block-panel-row_picker_title{font-size:1.14em;line-height:1.4em;margin-right:16px}.tbc-block-panel-row.href .tbc-block-panel-row_item{display:flex;align-items:center}.tbc-block-panel-row.href .tbc-block-panel-row_item>*{width:100%;margin-bottom:20px}.tbc-block-panel-row.href .tbc-block-panel-row_item>*:not(:last-child){margin-right:16px}.tbc-block-panel_header{padding:40px 48px;border-bottom:1px solid #ececec;background-color:var(--bg);display:flex;align-items:center;justify-content:space-between;position:relative}.tbc-block-panel_header:after{content:"";background-color:#fff;left:0;right:0;bottom:0;height:1px;position:absolute}.tbc-block-panel_header>*.active{font-weight:500;font-size:1.7em;line-height:1.7em}.tbc-block-panel_header>*:not(.active){cursor:pointer}.tbc-block-panel_header>*:not(:last-child){margin-right:15px}.tbc-block-panel_header-bw{border:none}.tbc-block-panel.opened .tbc-block-panel_overlay{display:block}.tbc-block-panel.opened .tbc-block-panel_wrapper{left:-672px}.tbc-block-panel_footer{background:#fff;box-shadow:0px -10px 24px rgba(65,74,90,.05);padding:16px 48px;position:fixed;align-items:center;justify-content:space-between;max-width:672px;bottom:0;z-index:3;transition:all .6s;display:flex;opacity:1;visibility:visible;width:100%}.tbc-block-panel_footer button{background-color:var(--accent);color:#fff;padding:0 25px;cursor:pointer;text-align:center;border:1px solid var(--accent);min-height:40px;min-width:40px;display:inline-flex;justify-content:center;align-items:center;text-transform:uppercase;border-radius:4px;font-size:.86em;position:relative}.tbc-block-panel_footer button:hover{background-color:#fff;color:var(--accent)}.tbc-block-panel_footer button._load{color:transparent;pointer-events:none;background-color:var(--button-primary)}.tbc-block-panel_footer button._load svg{opacity:0}.tbc-block-panel_footer button._load:before{position:absolute;content:"";display:block;width:18px;height:5px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTI4IDM1IiBzdHlsZT0iJiMxMDsiPjxnPjxjaXJjbGUgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNy41IiBmaWxsPSIjZmZmIi8+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZHVyPSIyNzAwbXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGtleVRpbWVzPSIwOzAuMTY3OzAuNTswLjY2ODsxIiB2YWx1ZXM9IjAuMzsxOzE7MC4zOzAuMyIvPjwvZz48Zz48Y2lyY2xlIGN4PSIxMTAuNSIgY3k9IjE3LjUiIHI9IjE3LjUiIGZpbGw9IiNmZmYiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBkdXI9IjI3MDBtcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIga2V5VGltZXM9IjA7MC4zMzQ7MC41OzAuODM1OzEiIHZhbHVlcz0iMC4zOzAuMzsxOzE7MC4zIi8+PC9nPjxnPjxjaXJjbGUgY3g9IjY0IiBjeT0iMTcuNSIgcj0iMTcuNSIgZmlsbD0iI2ZmZiIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGR1cj0iMjcwMG1zIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBrZXlUaW1lcz0iMDswLjE2NzswLjMzNDswLjY2ODswLjgzNTsxIiB2YWx1ZXM9IjAuMzswLjM7MTsxOzAuMzswLjMiLz48L2c+PC9zdmc+");left:0;right:0;top:0;bottom:0;margin:auto}.tbc-block-panel .custom-color{position:relative}.tbc-block-panel .custom-color:hover:before{opacity:1}.tbc-block-panel .custom-color:before{content:"";width:15px;height:15px;background-image:url("/bitrix/templates/temploid_protos_default/components/temploid/block.constructor/v2/images/icons/pip.svg");background-repeat:no-repeat;background-size:contain;position:absolute;top:0;bottom:0;margin:auto;left:10px;pointer-events:none;opacity:.3;transition:opacity .6s}.tbc-block-panel .custom-color .inner-border{top:0;bottom:0;left:31px;width:1px;background-color:var(--text-light);position:absolute}.tbc-block-panel .custom-color>input{cursor:pointer;max-width:126px !important;background-size:auto,30px 16px !important;border:1px solid var(--text-light);box-sizing:border-box;border-radius:4px;padding:11px 13px 11px 35px !important;font-size:1em;width:100%;outline:none;height:auto;line-height:1.14em}.tbc-block-panel .custom-color>input::placeholder{color:var(--text-light)}.tbc-block-panel .custom-color>input:focus{border-color:var(--accent)}.tbc-block-panel .custom-color>input:focus+.inner-border{background-color:var(--accent)}.tbc-block-panel .custom-color>input.input-size-1{max-width:none;width:100%}.tbc-block-file-label{display:block}.tbc-block-file-label input{display:none}.tbc-block-file-item{height:80px;overflow:hidden;position:relative;display:flex;border:#efefef solid 1px}.tbc-block-file-item:not(:last-child){margin-bottom:10px}.tbc-block-file-img{width:170px;position:relative;margin-right:20px}.tbc-block-file-img img{object-fit:cover;max-width:100%}.tbc-block-file-desc{display:flex;align-items:center;flex-grow:1;justify-content:center;flex-direction:column;text-transform:uppercase}.tbc-block-file-desc span{font-size:.9em}.tbc-block-file-delete{position:absolute;right:10px;top:10px;width:15px;height:15px;cursor:pointer}.tbc-block-file-delete:before,.tbc-block-file-delete:after{content:"";display:block;width:100%;border-top:#000 solid 2px;position:absolute;top:5px}.tbc-block-file-delete:before{transform:rotate(45deg)}.tbc-block-file-delete:after{transform:rotate(-45deg)}.tbc-block-tooltip{position:absolute;font-size:.8em;padding:0 0 9px 0;pointer-events:none;z-index:1001;max-width:400px}.tbc-block-tooltip.inv-v{padding:9px 0 0 0}.tbc-block-tooltip.inv-v .tbc-block-tooltip-inner:after{border-top-color:transparent;border-bottom-color:#fff;top:auto;bottom:100%}.tbc-block-tooltip-inner{position:relative;font-family:Roboto,sans-serif;font-size:12px;line-height:18px;max-width:380px;margin:0;padding:16px;width:max-content;background-color:#fff;border:1px solid #f5f5fa;box-shadow:0px 0px 40px rgba(65,74,90,.15);border-radius:4px;color:#414a5a;font-weight:normal}.tbc-block-tooltip-inner:after{content:"";display:block;position:absolute;left:50%;width:0;height:0;border-width:7px;border-color:transparent;border-top-color:#fff;border-style:solid;top:100%;margin-left:-7px}.tbc-context{position:absolute;border:var(--text-light) solid 1px;box-shadow:-1px 1px 5px var(--text-light);z-index:10;background:#fff}.tbc-context_item{padding:6px;cursor:pointer}.tbc-context_item:not(:last-child){border-bottom:#e0e0e0 solid 1px}.tbc-context_item:hover{background:#e0e0e0}.tbc-msg{position:fixed;bottom:15px;right:0;z-index:1002;overflow:hidden;left:0;margin:auto;display:flex;flex-direction:column;align-items:center}.tbc-msg-item{background:#49d059;padding:5px 10px;border-radius:7px;margin-bottom:7px;color:#fff;min-width:160px;max-width:300px;text-align:center;position:relative}.tbc-msg-item._err{background:#ec7461}.svg-icon{max-width:100%;max-height:100%}.settings-search{width:100%;display:flex;justify-content:center;position:relative;margin-bottom:16px}.settings-search input{background:var(--bg);border:1px solid var(--text-light);box-sizing:border-box;border-radius:4px;padding:11px 24px;font-size:1em;width:100%;max-width:270px;outline:none;height:auto;line-height:1.14em}.settings-search input::placeholder{color:var(--text-light)}.settings-search input:focus{border-color:var(--accent)}.settings-search svg{width:17px;height:17px;color:var(--text-light);position:absolute;top:0;bottom:0;margin:auto;right:16px}.settings__container{height:100%;background-color:var(--bg);display:inline-flex;left:-100%;position:relative;transition:all .6s;box-sizing:content-box}@media(max-width: 1140px){.settings__container{width:100%}}.settings-left__top{display:flex;justify-content:center;flex-wrap:wrap;padding:0 22px;margin-bottom:16px}.settings-left__top .btn{font-size:1em;line-height:1.14em;width:100%;max-width:none}.settings-item--tabs .settings-item__top{padding-bottom:0}.settings-item--tabs .settings-item__options{display:none}.settings-item--tabs .settings-item__options.active{display:block}.settings-item__description{font-size:1.14em;line-height:1.2;font-weight:300}.settings-item__description a{color:var(--accent)}.settings-item__description a:hover{color:inherit}.settings-item__top{display:flex;justify-content:space-between;flex-direction:column;padding:40px 48px;border-bottom:1px solid #ececec;background-color:var(--bg);position:relative}.settings-item__top:after{content:"";background-color:#fff;left:0;right:0;bottom:0;height:1px;position:absolute}.settings-item__top.min{margin-bottom:20px}.settings-item__top .title{font-weight:500;font-size:1.7em;line-height:1.7em}.settings-item__tabs{display:flex;flex-wrap:wrap;margin-top:15px}.settings-item__tab{font-weight:500;font-size:1.1em;color:#757575;border-bottom:3px solid transparent;cursor:pointer;margin-bottom:1px;padding-bottom:15px}.settings-item__tab:not(:last-child){margin-right:14px}.settings-item__tab:not(.active):hover{color:var(--accent)}.settings-item__tab.active{color:var(--text);border-color:var(--accent)}.settings-item .options .info{margin-top:13px}.settings-item .options__group{padding:20px 48px;border-bottom:1px solid #ececec}.settings-item .options__group .options-item{padding:0;border:0}.settings-item .options__group .options-item:not(:first-child){margin-top:24px}.settings-item .options-item{padding:20px 48px;border-bottom:1px solid #ececec}.settings-item .options-item input[type=text]{border:1px solid var(--text-light);box-sizing:border-box;border-radius:4px;padding:11px 24px;font-size:1em;width:100%;max-width:270px;outline:none;height:auto;line-height:1.14em}.settings-item .options-item input[type=text]::placeholder{color:var(--text-light)}.settings-item .options-item input[type=text]:focus{border-color:var(--accent)}.settings-item .options-item input[type=text].input-size-1{max-width:none;width:100%}.settings-item .options-item textarea{font-size:1em;line-height:1.14em;padding:11px 12px;border-radius:4px;border:1px solid var(--text-light);outline:none;height:7em}.settings-item .options-item textarea::-webkit-scrollbar{width:3px}.settings-item .options-item textarea::-webkit-scrollbar-track{background:transparent}.settings-item .options-item textarea::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:55px}.settings-item .options-item textarea::-webkit-scrollbar-thumb:hover{background:var(--text)}.settings-item .options-item textarea::placeholder{color:var(--text-light)}.settings-item .options-item textarea:focus{border-color:var(--accent)}.settings-item .options-item textarea.input-size-1{max-width:none;width:100%}.settings-item .options-item__name{font-weight:500;font-size:1.3em;line-height:1.3em}.settings-item .options-item__name+*{margin-top:16px}.settings-item .options-item__name+*:not(.input-fields):not(input){margin-top:24px}.settings-item .options-item .colors{display:inline-block;column-count:9;max-width:324px}.settings-item .options-item .colors label input[type=radio]:checked+span:before{content:"";background-color:rgba(0,0,0,.1);position:absolute;left:0;top:0;bottom:0;right:0;border-radius:4px}.settings-item .options-item .colors label input[type=radio]:checked+span:after{z-index:1;content:"";width:14px;height:10px;top:0;bottom:0;right:0;left:0;margin:auto;position:absolute;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAxNCAxMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIuMDM4NyAwTDQuMDQxNDkgNy45OTcyM0wxLjAwMTM4IDQuOTU3MTJMMCA1Ljk1ODUxTDQuMDQxNDkgMTBMMTMuMDQwMSAxLjAwMTM4TDEyLjAzODcgMFonIGZpbGw9J3doaXRlJy8+PC9zdmc+")}.settings-item .options-item .colors label span{width:28px;height:28px;border-radius:4px;margin-right:8px;margin-bottom:8px;display:block;cursor:pointer;position:relative;filter:drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2))}.settings-item .options-item .colors+.params__item{margin-top:12px}.settings-item .options-item .bg-colors{display:flex;flex-wrap:wrap;width:100%;max-width:372px;margin:0 -12px -24px}.settings-item .options-item .bg-colors label{width:124px;padding:0 12px;margin-bottom:24px}.settings-item .options-item .bg-colors label input[type=radio]:checked+span{box-shadow:0 0 0 2px var(--accent)}.settings-item .options-item .bg-colors label input[type=radio]:checked+span:after{z-index:1;content:"";width:20px;height:20px;border-radius:50%;background-color:var(--accent);top:-10px;right:-10px;position:absolute;background-repeat:no-repeat;background-size:auto;background-position:center;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjAyOTA1IDAuMjVMMy4wMzExMiA2LjI0NzkzTDAuNzUxMDM3IDMuOTY3ODRMMCA0LjcxODg4TDMuMDMxMTIgNy43NUw5Ljc4MDA4IDEuMDAxMDRMOS4wMjkwNSAwLjI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==")}.settings-item .options-item .bg-colors label:hover span{box-shadow:0 0 0 2px var(--accent)}.settings-item .options-item .bg-colors label span{width:100px;height:100px;border-radius:4px;margin-bottom:16px;display:block;cursor:pointer;position:relative;box-shadow:0 0 0 2px var(--bg);background-repeat:no-repeat;background-size:cover}.settings-item .options-item .block-types.cols{display:flex;margin:0 -8px -24px;flex-wrap:wrap}.settings-item .options-item .block-types.cols label{padding:0 8px;margin-bottom:24px}.settings-item .options-item .block-types.rows{display:flex;flex-wrap:wrap}.settings-item .options-item .block-types.rows label:not(:last-child) .block-types__item{margin-bottom:24px}.settings-item .options-item .block-types .block-types__item{position:relative;padding:16px;border:2px solid var(--bg);border-radius:4px;display:inline-flex;flex-direction:column;transition:all .6s}.settings-item .options-item .block-types .block-types__item img{margin-bottom:16px;border-radius:4px;display:block}.settings-item .options-item .block-types .block-types__item:hover{box-shadow:0px 3px 15px rgba(0,0,0,.15);border-color:transparent}.settings-item .options-item .block-types input[type=radio]:checked+.block-types__item{border-color:var(--accent)}.settings-item .options-item .block-types input[type=radio]:checked+.block-types__item:after{z-index:1;content:"";width:20px;height:20px;border-radius:50%;background-color:var(--accent);top:-10px;right:-10px;position:absolute;background-repeat:no-repeat;background-size:auto;background-position:center;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjAyOTA1IDAuMjVMMy4wMzExMiA2LjI0NzkzTDAuNzUxMDM3IDMuOTY3ODRMMCA0LjcxODg4TDMuMDMxMTIgNy43NUw5Ljc4MDA4IDEuMDAxMDRMOS4wMjkwNSAwLjI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==")}.settings-item .options-item .block-types+.checkbox-label{margin-top:41px}.settings-item .options-item .checkboxes{margin-bottom:-16px}.settings-item .options-item .checkboxes label{margin-bottom:16px}.settings-item .options-item .radios{display:flex;flex-wrap:wrap;margin:0 -8px -24px}.settings-item .options-item .radios label{padding:0 8px;margin-bottom:24px}.settings-item .options-item .input-files{max-width:290px;margin-bottom:-24px}.settings-item .options-item .input-files .input-file{margin-bottom:24px}.settings-item .options-item .input-fields{display:flex;margin-bottom:-24px;margin-right:-16px}.settings-item .options-item .input-fields input{max-width:280px;width:100%;margin-right:16px;margin-bottom:24px}.settings-item .options-item .sizes{display:flex;flex-wrap:wrap}.settings-item .options-item .sizes label input[type=radio]:checked+span{background-color:var(--accent);color:#fff;border-color:var(--accent)}.settings-item .options-item .sizes label span{cursor:pointer;display:block;font-size:1em;line-height:1.14em;padding:11px 24px;border-radius:4px;border:1px solid var(--text-light);color:var(--text-light);margin-right:12px;margin-bottom:12px}.settings-item .options-item .sizes label span:hover{background-color:var(--text-light);color:#fff}.settings-item .options-item .params:not(:first-child){margin-top:16px}.settings-item .options-item .params.font-sizes{width:100%;max-width:520px;margin-bottom:-12px}.settings-item .options-item .params.font-sizes .params__item{display:flex;justify-content:space-between;margin-top:4px;align-items:center}.settings-item .options-item .params.font-sizes .params__name{margin-right:32px;width:80px;min-width:80px;margin-bottom:12px}.settings-item .options-item .params__item{display:flex;align-items:center;margin-top:16px}.settings-item .options-item .params__name{font-size:1.14em;line-height:1.4em}.settings-item .options-item .params .custom-color{margin-left:16px}.settings-item .options-item .sub-params__name{font-size:1em;line-height:1.14em;font-weight:normal;color:var(--text)}.settings-item .options-item .sub-params .radios{margin-top:12px}.settings-item .options-item .sub-params .radios .radio{margin-right:8px}.settings-item .options-item.item-type-integer-compact{display:flex;align-items:center}.settings-item .options-item.item-type-integer-compact .params{margin-top:0;margin-left:16px}.settings-item .options-item.item-type-integer-compact .params input{max-width:75px;text-align:center}.settings-item .options-item.item-type-integer-compact .params input+span{margin-left:5px}.settings-accept{background:#fff;box-shadow:0px -10px 24px rgba(65,74,90,.05);padding:16px 48px;position:fixed;align-items:center;justify-content:space-between;max-width:672px;bottom:0;z-index:3;transition:all .6s;display:flex;opacity:1;visibility:visible;width:100%;margin-left:-2px}.settings-accept .restore{color:var(--accent);display:flex;align-items:center;cursor:pointer;min-height:46px}.settings-accept .restore svg{display:block;margin-left:10px;width:12px;height:15px}.settings-accept .restore._load svg{animation-name:round;animation-iteration-count:infinite;animation-duration:.5s}.settings-accept .save{opacity:0;visibility:hidden}.settings-accept .save._load{color:transparent;pointer-events:none;background-color:var(--button-primary)}.settings-accept .save._load svg{opacity:0}.settings-accept .save._load:before{position:absolute;content:"";display:block;width:18px;height:5px;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTI4IDM1IiBzdHlsZT0iJiMxMDsiPjxnPjxjaXJjbGUgY3g9IjE3LjUiIGN5PSIxNy41IiByPSIxNy41IiBmaWxsPSIjZmZmIi8+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgZHVyPSIyNzAwbXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGtleVRpbWVzPSIwOzAuMTY3OzAuNTswLjY2ODsxIiB2YWx1ZXM9IjAuMzsxOzE7MC4zOzAuMyIvPjwvZz48Zz48Y2lyY2xlIGN4PSIxMTAuNSIgY3k9IjE3LjUiIHI9IjE3LjUiIGZpbGw9IiNmZmYiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBkdXI9IjI3MDBtcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIga2V5VGltZXM9IjA7MC4zMzQ7MC41OzAuODM1OzEiIHZhbHVlcz0iMC4zOzAuMzsxOzE7MC4zIi8+PC9nPjxnPjxjaXJjbGUgY3g9IjY0IiBjeT0iMTcuNSIgcj0iMTcuNSIgZmlsbD0iI2ZmZiIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGR1cj0iMjcwMG1zIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBrZXlUaW1lcz0iMDswLjE2NzswLjMzNDswLjY2ODswLjgzNTsxIiB2YWx1ZXM9IjAuMzswLjM7MTsxOzAuMzswLjMiLz48L2c+PC9zdmc+");left:0;right:0;top:0;bottom:0;margin:auto}@media(max-width: 992px){.settings-accept{margin-left:280px}}.settings-accept.showed .save{opacity:1;visibility:visible}.settings-accept .btn{font-weight:normal;padding-left:32px;padding-right:32px;width:auto;min-width:auto;border-radius:4px;text-transform:uppercase;font-size:.86em;min-height:40px;line-height:1.2}.settings-accept .btn.btn--invert{padding-left:25px;padding-right:25px}@media(max-width: 1023px){.tbc-panel{display:none}}.tbc-panel .switchable-block{display:none;width:100%;margin-top:16px}.tbc-panel .slider-param{display:flex;align-items:center;flex-wrap:wrap}.tbc-panel .slider-param input{width:86px;margin-left:16px}.tbc-panel .sale-param{display:flex;align-items:center;flex-wrap:wrap}.tbc-panel .sale-param .name{width:100%;font-size:1.14em;line-height:1.4em;margin-bottom:16px}.tbc-panel .sale-param input{width:95px;margin-right:8px}.tbc-panel .instruction{margin-top:13px}.tbc-panel .instruction .name{font-size:.9em;line-height:1.1em}.tbc-panel .instruction .file{font-size:1.14em;line-height:1.4em;font-weight:normal;min-height:36px;padding-left:42px;display:flex;align-items:center;margin-top:26px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNSAzNy41VjIuNUgyNC43OTNMMzMuNSAxMS4yMDdWMzcuNUg2LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjQuNTg2IDNMMzMgMTEuNDE0VjM3SDdWM0gyNC41ODZaTTI1IDJINlYzOEgzNFYxMUwyNSAyWiIgZmlsbD0iI0M3NDM0MyIvPgo8cGF0aCBkPSJNMjcuNSAyNS44NzNDMjcuNSAyMy4xNzMgMTIuNSAyNS43MTMgMTIuNSAyOC45NTlDMTIuNSAyOS4yMjEgMTIuNzUzIDI5LjUgMTMuMTYyIDI5LjVDMTYuMzAzIDI5LjUgMjIuMTIyIDE0LjUgMTkuMjc0IDE0LjVDMTYuNDI2IDE0LjUgMjAuODg1IDI2LjgwNCAyNi4xMzYgMjYuODA0QzI2LjkwMiAyNi44MDQgMjcuNSAyNi41NzcgMjcuNSAyNS44NzNaIiBzdHJva2U9IiNDNzQzNDMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNMjQuNSAxMS41VjIuNUgyNC43OTNMMzMuNSAxMS4yMDdWMTEuNUgyNC41WiIgZmlsbD0iI0ZGRDlEOSIvPgo8cGF0aCBkPSJNMjUgMy40MTRMMzIuNTg2IDExSDI1VjMuNDE0Wk0yNSAySDI0VjEySDM0VjExTDI1IDJaIiBmaWxsPSIjQzc0MzQzIi8+Cjwvc3ZnPgo=");background-repeat:no-repeat;background-position:-6px center}.tbc-panel label.styled{cursor:pointer;margin:0}.tbc-panel label.styled img{max-width:100%}.tbc-panel label.styled input[type=checkbox],.tbc-panel label.styled input[type=radio],.tbc-panel label.styled input[type=file]{display:none}.tbc-panel label.styled input[type=checkbox]:checked+.checkbox{box-shadow:inset 0 0 0 1px var(--accent)}.tbc-panel label.styled input[type=checkbox]:checked+.checkbox:after{left:calc(100% - 20px);background-color:var(--accent)}.tbc-panel label.styled input[type=checkbox]:checked+.checkbox-round:after{z-index:1;content:"";border-radius:50%;background-color:var(--accent);top:-1px;right:-1px;left:-1px;bottom:-1px;margin:auto;position:absolute;background-repeat:no-repeat;background-size:auto;background-position:center;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjAyOTA1IDAuMjVMMy4wMzExMiA2LjI0NzkzTDAuNzUxMDM3IDMuOTY3ODRMMCA0LjcxODg4TDMuMDMxMTIgNy43NUw5Ljc4MDA4IDEuMDAxMDRMOS4wMjkwNSAwLjI1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==")}.tbc-panel label.styled input[type=checkbox]:checked~.switchable-block{display:block}.tbc-panel label.styled input[type=radio]:checked+.radio:after{position:absolute;content:"";width:12px;min-width:12px;height:12px;left:0;top:0;bottom:0;right:0;margin:auto;background-color:var(--accent);border-radius:50%}.tbc-panel .dev-logo{margin-top:64px;padding:0 28px;margin-bottom:64px;width:100%}.tbc-panel .btn{height:auto;padding:0 15px}.tbc-panel .btn--settings{padding-left:25px;padding-right:25px;border-radius:4px;font-size:.86em;min-height:40px;text-transform:uppercase;font-weight:normal;line-height:1.2}.tbc-panel .btn--square{width:31px;height:31px;display:flex;align-items:center;justify-content:center;background-color:var(--accent);cursor:pointer;color:#fff;border-radius:4px;transition:background-color .3s,opacity .3s}.tbc-panel .btn--square svg{width:15px;transition:0s}.tbc-panel .btn--square:hover{background-color:var(--accent--hover);color:#fff}.tbc-panel .fz-larger{font-weight:normal !important;font-size:1.14em !important;line-height:1.4em !important}.tbc-panel .checkbox-label{cursor:pointer;display:flex;align-items:center;flex-wrap:wrap}.tbc-panel .checkbox-label .checkbox-name{margin-bottom:0;font-weight:normal;font-size:1.14em;line-height:1.14em}.tbc-panel .checkbox-label .options-item__name{margin-bottom:0}.tbc-panel .checkbox{display:block;width:40px;height:20px;box-shadow:inset 0 0 0 1px var(--text-light);border-radius:81px;position:relative;overflow:hidden;margin-right:12px}.tbc-panel .checkbox:after{z-index:2;content:"";top:0;transition:all .6s;left:0;position:absolute;display:block;width:20px;height:20px;border-radius:50%;background-color:var(--text-light)}.tbc-panel .checkbox-round{display:block;width:19px;height:19px;border-radius:50%;box-shadow:0 0 0 1px var(--accent);position:relative;margin-right:12px}.tbc-panel .radio-label{cursor:pointer;display:flex;align-items:center}.tbc-panel .radio-label .radio-name{margin-bottom:0;font-weight:normal;font-size:1em;line-height:1.14em}.tbc-panel .radio{display:block;width:20px;min-width:20px;height:20px;border-radius:50%;border:1px solid var(--accent);position:relative;margin-right:12px}.tbc-panel .tooltip{position:relative;color:var(--text-light);cursor:pointer;display:inline-block;vertical-align:top}.tbc-panel .tooltip svg{display:block;transition:0s;width:12px;height:12px}.tbc-panel .tooltip:hover{color:var(--accent)}.tbc-panel_left{min-width:320px;background-color:var(--bg);display:flex;flex-direction:column;justify-content:space-between;z-index:5;position:relative}@media(max-width: 992px){.tbc-panel_left{min-width:280px}}.tbc-panel_right{position:relative;width:672px;height:100%;padding-bottom:78px;border-left:1px solid #ececec;padding-left:1px}.tbc-panel_right.hide{display:none}.tbc-panel #rightScroll,.tbc-panel #leftScroll{height:100%;overflow-y:auto;overflow-x:hidden}.tbc-panel #rightScroll::-webkit-scrollbar,.tbc-panel #leftScroll::-webkit-scrollbar{width:6px}.tbc-panel #rightScroll::-webkit-scrollbar-track,.tbc-panel #leftScroll::-webkit-scrollbar-track{background:transparent}.tbc-panel #rightScroll::-webkit-scrollbar-thumb,.tbc-panel #leftScroll::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:55px}.tbc-panel #rightScroll::-webkit-scrollbar-thumb:hover,.tbc-panel #leftScroll::-webkit-scrollbar-thumb:hover{background:var(--text)}.jscolor-picker-border{border-radius:4px !important;background-color:#fff !important;border-color:var(--accent) !important}.jscolor-picker-wrap{margin-left:15px}.js-tooltip{font-family:Roboto,sans-serif;font-size:12px;line-height:18px;display:none;opacity:0;visibility:hidden;max-width:380px;margin:0;padding:16px;width:max-content;background-color:#fff;border:1px solid var(--bg);box-shadow:0px 0px 40px rgba(65,74,90,.15);border-radius:4px;color:var(--text);font-weight:normal}.structure .settings-item{position:relative}.temploid-fs{width:100%;display:flex}.temploid-fs._load{opacity:.7;pointer-events:none}.temploid-fs._opened .temploid-fs-options{left:0}.temploid-fs-content{width:100%;padding:20px 48px}.temploid-fs-content .settings-accept{margin-left:-50px}.temploid-fs-item{position:relative;padding:10px 15px;border:#e4e4e4 solid 1px;display:flex;justify-content:space-between;align-items:center;border-radius:5px;background:var(--bg);flex-wrap:wrap}.temploid-fs-item._edit{padding:0 15px 0 0}.temploid-fs-item~.temploid-fs-item{margin-top:15px}.temploid-fs-item-sub{padding-left:20px;margin-top:10px}.temploid-fs-item-sub .temploid-fs-item~.temploid-fs-item{margin-top:10px}.temploid-fs-item-title{flex-grow:1}.temploid-fs-item-title span{display:block;font-size:.8em;color:#757575}.temploid-fs-item-title input[type=text]{width:calc(100% - 95px);border:0;box-sizing:border-box;border-radius:4px;padding:10px 15px;outline:none;height:auto;line-height:1.4}.temploid-fs-item-panel{display:flex;visibility:hidden;pointer-events:none;position:absolute;right:15px}.temploid-fs-item-panel a{transition:none}.temploid-fs-item-icons{display:flex}.temploid-fs-item-icons>*{opacity:.5;width:31px;height:31px;display:flex;align-items:center;justify-content:center;background-color:var(--accent);cursor:pointer;color:#fff;border-radius:4px;transition:background-color .3s,opacity .3s}.temploid-fs-item-icons>* svg{width:15px;transition:0s}.temploid-fs-item-icons>*:hover{opacity:1;background-color:var(--accent--hover);color:#fff}.temploid-fs-item-icons>*:not(:last-child){margin-right:10px}.temploid-fs-item:hover .temploid-fs-item-panel{visibility:visible;pointer-events:all}.temploid-fs-options{position:absolute;width:100%;left:-100%;top:0;transition:all .3s linear;background:#fff;z-index:4;height:100vh;overflow-y:auto;padding-bottom:72px}.temploid-fs-options::-webkit-scrollbar{width:6px}.temploid-fs-options::-webkit-scrollbar-track{background:transparent}.temploid-fs-options::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:55px}.temploid-fs-options::-webkit-scrollbar-thumb:hover{background:var(--text)}.temploid-fs-options-item{margin:0 0 15px}.temploid-fs-options-item-title{margin:0 0 5px}.temploid-fs-options-item-field input[type=text],.temploid-fs-options-item-field textarea,.temploid-fs-options-item-field select{width:100%}.temploid-fs-options-item-field._create{display:flex;align-items:center}.temploid-fs-options-item-field._create input{width:calc(100% - 46px);margin-right:15px}.temploid-fs .settings-accept{z-index:4}.temploid-fs-paging{margin-top:30px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.temploid-fs-paging>span{display:flex;justify-content:center;align-items:center;min-width:35px;min-height:35px;border-radius:3px;margin-right:3px;padding:3px;line-height:1;border:1px solid var(--accent);color:var(--accent);transition:.6s}.temploid-fs-paging>span.active{background-color:var(--accent);color:#fff}.temploid-fs-paging>span:not(.active){cursor:pointer}.temploid-fs-paging>span:not(.active):hover{background-color:var(--accent);color:#fff}.picker_wrapper.popup{z-index:4 !important}.custom-settings .settings-item .options-item input[type=text]{max-width:none}.custom-settings .settings-item .options-item .choices{margin-bottom:0}.custom-settings__prop{position:relative}.custom-settings__prop label{font-size:1.14em;line-height:1.4em}.custom-settings__prop-type .btn{padding-left:25px;padding-right:25px;border-radius:4px;font-size:.86em;min-height:40px;text-transform:uppercase;margin-top:1em;font-weight:normal;line-height:1.2}.custom-settings__prop-add{position:relative;padding-left:20px;cursor:pointer;transition:.3s;margin-top:5px}.custom-settings__prop-add:hover{color:#4ba354}.custom-settings__prop-add:before{height:2px;width:14px;content:"";top:-1px;bottom:0;left:0;background-color:#4ba354;position:absolute;margin:auto}.custom-settings__prop-add:after{height:14px;width:2px;content:"";top:-1px;bottom:0;left:6px;background-color:#4ba354;position:absolute;margin:auto}.custom-settings__prop-code{font-size:.8em;position:absolute;right:48px;top:26px;font-weight:400;opacity:.6;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjc1IDUuNTAzMTdDMTAuNzUgOC40MDI2NyA4LjM5OTUgMTAuNzUzMiA1LjUgMTAuNzUzMkMyLjYwMDUxIDEwLjc1MzIgMC4yNSA4LjQwMjY3IDAuMjUgNS41MDMxN0MwLjI1IDIuNjAzNjggMi42MDA1MSAwLjI1MzE3NCA1LjUgMC4yNTMxNzRDOC4zOTk1IDAuMjUzMTc0IDEwLjc1IDIuNjAzNjggMTAuNzUgNS41MDMxN1oiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIwLjUiPjwvcGF0aD4KPHBhdGggZD0iTTUuOTcyNzggMS44OTA2Mkw1LjkwOTMgNi45OTMxNkg1LjA5Mzg3TDUuMDI1NTEgMS44OTA2Mkg1Ljk3Mjc4Wk00Ljk5NjIyIDguNTQ1OUM0Ljk5NjIyIDguMzk5NDEgNS4wNDAxNiA4LjI3NTcyIDUuMTI4MDUgOC4xNzQ4QzUuMjE5MiA4LjA3Mzg5IDUuMzUyNjYgOC4wMjM0NCA1LjUyODQ0IDguMDIzNDRDNS43MDA5NyA4LjAyMzQ0IDUuODMyOCA4LjA3Mzg5IDUuOTIzOTUgOC4xNzQ4QzYuMDE4MzUgOC4yNzU3MiA2LjA2NTU1IDguMzk5NDEgNi4wNjU1NSA4LjU0NTlDNi4wNjU1NSA4LjY4NTg3IDYuMDE4MzUgOC44MDYzMiA1LjkyMzk1IDguOTA3MjNDNS44MzI4IDkuMDA4MTQgNS43MDA5NyA5LjA1ODU5IDUuNTI4NDQgOS4wNTg1OUM1LjM1MjY2IDkuMDU4NTkgNS4yMTkyIDkuMDA4MTQgNS4xMjgwNSA4LjkwNzIzQzUuMDQwMTYgOC44MDYzMiA0Ljk5NjIyIDguNjg1ODcgNC45OTYyMiA4LjU0NTlaIiBmaWxsPSIjMDAwIj48L3BhdGg+Cjwvc3ZnPg==");background-repeat:no-repeat;background-position:left center;padding-left:14px}.custom-settings__prop-delete{width:34px;height:34px;cursor:pointer;transition:.3s;font-size:0;position:absolute;right:0;top:0;background-color:transparent;z-index:2}.custom-settings__prop-delete:after,.custom-settings__prop-delete:before{height:2px;width:18px;content:"";top:0;right:0;bottom:0;left:0;background-color:red;position:absolute;margin:auto;transition:.3s}.custom-settings__prop-delete:after{transform:rotate(45deg)}.custom-settings__prop-delete:before{transform:rotate(-45deg)}.custom-settings__prop-delete+*:after{z-index:1;content:"";left:0;right:100%;top:0;bottom:0;background-color:red;opacity:.3;transition:.3s;position:absolute}.custom-settings__prop-delete:hover{background-color:red}.custom-settings__prop-delete:hover:after,.custom-settings__prop-delete:hover:before{background-color:#fff}.custom-settings__prop-delete:hover+*:after{right:0}.custom-settings__prop-item{margin-top:15px;display:flex;align-items:center;justify-content:space-between}.custom-settings__prop-item input{opacity:1;transition:.3s}.custom-settings__prop-item>input:first-of-type{width:30% !important}.custom-settings__prop-item>input:last-of-type{width:calc(70% - 48px) !important}.custom-settings__prop-item-delete{width:31px;height:31px;cursor:pointer;transition:.3s;font-size:0;position:relative;order:3;background-color:red;border-radius:4px}.custom-settings__prop-item-delete:after,.custom-settings__prop-item-delete:before{height:2px;width:15px;content:"";top:0;bottom:0;left:0;right:0;background-color:#fff;position:absolute;margin:auto}.custom-settings__prop-item-delete:after{transform:rotate(45deg)}.custom-settings__prop-item-delete:before{transform:rotate(-45deg)}.custom-settings__prop-item-delete:hover{background-color:rgba(255,0,0,.7)}.custom-settings__prop-item-delete:hover~input{opacity:.4}.custom-settings__prop .chbox{margin-top:5px}/*# sourceMappingURL=style.min.css.map */

/* End */


/* Start:/bitrix/templates/temploid_protos_default/components/bitrix/catalog.products.viewed/slider/style.min.css?16481187963220*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */
/* /bitrix/templates/temploid_protos_default/components/bitrix/catalog.element/main_3/style.min.css?164811879623088 */
/* /bitrix/templates/temploid_protos_default/libs/swiper/swiper-bundle.min.css?164811879613681 */
/* /bitrix/templates/temploid_protos_default/components/temploid/block.constructor/v2/style.min.css?164811879659594 */
/* /bitrix/templates/temploid_protos_default/components/bitrix/catalog.products.viewed/slider/style.min.css?16481187963220 */
