.firs_block-page {
    background-image: url(../image/SS_WD_ImgID1.png);
    background-size: cover;
    border-bottom: 4px solid white;
    height: 100vh;
    position: relative;
}

.img_two {
    position: absolute;
    left: 24%;
    bottom: 16%;
    width: 25%;
}

.img_one {
    position: absolute;
    left: 23%;
    bottom: 39%;
    width: 10%;
}

/*промо блок*/
.second_block-page {
    padding-top: 85px;
    padding-bottom: 50px;
}



.heading_block-page {
  margin-bottom: 45px;
}

.heading_block-page h2{
	width: 100%;
  max-width: 800px;
	margin:auto;
  font-size: var(--h1);
	line-height:55px;
  text-align: center;
}

.promo_row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.col1_promo {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 20px #40404057;
}

.col2_promo {
  width: 100%;
  max-width: 865px;
  margin-left: 50px;
  padding-top: 40px;
  padding-right: 180px;
}

.col2_promo h4 {
  font-size: 20px;
}

.col2_promo p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: var(--dark-color);
}

.btn {
  height: 40px;
  font-size: var(--fz-1);
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #ffcccc;
  background-color: var(--dark-color);
  text-align: center;
  border: 1px solid var(--dark-color);
  border-radius: var(--border-radius-1);
  padding: 0 50px;
  margin-top: 40px;
}

.heading_description {
  font-weight: 500;
  color: var(--dark-color)!important;
  margin-top: 38px;
}




.products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0px !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  justify-items: center !important;
}

.products .promo_row:nth-of-type(2n) .col1_promo{
	order:2;
}
.products .promo_row:nth-of-type(2n) .col2_promo{
	order:1;
	margin-left: 0px;
	margin-right: 50px;	text-align: right;    padding-right: 0;    padding-left: 180px;
}

.first_block-page_category1 {
  height: 1000px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .second_block-page {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .heading_block-page h2 {
    line-height: 1.25;
  }
	
	.first_block-page_category1 {
    height: 50vw!important;
    min-height: 200px !important;
    margin-top: 85px;
    background-position: center bottom;
}	
	
.heading_block-page h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  margin-bottom: 17px !important;
  width: 100% !important;
}
	
.heading_block-page {
  margin-bottom: 0px !important;
}

.heading_description {
  margin-top: 20px;
}
	
.col1_promo {
  width: 100% !important;
  height: 110vw !important;
}

.promo_row {
  gap: 20px;
}

.promo_row > * {
  height: 100% !important;
  flex: 1;
}

ul.products.grid {
  padding: 20px 0px 50px !important;
}
	
.second_block-page {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
	
.col2_promo {
  width: 100%!important;
  max-width: 100%;
  margin: 0px!important;
  padding-top: 20px!important;
  padding-right: 0;
}	
	.col2_promo h4 {
  font-size: 18px!important;		
}
	.col2_promo p {
  font-size: 14px!important;		
}
	
.col2_promo	.btn {
  font-size: 16px!important;		
  padding-bottom: 2px!important;		
  padding-top: 2px!important;	
  width: 100%!important;
  margin-top: 20px!important;
}
	
}

@media (max-width: 768px) {
  
  .promo_row {
    flex-direction: column;
  }

  .promo_row > * {
    height: auto !important;
    flex: 0 0 auto;
  }

  .col1_promo {
    height: 80vw !important;
  }
	.products .promo_row:nth-of-type(2n) .col1_promo {
    	order: 1;
	}
	.col1_promo {
    	height: auto !important;
	}
	.products .promo_row:nth-of-type(2n) .col2_promo {
		text-align: left;
		padding-left: 0;
	}

}
