.mod_html3 {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 115px;
	padding-bottom: 175px;
	padding-top: 175px;
  }
  .col_html_banner_2_right {
	/* width: 1095px; */
	min-width: 1080px;
	position:relative;
  }
  .col_html_banner_2_left {
	display: flex;
	flex-direction: column;
	width: auto;
	position:relative;
  }
  .col_html_banner_2_left img {
	clip-path: url(#customClipPath9);
	transition: clip-path 0.5s ease-in-out;
	aspect-ratio: 667 / 612;
	position:absolute;
	width: 100%;
	bottom:0px;
	left:0px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	width: 100%;
	padding:64px;
	height: auto;
	display: block;
	/* align-items: center; */
	/* justify-content: center; */
	position:absolute;
	left:0px;
	bottom:0px;
	z-index: 999999999999;
  }
  .col_html_banner_2_left .adv-button {
	  width: 100%;
	  height: 83px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .col_html_banner_2_left a.link {
	  width:100%;
	  height:100%;
	  background: var(--btnfff);
	  color: var(--fon);
	  font-size: 31px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  width: 100%;
	  padding: 0px 22px;
	  align-content: center;
	  border-radius: 15px;
	  font-weight: 300;
  }
  .col_html_banner_2_left a.link:hover,
  .col_html_banner_2_left a.link:focus {
	background:var(--primary);
  }
  .col_html_banner_2_left a.link:after {
	  content: '';
	  display: flex;
	  width: 54px;
	  height: 54px;
	  border-radius: 50%;
	  background: var(--fon) url(/image/catalog/design/line_yellow.svg) center center no-repeat;
	  background-size: 19px;
	 }
  html[data-theme="light"] .col_html_banner_2_left a.link:after {
	  background: var(--fon) url(/image/catalog/design/line_black.svg) center center no-repeat;
	  background-size: 19px;
  }
  .html_banner_2_yellow_block {
	-moz-background-size: auto 100%;
	-ms-background-size: auto 100%;
	font-size: 62px;
	line-height: 140%;
	font-weight: bold;
	padding-bottom: 64px;
	margin-bottom: 41px;
	position:relative;
  }
  .html_banner_2_yellow_block:after {
	content:'';
	display:block;
	width:94px;
	height:49px;
	background:url(/image/catalog/design/landscaping_solutions_mark.svg) 0px 0% no-repeat;
	transform: scaleX(-100%);
	position:absolute;
	left:100px;
	bottom: -15px;
	top: auto;
	margin: 0px;
  }
  .html_banner_2_des {
	  font-family: "Inter", sans-serif;
	font-size:19.22px;
	line-height:140%;
	margin-top: 31px;
  }
  .html_banner_2_des p {
	font-size:19.8px;
	line-height: 140%;
	margin-bottom:30px
  }
  .html_banner_2_des p:last-child {
	margin-bottom:0px;
  }
  .html_banner_2_title {
	font-size: 33px;
	margin-top: 0px;
	/* font-weight:bold; */
	text-transform: uppercase;
	color: #919191;
	line-height: 140%;
	margin-bottom: 19px;
  }
  .col_html_banner_2_right img {
	width: calc(100% + 1px);
	/* margin-bottom: -1px; */
	clip-path: url(#customClipPath10);
	transition: clip-path 0.5s ease-in-out;
  }
  .col_html_banner_2_right a.link {
	  position: absolute;
	  content: '';
	  display: flex;
	  width: 80px;
	  height: 80px;
	  border-radius: 50%;
	  background: var(--text) url(/image/catalog/design/line_black.svg) center center no-repeat;
	  background-size: 26px;
	  position: absolute;
	  bottom: 25px;
	  right: 25px;
  }
  .col_html_banner_2_right a.link:hover {
	background:var(--primary) url(/image/catalog/design/line_black.svg) center center no-repeat;
	background-size: 26px;
  }
  
  /* media styles */
  @media(max-width:1919px) {
  .mod_html3 {
	  padding-top: 0;
	  padding-bottom: 230px;
	  display: grid;
	  grid-template-columns: 555fr 899fr;
	  gap: 80px;
  }
  .col_html_banner_2_right {
	  min-width: unset;
	  width: 100%;
  }
  .col_html_banner_2_right img {
	  min-height: 1160px;
	  height: 100%;
	  object-fit: cover;
  }
  .html_banner_2_yellow_block {
	  font-size: 52px;
	  padding-bottom: 80px;
	  margin-bottom: 0;
  }
  .html_banner_2_yellow_block:after {
	  width: 78px;
	  height: 40px;
	  left: 75px;
	  bottom: 20px;
	  background-size: contain;
  }
  .html_banner_2_title {
	  margin: 0;
	  font-size: 27px;
	  line-height: 1.26;
  }
  .html_banner_2_des {
	  margin: 40px 0;
	  font-size: 17px;
	  line-height: 1.5;
  }
  .html_banner_2_des p {
	  font-size: inherit;
	  line-height: inherit;
	  margin-bottom: 18px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	  padding: 35px 50px;
  }
  .col_html_banner_2_left .adv-button, html[data-theme="light"] .col_html_banner_2_left .adv-button {
	  height: 88px;
  }
  .col_html_banner_2_left a.link {
	  font-size: 26px;
	  padding: 0 20px;
	  border-radius: 12px;
  }
  .col_html_banner_2_left a.link:after, html[data-theme="light"] .col_html_banner_2_left a.link:after {
	  width: 54px;
	  height: auto;
	  aspect-ratio: 1/1;
	  background-size: 20px;
	 }
  .col_html_banner_2_left img {
	  position: unset;
	  margin-top: auto;
  }
  }
  @media(max-width:1599px) {
  .mod_html3 {
	  padding-bottom: 160px;
	  grid-template-columns: 500fr 809fr;
	  gap: 75px;
  }
  .col_html_banner_2_right img {
	  min-height: 1040px;
  }
  .html_banner_2_yellow_block {
	  font-size: 47px;
	  padding-bottom: 75px;
  }
  .html_banner_2_yellow_block:after {
	  width: 70px;
	  height: 36px;
	  left: 70px;
	  bottom: 18px;
  }
  .html_banner_2_title {
	  font-size: 25px;
  }
  .html_banner_2_des {
	  margin: 35px 0;
	  font-size: 16px;
  }
  .html_banner_2_des p {
	  margin-bottom: 15px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	  padding: 30px 45px;
  }
  .col_html_banner_2_left .adv-button, html[data-theme="light"] .col_html_banner_2_left .adv-button {
	  height: 80px;
  }
  .col_html_banner_2_left a.link {
	  font-size: 23px;
  }
  .col_html_banner_2_left a.link:after, html[data-theme="light"] .col_html_banner_2_left a.link:after {
	  width: 54px;
	  background-size: 18px;
	 }
  }
  @media(max-width:1439px) {
  .mod_html3 {
	  padding-bottom: 125px;
	  grid-template-columns: 416fr 675fr;
	  gap: 62px;
  }
  .col_html_banner_2_right img {
	  min-height: 870px;
  }
  .html_banner_2_yellow_block {
	  font-size: 39px;
	  padding-bottom: 62px;
  }
  .html_banner_2_yellow_block:after {
	  width: 70px;
	  height: 30px;
	  left: 56px;
	  bottom: 15px;
  }
  .html_banner_2_title {
	  font-size: 20px;
  }
  .html_banner_2_des {
	  margin: 30px 0;
	  font-size: 13px;
  }
  .html_banner_2_des p {
	  margin-bottom: 12px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	  padding: 25px 36px;
  }
  .col_html_banner_2_left .adv-button, html[data-theme="light"] .col_html_banner_2_left .adv-button {
	  height: 67px;
  }
  .col_html_banner_2_left a.link {
	  font-size: 19px;
  }
  .col_html_banner_2_left a.link:after,
  html[data-theme="light"] .col_html_banner_2_left a.link:after{
	  width: 50px;
	  background-size: 15px;
  }	
  }
  @media(max-width:1199px) {
  .mod_html3 {
	  padding-bottom: 100px;
	  grid-template-columns: 360fr 565fr;
	  gap: 50px;
  }
  .col_html_banner_2_right img {
	  min-height: 729px;
  }
  .html_banner_2_yellow_block {
	  font-size: 33px;
	  padding-bottom: 52px;
  }
  .html_banner_2_yellow_block:after {
	  width: 50px;
	  height: 25px;
	  left: 47px;
	  bottom: 12px;
  }
  .html_banner_2_title {
	  font-size: 17px;
  }
  .html_banner_2_des {
	  margin: 25px 0;
	  font-size: 11px;
  }
  .html_banner_2_des p {
	  margin-bottom: 10px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	  padding: 20px 30px;
  }
  .col_html_banner_2_left .adv-button, html[data-theme="light"] .col_html_banner_2_left .adv-button {
	  height: 56px;
  }
  .col_html_banner_2_left a.link {
	  font-size: 16px;
  }
  .col_html_banner_2_left a.link:after, html[data-theme="light"] .col_html_banner_2_left a.link:after {
	  width: 42px;
	  background-size: 15px;
  }
  }
  @media(max-width:991px) {
  .mod_html3 {
	  padding-bottom: 80px;
	  grid-template-columns: 275fr 430fr;
	  gap: 40px;
  }
  .col_html_banner_2_right img {
	  min-height: 553px;
  }
  .html_banner_2_yellow_block {
	  font-size: 25px;
	  padding-bottom: 40px;
  }
  .html_banner_2_yellow_block:after {
	  width: 38px;
	  height: 19px;
	  left: 35px;
	  bottom: 10px;
  }
  .html_banner_2_title {
	  font-size: 13px;
  }
  .html_banner_2_des {
	  margin: 20px 0;
	  font-size: 9px;
  }
  .html_banner_2_des p {
	  margin-bottom: 8px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	  padding: 12px 24px;
  }
  .col_html_banner_2_left .adv-button, html[data-theme="light"] .col_html_banner_2_left .adv-button {
	  height: 53px;
	 }
  .col_html_banner_2_left a.link {
	  font-size: 12px;
	  padding: 0 15px;
	 }
  .col_html_banner_2_left a.link:after, html[data-theme="light"] .col_html_banner_2_left a.link:after {
	  width: 36px;
	  background-size: 12px;
  }
  }
  @media(max-width:767px) {
  .mod_html3 {
	  padding-bottom: 55px;
	  grid-template-columns: 200px 1fr;
	  gap: 30px;
  }
  .col_html_banner_2_right img {
	  min-height: 417px;
  }
  .html_banner_2_yellow_block {
	  font-size: 19px;
	  padding-bottom: 30px;
  }
  .html_banner_2_yellow_block:after {
	  width: 28px;
	  height: 15px;
	  left: 27px;
	  bottom: 8px;
  }
  .html_banner_2_title {
	  font-size: 10px;
  }
  .html_banner_2_des {
	  margin: 15px 0;
	  font-size: 7px;
  }
  .html_banner_2_des p {
	  margin-bottom: 6px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	  padding: 10px 20px;
  }
  .col_html_banner_2_left .adv-button, html[data-theme="light"] .col_html_banner_2_left .adv-button {
	  height: 40px;
	 }
  .col_html_banner_2_left a.link {
	  font-size: 9px;
	  border-radius: 4px;
	  padding: 0 10px;
  }
  .col_html_banner_2_left a.link:after, html[data-theme="light"] .col_html_banner_2_left a.link:after {
	  width: 28px;
	  background-size: 10px;
  }
  }
  @media(max-width:575px) {
  .mod_html3 {
	  padding-bottom: 40px;
	  grid-template-columns: 165px 1fr;
	  gap: 25px;
  }
  .col_html_banner_2_right img {
	  min-height: 343px;
  }
  .html_banner_2_yellow_block {
	  font-size: 15px;
	  padding-bottom: 24px;
  }
  .html_banner_2_yellow_block:after {
	  width: 23px;
	  height: 12px;
	  left: 22px;
	  bottom: 6px;
  }
  .html_banner_2_title {
	  font-size: 8px;
  }
  .html_banner_2_des {
	  margin: 12px 0;
	  font-size: 6px;
  }
  .html_banner_2_des p {
	  margin-bottom: 5px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	  padding: 8px 15px;
  }
  .col_html_banner_2_left .adv-button, html[data-theme="light"] .col_html_banner_2_left .adv-button {
	  height: 30px;
  }
  .col_html_banner_2_left a.link {
	  font-size: 7px;
  }
  .col_html_banner_2_left a.link:after, html[data-theme="light"] .col_html_banner_2_left a.link:after {
	  width: 23px;
	  background-size: 8px;
  }
  }
  @media(max-width:479px) {
  .mod_html3 {
	  padding-bottom: 25px;
	  grid-template-columns: 1fr;
  }
  .col_html_banner_2_right {
	  display: none;
  }
  .html_banner_2_yellow_block {
	  font-size: 18px;
	  text-align: center;
	  padding-bottom: 25px;
  }
  .html_banner_2_yellow_block:after {
	  width: 25px;
	  height: 13px;
	  left: 50%;
	  bottom: 6px;
	  transform: translateX(-50%);
  }
  .html_banner_2_title {
	  font-size: 12px;
	  line-height: 3;
	  text-align: center;
  }
  .html_banner_2_des {
	  margin: 12px 0 22px;
	  font-size: 13px;
  }
  .html_banner_2_des p {
	  margin-bottom: 15px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	  padding: 32px;
  }
  .col_html_banner_2_left .adv-button, html[data-theme="light"] .col_html_banner_2_left .adv-button {
	  height: 45px;
  }
  .col_html_banner_2_left a.link {
	  font-size: 16px;
	  padding: 0 12px;
	  border-radius: 8px;
  }
  .col_html_banner_2_left a.link:after, html[data-theme="light"] .col_html_banner_2_left a.link:after {
	  width: 30px;
	  background-size: 10px;
  }
  }
  @media(max-width:359px) {
  .mod_html3 {
	  padding-bottom: 20px;
  }
  .html_banner_2_yellow_block {
	  font-size: 15px;
	  padding-bottom: 25px;
  }
  .html_banner_2_title {
	  line-height: .87;
  }
  .html_banner_2_des {
	  margin: 25px 0 16px;
	  font-size: 13px;
  }
  .col_html_banner_2_left .adv-bottom1 {
	  padding: 28px;
  }
  .col_html_banner_2_left .adv-button, html[data-theme="light"] .col_html_banner_2_left .adv-button {
	  height: 38px;
  }
  .col_html_banner_2_left a.link {
	  font-size: 14px;
	  padding: 0 10px;
	  border-radius: 6px;
  }
  .col_html_banner_2_left a.link:after, html[data-theme="light"] .col_html_banner_2_left a.link:after {
	  width: 26px;
	  background-size: 9px;
  }
  }