

/* Start:/local/templates/aspro_max_custom/components/bitrix/catalog/experts/style.css?17290311911122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/aspro_max_custom/components/bitrix/catalog/experts/bitrix/catalog.section.list/.default/style.css?17290317681176*/
.experts {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 40px;
}

.expert {
	width: 50%;
	display: flex;
	padding: 28px 34px 27px;
	border: 1px solid var(--white_text_black);
	margin: 0px 0px -1px -1px;
}

.expert:nth-of-type(2n) {
	border: 1px solid var(--white_text_black);

}

.expert__name {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}

.expert__right {
	display: flex;
}

.expert__amount {
	border: 1px solid rgba(153, 153, 153, 0.35);
	padding: 2px 4px 1px;
	height: fit-content;
	font-size: 0.733em;
	line-height: 1.273em;
}


.expert__icon {
	margin-right: 29px;
}

@media (max-width: 1000px) {
	.expert__icon img{
		max-width: 61px;
	}
}

@media (max-width: 768px) {

	.expert {
		flex-direction: column;
		padding: 20px;
	}

	.expert__icon {
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.expert__icon img{
		max-width: 120px;
	}

	.expert__right{
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
		height: 100%;
	}

	.expert__name{
		margin-bottom: 10px;
		margin-right: 0;
		flex: 0 0 100%;
	}

	.expert__amount{
		margin-top: auto;
	}
}

/* End */
/* /local/templates/aspro_max_custom/components/bitrix/catalog/experts/style.css?17290311911122 */
/* /local/templates/aspro_max_custom/components/bitrix/catalog/experts/bitrix/catalog.section.list/.default/style.css?17290317681176 */
