

/* Start:/bitrix/templates/kuzminki2020/components/bitrix/catalog.filter/bootstrap_v4/style.css?1595331524450*/
.catalog-filter {
	font-family: Montserrat;
	background: #edf6fc;
	padding: 15px;
	display: inline-grid;
	position: relative;
	width: 100%;
	padding: 15px 4%;
	justify-items: center;
	grid-template-columns: auto;
	grid-template-rows: auto;
}

.catalog-filter-title {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}

.catalog-filter-block{ font-size:14px;}

.catalog-filter-field-separator {
	width: 20px;
	min-width: 20px;
	max-width: 20px;
}
/* End */


/* Start:/bitrix/templates/kuzminki2020/components/bitrix/news.list/bootstrap_v4/style.css?15953315402103*/
.all_news__news {
display: inline-grid;
position: relative;
width: 100%;
padding: 15px 4%;
justify-items: center;
grid-template-columns: auto auto auto auto;
grid-template-rows: auto auto auto;
grid-gap: 24px;
transition: 0.5s;
}

.all_news__news .text {
grid-column: 1 / 5;
}

@media (max-width: 1206px) {
.all_news__news {
grid-template-columns: auto auto auto;
transition: 0.5s;
}

.all_news__news .text {
grid-column: 1 / 4;
transition: 0.5s;
}
}

@media (max-width: 899px) {
.all_news__news {
grid-template-columns: auto auto;
transition: 0.5s;
}

.all_news__news .text {
grid-column: 1 / 3;
transition: 0.5s;
}
}

@media (max-width: 594px) {
.all_news__news {
grid-template-columns: auto;
transition: 0.5s;
}

.all_news__news .text {
grid-column: 1 / 2;
transition: 0.5s;
}
}

.all_news__news__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-flex;
  position: relative;
  width: 260px;
  height: 307px;
  border-radius: 20px;
}
.all_news__news__item a {
  width: inherit;
  height: inherit;
  position: inherit;
  display: inherit;
  text-decoration: none;
}
.all_news__news__item .item__news {
  width: inherit;
  height: inherit;
  position: inherit;
}
.all_news__news__item .item__news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
  border-radius: 20px;
  transition: 0.5s;
}
.all_news__news__item .item__news:hover:before {
  opacity: 0.5;
  transition: 0.5s;
}
.all_news__news__item h3 {
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.6px;
  display: block;
  position: absolute;
  top: 21px;
  padding-left: 28px;
  padding-right: 24px;
  z-index: 100;
  max-height: 100px;
  overflow: hidden;
  color: white;
}
.all_news__news__item .item__news__date {
  width: auto;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  display: block;
  position: absolute;
  bottom: 18px;
  padding-left: 28px;
  z-index: 100;
  color: white;
}
/* End */
/* /bitrix/templates/kuzminki2020/components/bitrix/catalog.filter/bootstrap_v4/style.css?1595331524450 */
/* /bitrix/templates/kuzminki2020/components/bitrix/news.list/bootstrap_v4/style.css?15953315402103 */
