

/* Start:/local/templates/dikoed/assets/css/pages/catalog_section.css?17542961251276*/
.what-to-try-section {
    background: #cc0000;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 15px;
    margin-bottom: 20px;
}
.what-to-try-section:hover {
	color: #fff;
	text-decoration: none;
}
.what-to-try-section i {
	margin-right: 20px;
}
.what-to-try-section .fa-what-to-try:before {
    content: url(/local/templates/dikoed/assets/img/unchecked3.png);
}
.what-to-try-ttl {
	text-transform: uppercase;
	font-weight: bold;
}
.what-to-try-section p {
    margin: 0;
    line-height: 1.2;
    font-size: 13px;
}
.what-to-try-elem img {
    width: 150%;
    margin-bottom: 30px;
    height: auto;
}
.cart-button__nomore {
	position: absolute;
	width: 90px;
	padding: 8px;
	border-radius: 5px;
	background: #000;
	top: -50px;
	left: 50%;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	transform: translate3d(-50%, 0, 0);
	display: none;
}
.cart-button__nomore:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top: 5px solid #000;
}
.btn-relative {
	position: relative;
}
/* End */


/* Start:/local/templates/dikoed/assets/css/pages/panel-smart.css?1754296125731*/
.panel-smart {
    padding: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.panel-smart .panel-heading {
    padding: 5px 0 15px;
    color: #252a2f;
    border-bottom: 1px solid #929497;
}
.panel-smart h3.panel-title {
    font-size: 24px;
}
.panel-smart .panel-body {
    padding: 20px 0 0;
}
.panel-smart blockquote {
    margin: 0;
    padding: 5px 15px;
    color: #8b8b8b;
    font-size: 13px;
    border: none;
}
.panel-smart blockquote footer {
    padding-top: 10px;
    color: #252a2f;
    font-size: 14px;
}

@media (max-width: 480px) {
    .panel-smart {
        padding: 20px 10px;
    }
}
/* End */


/* Start:/local/templates/dikoed/assets/css/pages/asc-chef-section.css?1754296125754*/
.asc-chef-section {
	background: url(/local/templates/dikoed/assets/img/bg-left-block.png) no-repeat center 125px, #cc0000;
	background-size: 110%;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	padding: 15px 15px 50px 10px;
}
.asc-chef-section:hover, .asc-chef-section:focus {
	color: #fff;
	text-decoration: none;
	background-color: #c9302c;
}
.asc-chef-section .fa {
	font-size: 48px;
	margin-right: 10px;
}
.asc-chef-section-ttl {
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}
.asc-chef-section.asc-chef-elem {
	background: #cc0000;
	padding: 15px 15px 10px 10px;
}
.asc-chef-section.asc-chef-elem:hover {
	background-color: #c9302c;
}
/* End */


/* Start:/local/templates/dikoed/components/bitrix/catalog.section.list/.default/style.css?17455645732316*/
.section-block{position:relative}.section-block:hover .section-item{opacity:1;pointer-events:auto}.section-item{position:absolute;top:0;left:0;z-index:10;background:rgba(0,0,0,.8);width:100%;min-height:100%;padding:20px 0;opacity:0;pointer-events:none;-webkit-transition:opacity 0.2s ease;-o-transition:opacity 0.2s ease;transition:opacity 0.2s ease}.section-item__list{text-align:left!important;margin:0}.section-item__list li{color:#fff}.section-item__list li a:not(.btn){color:#fff;text-decoration:underline}.section-item__list li a:hover{text-decoration:none}.center-item{position:absolute;top:-20px;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.center-item a{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none!important}
.section-item__list.list-unstyled .item-hidden {
  display: none;
}

.section-item__list.list-unstyled li{
  padding-right: 0px;
}
.section-item__list.list-unstyled li.section-item__list-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.catalog-sections {
  display: flex;
  flex-wrap: wrap;
}
.col-horeca {
  display: inline-block;
}
.section-block.section-block__horeca {
  background: url("/local/templates/dikoed/components/bitrix/catalog.section.list/.default/images/bgr_horeca.png") no-repeat center center transparent;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 20px);
  padding: 0;
  border: 0px;
}
.section-block.section-block__horeca:hover img {
  transform: scale(1.1);
}
.section-block.section-block__horeca img {
  max-width: 80%;
  transition: all .5s ease;
}
@media (max-width: 991px) and (min-width: 768px) {
  .catalog-sections .col-horeca {
    min-height: 321px;
  }
}
@media (max-width: 768px) and (min-width: 500px) {
  .catalog-sections .col-horeca {
    min-height: 291px;
  }
}
@media (max-width: 500px) {
  .catalog-sections .col-horeca {
    min-height: 301px;
  }
}
/* End */


/* Start:/local/components/dvaslona/catalog.top/templates/index-slider/banner/style.css?17522318127882*/
.products-list .bx_slider_block {
	display:inline-block;
	vertical-align:top;
	float:none;
	margin-right:-3px;
	overflow:hidden;
}
.product-title {
	font-size:16px;
	text-transform:uppercase;
	color:#252a2f;
	font-family:'Roboto Condensed',sans-serif;
	margin:10px 0 0 0;
	font-weight:500;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-title a:hover,
.product-title a:focus,
.product-title a {
	color:#252a2f;
}

.products-list.products-list-slider h2.product-head.product-head-slider {
	background: inherit;
	color: #dd0504;
	padding-left: 0;
}
.products-list.products-list-slider {
	margin-bottom: 40px;
	overflow: hidden;
}

/* begin not initialized slider */
.products-list.products-list-slider .js-products-slider:not(.slick-initialized) {
	max-height: 480px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}
.products-list.products-list-slider .js-products-slider:not(.slick-initialized) > div {
	max-width: calc(25% - 10px);
}
.products-list.products-list-slider .js-products-slider:not(.slick-initialized) > div .product-col {
	height: 100%;
}
/* end not initialized slider */

.products-list.products-list-slider .slick-track {
	display: flex !important;
}
.products-list.products-list-slider .slick-slide {
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
}
.products-list.products-list-slider .slick-slide .product-col {
	margin-bottom: 0;
	height: 100%;
}
.products-list.products-list-slider .slick-slide .product-col .item__sale-preview.item__sale-preview--product {
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.products-list.products-list-slider .slick-slider .slick-arrow.slick-disabled {
	opacity: 0.5;
	cursor: default;
}
.products-list.products-list-slider .slick-slider .slick-arrow {
	background: none;
	text-indent: 9999px;
	border: 0px;
	height: 53px;
	width: 53px;
	display: block;
	-webkit-appearance: auto;
	position: absolute;
	top: -74px;
	padding: 0;
	z-index: 1;
}
.products-list.products-list-slider .slick-slider .slick-arrow:not(.slick-disabled):hover {
	background: rgba(255, 255, 255, .8);
}
.products-list.products-list-slider .slick-slider .slick-arrow:after {
	content: "";
	background: url("data:image/svg+xml,%3Csvg fill='%23dd0504' height='64px' width='64px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cpath d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0 transparent;
	background-size: contain;
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.products-list.products-list-slider .slick-slider .slick-arrow.slick-prev {
	transform: rotate(180deg);
	right: 70px;
}
.products-list.products-list-slider .slick-slider .slick-arrow.slick-next {
	right: 16px;
}
.product-head.product-head-slider {
	min-height: 55px;
}
.products-list.products-list-slider .slick-slide .product-col .image img {
	margin: 0 auto;
	max-height: 200px;
}
.products-list.products-list-slider .slick-slide .product__sticker-text {
	top: 0;
}
.actions .products-list.products-list-slider .slick-slider .slick-arrow {
	background: #fff;
	top: -71px;
	height: 50px;
}
.actions .products-list.products-list-slider .slick-slider .slick-arrow:after {
	height: 27px;
}
@media (max-width: 1200px) {
	.slick-slide .product-col .image img {
		margin: 0 auto;
	}
	.products-list.products-list-slider .js-products-slider:not(.slick-initialized) {
		max-height: 445px;
	}
	.products-list.products-list-slider .js-products-slider:not(.slick-initialized) > div {
		max-width: calc(33.3333% - 10px);
		width: calc(33.3333% - 10px);
	}
}
@media (max-width: 991px) {
	.products-list.products-list-slider .slick-slider .slick-arrow {
		top: -74px;
		height: 53px;
	}
	.products-list.products-list-slider .js-products-slider:not(.slick-initialized) {
		max-height: 440px;
	}
	.products-list.products-list-slider .js-products-slider:not(.slick-initialized) > div {
		max-width: calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.products-list.products-list-slider .product-col .caption {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.product-head.product-head-slider {
		text-align: left;
		padding-left: 15px;
		padding-right: 110px;
	}
	.actions #actions .product-head {
		text-align: left;
		padding-right: 115px;
		padding-left: 15px;
	}
}
@media (max-width: 520px) {
	.actions #actions .product-head {
		font-size: 21.5px;
		min-height: 52px;
	}
}
@media (max-width: 480px) {
	.products-list.products-list-slider .product-head.product-head-slider {
		padding: 12px 110px 10px 15px;
		min-height: 45px;
	}
	.products-list.products-list-slider .slick-slider .slick-arrow {
		top: -63px;
		height: 41px;
		width: 41px;
	}
	.products-list.products-list-slider .slick-slider .slick-arrow::after {
		height: 20px;
		width: 20px;
		top: 10px;
	}
	.products-list.products-list-slider .slick-slider .slick-arrow.slick-prev {
		right: 59px;
	}
	.products-list.products-list-slider .slick-slider .slick-arrow.slick-next {
		right: 17px;
	}
	.actions #actions .products-list.products-list-slider .slick-slider .slick-arrow.slick-prev {
		right: 68px;
	}
	.actions #actions .products-list.products-list-slider .slick-slider .slick-arrow.slick-next {
		right: 16px;
	}
	.actions #actions .products-list.products-list-slider .slick-slider .slick-arrow {
		height: 70px;
		top: -91px;
		width: 50px;
	}
	.actions #actions .products-list.products-list-slider .slick-slider .slick-arrow::after {
		top: 24px;
		left: 15px;
	}
	.products-list.products-list-slider .slick-slide .item__sale.item__sale--item.item__sale--item-new2 {
		padding-bottom: 0;
		padding-top: 5px;
	}
	.actions .actions__red-circle {
		width: 120px;
		min-width: 120px;
		max-width: 120px;
		height: 120px;
		font-size: 54px !important;
		line-height: 40px;
	}
	.actions .actions__red-circle span {
		font-size: 24px;
	}
	.actions .actions__red-circle-text {
		font-size: 18px;
		line-height: 1.2;
		margin-left: 20px;
	}
}
@media (max-width: 450px) {
	.products-list.products-list-slider .js-products-slider:not(.slick-initialized) {
		max-height: 434px;
	}
	.products-list.products-list-slider .js-products-slider:not(.slick-initialized) > div {
		max-width: 100%;
		width: 100%;
	}
	.products-list.products-list-slider .js-products-slider:not(.slick-initialized) > div .product-col {
		height: auto;
	}
	.products-list.products-list-slider .product-col .price {
		padding: 0;
	}
	.products-list.products-list-slider .product-col .price .m-t-10 {
		margin-top: 1px;
	}
	.products-list.products-list-slider .slick-slide .product-col {
		height: auto;
		padding: 15px;
	}
	.products-list.products-list-slider .product-col .cart-button {
		padding-top: 5px;
	}
	.products-list.products-list-slider h2.product-head.product-head-slider {
		margin-bottom: 0;
	}
	.products-list.products-list-slider .slick-slider .slick-arrow {
		top: -45px;
	}
	.products-list.products-list-slider {
		margin-bottom: 20px;
	}
	.slide-wrapper {
		margin-bottom: 0;
	}
	.block-chef-wrap {
		margin-bottom: 10px !important;
	}
	.block-chef-wrap p {
		padding: 37% 40px 12px 40px !important;
	}
}
/* End */


/* Start:/local/templates/dikoed/components/bitrix/catalog/.default/style.css?17321887827209*/
.grid{}.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1{}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media (max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media (max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}

.video {position:relative;padding-bottom:56.25%;height:0;}

.video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}

.timer .timeTo.timeTo-white div {
    background: none !important;
    border: none!important;
    color: #dd0504!important;
}

.timeTo ul li, .timeTo span {
  font-family: 'Roboto', sans-serif;
  color: #dd0504!important;
}

.timeTo div.first {
   max-width: 12px;
}

.timer {
  flex-direction: column;
}

.timeTo figure {
  text-align: center;
}

.sorting__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 35px;
}

