

/* Start:/local/templates/.default/components/bitrix/news/catalog/bitrix/news.list/catalog/style.css?17594067922614*/

.catalog-boxes .catalog__box .image{
	width: 193px;
	float: left;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.catalog .catalog-boxes .catalog__box{}

.catalog-boxes .catalog__box .title{
	font-family: 'Myriad Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	padding: 30px 40px;
}

.catalog__items-grid .item:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* .catalog__items-grid .item__img {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #317C4E;
	background: #fff;
}

.catalog__items-grid .item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.15);
} */

.catalog__items-grid .item__img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #317C4E;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* для обычных картинок */
.catalog__items-grid .item__img img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}

/* для заглушек */
.catalog__items-grid .item__img.no-image img {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 15px;
}

.catalog__items-grid .item__img.no-image {
  text-align: center;
}

.catalog__items-grid .item__img .item__title {
  font-size: 16px;
  font-weight: 500;
  color: #317C4E;
  padding: 0 10px;
}

.catalog__items-grid .btns {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.catalog__items-grid .btns .order-btn,
.catalog__items-grid .btns .btn-detail {
	width: 100%;
	text-align: center;
}

.catalog__items-grid .btns .btn-detail {
	float: left;
	height: 60px;
	border: 1px solid #317C4E;
	color: #317C4E;
	background: #fff;
	text-align: center;
	line-height: 55px;
	white-space: nowrap;
	font-size: 16px;
}

.catalog__items-grid .btns .order-btn {
	float: right;
	height: 60px;
	background: #317C4E;
	color: #fff;
	text-align: center;
	line-height: 50px;
	white-space: nowrap;
	border: 0;
	outline: none;
	cursor: pointer;
	font-size: 16px;
}

.catalog__items-grid .item__img img {
	transition: transform .3s ease;
}
.catalog__items-grid .item__img:hover img {
	transform: scale(1.2) rotate(2deg);
}

.catalog__items-grid .btns .order-btn,
.catalog__items-grid .btns .btn-detail {
	transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.catalog__items-grid .btns .order-btn:hover {
	background: #255d39;
}

.catalog__items-grid .btns .btn-detail:hover {
	background: #f3f5f4;
}
/* End */
/* /local/templates/.default/components/bitrix/news/catalog/bitrix/news.list/catalog/style.css?17594067922614 */
