

/* Start:/local/templates/talent_new/components/bitrix/breadcrumb/.default/style.css?1675914971747*/
.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    white-space: normal;
    margin-left: 7px;
    font-weight: 500;
}

.bx-breadcrumb .bx-breadcrumb-item i {
    color: grey;
}

.bx-breadcrumb .bx-breadcrumb-item a span {
    margin-left: 7px;
    white-space: normal;
    color: #1ba4e1;
    font-size: 16px;
}

.bx-breadcrumb {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
}

.bx-breadcrumb .bx-breadcrumb-item.notlink {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item.notlink span {
    font-size: 16px;
    color: #9f9f9f;
}
/* End */


/* Start:/local/templates/talent_new/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16759149721055*/
.detail-wrapper {

    background-size: cover;
}

.detail-wrapper .bgg {
    padding: 120px 50px;
    background: rgba(0, 0, 0, 0.54);
}

.detail-wrapper h1 {
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.17;
    text-align: center;
    text-shadow: 1px 1px 2px #000, 0 0 1em #000;
}

@media (max-width: 767px) {
    .detail-wrapper h1 {
        font-weight: 600;
        color: #ffffff;
        font-size: 28px;
    }
}

.detail-wrapper .date {
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.17;
    text-align: center;
    text-shadow: 1px 1px 2px #000, 0 0 1em #000;
}

.author {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.author img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 16px;
    border: 1px solid #c9c9c9;
}

.author .name {
    font-size: 24px;
    line-height: 24px;
    color: #0087cd !important;
    font-weight: 500;
    margin-bottom: 5px;
}

.author .info {
    font-size: 14px;
}
/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?16759149183267*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16759149222917*/
.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;
}

/*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: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/talent_new/components/bitrix/news/blog/bitrix/news.list/detail/style.css?16759149722610*/
.blog-item{
	background: #fff;
	border-radius: 8px;
	margin-bottom: 23px;
	padding-bottom: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog-item img{
	border-radius: 4px;
	width: calc(100% - 16px);
	position: relative;
	margin-left: 8px;
	margin-top: 8px;
	height: 250px;
	object-fit: cover;
}
.blog-item .name{
	margin-top: 16px;
	margin-left: 0;
	margin-right: 0;
	padding: 0 21px 0 24px;
	display: inline-block;
	font-size: 24px;
	line-height: 1.34;
	transition: .3s;
}
.blog-item .name:hover{
	color: #0087cd !important;
}
.blog-item .date{
	/*margin-top: 16px;*/
	padding: 0 21px 0 24px;
	color: #92999d;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 300;
}
.articles-filter{
	justify-content: center;
	padding-top: 30px;
	margin-bottom: 40px;
}
.articles-filter a{
	padding: 10px 30px;
	border-radius: 100px;
	border: 1px solid #bdc9d5;
	color: #bdc9d5 !important;
	transition: .3s;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	display: block;
}
.articles-filter a.active, .articles-filter a:hover{
	border: 1px solid #bdc9d5;
	background-color: #bdc9d5;
	color: #ffffff !important;

}
.article-slide{
	padding: 120px 50px;
	background: #000000a8;
}
.article-slide .name{
	font-weight: 600;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.17;
	text-align: center;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000;
}
.article-slide .text{
	font-weight: 500;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.17;
	text-align: center;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000;
	margin-top: 30px;
}
.article-slide .detail-link{
	color: #fff !important;
	padding: 18px;
	border: 2px solid #fff;
	border-radius: 28px;
	height: 56px;
	width: 216px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.article-slide .detail-link:hover{
	color: #000 !important;
	background-color: #ffffff;
}
.articles .swiper-button-next, .articles .swiper-button-prev{
	color: white !important;
}
.articles{
	margin-bottom: 40px;
}
.articles .swiper-slide{
	background-size: cover;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1ba4e1 !important;
}
@media(max-width: 767px){
	.article-slide {
		padding: 120px 30px;
	}
	.article-slide .name {
		font-size: 28px;
	}
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background: white;
	opacity: .7;
}
.bx-pagination .bx-pagination-container ul li:not(.bx-active) span {
 	background: #ffffff;
	line-height: 28px;
	border: 2px solid #eff0f1;
}

/* End */
/* /local/templates/talent_new/components/bitrix/breadcrumb/.default/style.css?1675914971747 */
/* /local/templates/talent_new/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16759149721055 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?16759149183267 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16759149222917 */
/* /local/templates/talent_new/components/bitrix/news/blog/bitrix/news.list/detail/style.css?16759149722610 */
