

/* Start:/bitrix/templates/copy/components/rodzeta/gallery.medialib/multiple-round/style.css?1711455498662*/
.rodzeta-gallery-item {
	display: inline;
	padding-right: 5px;
}
.fancybox{
max-height:400px;
text-decoration: none;
}
.multipleCarousel .f-carousel__slide {/*блок карусели для вывода фотогалереи*/
        padding: 40px;
        text-align: center;
		width: 30%;
margin:0px;
      }
.multipleCarousel .f-carousel__slide img{/*блок карусели для вывода фотогалереи*/
max-width:100%;
max-height:300px;
      }

@media (max-width: 770px) {
  .multipleCarousel .f-carousel__slide  {
    width: 100%!important;
  }
}
.f-carousel {
    --f-carousel-theme-color: #316ca6;

    --f-button-color: #316ca6;
}

/* End */


/* Start:/bitrix/templates/copy/components/rodzeta/gallery.medialib/multiple-round1/style.css?1745234027665*/
.rodzeta-gallery-item {
	display: inline;
	padding-right: 5px;
}
.fancybox{
max-height:400px;
text-decoration: none;
}
.multipleCarousel2 .f-carousel__slide {/*блок карусели для вывода фотогалереи*/
        padding: 40px;
        text-align: center;
		width: 30%;
margin:0px;
      }
.multipleCarousel2 .f-carousel__slide img{/*блок карусели для вывода фотогалереи*/
max-width:100%;
max-height:300px;
      }

@media (max-width: 770px) {
  .multipleCarousel2 .f-carousel__slide  {
    width: 100%!important;
  }
}
.f-carousel {
    --f-carousel-theme-color: #316ca6;

    --f-button-color: #316ca6;
}

/* End */


/* Start:/bitrix/templates/copy/components/star/owlcarousel/template3/style.css?17025453378436*/
/**
 * 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: 100%;
  -webkit-tap-highlight-color: transparent;
  /* 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%;
max-width:min-content;
    margin: 0 auto; }
  .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: inherit;
    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; }

/* 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/templates/copy/components/star/owlcarousel/template3/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;
/*transform:rotate(180deg);*/
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
left: -3%;
background-repeat: no-repeat !important;
/*background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000066' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important;*/
/*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23316ca6' viewBox='0 0 488.072 488.072'%3e%3cpath d='M165.568 367.452a9.995 9.995 0 0 1-8.669-5.002c-2.762-4.783-1.123-10.897 3.66-13.66l181.438-104.754-181.438-104.753c-4.783-2.761-6.422-8.878-3.66-13.66 2.762-4.783 8.877-6.42 13.66-3.66l196.438 113.413a9.999 9.999 0 0 1 0 17.32L170.559 366.11a9.95 9.95 0 0 1-4.991 1.342z'/%3e%3c/svg%3e")!important;*/
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' clip-rule='evenodd' image-rendering='optimizeQuality' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' viewBox='0 0 3.14 5.27'%3E%3Cpath fill='none' stroke='%233a70b5' stroke-miterlimit='22.9256' stroke-width='.67' d='M2.75.34.48 2.61 2.8 4.94'/%3E%3C/svg%3E")!important;
}
button.owl-prev:focus, button.owl-next:focus{
outline:none;
}

.owl-next{
position: absolute;
background-repeat: no-repeat !important;
transform:rotate(180deg);
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
right: -3%;
/*background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000066' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;*/
/*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23316ca6' viewBox='0 0 488.072 488.072'%3e%3cpath d='M165.568 367.452a9.995 9.995 0 0 1-8.669-5.002c-2.762-4.783-1.123-10.897 3.66-13.66l181.438-104.754-181.438-104.753c-4.783-2.761-6.422-8.878-3.66-13.66 2.762-4.783 8.877-6.42 13.66-3.66l196.438 113.413a9.999 9.999 0 0 1 0 17.32L170.559 366.11a9.95 9.95 0 0 1-4.991 1.342z'/%3e%3c/svg%3e")!important;*/
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' clip-rule='evenodd' image-rendering='optimizeQuality' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' viewBox='0 0 3.14 5.27'%3E%3Cpath fill='none' stroke='%233a70b5' stroke-miterlimit='22.9256' stroke-width='.67' d='M2.75.34.48 2.61 2.8 4.94'/%3E%3C/svg%3E")!important;
}
.owl-dot.active:focus{
outline:none;}

/* End */


/* Start:/bitrix/templates/copy/components/rodzeta/gallery.medialib/multiple-round2/style.css?1751023564665*/
.rodzeta-gallery-item {
	display: inline;
	padding-right: 5px;
}
.fancybox{
max-height:400px;
text-decoration: none;
}
.multipleCarousel3 .f-carousel__slide {/*блок карусели для вывода фотогалереи*/
        padding: 40px;
        text-align: center;
		width: 30%;
margin:0px;
      }
.multipleCarousel3 .f-carousel__slide img{/*блок карусели для вывода фотогалереи*/
max-width:100%;
max-height:300px;
      }

@media (max-width: 770px) {
  .multipleCarousel3 .f-carousel__slide  {
    width: 100%!important;
  }
}
.f-carousel {
    --f-carousel-theme-color: #316ca6;

    --f-button-color: #316ca6;
}

/* End */


/* Start:/bitrix/templates/copy/components/bitrix/news.list/picture_list_right/style.css?17452322194115*/
.news-small{
    border-color: transparent;
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 19%);
    padding: 10px;
margin-bottom: 10px;
border-radius: 25px;
}
.news-big{
    border-color: transparent;
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 19%);
    margin-bottom: 10px;
border-radius: 25px;
padding-top: 10px;
}
.news-list {background-color:#00066;
max-width: 100%;
 }

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
background-color:#000066;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_right/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
text-decoration: none;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_right/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_right/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_right/images/tag.svg); }

.news-list-icon-user { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_right/images/user.svg); }

.news-list-icon-comments { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_right/images/comments.svg); }
/* End */


/* Start:/bitrix/templates/copy/components/bitrix/news.list/picture_list_left/style.css?16812019134031*/
.news-small{
    border-color: transparent;
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 19%);
    padding: 10px;
margin-bottom: 10px;
}
.news-big{
    border-color: transparent;
    box-shadow: 0 7px 15px 0 rgb(0 0 0 / 19%);
    margin-bottom: 10px;
}
.news-list {background-color:#00066; 
max-width: 100%;
}

.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
background-color:#000066;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_left/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 600 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_left/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_left/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_left/images/tag.svg); }

.news-list-icon-user { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_left/images/user.svg); }

.news-list-icon-comments { background-image: url(/bitrix/templates/copy/components/bitrix/news.list/picture_list_left/images/comments.svg); }
/* End */
/* /bitrix/templates/copy/components/rodzeta/gallery.medialib/multiple-round/style.css?1711455498662 */
/* /bitrix/templates/copy/components/rodzeta/gallery.medialib/multiple-round1/style.css?1745234027665 */
/* /bitrix/templates/copy/components/star/owlcarousel/template3/style.css?17025453378436 */
/* /bitrix/templates/copy/components/rodzeta/gallery.medialib/multiple-round2/style.css?1751023564665 */
/* /bitrix/templates/copy/components/bitrix/news.list/picture_list_right/style.css?17452322194115 */
/* /bitrix/templates/copy/components/bitrix/news.list/picture_list_left/style.css?16812019134031 */