.sorting__panel {
  position: relative;
  max-width: 250px;
  width: auto;
}

.sorting__title {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.sorting__top-right {
  justify-content: flex-end;
  margin-bottom: 0px;
}

.sorting__top .select-label {
  margin-right: 8px;
  padding-right: 0;
}

.sorting__top-right .select-label {
  margin-right: 8px;
  padding-right: 0;
}

.sorting__panel .btn {
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
  color: #DD0504;
  background-color: transparent;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-style: dotted;
  box-shadow: none!important;
  outline: 0;
  margin-left: 5px;
}

.sorting__menu {
  position: absolute;
  top: 26px;
  right: 0;
  background: #FFF;
  padding: 0px 30px 0px 15px;
  border-radius: 10px;
  border: 1px solid #dadada;
  z-index: 1000;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

.sorting__menu.active {
  opacity: 1;
  height: auto;
  padding: 7px 30px 7px 15px;
}

.sorting__menu ul {
  padding: 0;
  margin: 0;
}

.sorting__menu ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.sorting__menu ul li:hover {
  color: #DD0504;
}

.catalog__view-buttons__btn {
  width: auto;
  height: 30px;
  display: block;
  filter: grayscale(1);
  transition: all 0.2s ease-in;
}

.catalog__view-buttons__btn:hover {
  filter: grayscale(0.5);
}

.catalog__view-buttons__btn.r-active {
  filter: grayscale(0);
  cursor: auto;
}

.catalog__view-buttons__btn.r-active:hover {
  filter: grayscale(0);
}

.catalog__view-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 20px;
  /*position: relative;
  top: 18px;*/
  z-index: 2;
  margin-bottom: 6px;
}

.catalog__view-buttons span {
  display: none;
  transition: all 0.2s ease-in;
}

.catalog__view-buttons__btn img {
  width: auto;
  height: 100%;
  display: block;
}

.cutting-scheme {
  /*margin-right: 120px;*/
  margin-top: 0;
  /*margin-right: -250px;*/
  text-align: right!important;
}

#smartFilter__inner {
  margin-top: 10px;
}

