

/* Start:/local/templates/main/static/page/technician/style.css?17724624462605*/

main{
	background-color: var(--primery-background-second);
}
.technician{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-bottom: 104px;
}
.technician__menu{
	flex: 0 0 428px;
}
.technician__menu ul li.active:after{
	background-color: var(--button-color-hover);
}
.technician__menu ul li:after{
	content:'';
	width: 8px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
section.product-slide.unit-spacing {
	display: none;
}
.technician__content table td, .technician__content table th {
	border: 1px solid #ccc;
	padding: 5px;
}
.technician__content table {
	width: 100%;
	border-collapse: collapse;
}
.technician__content {
	flex: 1;
	background-color: #fff;
	padding: 48px;
}
.technician__menu ul li{
	background-color: var(--white-color);
	background-size: 30px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	padding: 16px 16px 16px 88px;
	background-repeat: no-repeat;
	background-position: 20px center;
	cursor: pointer;
}
.technician__menu a{
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: none;
	/*text-decoration-line: underline;*/
	/*text-decoration-style: solid;*/
	display: block;
	color: var(--text-color);

}
.technician__menu ul{
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}


.technician__content{
	flex: 1;
	max-width: 1041px;
}
.technician__content__title{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 32px;
}
.technician__content__text{
	display: none;
}
.technician__content__text.active{
	display: block;
	animation: showBlock 0.5s linear forwards;
}
.certificates > .flex a {
	flex: 0 0 25%;
}
@media (max-width: 1320px) {
	.technician{
		gap: 32px;
		margin-bottom: 32px;
	}
}
@media (max-width: 1150px) {
	.certificates > .flex a {
		flex: 0 0 33.333%;
	}
	.technician__menu {
		flex: 0 0 300px;
	}
}
@media (max-width: 820px) {
	.technician__menu ul li{
		font-size: 15px;
		padding: 10px 16px 10px 60px;
	}
	.technician__menu a{
		font-size: 14px;
	}
	.technician__menu {
		flex: 0 0 240px;
	}
}
@media (max-width: 600px) {
	body{
		overflow-x: hidden;
	}
	.technician{
		gap: 10px;
	}
	.technician__content{
		padding: 10px 20px;
	}
	.technician__menu {
		flex: 0 0 100%;
	}
	.certificates > .flex a {
		flex: 0 0 50%;
	}
	.technician__menu ul li{
		text-wrap-mode: nowrap;
	}
	.technician__menu ul{
		flex-direction: row;
		overflow: auto;
		width: calc(100vw - 48px);
	}
}
/* End */
/* /local/templates/main/static/page/technician/style.css?17724624462605 */
