

/* Start:/bitrix/templates/vivat2022/style/components/catalog-section.css?175033221225938*/
.catalog-section:after {
  content: "";
  display: block;
  clear: both;
}

.catalog-section .catalog-section-sidebar {
  float: left;
  width: 300px;
}

.catalog-section .catalog-section-content {
  width: calc(100% - 300px);
  padding: 0 0 0 30px;
  float: left;
}

.catalog-menu ol li {
  border-bottom: solid 1px #ebedf5;
}

.catalog-menu ol li .catalog-menu-unit {
  display: block;
  position: relative;
}

.catalog-menu ol li .catalog-menu-unit a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #383c52;
  padding: 10px 0 10px 48px;
  line-height: 130%;
text-transform:lowercase;
}

.catalog-menu ol li .catalog-menu-unit a:first-letter{
	text-transform:uppercase;
}

.catalog-menu ol li .catalog-menu-unit a .catalog-menu-unit-icon {
  height: 42px;
  width: 42px;
  border: solid 1px #ebedf5;
  position: absolute;
  background: #fff;
  left: 0px;
  top: 10px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 12px;
}

.catalog-menu ol li .catalog-menu-unit a .catalog-menu-unit-icon svg {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.catalog-menu ol li .catalog-menu-unit a .catalog-menu-unit-icon svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.catalog-menu ol li .catalog-menu-unit a .catalog-menu-unit-sub-counter {
  margin: 5px 0 0 0;
  display: block;
  width: 47px;
  height: 20px;
  background: #ebedf5;
  font-size: 75%;
  color: #8163a8;
  border-radius: 8px;
  line-height: 20px;
  text-align: right;
  padding: 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-menu ol li .catalog-menu-unit a:hover {
  color: #8163a8;
}

.catalog-menu ol li .catalog-menu-unit a:hover .catalog-menu-unit-icon {
  background: #8163a8;
}

.catalog-menu ol li .catalog-menu-unit a:hover .catalog-menu-unit-icon svg path {
  fill: #fff;
}

.catalog-menu ol li .catalog-menu-unit .catalog-menu-unit-trigger {
  color: #8163a8;
  background: #fff;
  height: 20px;
  width: 20px;
  font-size: 125%;
  text-align: center;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 8px;
  z-index: 5;
}

.catalog-menu ol li .catalog-menu-unit .catalog-menu-unit-trigger:before {
  content: "+";
}

.catalog-menu ol li .catalog-menu-unit .catalog-menu-unit-trigger:hover {
  background: #dd87b7;
  color: #fff;
}

.catalog-menu ol li .catalog-menu-unit .catalog-menu-unit-trigger:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.catalog-menu ol li.expanded-unit > .catalog-menu-unit .catalog-menu-unit-trigger::before {
  content: "-";
}

.catalog-menu ol li.expanded-unit > .catalog-menu-unit .catalog-menu-unit-icon {
  background: #8163a8;
}

.catalog-menu ol li.expanded-unit > .catalog-menu-unit .catalog-menu-unit-icon svg path {
  fill: #fff;
}

.catalog-menu ol li.expanded-unit > ol {
  display: block;
}

.catalog-menu ol li.current-unit .catalog-menu-unit a {
  font-weight: bold;
}

.catalog-menu ol li.current-unit .catalog-menu-unit a .catalog-menu-unit-sub-counter {
  font-weight: normal;
}

.catalog-menu ol li ol {
  display: none;
  background: #ebedf5;
}

.catalog-menu ol li ol li {
  border: none;
}

.catalog-menu ol li ol li:not(:last-child) {
  border-bottom: solid 1px #fff;
}

.catalog-menu ol li ol li.expanded-unit {
  background: #c1b0d8;
}

.catalog-menu ol li ol li .catalog-menu-unit a {
  padding-left: 64px;
  padding-right: 32px;
  font-size: 90%;
}

.catalog-menu ol li ol li .catalog-menu-unit a .catalog-menu-unit-sub-counter {
  position: absolute;
  left: 10px;
  top: 5px;
  background: #fff;
  font-size: 85%;
}

.catalog-menu ol li ol li .catalog-menu-unit .catalog-menu-unit-trigger {
  right: 10px;
}

.catalog-menu ol li ol li ol {
  background: #c1b0d8;
}

.catalog-menu ol li ol li ol li .catalog-menu-unit a {
  padding-left: 84px;
}

.catalog-menu ol li ol li ol li .catalog-menu-unit a .catalog-menu-unit-sub-counter {
  left: 30px;
}

.catalog-menu .catalog-update-date {
  margin: 20px 0 0 0;
  color: #afb2bf;
  font-size: 75%;
}

.catalog-section-folders {
  margin: 0 0 100px 0;
}

.catalog-section-folders .catalog-section-folders-title {
  font-size: 225%;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.catalog-section-folders ol {
  background: #ebedf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 12px;
  padding: 10px;
}

.catalog-section-folders ol li {
  width: 144px;
  margin: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

.catalog-section-folders ol li a {
  color: #383c52;
  text-decoration: none;
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 0 0 10px 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 12px;
    width: 100%;
}

.catalog-section-folders ol li a .folder-picture {
  display: block;
  height: 144px;
  position: relative;
  overflow: hidden;
}

.catalog-section-folders ol li a .folder-picture img {
  display: block;
  position: absolute;
  height: 100%;
  border-radius: 12px;
}

.catalog-section-folders ol li a .folder-subcounter {
  position: relative;
  margin: -10px auto 0 auto;
  display: block;
  width: 47px;
  height: 20px;
  background: #bd3d84;
  font-size: 75%;
  color: #fff;
  border-radius: 8px;
  line-height: 20px;
  text-align: center;
  padding: 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-section-folders ol li a .folder-name {
  display: block;
  font-size: 90%;
  margin: 10px 10px 0 10px;
  text-align: center;
}

.catalog-section-folders ol li a:hover {
  -webkit-box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
          box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
}

.catalog-section-folders ol li a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.goods-list-section .goods-filter {
  margin: 0 0 40px 0;
}

.goods-list-section .show-more-holder {
  text-align: center;
  margin: 0 0 30px 0;
}

.goods-filter {
  background: #ffffff;
  -webkit-box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
          box-shadow: 0px 100px 80px rgba(111, 109, 176, 0.07), 0px 41.7776px 33.4221px rgba(111, 109, 176, 0.0503198), 0px 22.3363px 17.869px rgba(111, 109, 176, 0.0417275), 0px 12.5216px 10.0172px rgba(111, 109, 176, 0.035), 0px 6.6501px 5.32008px rgba(111, 109, 176, 0.0282725), 0px 2.76726px 2.21381px rgba(111, 109, 176, 0.0196802);
  border-radius: 12px;
}

.goods-filter .goods-filter-param-title {
  font-size: 90%;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.goods-filter .goods-filter-topside {
  border-bottom: solid 1px #ebedf5;
  padding: 20px;
}

.goods-filter .goods-filter-topside:after {
  content: "";
  display: block;
  clear: both;
}

.goods-filter .goods-filter-topside .price-range-slider {
  float: left;
  width: 50%;
}

.goods-filter .goods-filter-topside .goods-filter-options {
  float: left;
  width: 50%;
  padding: 0 0 0 20px;
}

.goods-filter .goods-filter-topside .goods-filter-options .checkbox-holder,
.goods-filter .goods-filter-topside .goods-filter-options .radio-holder {
  display: inline-block;
  margin: 0 20px 0 0;
}

.goods-filter .goods-filter-bottomside {
  padding: 20px;
}

.goods-filter .goods-filter-bottomside:after {
  content: "";
  display: block;
  clear: both;
}

.goods-filter .goods-filter-bottomside .select-holder {
  float: left;
  min-width: 250px;
}

.goods-filter .goods-filter-bottomside .list-view-type {
  float: left;
  padding: 0 0 0 20px;
}

.goods-filter .goods-filter-bottomside .list-view-type button {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
  background: #8163a8;
  margin: 0 12px 10px 12px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 8px;
}

.goods-filter .goods-filter-bottomside .list-view-type button svg {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.goods-filter .goods-filter-bottomside .list-view-type button svg path {
  fill: #fff;
}

.goods-filter .goods-filter-bottomside .list-view-type button span {
  display: block;
  width: calc(100% + 20px);
  position: absolute;
  text-align: center;
  color: #afb2bf;
  font-size: 75%;
  top: calc(100% + 3px);
  left: -10px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.goods-filter .goods-filter-bottomside .list-view-type button.current-view-type {
  background: #ebedf5;
  cursor: default;
}

.goods-filter .goods-filter-bottomside .list-view-type button.current-view-type svg path {
  fill: #383c52;
}

.goods-filter .goods-filter-bottomside .list-view-type button:not(.current-view-type):hover {
  background: #bd3d84;
}

.goods-filter .goods-filter-bottomside .list-view-type button:not(.current-view-type):hover span {
  color: #bd3d84;
}

.goods-filter .goods-filter-bottomside .list-view-type button:not(.current-view-type):active svg {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.goods-filter .goods-filter-bottomside .goods-filter-reset {
  float: right;
  font-size: 75%;
}

.product-list-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 0 -20px;
  padding: 40px 0;
}

.product-list-tile:after {
  content: "";
  display: block;
  clear: both;
}

.product-list-tile .product-list-tile-unit {
  width: calc(25% - 40px);
  margin: 20px;
  border: solid 1px #ebedf5;
  position: relative;
  padding-bottom: 60px;
  border-radius: 8px;
}

.product-list-tile .product-list-tile-unit .product-picture {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.product-list-tile .product-list-tile-unit .product-picture .sale-marker {
  top: 20px;
  right: 20px;
}

.product-list-tile .product-list-tile-unit .product-picture .sale-marker:nth-child(2) {
top: calc(20px + 22px);
}

.product-list-tile .product-list-tile-unit .product-picture .sale-marker:nth-child(3) {
top: calc(42px + 22px);
}

.product-list-tile .product-list-tile-unit .product-picture .sale-marker:nth-child(4) {
top: calc(64px + 22px);
}

.product-list-tile .product-list-tile-unit .product-picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 226px;
}

.product-list-tile .product-list-tile-unit .product-picture a img {
  /*display: block;
  width: 100%;*/
	max-height: 100%;
}

.product-list-tile .product-list-tile-unit .product-price {
  padding: 10px 10px 15px 10px;
}

.product-list-tile .product-list-tile-unit .product-price .product-current-price {
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.product-list-tile .product-list-tile-unit .product-price .product-old-price {
  font-size: 110%;
  text-decoration: line-through;
  color: #afb2bf;
  margin: 0 10px 0 0;
}

.product-list-tile .product-list-tile-unit .product-price .product-sale-value {
  display: inline-block;
  border: solid 1px #02c087;
  color: #02c087;
  font-weight: normal;
  font-size: 85%;
  border-radius: 12px;
  padding: 2px 7px;
  line-height: 1;
}

.product-list-tile .product-list-tile-unit .product-name {
  padding: 0 10px;
}

.product-list-tile .product-list-tile-unit .product-name a {
  color: #383c52;
  text-decoration: none;
  display: block;
  line-height: 130%;
}

.product-list-tile .product-list-tile-unit .product-name a:hover {
  color: #8163a8;
}

.product-list-tile .product-list-tile-unit .items-counter-default {
  margin: 10px 10px 0 auto;
}

.product-list-tile .product-list-tile-unit .product-additional-params {
  padding: 4px 10px;
}

.product-list-tile .product-list-tile-unit .product-additional-params p {
  font-size: 75%;
}

.product-list-tile .product-list-tile-unit .product-options-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 0;
display: flex;
flex-direction: row;
align-items: center;
}


.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator {
  height: 40px;
  width: 40px;
  position: relative;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator.in-favorits svg .empty-part {
  visibility: hidden;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator.in-favorits svg .fill-part {
  visibility: visible !important;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator:hover svg path {
  fill: #bd3d84;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-favorite-indicator:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.product-list-tile .product-list-tile-unit .product-options-box .product-buy {
  width: calc(100% - 40px);
  background: #bd3d84;
}

.product-list-tile .product-list-tile-unit .product-options-box .product-buy.type-two-button {
  background: #fff;
  border-color: #bd3d84;
  color: #bd3d84;
}

.product-list-string {
  padding: 40px 0;
}

.product-list-string .product-list-string-unit {
  position: relative;
  border-bottom: solid 1px #ebedf5;
  padding: 20px 0;
}

.product-list-string .product-list-string-unit:after {
  content: "";
  display: block;
  clear: both;
}

.product-list-string .product-list-string-unit:first-child {
  border-top: solid 1px #ebedf5;
}

.product-list-string .product-list-string-unit .product-picture {
  position: relative;
  height: 270px;
  width: 270px;
  float: left;
  border-radius: 8px;
}

.product-list-string .product-list-string-unit .product-picture:hover .media-slider-modal{
    display: block;

}

.product-list-string .product-list-string-unit .product-picture .sale-marker {
  top: 20px;
  right: 20px;
}


.product-list-string .product-list-string-unit .product-picture .sale-marker:nth-child(2) {
top: calc(20px + 22px);
}

.product-list-string .product-list-string-unit .product-picture .sale-marker:nth-child(3) {
top: calc(42px + 22px);
}

.product-list-string .product-list-string-unit .product-picture .sale-marker:nth-child(4) {
top: calc(64px + 22px);
}

.product-list-string .product-list-string-unit .product-picture a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 226px;
  overflow: hidden;
  border-radius: 8px;
}

.product-list-string .product-list-string-unit .product-picture a img {
  display: block;
  width: 100%;
}

.product-list-string .product-list-string-unit .product-description {
  float: left;
  width: calc(100% - 270px - 230px);
  padding: 0 20px 0 20px;
}

.product-list-string .product-list-string-unit .product-controls {
  float: left;
  width: 230px;
}

.product-list-string .product-list-string-unit .product-price {
  text-align: right;
  margin: 0 0 25px 0;
}

.product-list-string .product-list-string-unit .product-price .product-current-price {
  display: block;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.product-list-string .product-list-string-unit .product-price .product-old-price {
  font-size: 140%;
  display: inline-block;
  text-decoration: line-through;
  color: #afb2bf;
  margin: 0 10px 0 0;
}

.product-list-string .product-list-string-unit .product-price .product-sale-value {
  display: inline-block;
  border: solid 1px #02c087;
  color: #02c087;
  font-weight: normal;
  font-size: 85%;
  padding: 2px 7px;
  line-height: 1;
  vertical-align: text-bottom;
  border-radius: 12px;
}

.product-list-string .product-list-string-unit .product-name {
  padding: 0 0 10px 0;
}

.product-list-string .product-list-string-unit .product-name a {
  font-size: 110%;
  color: #383c52;
  text-decoration: none;
  display: block;
  line-height: 130%;
}

.product-list-string .product-list-string-unit .product-name a:hover {
  color: #8163a8;
}

.product-list-string .product-list-string-unit .items-counter-default {
  margin: 0 0 10px auto;
}

.product-list-string .product-list-string-unit .product-additional-params p {
  line-height: 130%;
}

.product-list-string .product-list-string-unit .product-barcode {
  margin: 20px 0 0 0;
}

.product-list-string .product-list-string-unit .product-barcode img {
  display: block;
  max-height: 60px;
  max-width: 180px;
}

.product-list-string .product-list-string-unit .product-options-box{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator {

  height: 40px;
  width: 40px;
  position: relative;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator svg path {
  fill: #8163a8;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator.in-favorits svg .empty-part {
  visibility: hidden;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator.in-favorits svg .fill-part {
  visibility: visible !important;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator:hover svg path {
  fill: #bd3d84;
}

.product-list-string .product-list-string-unit .product-options-box .product-favorite-indicator:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.product-list-string .product-list-string-unit .product-options-box .product-buy {
  width: calc(100% - 40px);
  background: #bd3d84;
}

.product-list-string .product-list-string-unit .product-options-box .product-buy.type-two-button {
  background: #fff;
  border-color: #bd3d84;
  color: #bd3d84;
}

@media screen and (max-width: 1600px) {
  .product-list-tile .product-list-tile-unit {
    width: calc(33.3% - 40px);
  }
  .catalog-section-folders ol li {
    width: 150px;
  }
  .catalog-section-folders ol li a .folder-picture {
    height: 150px;
  }
}

@media screen and (max-width: 1330px) {
  .catalog-section-folders ol li {
    width: 142px;
  }
  .product-list-tile .product-list-tile-unit {
    width: calc(50% - 40px);
  }
  .goods-filter .goods-filter-topside .goods-filter-options .checkbox-holder,
  .goods-filter .goods-filter-topside .goods-filter-options .radio-holder {
    display: block;
    margin: 0 0 5px 0;
  }
  .product-list-string .product-list-string-unit .product-picture {
    width: 200px;
    height: 200px;
  }
  .product-list-string .product-list-string-unit .product-picture a {
    height: 200px;
  }
  .product-list-string .product-list-string-unit .product-description {
    width: calc(100% - 200px - 230px);
  }
  .product-list-string .product-list-string-unit .product-name a {
    font-size: 100%;
  }
}

@media screen and (max-width: 1130px) {
  .catalog-section-folders ol li {
    width: 119px;
  }
  .goods-filter .goods-filter-topside .price-range-slider {
    float: none;
    width: 100%;
  }
  .goods-filter .goods-filter-topside .goods-filter-options {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .goods-filter .goods-filter-bottomside .select-holder {
    width: 190px;
    min-width: auto;
  }
  .product-list-string .product-list-string-unit .product-picture {
    width: 100px;
    height: 100px;
  }
  .product-list-string .product-list-string-unit .product-picture .sale-marker {
    top: auto;
    bottom: -30px;
  }
  .product-list-string .product-list-string-unit .product-picture a {
    height: 100px;
  }
  .product-list-string .product-list-string-unit .product-description {
    width: calc(100% - 100px);
  }
  .product-list-string .product-list-string-unit .product-controls {
    float: none;
    clear: both;
    width: 100%;
  }
}

@media screen and (max-width: 890px) {
  .catalog-section .catalog-section-sidebar {
    display: none;
  }
  .catalog-section .catalog-section-content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .goods-filter .goods-filter-bottomside .select-holder {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
  .goods-filter .goods-filter-bottomside .list-view-type {
    padding: 0;
  }
  .product-list-tile {
    margin: 0;
  }
  .product-list-tile .product-list-tile-unit {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .catalog-section-folders ol li {
    width: calc(100% / 4 - 20px);
  }
  .catalog-section-folders ol li a {
    padding: 10px;
  }
  .catalog-section-folders ol li a .folder-picture {
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .catalog-section-folders ol li a .folder-picture img {
    position: static;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .catalog-section-folders ol li {
    width: calc(100% / 3 - 20px);
  }
  .catalog-section-folders ol li a .folder-picture {
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 450px) {
  .catalog-section-folders ol li {
    width: calc(100% / 2 - 20px);
  }
  .catalog-section-folders ol li a .folder-picture {
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/*# sourceMappingURL=catalog-section.css.map */
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/bcrumb2022/style.css?1683740657585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/vivat-pagenav-22/style.css?1683740657745*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/vivattile-22/style.css?16837406573808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*md*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*sm*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-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 */


/* Start:/bitrix/templates/vivat2022/script/nouislider/nouislider.css?16837406586785*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px;
}
.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  right: -13px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #c1b0d8;
  border-radius: 4px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #8163a8;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border-radius: 10px;
  background: #8163a8;
  cursor: default;
}
.noUi-active {
  background: #bd3d84;
}

.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.noUi-tooltip {
  display: none;
}
.noUi-active .noUi-tooltip {
  display: block;
}

.price-slider {
  margin: 0 0 37px 0;
}

.price-slider .price-slider-ranges {
  position: absolute;
  width: 100%;
  padding: 37px 0 0 0;
}

.price-slider .price-slider-ranges p {
  font-size: 80%;
  width: 33.3%;
  float: left;
  position: relative;
}

.price-slider .price-slider-ranges p:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDYgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zIDIwTDUuODg2NzUgMTVMMC4xMTMyNDggMTVMMyAyMFpNMi41IC0yLjE4NTU3ZS0wOEwyLjUgMUwzLjUgMUwzLjUgMi4xODU1N2UtMDhMMi41IC0yLjE4NTU3ZS0wOFpNMi41IDNMMi41IDVMMy41IDVMMy41IDNMMi41IDNaTTIuNSA3TDIuNSA5TDMuNSA5TDMuNSA3TDIuNSA3Wk0yLjUgMTFMMi41IDEzTDMuNSAxM0wzLjUgMTFMMi41IDExWk0yLjUgMTVMMi41IDE3TDMuNSAxN0wzLjUgMTVMMi41IDE1WiIgZmlsbD0iI0MxQjBEOCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  position: absolute;
  width: 6px;
  height: 20px;
  bottom: calc(100% + 10px);
  left: 0;
}

.price-slider .price-slider-ranges p:first-child {
  text-align: left;
}

.price-slider .price-slider-ranges p:nth-child(2) {
  text-align: center;
}

.price-slider .price-slider-ranges p:nth-child(2):before {
  left: calc(50% - 3px);
}

.price-slider .price-slider-ranges p:nth-child(3) {
  text-align: right;
}

.price-slider .price-slider-ranges p:nth-child(3):before {
  left: calc(100% - 6px);
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/vivattile-22/themes/blue/style.css?1683740657825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /bitrix/templates/vivat2022/style/components/catalog-section.css?175033221225938 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/bcrumb2022/style.css?1683740657585 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/vivat-pagenav-22/style.css?1683740657745 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/vivattile-22/style.css?16837406573808 */
/* /bitrix/templates/vivat2022/script/nouislider/nouislider.css?16837406586785 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/vivattile-22/themes/blue/style.css?1683740657825 */