#smartFilter__inner > .btn-group {
  margin-top: -10px;
}

@media (max-width: 768px) {
  /*.cutting-scheme {
    margin-right: 0;
  }*/
  .sorting__top-right {
    justify-content: flex-end;
    margin-bottom: 0px;
    flex-flow: column-reverse;
    grid-gap: 5px;
    flex-wrap: wrap-reverse;
    margin-bottom: 15px;
  }
  .sorting__top-right.sorting__top-height {
    min-height: auto;
  }
  .catalog__view-buttons {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 12px;
    z-index: 2;
    position: static;
  }
  .catalog__view-buttons__btn {
    height: 30px;
    display: flex;
    align-items: center;
    grid-gap: 6px;
  }
  .catalog__view-buttons__btn span {
    display: block;
    color: gray;
    text-decoration: underline;
  }
  .catalog__view-buttons__btn.active span {
    display: block;
    color: #000;
    text-decoration: none;
  }
}

.section__header {
  display: flex;
  margin-bottom: 15px;
  flex-direction: row-reverse;
}

.section__header__content {
  width: calc(100% - 250px);
}

.section__header__content .bx_catalog_text > div:nth-child(2):empty {
  min-height: 64px;
}

.section__header__sidebar {
  width: 250px;
  padding-top: 10px;
}

