

/* 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 */


/* Start:/local/templates/novatech/components/bitrix/news.list/parallax-section-new/parallax-illustration_new.css?1752228295758*/
.section__parallax-illustration_new {
    position: relative;
    display: block;
    overflow: hidden;
    /*max-width: 1440px;*/
    margin: 0 auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
      opacity: 80%;
      height: 500px;
  }
  @media (max-width: 480px) {
      .section__parallax-illustration_new {
          background-attachment: scroll;
          background-repeat: no-repeat;
          background-position:center;
          background-size: cover;
          margin-bottom: 50px;
          margin-top: 0px;
      }
  }
  
  .section__parallax-illustration_new .section__image {
    opacity: 0;
  }
/* End */
/* /local/templates/novatech/components/bitrix/news.list/about-section-new/properties__list_new.css?17522282951284 */
/* /local/templates/novatech/components/bitrix/news.list/parallax-section-new/parallax-illustration_new.css?1752228295758 */
