

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16037231762530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/bitrix/templates/sch2/components/bitrix/news.list/announcement/style.css?16961950303674*/
.index-news {
	width: 100%;
	max-width: 360px;
	background:rgb(81 148 142 / 72%);
	background-size: 60%;
	color:#435f6a;
	font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
	overflow: hidden;
	position: relative;
	min-height: 160px;
}
.index-news h3 {

}

.index-news-text{
	position: absolute;
	opacity: 0;
}
.news-item-body {
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.news-item-body.center{
	background-position: center center;
}
.index-news a{
	width: 100%;
}




@media (min-width:1400px) {
	.index-news {
		min-height: 210px;
	}
}
.index-news-name-date{
	background: #fff;
	padding: 5px;
	width: 100%;
	font-size: 13px;
	color:#435f6a;
	font-weight: bold;
}


.index-news-list .card{
	width: 100%;
	box-shadow: 1px 5px 3px rgba(0,0,0,.03);
	min-height:160px;
	border:none;
}
.index-news-list .card-body{
	position: relative;
	background-color:#ebf5f4;
/*	background-color:#a4c7c3;*/
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125);
	padding-top: 5px;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	overflow: hidden;
}
.index-news-list a {
	/*color:#212529;*/
	color:#295651;
}
.index-news-list a:hover {
	color:#435f6a;
}
.index-news-list .card-date{
	padding-bottom: 10px;
	font-weight: bold;
	font-size: .8rem;
	opacity: 1;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.index-news-list .card-date div{
	display: inline-block;
}
.index-news-list .card-date .date-line{
	width:2px;
	height: 13px;
	margin:0 2px;
	margin-bottom: -2px;
	background-color: #d94d3c;

}
.index-news-list .card-date .date-month{
	font-size: 1rem;
}
.index-news-list .card-date .date-year{
	font-size: .6rem;
}
.index-news-list .card-date .date-day{
    color: #929292;
    padding-right: 2px;
}
.index-news-list .card-title{
	font-size: 1rem;
	opacity: 1;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.index-news-list .card-text{
	opacity: 0;
	top:3px;
	left: 10px;
    right: 5px;
	position: absolute;
	transition: opacity 10ms ease-out;
}

.index-news-list a.vision:hover {
	background-color: rgb(40 73 85 / 75%);
		-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.index-news-list a.vision:hover .card-date,
.index-news-list a.vision:hover .card-title{
	opacity: 0;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.index-news-list a.vision:hover .card-text{
	opacity: 1;
	color:#fff;
	padding-top:10px;
	font-size: .9rem;
	z-index: 10;
	transition: opacity .6s ease-in;
}

.index-announcement-list .card{
	width: 100%;
	box-shadow: 1px 5px 3px rgba(0,0,0,.03);
	min-height:160px;
	border:none;
}
.index-announcement-list .card-body{
	position: relative;
/*	background-color:#fff1e3;*/
	background-color:#fff1e3;
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125);
	padding-top: 5px;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	overflow: hidden;
}
.index-announcement-list a.vision:hover {
	/*background-color: rgb(40 73 85 / 75%);*/
	background-color: rgb(154 102 51 / 80%);
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.index-announcement-list .card-title{
	color:#9a5006;
}
/* End */


/* Start:/bitrix/templates/sch2/components/bitrix/news.list/news/style.css?16961950315057*/

.news {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 2px 30px rgba(50,56,87,.06);
    border: 0
}

.news__button svg {
    margin-right: 5px
}

.news__name {
    line-height: 18px
}

.news__image {
    overflow: hidden;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.news__image picture {
    width: 100%;
    height: 100%;
    display: flex
}

.news__image img {
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
   object-position: center 25%;
}

.news__date {
    position: absolute;
    padding-top: 10px;
    text-align: center;
    top: 0;
    right: 0;
    height: 80px;
    width: 80px;
    font-weight: bold;
    background: rgba(34,63,87,.9);
    border-bottom-left-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    -moz-border-radius-bottomleft: 100%;
    border-bottom-left-radius: 100%;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.news__date.next {
    background: rgba(248,188,29,.9);
    padding-top: 20px
}

.news__date span {
    color: #fff;
    padding-left: 18px;
    display: block
}

.another-news {
    font-size: 20px
}

.news-detail__header {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    max-height: 250px;
    overflow: hidden;
    position: relative
}

.news-detail__picture {
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    object-position: top center
}

.news-detail__share {
    position: absolute;
    padding: 10px 20px 10px 40px;
    top: 0;
    right: 0;
    font-weight: bold;
    background: rgba(34,63,87,.9);
    border-radius: 0px 0px 0px 60px
}

.news-detail__time {
    position: absolute;
    padding-top: 10px;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    font-weight: bold;
    background: rgba(34,63,87,.9);
    border-bottom-right-radius: 100%;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 100%;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 100%;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 100%
}

.news-detail__time span {
    color: #fff;
    padding-right: 10px;
    display: block;
    text-align: center
}

@media(max-width: 576px) {
    .news-detail__time {
        height:60px;
        width: 60px
    }

    .news-detail__time span {
        color: #fff;
        padding-right: 8px;
        display: block;
        text-align: center;
        font-size: 13px
    }
}

@media(min-width: 768px) {
    .news__image {
        height:130px
    }

    .news-detail__header {
        max-height: 350px
    }
}

@media(min-width: 992px) {
    .news__image {
        height:186px
    }

    .news-detail__header {
        max-height: 450px
    }
}

@media(min-width: 1400px) {
    .news-detail__header {
        max-height:530px
    }
}
.aspect-video {
    aspect-ratio: 16/9;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}


.btn-ts {
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topright: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
    height: 36px;
    padding: 7px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

.btn-ts.small {
    font-size: 10px;
    font-weight: 500;
    padding: 10px 15px
}

.btn-ts.white {
    background: #fff;
    color: #294761;
    border: 1px solid rgba(0,0,0,0)
}

.btn-ts.white:hover {
    background: #294761;
    color: #fff;
    border: 1px solid #fff
}

.btn-ts.white:hover a {
    color: #fff
}

.btn-ts.white a {
    color: #294761
}

.btn-ts.dark {
    background: #294761;
    color: #fff;
    border: 1px solid rgba(0,0,0,0)
}

.btn-ts.dark:hover {
    background: #fff;
    color: #294761;
    border: 1px solid #294761
}

.btn-ts.dark:hover a {
    color: #294761
}

.btn-ts.dark a {
    color: #fff
}

.btn-ts.outline {
    border: 1px solid #fff
}

.btn-ts.outline-dark {
    border: 1px solid #294761
}

.info-bg {
    background: #fbfdff
}

.dark-bg {
    background: #294761
}

.darkness-bg {
    background: #223f57
}
/* End */


/* Start:/bitrix/templates/sch2/components/bitrix/menu/dop-odod/style.css?1604500936434*/
.odod-dop-menu-container{
  /*  background-color: rgba(255,255,255,0.8);*/	
    background-color: rgb(18 54 68 / 85%);
	min-width: 180px;
	padding: 15px 10px;
	padding-right: 25px;
	    max-width: 55%;
}
.odop-menu-item{
	margin:3px 0;
	padding: 5px 0;
	border-bottom: 1px dashed #fff;

}
.odop-menu-item:last-child{
	border-bottom: none;
}
.odop-menu-item a{
	color:#fff;
	font-size: 130%;
}
.odop-menu-item a:hover{
color:#f9e3c7;
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16037231762530 */
/* /bitrix/templates/sch2/components/bitrix/news.list/announcement/style.css?16961950303674 */
/* /bitrix/templates/sch2/components/bitrix/news.list/news/style.css?16961950315057 */
/* /bitrix/templates/sch2/components/bitrix/menu/dop-odod/style.css?1604500936434 */
