.last__products {
	margin-top: 106px;
	margin-bottom: 100px;
  }
  @media (max-width: 1850px) {
	.last__products {
	  margin-top: 113px;
	  margin-bottom: 112px;
	}
  }
  @media (max-width: 1365px) {
	.last__products {
	  margin-top: 82px;
	  margin-bottom: 83px;
	}
  }
  @media (max-width: 767px) {
	.last__products {
	  margin-top: 61px;
	  margin-bottom: 126px;
	}
  }
  @media (max-width: 390px) {
	.last__products {
	  margin-bottom: 6px;
	}
  }
  .last__products .section__title br {
	display: none;
  }
  @media (max-width: 767px) {
	.last__products .section__title br {
	  display: block;
	}
  }
  .last__products--block {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
  }
  @media (max-width: 1365px) {
	.last__products--block {
	  gap: 29px 0;
	}
  }
  @media (max-width: 767px) {
	.last__products--block {
	  margin-top: 30px;
	  gap: 20px;
	}
  }
  @media (max-width: 390px) {
	.last__products--block {
	  gap: 23px;
	}
  }
  .last__products .card__catalog .card__catalog--top img {
	width: 100%;
	object-fit: contain;
	height: 210px;
  }