

/* 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 */
/* /bitrix/templates/vivat2022/style/components/catalog-section.css?175033221225938 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/bcrumb2022/style.css?1683740657585 */
