

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894*/
.bx-breadcrumb {
	position: relative;
	top: -20px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	color:  rgba(55, 71, 79, 0.5);
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: 1px solid  rgba(55, 71, 79, 0.3);}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #0073ae;
}

.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item span {
	color: #fff;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: 1px solid transparent;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news.list/press-center/style.css?17774677203269*/

.products__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: calc(100% - 1.75rem);
	margin-bottom: 2rem;
	position: relative;
	display: block;
	min-height: 330px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 4px;
	border-bottom: none !important;
}

.products__item--picture {
		background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.product_gradient {
	border-radius: 4px;
}

.news__item--picture:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 71, 79, 0.2)), to(rgba(55, 71, 79, 0.6)));
    background: -webkit-linear-gradient(top, rgba(55, 71, 79, 0.2) 0%, rgba(55, 71, 79, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(55, 71, 79, 0.2) 0%, rgba(55, 71, 79, 0.6) 100%);
    background: linear-gradient(180deg, rgba(55, 71, 79, 0.2) 0%, rgba(55, 71, 79, 0.6) 100%);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 10;
}


a.news__item.news__item--picture:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0073AE;
	 -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 11;
    opacity: 0;
}

.news__item:not(.news__item--picture){
	color: #37474F;
}

.products__item__content {
	position: absolute;
	padding: 2.25rem 2.5rem 2.5rem 2.375rem;
	height: 100%;
	width: 100%;
	z-index: 1;
}


.products__item__name {
	font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
}

.products__item__text {
	font-size: 0.9375rem;
	line-height: 1.4;
	margin-top: 0.625rem;
	opacity: 0.6;
}




@media all and (min-width: 991px){

	.products__item:hover {
		-webkit-box-shadow:  0px 5px 15px rgba(0, 115, 174, 0.25), 0px 15px 45px rgba(0, 115, 174, 0.15);
		box-shadow:  0px 5px 15px rgba(0, 115, 174, 0.25), 0px 15px 45px rgba(0, 115, 174, 0.15);
	}

	.products__item:hover .products__item__content {
		background-color: #0073AE;
		color: #FFFFFF;
	}

	.products__item:hover .products__item__link {
		bottom: 2.5rem;
		opacity: 1;
		transition-delay: .2s;
	}

	.products__item__link {
		position: absolute;
		bottom: 0rem;
		opacity: 0;
		left: 2.375rem;
		top: auto;
		z-index: 1;
	}

	.products__item {
		background-size: contain !important;
		background-position: bottom right !important;;
	}
}

@media (max-width: 990px) and (min-width: 767px) {

	.products__item {
		min-height: 290px;
		background-size: contain !important;
		background-position: bottom right !important;;
	}

	.products__item__link {
		position: absolute;
		bottom: 2.5rem;
		opacity: 1;
		left: 2.375rem;
		top: auto;
		z-index: 1;
	}

}

@media all and (min-width: 320px) and (max-width: 766px) {

	.products__item__content {
		padding: 1.75rem;
	}

	.products__item__link {
		position: absolute;
		bottom: 1.75rem;
		opacity: 1;
		left: 1.75rem;
		top: auto;
		z-index: 1;
	}

	.products__item {
		background-size: 110% !important;
		background-position: bottom right !important;;
	}

}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894 */
/* /bitrix/templates/about-new/components/bitrix/news.list/press-center/style.css?17774677203269 */
