

/* Start:/local/templates/legeart/components/bitrix/news.list/news-list/style.css?16436628661015*/
.ns-Container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 515px));
	justify-content: center;
	grid-gap: 12px;
}
.ns-Item {
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	transition: box-shadow 200ms;
	box-shadow:0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.ns-Item:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	
}
.ns-Item:hover {
	box-shadow: -6px 4px 9px rgba(20, 20, 20, 0.1);
}
.ns-Item:hover:after {
	background-color: #1894ef;
}
.ns-Item_Image {
	display: block;
}
.ns-Item_Image img {
	display: block;
	width: 100%;
	/*height: 290px;*/
	object-fit: cover;
	object-position: center;
	margin: 0 !important;
}

.ns-Item_Title {
	margin-bottom: 25px;
	color: #2393e8;
	font-size: 18px;
	font-weight: 400;
}
.ns-Item_Container {
	display: flex;
	flex-direction: column;
	padding: 26px;
}
@media (max-width: 1865px) {
	.ns-Container {
		grid-template-columns: repeat(auto-fit, minmax(300px, 400px));
	}
}
/* End */


/* Start:/include/custom-order.css?1782228580541*/
.form-filearea {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.form-filearea .btn { 
  max-width: max-content;
  align-self: flex-end;
}
.file-list-box {
  margin-top: 20px;
}
.file-list {
  margin: 30px 0;
}
.file-list-item {
  margin: 5px 0;
  color: #419bd9;
}
.form-filearea .btn.green {
  margin: 15px 0;
}

.customOrder_agree {
  margin-right: 2%;
  margin-bottom: 2%;
  width: 40px;
  height: 40px;
}
/* End */
/* /local/templates/legeart/components/bitrix/news.list/news-list/style.css?16436628661015 */
/* /include/custom-order.css?1782228580541 */
