

/* Start:/local/templates/dobreev/components/bitrix/breadcrumb/dobreev/style.css?1748279284585*/
.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:/local/templates/dobreev/components/bitrix/news.list/sales/style.css?1753196753369*/
.ajax-pager-wrap.full-width {
    flex: 1 1 100%;
}

section.main a.article div.background,
section.main a.article.small div.preview {
  /*background-image: url(/local/templates/dobreev/images/categories/empty.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;*/
  background-color: #4faa4b;
  border-radius: 4px;
}

/* End */


/* Start:/local/templates/dobreev/css/discounts.css?17470375644540*/
section.main {
  margin-bottom: var(--section-gap);
}
section.main div.container {
  display: grid;
}
section.main div.container h1 {
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  section.main div.container h1 {
    margin-bottom: 20px;
  }
}
section.main div.list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  section.main div.list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  section.main div.list {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
section.main a.article {
  position: relative;
  display: grid;
  grid-gap: 24px;
  -ms-flex-line-pack: end;
      align-content: end;
  min-height: 600px;
}
@media (max-width: 960px) {
  section.main a.article {
    min-height: 400px;
    grid-gap: 8px;
  }
}
section.main a.article div.tag {
  position: absolute;
  top: 40px;
  left: 40px;
  border-radius: 4px;
  padding: 3px 15px;
  width: 139px;
  height: 24px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background: #c94545;
}
@media (max-width: 960px) {
  section.main a.article div.tag {
    top: 24px;
    left: 16px;
  }
}
section.main a.article h2 {
  font-weight: 300;
  font-size: 46px;
  line-height: 109%;
}
@media (max-width: 960px) {
  section.main a.article h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
  }
}
section.main a.article h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 960px) {
  section.main a.article h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
  }
}
section.main a.article span {
  font-weight: 300;
  font-size: 14px;
  line-height: 157%;
}
@media (max-width: 960px) {
  section.main a.article span {
    max-width: 307px !important;
  }
}
section.main a.article i {
  font-weight: 300;
  font-size: 11px;
  line-height: 200%;
  color: rgba(255, 255, 255, 0.6);
}
section.main a.article div.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
section.main a.article div.background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.main a.article:hover div.background img {
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}
section.main a.article.big {
  position: relative;
  grid-column: 2 span;
  color: white;
  padding: 60px 40px;
}
@media (max-width: 960px) {
  section.main a.article.big {
    grid-column: 1 span;
    padding: 24px 16px;
  }
}
section.main a.article.big h2 {
  color: #fff;
}
section.main a.article.big span {
  max-width: 430px;
}
section.main a.article.medium {
  position: relative;
  color: white;
  padding: 40px;
  color: white;
  border-radius: 4px;
}
@media (max-width: 960px) {
  section.main a.article.medium {
    padding: 24px 16px;
  }
}
section.main a.article.medium h3 {
  color: #fff;
}
section.main a.article.small {
  -ms-flex-line-pack: start;
      align-content: start;
}
section.main a.article.small div.preview {
  position: relative;
  width: 100%;
  height: 437px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-bottom: unset;
  overflow: hidden;
}
@media (max-width: 960px) {
  section.main a.article.small div.preview {
    height: 400px;
  }
}
section.main a.article.small div.preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.main a.article.small h3 {
  color: #313b30;
}
@media (max-width: 960px) {
  section.main a.article.small h3 {
    margin-top: 8px;
  }
}
section.main a.article.small span {
  color: #536452;
}
section.main a.article.small:hover div.preview img {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}
section.main a.article.small:hover h3 {
  color: #4FAA4B;
}
section.main a.article.black {
  background: #e8f1d7;
}
section.main a.article.black h3 {
  color: #313b30;
}
section.main a.article.black span {
  color: #536452;
}
section.main a.button {
  justify-self: center;
}/*# sourceMappingURL=discounts.css.map */

/* End */
/* /local/templates/dobreev/components/bitrix/breadcrumb/dobreev/style.css?1748279284585 */
/* /local/templates/dobreev/components/bitrix/news.list/sales/style.css?1753196753369 */
/* /local/templates/dobreev/css/discounts.css?17470375644540 */
