.page__middle
{
  height: 100% !important;
}

.this_img
{
  display: block;
  height: 200px;
}

.this_img img
{
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
}

.wrap_img
{
  height: 500px;
  width: 100%;
}

.wrap_img img
{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}



.go_backk
{
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: var(--green-clr) !important;
    height: 50px;
}

.wrap 
{
    max-width: 1120px !important;
    width: 100%;
    margin: 0 auto;
}

.main_title
{
  font-size: 32px;
  margin: 60px 0 0 0;
}

.main_date
{
  font-size: 21px;
  color: #7c7c7c;
  margin: 30px 0 60px 0;
}

.main_text
{
  font-size: 15px;
  line-height: 1.5;
  margin: 1rem 0;
  color: var(--grey-clr);
}

.main_text ul
{
	margin-left: 20px;
}

.another_news
{
  font-size: 32px;
  margin: 80px 0 50px 0;
}

.main_img
{
  display: block;
  width: 100%;
  margin: 0 auto !important;
  border-radius: 10px;
}

.head_img
{
  width: 100%;
}

.news_list
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news_list .news_block
{
  width: 45%;
  padding: 2%;
  background: #f5f7f9;
  margin-bottom: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_list .news_block .titlee
{
  font-size: 18px;
  display: block;
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.news_list .news_block p
{
  font-size: 15px;
  color: #828282;
}

.news_block .descr
{
  margin: 0 0 10px 0;
}

.news_list .news_block .datee
{
  margin: 10px 0 0 0;
}

.news_list .news_block .this_img
{
  width: 100%;
}

.news_list .news_block img
{
  width: 100%;
}

/***********медиа запросы*************/
@media screen and (max-width: 500px)
{
  .news_list
  {
    flex-direction: column;
  }

  .news_list .news_block
  {
    width: 90%;
    margin: 0 auto 10px auto;
    padding: 5%;
  }

  .news_list .news_block .titlee
  {
    font-size: 14px;
  }

  .news_list .news_block p
  {
    font-size: 12px;
  }

  .main_title
  {
    font-size: 18px;
    margin-top: 20px;
  }

  .main_date 
  {
    font-size: 16px;
    margin: 10px 0 20px 0;
  }

  .main_text 
  {
    font-size: 16px;
  }

  .another_news 
  {
    font-size: 18px;
    margin: 20px 0 20px 0;
  }

  .main_img 
  {
    border-radius: 10px;
    width: 100%;
  }
}


@media all and (max-width: 1120px) and (min-width: 1000px)
{
	.wrap 
	{
	  max-width: calc(100% - 60px) !important;
	}
}

@media all and (max-width: 1000px) and (min-width: 750px)
{
  .wrap
  {
    padding: 0 10px;
  }
}



/**********************Добавка****************************/


*
{
  box-sizing: border-box;
}


/************/
.top-ban
{
  height: 600px;
  position: relative;
}

.top-ban .fon 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.top-ban .main-title
{
  width: 100%;
  max-width: 600px;
  font-size: 57px;
  color: #ffffff;
  margin: 0px;
  line-height: 1.3;
}

.top-ban .layer
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

/**********************/

.all-content
{
   font-size: 16px;
   line-height: 1.5;
   margin: 1rem 0;
   color: var(--grey-clr);
}

.all-content img
{
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 50px 0;
  border-radius: 20px;
}

/**********************/
.projs
{
  margin-top: 50px;
  /*margin-bottom: 2000px;*/
}

.projs .projs-item
{
  display: flex;
  /*align-items: center;*/
  border-radius: 15px;
  background: #f5f7f9;
  margin-bottom: 20px !important;
}

.projs .img-box
{
  width: 50%;
}

.projs .text-box
{
  width: 50%;
}

.projs .proj-img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px 0 0 15px;
}

.projs .text-box
{
  padding: 60px 40px;
}

.projs .proj-text
{
  font-size: 21px;
  line-height: 1.4;
}

.projs .about-order
{
  margin: 40px 0;
  font-size: 27px;
  font-weight: bold;
}

.projs #consult-order
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  height: 50px;
  background: #007A66;
  color: #ffffff;
  font-size: 19px;
  border-radius: 10px;
  text-decoration: none;
}


/***********медиа запросы*************/
@media screen and (max-width: 1000px)
{
  .projs .proj-text,
  .projs .about-order
  {
    font-size: 16px;
  }

  .projs .about-order
  {
    margin: 20px 0;
  }

  .projs #consult-order
  {
    font-size: 16px;
  }

  .projs .text-box
  {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 750px)
{
  .top-ban .main-title
  {
    font-size: 32px;
  }

  .top-ban
  {
    height: 500px;
  }

  .all-content img
  {
    margin: 20px 0;
  }

  .projs .projs-item
  {
    flex-direction: column;
  }

  .projs .img-box, 
  .projs .text-box 
  {
    width: 100%;
  }

  .projs .proj-img
  {
    border-radius: 15px 15px 0 0;
  }

  .projs .img-box
  {
    height: 250px;
  }

  .projs #consult-order
  {
    margin: 0 auto;
  }

  .projs .about-order
  {
    text-align: center;
    margin: 10px 0;
  }

  .projs .text-box
  {
    padding: 20px;
  }
}