.section__header__tags-full .noTags,
.section__header__tags-small .hasTags,
.section__header__tags-full .btn-group,
.section__header__tags-small .smrtNavBlock {
  display: none;
}

.section__header__tags-full.hideNavBtn {
  display: none;
}

.section__header__tags-small.showNavBtn .hasTags {
  display: block;
}

.section__header__tags-small.showNavBtn .smrtNavBlock {
  display: flex;
}

.section__header__content .smartFilter__wrap ~ .product-description {
  width: calc(100%);
}

.section__header__content #smartFilter__inner {
  margin-bottom: 0;
}

.section__header__content .categoty-list {
  margin-top: 15px;
  margin-bottom: 0;
}

.section__header .product-description > br {
  display: none;
}

@media (max-width: 768px) {
  .section__header {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column-reverse;
  }
  .section__header .product-description {
    display: none;
  }
  .section__header__tags-full .cutting-scheme {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .section__header__content {
    width: 100%;
  }
  .section__header__sidebar {
    width: 100%;
    padding-top: 0;
  }
  .section__header .filter-row {
    padding-bottom: 5px;
  }
  .sorting__panel,
  .settings__panel {
    max-width: none!important;
  }
  .section__header__tags-small {
    display: none;
  }
  .section__header__tags-full .noTags,
  .section__header__tags-full .hasTags {
    display: block;
  }
  .section__header__tags-full .btn-group {
    display: inline-block;
  }
  .section__header__tags-full .mob-filter-params.collapse {
    flex-direction: column-reverse;
  }
}


/*.section__header-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section__header-new .sorting__top-manager {
  order: 2;
  width: 250px;
}
.section__header-new .section__header-category {
  order: 1;
  min-width: calc(100% - 250px);
}
.section__header-new .smartFilter__wrap {
  order: 1;
  min-width: calc(100% - 250px);
}
.section__header-new .product-description {
  order: 4;
  min-width: calc(100% - 250px);
}*/

/*.section__header-new .sorting__top-manager ~ .section__header-category {
  order: 2;
}*/
/*.section__header-new .section__header-category ~ div:nth-child(4) {
  order: 3;
}
.section__header-new .section__header-category ~ div:nth-child(3) {
  order: 4;
}

.section__header-new .product-description:last-child {
  order: 1;
}

.section__header-new .sorting__top-manager:last-child {
  width: 100%;
}

.section__header-new .smrtNavBtn {
  margin-bottom: 0;
}

.section__header-new #smartFilter__inner {
  margin-bottom: 0;
}*/

/* End */


/* Start:/local/templates/dikoed/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?17162718695599*/
.bx_catalog_text:after {
	content: '';
	clear: both;
	display: block;
}
.bx_catalog_text_ul {
	display: inline-block;
	list-style-type: none;
	margin:20px 0 0 0;
	padding: 0;
}
.bx_catalog_text_ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
.categoty-list {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	max-width: 780px;
}
.fish__feature{
	margin-bottom: 7px;
}
.fish__feature_line{
	margin-bottom: 10px;
}

.fish__feature_block{
	display: inline-block;
	min-width: 100px;
	margin: 0 5px;
}

.fish__feature_block label {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	background: #ffffff;
	border: 1px solid #f496ae;
	color: #dd0603;
	border-radius: 4px;
	position: relative;
	padding: 3px 30px 3px 10px;
	font-size: 13px;
}

.fish__feature_block input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.fish__feature_block input:checked+label{
	color: #ffffff;
	background: #dd0603;
}

.fish__feature_block input:checked+label:after {
	content:"\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 9px;
}
.fish__feature_block input:disabled+label:after{
	content:"\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 9px;
}

.categoty-list.bx_catalog_text_ul .item-hidden {
  display: none;
}

@media (max-width: 1200px) {
	.categoty-list {
		max-width: 600px;
	}
}

@media (max-width: 992px) {
	.categoty-list {
		max-width: 360px;
	}
}

.settings__panel {
  position: relative;
  max-width: 250px;
  width: auto;
}

.settings__title {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.settings__top-right {
  justify-content: flex-end;
  margin-bottom: 0px;
}

.settings__top-right.settings__top-height {
  min-height: 64px;
}

.settings__top .select-label {
  margin-right: 8px;
  padding-right: 0;
}

.settings__top-right .select-label {
  margin-right: 8px;
  padding-right: 0;
}

.settings__panel .btn {
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  box-shadow: none!important;
	color: #960303;
  font-weight: 600;
  outline: 0;
	display: flex;
  align-items: center;
	grid-gap: 2px;
}

.settings__menu {
  position: absolute;
  top: 26px;
  right: 0;
  background: #FFF;
  padding: 0px 15px 0px 15px;
  border-radius: 10px;
  border: 1px solid #dadada;
  z-index: 1000;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
	width: 720px;
}

.settings__menu.active {
  opacity: 1;
  height: auto;
  padding: 7px 30px 7px 15px;
}

.settings__menu ul {
  padding: 0;
  margin: 0;
	grid-gap: 8px 14px;
	display: flex;
	flex-wrap: wrap;
}

.settings__menu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
	transition: color 0.2s ease;
	cursor: pointer;
	font-weight: bold;
	position: relative;
}

.settings__hidden {
	display: flex;
	width: 0;
	height: 18px;
	background: #cc0000;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.2s ease-in;
	position: relative;
	align-items: center;
	justify-content: center;
}

.settings__hidden.active {
	width: 18px;
	margin: 0 4px;
}

.settings__hidden span {
	font-size: 0;
	line-height: 18px;
	vertical-align: middle;
	transition: all 0.2s ease-in;
	opacity: 0;
}

.settings__hidden.active span {
	font-size: 11px;
	opacity: 1;
}

.settings__menu ul li:hover {
  color: #DD0504;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox + label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
}

.custom-checkbox + label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	margin-right: 6px;
	transition: all 0.2s ease-in;
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
	border-color: #cc0000;
}

