

/* Start:/local/templates/novatech/components/bitrix/news.list/about-section-new/properties__list_new.css?17522282951284*/

.properties__list_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
   .properties__label_new {
    font-size: 50px;
		font-weight: 200;
transition: transform 1s ease-in-out;}

  @media only screen and (min-width: 768px) {
    .properties__list_new {
      padding: 11px 0;
      gap: 25px;
        margin-top: 50px;
    }
    .properties__item_new {
      padding: 22px 25px;
      background-repeat: no-repeat;
      background-position: 0 0, 100% 0, 0 0, 0 100%;
      background-size: 1px 95%, 1px 95%, 95% 1px, 95% 1px;
        border-radius: 20px;
		border: 1px solid #009fdc;
      text-align: center;
}
   .properties__label_new:hover{
		transform: scale(1.5);
  transition: transform 0.8s ease-in-out;
		   color:#009fdc;
	   }
    }

  @media only screen and (min-width: 1025px) {
    .properties__list_new {
      grid-template-columns: repeat(4, 1fr);
    }

  }
@media only screen and (max-width: 767px) {

    .properties__item_new {
		text-align: center;
 border-radius: 20px;
		border: 1px solid #009fdc;
      text-align: center;
padding:5px;
}

.properties__text_new{
font-size:16px;
	line-height:1.25;
	
}

 .properties__label_new {
    font-size: 30px;
		font-weight: 200;}

.properties__list_new {
		gap: 10px 10px;}
}


/* End */
/* /local/templates/novatech/components/bitrix/news.list/about-section-new/properties__list_new.css?17522282951284 */
