/* Start:/local/templates/.default/components/bitrix/breadcrumb/repako/style.css?1682703215405*/
.breadcrumbs {
    margin-top: 30px;
}
.breadcrumbs ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li {
    float: left;
    color: #9db09a;
    font-size: 11px;
    text-transform: uppercase;
}
.breadcrumbs ul li +li::before {
    content: '/';
    margin: 0 10px;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
    color: #9db09a;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main_activities/style.css?16827032151133*/
.service-list {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.service-item-container {
	width: 50%;
}
.service-list .service-item-container:nth-child(even) {
	padding-left: 25px;
}
.service-list .service-item-container:nth-child(odd) {
	padding-right: 25px;
}
.service-item-container:nth-child(1),
.service-item-container:nth-child(2) {
	font-weight: bold;
}
.service-item {
	position: relative;
	margin-bottom: 50px;
}
.service-item i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 70px;
	width: 70px;
	color: #020033;
	background-position: left top;
	background-repeat: no-repeat;
}
.service-item .service-content {
	padding-left: 80px;
	font-size: 15px;
	line-height: 22px;
}
.service-item .service-content h6 {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1em;
}
.service-item:hover i {
	animation: animateIconTop 0.3s forwards;
}

@media (max-width: 720px) {
	.service-item-container {
		width: 100%;
	}
	.service-list .service-item-container:nth-child(even) {
		padding: 0 15px;
	}
	.service-list .service-item-container:nth-child(odd) {
		padding: 0 15px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/our_team/style.css?1682703215331*/
.team-item {
	position: relative;
}
.team-item .team-header {
	position: relative;
	overflow: hidden;
}
.team-item .team-footer {
	border-top: 2px solid #009746;
	margin-top: 20px;
	padding-top: 10px;
}
.team-item .team-footer h6 {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	color: #383838;
	text-transform: uppercase;
}
/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/repako/style.css?1682703215405 */
/* /local/templates/.default/components/bitrix/news.list/main_activities/style.css?16827032151133 */
/* /local/templates/.default/components/bitrix/news.list/our_team/style.css?1682703215331 */