

/* Start:/local/templates/onyx2019/components/bitrix/system.pagenavigation/.default/style.css?17546383722917*/
.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: #153953;
	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;
}

/*color schemes*/
.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: #153953;
	color: #fff;
}

/* End */


/* Start:/local/templates/onyx2019/components/bitrix/news/departments/bitrix/news.list/.default/style.css?17546383726179*/
.team-person {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    color: #153953;
}
.team-person__item.__img, .team-person__item.__video {
    height: 400px;
}
.team-person__item.__video {
    /*padding-right: 4px;*/
}
.__video .yt-video-wrap {
    padding-bottom: 0;
    padding-top: 0;
    height: 400px;
}
.__video .yt-video-wrap iframe {
    border: unset;
}
.team-person__item.__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-person__item.__text {
    padding-top: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 30px;
}
.team-person__text-title {
    font-size: 30px;
    font-weight: bold;
    color: #153953;
    margin-bottom: 45px;
}
.team-person__item.__text a {
    display: block;
    margin-top: 40px;
}
.team-person__item.__text.right {
    padding-left: 40px;
    padding-bottom: 10px;
}
.team-person__item.__text ul {
    margin-left: 40px;
}
.team-person__item.__text li {
    padding-left: 15px;
}
.team-person__item.__text li::marker {
    color: #3FA1EC;
    padding-left: 10px;
}
.team-departments {
    margin-top: 30px;
    margin-bottom: 25px;
    /*border-top: 1px solid #d8dadc;*/
    background-color: #e9e9e9;
    padding: 30px 40px 60px 40px;
}
.team-departments__title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #153953;
}
.team-departments__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
}
.team-departments__item {
    padding: 25px 41px 25px 41px;
    background-color: #FFFFFF;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    text-decoration: unset;
    height: 200px;
    align-items: center;
}
.team-departments__item-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.team-departments__item-header .icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
}
.team-departments__item-header .icon.hidden {
    display: none;
}
.team-departments__item:hover .team-departments__item-header .icon {
    display: none;
}
.team-departments__item:hover .team-departments__item-header .icon.hidden {
    display: block;
}
.team-departments__item-header .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.team-departments__item .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #153953;
    text-decoration: none;
}
.team-departments__item-text {
    font-size: 16px;
    line-height: 30px;
}
.team-departments__item-link span {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px; 
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    flex: 1;
}
.peoples {
    margin-top: 70px;
}
.employees {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #153953;
    border-top: 1px solid #d8dadc;
}
.employees__title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
}
.employees__subtitle {
    text-align: center;
    margin-bottom: 70px;
    font-size: 20px;
}
.employees__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px;
}
.employees__item {
    height: max-content;
    background-color: #fcfcfc;
}
.employees__item-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 350px;
    width: 100%;
    background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 70%, rgba(241,241,242,1) 100%);
}
.inner-content .employees__item-img img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.employees__item-content {
    text-align: center;
    padding: 35px 30px 30px 30px;
    line-height: 30px;
}
.employees__item-content a.name {
    font-size: 20px;
    font-weight: bold;
    color: #153953;
    text-decoration: none;
}
.employees__item-content a.name:hover {
    color: #153953;
    text-decoration: none;
}
.employees__item-content a {
    color: #0a89e5;
}
.position_text {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
}
.media-container {
    margin-top: 30px;
    padding: 30px 30px 0px 30px;
    background-color: #e9e9e9;
}
@media (max-width: 540px) {
    .team-person {
        display: flex;
        flex-flow: column;
        gap: 45px;
    }
    .team-person__item.__text {
        order: 1;
        padding: 0
    }
    .team-person__item.__img {
        order: 0;
    }
    .team-person__item.__video {
        order: 2;
    }
    .team-person__item.__text.right {
        order: 3;
        padding: 0;
        margin-top: 30px;
    }
    .team-person__item.__img, .team-person__item.__video {
        height: 230px;
    }
    .team-person__text-title {
        margin-bottom: 25px;
    }
    .team-person__item.__text ul {
        margin-left: 20px;
    }
    .team-person__item.__text li {
        padding-left: 5px;
    }
    .team-departments.inner-content {
        margin-top: 60px;
    }
    .team-departments__title {
        margin-bottom: 35px;
    }
    .team-departments__items {
        display: flex;
        flex-flow: column;
        gap: 15px;
    }
    .team-departments__item {
        padding: 20px 30px 40px 20px;
    }
    .team-departments {
        margin-top: 40px;
    }
    .team-departments__title {
        margin-top: 40px;
        margin-bottom: 35px;
        font-size: 24px;
    }
    .employees {
        margin-top: 40px;
    }
    .employees__title {
        margin-top: 40px;
        margin-bottom: 35px;
        font-size: 24px;
    }
    .employees__items {
        display: flex;
        flex-flow: column;
        gap: 15px;
    }
    .employees__item {
        height: 430px;
    }
    .employees__item-img {
        height: 280px;
    }
    .employees__item-content {
        padding-top: 30px;
    }
}








.team-person__item.__video .video-container {
    min-height: 400px;
}

.team-person__item.__img.__img0{
    height: 475px;
}

@media(max-width: 768px){
    .team-person__item.__img.__img0{
        height: auto;
    }

}
/* End */


/* Start:/local/templates/onyx2019/components/bitrix/news.list/media-photo-masonry2/style.css?1754638372526*/
.grid-item {
	width: 300px;
	margin-bottom: 10px;
}

.fancybox-overlay{
	background: rgba(0,0,0,0.6) !important;
}

.fancybox-nav.fancybox-next span{
	background: url(/local/templates/onyx2019/img/arrow-r.png) 0 0 no-repeat transparent;
}

.fancybox-nav.fancybox-prev span{
	background: url(/local/templates/onyx2019/img/arrow-l.png) 0 0 no-repeat transparent;
}

.fancybox-title-float-wrap .child{
	white-space: pre-wrap !important;
    max-width: 768px
}

.grid{
	display: flex;
	overflow: hidden;
}
/* End */
/* /local/templates/onyx2019/components/bitrix/system.pagenavigation/.default/style.css?17546383722917 */
/* /local/templates/onyx2019/components/bitrix/news/departments/bitrix/news.list/.default/style.css?17546383726179 */
/* /local/templates/onyx2019/components/bitrix/news.list/media-photo-masonry2/style.css?1754638372526 */