.custom-checkbox:not(:disabled):active + label::before {
	background-color: #cc0000;
	border-color: #cc0000;
}

.custom-checkbox:focus:not(:checked) + label::before {
	border-color: #cc0000;
}

.custom-checkbox:checked + label::before {
	border-color: #cc0000;
	background-color: #cc0000;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:disabled + label::before {
	background-color: #d2d2d2;
}

.sorting__top.sorting__top-height {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
	.sorting__top {
    align-items: flex-end;
    justify-content: end;
		margin-top: 15px;
	}
	/*.sorting__top-bigmargin {
		margin-top: 80px;
	}
	.sorting__top-right {
    flex-flow: inherit;
	}
	#smartFilterHorizontal {
		position: absolute;
		top: -160px;
		left: 0;
	}*/
	.cutting-scheme {
		margin-right: 0;
	  text-align: right!important;
	}

	.settings__menu {
		width: 100%;
	}

	.settings__menu.active {
	  z-index: 10000;
	}
}

/* End */


/* Start:/local/templates/dikoed/components/bitrix/system.pagenavigation/.default/style.css?17542958431122*/
ul.pagination {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
}
ul.pagination > li > a {
    color: #444c53;
}
ul.pagination > li > a:hover {
    color: #dd0504;
}
ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span,
ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul.pagination > .active > a,
ul.pagination > .active > a:focus,
ul.pagination > .active > a:hover,
ul.pagination > .active > span,
ul.pagination > .active > span:focus,
ul.pagination > .active > span:hover {
    background: #dd0504;
    border-color: #dd0504;
}
@media (max-width: 500px) {
    ul.pagination li:last-child,
    ul.pagination li:nth-child(1),
    ul.pagination li:nth-child(2),
    ul.pagination li:nth-last-child(2) {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pagination {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .pagination {
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/dikoed/components/bitrix/catalog.section/.default/style.css?176242240514314*/
@media (max-width:767px) {
    .product-col.list .caption {
        margin-left: 0 !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .image {
        text-align: center;
        margin: 0 auto 20px auto
    }
}

.product-col.bg-red {
  background: #dd0504;
}

.product-col.list .image {
  width: 100%;
}
.product-col.list .image .product__sticker-text {
  z-index: 2;
  top: 0;
}

.product-col.list .image img.product-col__img  {
  min-width: 100%;
}
.product-col.list .image .swiper .swiper-slide {
  text-align: center;
}

.cart-button__youtube {
    display: inline-block
}

.popup-img-title img {
    display: block;
    margin-bottom: 15px
}

.popup-img-title p {
    font-size: 16px;
    margin: 0;
    display: block
}

input.bx_col_input {
    display: inline-block;
    width: auto;
    max-width: 50px;
    text-align: center
}

.bx_catalog_item_controls_blocktwo {
    padding-top: 10px
}


.product-motivation__wrap {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}

.product-motivation {
    display: flex;
    color: #fff;
    width: 20%;
    align-items: center;
    margin: 0 10px;
}

.product-motivation:hover,
.product-motivation:focus {
    text-decoration: none;
    color: #fff;
}

.product-motivation__section {
    position: fixed;
    z-index: 270;
    bottom: 0;
    transform: translateY(90px);
    left: 0;
    right: 0;
    background: rgba(219, 4, 4, 0.9);
    padding: 15px 0;
    border-top: 1px solid #fff;
    transition: transform 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    display: none;
}
.product-motivation__section.active {
    transform: translateY(0);
}



.product-motivation__section-close {
    position: absolute;
    color: #fff;
    top: -29px;
    left: 0;
    text-align: center;
    padding: 4px 10px;
    background: rgba(219, 4, 4, 0.9);
    border: 1px solid #fff;
    border-bottom: none;
    border-left: none;
    border-radius: 0 5px 0 0;
    line-height: 20px;
    cursor: pointer
}

.product-motivation__circle {
    min-width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    line-height: 15px;
    text-align: center;
}

.product-motivation__circle-text {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 16px;
    width: 100%;
    color: #fff;
    display: block;
}

.product-motivation__circle-cur {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.product-motivation__text {
    font-size: 12px;
    line-height: 1.4;
}

.description .more-info {
    text-align: right;
    display: block;
    font-size: 14px;
    margin: 5px 0;
}
.description > a {
  text-decoration: none;
  color:#8b8b8b;
  font-size:12px;
  line-height:18px;
}
.description > a:hover {
  text-decoration: none;
  color:#8b8b8b;
}
.product-col.list .description {
  margin-bottom: 20px;
  cursor: pointer;
}
.product-col.list .description.description-small {
  height: 44px;
  overflow: hidden;
  position: relative;
}
.product-col.list .description.description-small:after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  width: 100%;
  display: block;
  cursor: pointer;
}
.product-col.list .product__video {
  text-align: center;
  margin: 15px 0;
}
.product-col.list .product__video-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  row-gap: 5px;
}
.product-col.list .product__video i {
  margin-right: 10px;
}
.product-col.list .product__rating {
  background: rgba(255, 255, 255, .8);
  padding: 2px 8px;
  position: absolute;
  right: 30px;
  top: 5px;
  color: #000;
  white-space: nowrap;
}
.product-col.list .product__rating i.fa-star {
  font-size: 18px;
  color: #FE0000;
}

@media (max-width: 1199.99px) {
  .product-col.list .product__rating {
    right: 27px;
    top: 0px;
  }
}

@media (max-width: 991px) {
  .product-col .caption {
    display: flex;
    flex-direction: column;
  }
  .product-col .caption .bx_catalog_item_title {
    order: -1;
  }
  .product-col.list .product__rating {
    right: 0;
  }

}


@media (min-width:768px) and (max-width: 991px) {
    .product-motivation {
        font-size: 13px;
    }

    .product-motivation__circle {
        min-width: 45px;
        height: 45px;
        line-height: 8px
    }

    .product-motivation__circle .fa-2x {
        font-size: 1.4em
    }

    .product-motivation__circle-text {
        font-size: 16px;
    }

    .product-motivation__circle-cur {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .product-motivation__section {
        overflow: hidden;
        padding: 3px 0 5px 0;
        padding-right: 100px;
        border-top: none;
        bottom: 16px;
    }

    .product-motivation__section>.container {
        padding: 0 130px 0 0;
        overflow: auto;
    }

    .product-motivation__wrap {
        min-width: 1080px;
        overflow: auto;
    }

    .product-motivation__circle .fa-2x {
        font-size: 1.5em;
    }

    .product-motivation__circle {
        min-width: 45px;
        height: 45px;
        border-width: 2px;
    }

    .product-motivation__circle-text {
        font-size: 15px;
    }

    .product-motivation__circle-cur {
        font-size: 11px;
    }
}

@media (max-width: 399px) {
  .cart-button .form-inline {
    margin: 0 0 15px 0;
  }

}

/* стили для моб иконки jivosite */
.button_1O {
    border: 2px solid #fff;
    margin-bottom: 10px !important;
}

.product-col .cart-button .btn-cart {
    font-size: 20px;
    padding: 5px 30px;
    border-radius: 10px !important;
}
.product-col .cart-button .btn-cart.btn-cart__sm {
  padding: 5px 11px;
}
.product-col .cart-button .btn-cart+a {
    font-size: 16px;
}

.product-motivation a {
    color: white;
}

.product-col h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #252a2f;
  font-family: 'Roboto Condensed',sans-serif;
}

.product-col h2 a, .product-col h2 a:hover  {
  color: #252a2f;
}

.product-col .timer {
    flex-direction: row;
    margin-top: 10px;
}

.product-col .timer span {
  font-family: 'Roboto Condensed',sans-serif;
}

.special-delivery {
  margin-bottom: 30px;
  margin-top: 10px;
}

.special-delivery__title {
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 14px;
}

.special-delivery__list {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

.special-delivery__item {
  height: 18px;
  display: flex;
  margin: 0 12px 0 0;
  align-items: center;
  border-bottom: 1px dotted #cc0000;
  position: relative;
  cursor: pointer;
  transition: all .2s ease;
}

.special-delivery__item:hover {
  border-color: transparent;
}

.special-delivery__item.special-delivery__item-p {
  border-bottom: 0;
}

.special-delivery__item img {
  width: auto;
  height: 12px;
  display: block;
}

.special-delivery__item-p img {
  height: 18px;
}

.special-delivery__item-w img {
  height: 18px;
}

.special-delivery__item-o img {
  height: 10px;
}

.special-delivery__item-o:last-child img {
  height: 14px;
}

.special-delivery__helper {
  display: none;
  width: 180px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 10px;
  background: #2f353b;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
  border-radius: 4px;
}

.special-delivery__helper-small {
  width: 150px;
  top: -38px;
  text-align: center;
}

.special-delivery__helper:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2f353b;
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.special-delivery__helper a {
  color: #fff;
  text-decoration: underline;
}

.special-delivery__helper a:hover {
  text-decoration: none;
  color: #fff;
}

.special-delivery__helper button {
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  display: inline;
}

.special-delivery__helper button:hover {
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  text-decoration: none;
}


@media (max-width: 768px) {
  .special-delivery__list {
    margin: 0 auto;
    justify-content: center;
  }
  .special-delivery__item:last-child {
    margin-right: 0;
  }
  .special-delivery__item img {
    height: 16px;
  }

  .special-delivery__item-p img {
    height: 24px;
  }

  .special-delivery__item-w img {
    height: 20px;
  }

  .special-delivery__item-o img {
    height: 12px;
  }
}

@media (max-width: 520px) {
  .special-delivery__item img {
    height: 14px;
  }

  .special-delivery__item-p img {
    height: 22px;
  }

  .special-delivery__item-w img {
    height: 18px;
  }

  .special-delivery__item-o img {
    height: 10px;
  }
}

@media (max-width: 460px) {
  .special-delivery__title {
    font-size: 14px;
  }
  .special-delivery__item {
    margin: 0 20px 0 0;
  }
  .special-delivery__item img {
    height: 13px;
  }

  .special-delivery__item-p img {
    height: 21px;
  }

  .special-delivery__item-w img {
    height: 17px;
  }

  .special-delivery__item-o img {
    height: 9px;
  }
}

@media (max-width: 375px) {
  .special-delivery__list {
    justify-content: start;
    flex-wrap: wrap;
  }
  .special-delivery__item {
    width: 50%;
    margin: 0;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 0;
    height: auto;
  }
  .special-delivery__item img {
    height: 16px;
  }

  .special-delivery__item-p img {
    height: 24px;
  }

  .special-delivery__item-w img {
    height: 22px;
  }

  .special-delivery__item-o img {
    height: 14px;
  }

  .special-delivery__item-o:last-child img {
    height: 18px;
  }
}

.product-col-recipes__btn-new {
  display: block;
  margin: 0 auto;
  font-size: 24px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-top: -24px;
  border-bottom: 1px solid #960303;
  padding-bottom: 24px;
}

.product-col-recipes__btn-new:hover {
  color: #960303;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}

.cart-button__title {
  font-size: 12px;
  line-height: 12px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.item__sale--list-new {
  float: none!important;
  margin: 0 12px 5px 0!important;
}

.item__sale--list-new i {
  font-size: 18px;
  color: #FE0000;
}

.product__section__adv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.catalog-opt__table {
  width: 100%;
  margin-bottom: 30px;
}


.catalog-opt__table thead {
  background: #252a2f;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.catalog-opt__table thead td {
  padding: 20px 0;
}

.catalog-opt__table td {
  text-align: center;
  padding: 12px 0;
}

.catalog-opt__table td a {
  color: #960303;
}

.catalog-opt__table tbody tr:nth-child(odd) td {
  background: #FFF;
}

.catalog-opt__table td:first-child {
  width: 33.333%;
  text-align: left;
  padding-left: 30px;
}

.catalog-opt__table td .cart-button input {
  width: 52px!important;
  padding: 6px 4px;
}

.catalog-opt__table td .cart-button .btn-cart {
  padding: 0;
  width: 36px;
  height: 36px;
  background: #dc0f0c;
  color: #FFF;
}

.catalog-opt__table td .cart-button .form-inline {
  margin: 0;
  display: block!important;
}

.catalog-opt__table td .cart-button .m-b-10 {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 6px;
}

.catalog-opt__table td .btn-wishlist {
  font-size: 10px;
}

@media (max-width: 992px) {
  .catalog-opt__table thead td {
    font-size: 12px;
  }
  .catalog-opt__table td {
    font-size: 12px;
    line-height: 14px;
  }
  .catalog-opt__table td:first-child {
    width: 25%;
    padding-left: 10px;
  }
  .catalog-opt__table td .cart-button input {
    width: 32px!important;
    height: 22px;
    font-size: 12px;
  }

  .catalog-opt__table td .cart-button .btn-cart {
    width: 22px;
    height: 22px;
  }
  .catalog-opt__table td .btn-wishlist {
    font-size: 6px;
  }
}
.youtube-video{
  background: url(//i.ytimg.com/vi/WEeA8BiEs48/sddefault.jpg)  0% 0% / contain;
}
.youtube-video .play {
    background: url(/local/templates/dikoed/assets/img/youtube-play-btn.png) no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.youtube-video:hover .play {
    background-position: 0 0;
}

.product-anonce:not(:empty) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .catalog-opt__table td .cart-button input {
    width: 32px!important;
    height: 26px;
    font-size: 12px;
  }

  .catalog-opt__table td .cart-button .btn-cart {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 500px) {
  .catalog-opt__table thead td {
    font-size: 12px;
  }
  .catalog-opt__table td {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767px) {
  .item__sale.item__sale--item.hidden, .item__sale.item__sale--list.hidden {
    display: none!important;
  }
}

/* End */


/* Start:/local/templates/dikoed/components/bitrix/news.list/recipes-list/style.css?1509099940100*/
.recipes-slider-control{position:absolute;top:-58px;right:0}.recipes-slider-control.left{right:20px}
/* End */


/* Start:/local/components/dvaslona/schemecutting/templates/.default/style.css?1578392115329*/
.panel-smart .btn-danger {
    margin-top: 20px;
}

#hint {
    display: none;
    position: absolute;
    padding: 5px;
    margin: -15px auto auto 10px;
    border-radius: 5px;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, .3);
    background-color: #000;
    color: white;
    z-index: 9999;
    max-width: 235px;
}
/* End */


/* Start:/local/templates/dikoed/components/bitrix/news.list/causes/style.css?17545631182661*/
/* begin index causes style */
.causes {
  width: 100%;
  padding: 30px 0;
}
.causes__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #dd0504;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.causes__title:before {
  display: block;
  content: "";
  width: 27px;
  height: 29px;
  background: url('/local/templates/dikoed/assets/img/finger.png') no-repeat;
  background-size: cover;
}

.causes__title-sidebar {
  margin-bottom: 20px;
  font-size: 18px;
}
.causes__title-sidebar span {
  padding-left: 30px;
}
.causes__title-sidebar span:before {
  width: 20px;
  height: 22px;
  top: 0;
}
.causes__accordion {
  width: 100%;
}
.causes__card {
  margin-bottom: 3px;
  font-family: 'Roboto Condensed',sans-serif;
}
.causes__card .collapse {
  overflow: hidden;
}
.causes__btn {
  width: 100%;
  background: #dd0504;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 40px 10px 36px;
  border: 0;
  outline: 0;
  font-size: 16px;
  transition: background .15s ease-in-out;
  position: relative;
}
.causes__btn:hover {
  background: #c9302c;
}
.causes__btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: url('/local/templates/dikoed/assets/img/ok_causes.png') no-repeat;
  background-size: cover;
}
.causes__btn::after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 11px;
  background: url('/local/templates/dikoed/assets/img/arrow_causes.png') no-repeat;
  background-size: cover;
  transform: rotate(0);
  transition: transform .2s ease-in-out;
}
.causes__btn[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.causes__body {
  padding: 15px;
}
.causes__card-sidebar .causes__btn {
  padding: 8px 28px 8px 30px;
  font-size: 12px;
}
.causes__card-sidebar .causes__btn:before {
  left: 8px;
  top: 10px;
  width: 16px;
  height: 16px;
}
.causes__card-sidebar .causes__btn::after {
  right: 9px;
  top: 15px;
  width: 11px;
  height: 8px;
}
.causes__card-sidebar .causes__body {
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

@media (max-width: 500px) {
  .causes__btn {
    padding: 8px 34px 8px 36px;
    font-size: 14px;
  }
  .causes__title {
    font-size: 20px;
  }
}
/* end index causes style */
/* End */
/* /local/templates/dikoed/assets/css/pages/catalog_section.css?17542961251276 */
/* /local/templates/dikoed/assets/css/pages/panel-smart.css?1754296125731 */
/* /local/templates/dikoed/assets/css/pages/asc-chef-section.css?1754296125754 */
/* /local/templates/dikoed/components/bitrix/catalog.section.list/.default/style.css?17455645732316 */
/* /local/components/dvaslona/catalog.top/templates/index-slider/banner/style.css?17522318127882 */
/* /local/templates/dikoed/components/bitrix/catalog/.default/style.css?17321887827209 */
/* /local/templates/dikoed/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?17162718695599 */
/* /local/templates/dikoed/components/bitrix/system.pagenavigation/.default/style.css?17542958431122 */
/* /local/templates/dikoed/components/bitrix/catalog.section/.default/style.css?176242240514314 */
/* /local/templates/dikoed/components/bitrix/news.list/recipes-list/style.css?1509099940100 */
/* /local/components/dvaslona/schemecutting/templates/.default/style.css?1578392115329 */
/* /local/templates/dikoed/components/bitrix/news.list/causes/style.css?17545631182661 */
