

/* Start:/local/templates/novatech/components/bitrix/news.list/advantages-new/advantage-group_new.css?17522282954261*/
.advantage-group_new {
    display: block;
    overflow: hidden;
  }

  .advantage-group__list_new {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

    .advantage-group__list_new {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -13px;
    }

  .advantage-group__item_new {
    display: block;
    margin: 0 0 24px;
    padding: 0;
  }

    .advantage-group__item_new {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 auto;
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 13px;
    }

  @media only screen and (min-width: 1025px) {
      .advantage-group__item_new:nth-child(1),
      .advantage-group__item_new:nth-child(4),
      .advantage-group__item_new:nth-child(5),
      .advantage-group__item_new:nth-child(8) {
          width: 60%;
      }
      .advantage-group__item_new:nth-child(2),
      .advantage-group__item_new:nth-child(3),
      .advantage-group__item_new:nth-child(6),
      .advantage-group__item_new:nth-child(7) {
          width: 40%;
      }
  }
  .advantage-group__item_new:last-child {
    margin: 0;
  }
  .advantage-group__panel_new {
    height: 100%;
  }
  .advantage-panel_new {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

    .advantage-panel_new {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: left;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      min-height: 150px;
      padding: 10px 24px 11px;
      text-align: center;
      background-repeat: no-repeat;
        border-style: groove;
        border-color: #009fdc;
        border-width: 1px;
        height: 150px;
        border-radius: 20px;
    }

  .advantage-panel__illustration_new {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin: 0 16px 0 0;
  }

    .advantage-panel__illustration_new {
      margin: 0 0 center;
    }

  .advantage-panel__illustration_new:last-child {
    margin: 0;
  }
  .advantage-panel__image_new {
    display: block;
    width: 50px;
    height: 140px;
    margin: 0;
    padding: 0;
  }

    .advantage-panel__image_new {
      width: auto;
      max-width: 100%;
      max-height: 150px;
    }

  .advantage-panel__content_new {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }


    .advantage-panel__content_new {
        flex: 1;
        text-align: left;
    }

  .advantage-panel__title_new {
    display: flex;
    margin:0 0 center;
  }

  .advantage-panel__title:last-child_new {
    margin-bottom: 0;
  }

  .advantage-panel__text_new {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.429;
  }
    .advantage-panel__text_new {
      font-size: 16px;
      line-height: 1.5;
    }

  .advantage-panel__text:last-child_new {
    margin-bottom: 0;
  }

 @media only screen and (max-width: 768px) {
      .advantage-panel_new {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: left;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          min-height: 50px;
          padding: 10px 2px 11px;
          border-style: groove;
          border-color: #009fdc;
          border-width: 1px;
          height: 100px;
          border-radius: 20px;
      }
 .advantage-panel__image_new {
    display: block;
    width: 7rem;
    height: auto;
    margin: 0;
    padding: 0;
  }

.advantage-panel__illustration_new {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin: 0px 0px 0px -20px;

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


/* 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:/bitrix/components/star/owlcarousel/templates/.default/style.css?17522282917295*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 90%;
  -webkit-tap-highlight-color: transparent;
  left:5%;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-font-smoothing: antialiased; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: white;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-carousel .owl-item img:hover{
	border:1px solid rgb(18 193 238 / 10%);
	box-shadow:  2px 10px 10px 0px rgb(18 193 238 / 20%);
	 transition: box-shadow .3s linear;
	cursor:pointer;
}  


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

	 .owl-carousel {
        display:block;
		position:absolute; 
	 }
	.owl-carousel .owl-item {
		display:inline-block;
		width:100%;
	}
 .owl-carousel .owl-item img{
	 display:block;
	 padding-left:0px;
	 max-width:350px;
     margin: 0px auto;	
-webkit-font-smoothing: antialiased;
}
	.owl-item{
		margin-right:0px!important;
	}
}
}




/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/components/star/owlcarousel/templates/.default/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */


.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.owl-prev{
  position: absolute;
top: 50%;
/*margin-top: -16px;*/
outline: 0;
width: 32px;
height: 32px;
/*text-indent: -9999px;*/
z-index: 9999;
left: -35px;
opacity:30%;
background: url(/bitrix/components/star/owlcarousel/templates/.default/images/controls.png) 0 -32px no-repeat !important;
}

.owl-next{
  position: absolute;
top: 50%;
/*margin-top: -16px;*/
outline: 0;
width: 32px;
height: 32px;
/*text-indent: -9999px;*/
z-index: 9999;
background: url(/bitrix/components/star/owlcarousel/templates/.default/images/controls.png) -43px -32px no-repeat !important;
right: -35px;
opacity:30%;
}

@media only screen and (max-width: 1024px) {
	.owl-prev{
		background: url(/bitrix/components/star/owlcarousel/templates/.default/images/controls.png) -75px 20px no-repeat !important;
		transform: scaleX(-1); 
display:flex;
opacity:20%;
		justify-content:center;
		align-content:center;
left:-10px;
		top:30%;
		bottom:50%;
}

.owl-next{
display:flex;
background: url(/bitrix/components/star/owlcarousel/templates/.default/images/controls.png) -75px 20px no-repeat !important;
opacity:20%;
	justify-content:center;
		align-content:center;
	right:-10px;
	top:30%;
	bottom:50%;
}
}


/* End */
/* /local/templates/novatech/components/bitrix/news.list/advantages-new/advantage-group_new.css?17522282954261 */
/* /local/templates/novatech/components/bitrix/news.list/parallax-section-new/parallax-illustration_new.css?1752228295758 */
/* /local/templates/novatech/components/bitrix/news.list/about-section-new/properties__list_new.css?17522282951284 */
/* /bitrix/components/star/owlcarousel/templates/.default/style.css?17522282917295 */
