

/* Start:/local/templates/novatech/components/bitrix/main.userconsent.request/main/user_consent.css?17522282954354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */


/* 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/main.userconsent.request/main/user_consent.css?17522282954354 */
/* /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 */
