

/* Start:/local/templates/rascvetay-ctweb/components/bitrix/news/news-detail-new_2/bitrix/news.detail/.default/style.css?17369204282610*/
.this_img
{
  display: block;
  height: 200px;
}

.this_img img
{
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
}
.news_block .descr {
  margin: 0;
  max-height: 59px;
  line-height: 1.3;
  overflow: hidden;
}
.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;
	}
}

/* End */
/* /local/templates/rascvetay-ctweb/components/bitrix/news/news-detail-new_2/bitrix/news.detail/.default/style.css?17369204282610 */
