

/* Start:/local/templates/matras-vatniy/components/bitrix/breadcrumb/bc/style.css?1680776699532*/
.breadcrumb {
	display: none;
}

@media screen and (min-width: 768px) {

	.breadcrumb {
	    display: block;
    	background-color: #f6f6f6;
    	font-size: 12px;
    	padding: 20px 0;
	}

	.breadcrumb__list {
		list-style-type: none;
	    margin: 0;
	    padding: 0;
	}

	.breadcrumb__item {
		display: inline-block;
	}

	.breadcrumb__item::after {
		content: "/";
    	display: inline-block;
    	margin: 0 5px 0 7px;
    	color: #9c9c9c;
	}

	.breadcrumb__item:last-child::after {
		display: none;
	}

	.breadcrumb__link {

	}

}
/* End */


/* Start:/local/templates/matras-vatniy/components/bitrix/catalog.section.list/catalog-categories-sidebar/style.css?16807766891135*/
.catsections {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.catsections_compact {
  overflow: hidden;
  overflow-x: auto;
  display: flex;
}

.catsections__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: opacity ease .5s;
}

.catsections__link:hover {
  text-decoration: none;
  opacity: .8;
}

.catsections__img {
  display: block;
  max-height: 200px;
  width: 100%;
  object-fit: contain;
  background-color: #f6f6f6;
  padding: 20px;
}

.catsections__name {
  padding: 16px 16px 28px;
  background-color: #f6f6f6;
  color: #000;
  margin: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
}

@media screen and (min-width: 576px) {

  .catsections__name {
    font-size: 18px;
  }
  
}

@media screen and (min-width: 992px) {
  .catsections {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .catsections {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1680777571754*/
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: var(--ui-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:/local/templates/matras-vatniy/components/bitrix/catalog.section/catalog-elements-sidebar/style.css?17887824851998*/
.catelements {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.catelements__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e5e5e5;
}

.catelements__img-link {
  transition: opacity ease .5s;
}

.catelements__img-link:hover {
  opacity: .8;
}

.catelements__img {
  display: block;
  height: 200px;
  width: 100%;
  object-fit: cover;
  background-color: #fff;
}

.catelements__info {
  padding: 16px 16px 28px;
  background-color: #fff;
  color: #000;
  margin: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
}

.catelements__name {
	margin-bottom: 8px;
  text-decoration: none;
  color: #000;
  transition: color ease .5s;
}

.catelements__name:hover {
  color: #9a2613;
}

.catelements__price {
	margin-bottom: 0;
	color: #9a2613;
}

.catelements__cart-amount {
	display: flex;
  width: 100%;
  max-width: 120px;
  height: 28px;
  margin: 12px auto 12px;
}

.catelements__cart-amount-button {
	border: 0;
	background-color: #e5e5e5;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 100%;
}

.catelements__cart-amount-input {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #e5e5e5;
	text-align: center;
	height: 100%;
	width: 48px;
	font-size: 14px;
  flex-grow: 1;
}

.catelements .catelements__cart-button {
	height: 40px;
  line-height: 100%;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
}



@media screen and (min-width: 576px) {

  .catelements__name {
    font-size: 18px;
  }

  .catelements .catelements__cart-button {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
}

@media screen and (min-width: 992px) {
  .catelements {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .catelements {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* End */


/* Start:/local/templates/matras-vatniy/components/bitrix/menu/catalog-menu/style.css?16807766961497*/
.left-menu {
	padding: 0;
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #e5e5e5;
}

.left-menu>li>a {
	display: block;
	line-height: 1.5;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	border-top: 0;
	color: #333;
	text-decoration: none;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #fafafa;
}

.left-menu>li ul {
	list-style-type: none;
	padding-left: 0;
}

.left-menu>li ul ul {
	padding-top: 0;
	display: none;
	margin-top: 10px;
}

.left-menu ul .item-selected+button+ul {
	display:block;
}

.left-menu>li ul li {
	overflow: hidden;
	padding: 17px 47px 16px 23px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	position: relative;
}

.left-menu>li ul li li {
	padding: 0 0 4px;
	border: 0;
}

.left-menu>li ul li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
}

.left-menu>li ul li li a {
	font-size: 14px;
}

.left-menu>li ul li li li a {
	font-size: 12px;
}

.left-menu .item-selected,.left-menu .root-item-selected {
	color: #9a2613 !important;
}

.left-menu .item-selected+.left-menu-expand,.root-item-selected+.left-menu-expand {
	color: #9a2613 !important;
}

.left-menu-expand {
	display: inline-block;
	background: none;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 20px;
	padding: 0;
	line-height: 20px;
	outline: 0 !important;
	font-weight: bold;
	color: #333;
	position: absolute;
	right: 8px;
	top: 16px;
}

.left-menu a:hover, .left-menu a:focus {
	color: #9a2613;
	text-decoration: underline;
}
/* End */
/* /local/templates/matras-vatniy/components/bitrix/breadcrumb/bc/style.css?1680776699532 */
/* /local/templates/matras-vatniy/components/bitrix/catalog.section.list/catalog-categories-sidebar/style.css?16807766891135 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1680777571754 */
/* /local/templates/matras-vatniy/components/bitrix/catalog.section/catalog-elements-sidebar/style.css?17887824851998 */
/* /local/templates/matras-vatniy/components/bitrix/menu/catalog-menu/style.css?16807766961497 */
