

/* Start:/local/templates/centrconsult-new/components/bitrix/news.detail/design_plus/style.css?16921085014905*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.desktop__block {
	display: none!important;
}
.visible-sm, .visible-xs{
	display:none!important;
}

.well {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #f7f8fa;
	border-bottom: 3px solid #71a800;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.news-detail{font-family: 'PT Sans Narrow',Helvetica,Arial,sans-serif;}
.news-detail h1,.news-detail h2{
	font-size: 26px;
	font-weight: normal;
}

.table.table-hover{

}
.first-slide.service-page .first-slide-blur {
     background-size: cover!important;
     position: absolute;
}

@media only screen and (max-width: 768px) {
	.visible-sm.visible-xs{
		display:block;
	}
	.visible-lg, .visible-md{
		display: none;
	}
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
	font-size: 15px;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

.license_review_item_link{
	display: block;
	margin-top: 15px;
	color: #71a800;
	position: absolute;
	bottom: 15px;
	right: 65px;
}

.w-60{
	width:60%;
}

.youtube_video_review {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_video_review .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	background: #333;
	border-radius: 26px;
	transition: 0.3s;
}

.youtube_video_review .play-button:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.youtube_video_review .play-button:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 71px;
	height: 71px;
	background: url(/local/templates/centrconsult-new/assets/images/sprite.png) no-repeat;
	transition: 0.3s;
}

.youtube_video_review iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
.license-img.new-margin {
	margin-left: 140px;
}


/*лицензии слайдер*/
.licenzii-block{
	margin: 0px 0px 48px 0px;
}
.licenzii-slider{
	position: relative;
	padding: 0px 40px;
}
.licenzii-slider .item a{
	border: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: unset;
}
.licenzii-slider .item{
	margin: 20px 10px 20px 10px;
	position: relative;
}
.licenzii-slider .item img{
	width: 100%;
	height: 100%;
}

.licenzii-slider .slider-nav.--next{
	position: absolute;
	top: calc(50% - 13px);
	right: 0;
}
.licenzii-slider .slider-nav.--prev{
	position: absolute;
	top: calc(50% - 13px);
	left: 0;
}
.form-group.mb-0.mt-4{
	max-width: 320px;
}
/*====	*/
@media (max-width: 1700px){
	.license-img.new-margin {
		margin-left: 100px;
	}
}
@media (max-width: 1500px){
	.license-img.new-margin {
		margin-left: 70px;
	}
}
@media (max-width: 991px){
	.license-img.new-margin {
		margin-left: 10px;
	}
}
@media (max-width: 700px){
	.license-img.new-margin {
		margin-left: 0;
	}
}


div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/*----------------*/
.news-list.team .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list.team .title{
	font-weight: 900;
}

.news-list.team .item .name{
	text-transform: uppercase;
	font-weight: bold;
}
.news-list.team .item .sub-name{
	font-size: 13px;
}

.news-list.team .item .wrap{
	position: relative;
}

.news-list.team .item .wrap{
	position: relative;
}

.news-list.team .item .wrap .info{

	text-align: center;
	position: absolute;
	top: calc(45% - 60px);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition:all 0.2s;
	margin: 0px 10px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.img-wrap{

}
.news-list.team .item .img-wrap{
	background: #247238;
}

.news-list.team .item:hover .wrap .info{
	visibility: visible;
	opacity: 1;
	cursor: default;
	color: #fff;
}

.news-list.team .item .wrap .image{
	opacity: 1;
	transition: all 0.4s;
}

.news-list.team .item.show_bg:hover .wrap .image{
	opacity: 0.1;
}

@media (max-width: 1199px) {
	.news-list.team .item .wrap .info{
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	.news-list.team .item .wrap .info{
		font-size: 9px;
	}
}
@media (max-width: 767px) {
	.news-list.team .item .wrap .info{
		font-size: 18px;
	}
}


.services-detail-team{
	margin-bottom: 100px;
}
@media (max-width: 420px) {

.mobile__block {
	display: none!important;
}
}
/* End */


/* Start:/local/templates/centrconsult-new/components/bitrix/breadcrumb/blog/style.css?16883309361223*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top:15px;
}

.bx-breadcrumb-item {
	white-space: nowrap;
	margin-right: 10px;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 15px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	transition: 250ms linear all;
	color: #71a800;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}

.bx-breadcrumb-item-text:hover {
	color: #3e5c00;
	text-decoration: underline;
}

.bx-breadcrumb-item-text-last{
	vertical-align: top;
	white-space: normal;
	font-family: pt sans,Helvetica,Arial,sans-serif;
	font-size: 15px;
	transition: 250ms linear all;
	color: #777;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}

.bx-bc-dlmtr:before{
	/*content: "";
	padding: 0 0px;
	color: #ccc;*/
}
/* End */


/* Start:/local/templates/centrconsult-new/components/arturgolubev/yandex.share/.default/style.css?16317946762458*/
.ar_al_left {text-align:left;}
.ar_al_center {text-align:center;}
.ar_al_right {text-align:right;}
.ya-share-text-wrap {display: inline-block; vertical-align: middle;}
.ya-share-wrap {display: inline-block; vertical-align: middle;}

html .ya-share2__list_direction_horizontal > .ya-share2__item {margin-bottom: 5px;}



.yandex-share-panel.ar_al_right{
    position: fixed;
    right: -110px;
    top: 30%;
}


.ya-share2__list.ya-share2__list_direction_horizontal{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon{
    height: 32px!important;
    width: 32px!important;
    background-size: 32px 32px!important;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title{
    display: inline-block!important;
    width: 100px;
    text-align: center;
}


.koala-mod.yandex-share-panel .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin-right: 0!important;
    padding-left: 0px;
    margin-left: 0;
    transition: .2s;
}

.koala-mod.yandex-share-panel .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:hover{
    margin-left: -110px;
}


.ya-share2__container_size_m .ya-share2__title{
    color: #fff;
    line-height: 30px!important;
}

.ya-share2__link{
    padding: 3px 2px;
}

.ya-share2__item_service_vkontakte .ya-share2__link{
    background: #4680c2;
    border-radius: 5px 0 0 5px;
}

.ya-share2__item_service_facebook .ya-share2__link{
    background: #3b5998;
    border-radius: 5px 0 0 5px;
}

.ya-share2__item_service_odnoklassniki .ya-share2__link{
    background: #eb722e;
    border-radius: 5px 0 0 5px;
}

.ya-share2__item_service_twitter .ya-share2__link{
    background: #00aced;
    border-radius: 5px 0 0 5px;
}

.ya-share2__item_service_whatsapp .ya-share2__link{
    background: #65bc54;
    border-radius: 5px 0 0 5px;
}

.ya-share2__item_service_telegram .ya-share2__link{
    background: #64a9dc;
    border-radius: 5px 0 0 5px;
}

.ya-share2__item_service_messenger .ya-share2__link{
    background: #03cece;
    border-radius: 5px 0 0 5px;
}



@media screen and (max-width: 768px){
    .yandex-share-panel.ar_al_right{
        position: fixed;
        right: -110px;
        bottom: 50px;
        top: unset;
    }
}
/* End */
/* /local/templates/centrconsult-new/components/bitrix/news.detail/design_plus/style.css?16921085014905 */
/* /local/templates/centrconsult-new/components/bitrix/breadcrumb/blog/style.css?16883309361223 */
/* /local/templates/centrconsult-new/components/arturgolubev/yandex.share/.default/style.css?16317946762458 */
