

/* Start:/bitrix/templates/sapelkin/components/bitrix/news/team/bitrix/news.detail/.default/style.css?17195649006665*/
.expert-detail .expert-detail__main {
	margin-bottom: 75px;
}
.expert-detail .expert-detail__text-title {
	margin-bottom: 10px;
	font-family: "DIN Pro";
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	color: #1d1d1d !important;
}
.expert-detail .button-call button {
	display: flex;
	padding: 13px 30px;
	border-radius: 5px;
	border: 1px solid #4788Ad;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #4788Ad;
	background-color: transparent;
	transition: .4s;
	cursor: pointer;
}
.expert-detail .button-call button:hover {
	background-color: #4788Ad;
	color: #fff;
}
.expert-detail .expert-detail__container {
	display: inline-flex;
	align-items: flex-start;
	gap: 50px;
}
.expert-detail .expert-detail__text {
	flex: 1 1 600px;
}
.expert-detail .expert-detail__card {
	position: sticky;
	top: 78px;
	flex: 0 0 255px;
	padding-top: 50px;
}
.expert-detail .expert-detail__text * {
	font-family: "Montserrat";
	color: #4b4b4b;
}
.expert-detail .expert-detail__text p {
	margin-bottom: 30px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.expert-detail .expert-detail__text figcaption {
	margin-bottom: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}
.expert-detail .expert-detail__text figure {
	margin: 0 0 30px;
}
.expert-detail .expert-detail__text figure ol,
.expert-detail .expert-detail__text figure ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0;
}
.expert-detail .expert-detail__text figure ul li {
	position: relative;
	list-style: none;
}
.expert-detail .expert-detail__text figure ul li:before {
    content: "";
    width: 18px;
    height: 2px;
    background: #2A4961;
    display: block;
    position: absolute;
    left: -30px;
    top: 12px;
}
.expert-detail .expert-detail__text ol,
.expert-detail .expert-detail__text ul {
	padding-left: 30px;
}

.expert-preview {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #efefef;
	overflow: hidden;
}
.expert-preview .expert-preview__img {
	border-radius: 10px;
	overflow: hidden;
	max-width: 360px;
}
.expert-preview .expert-preview__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom center;
}
.expert-preview .expert-preview__content {
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	flex: 1 0 0;
	align-self: stretch;
}
.expert-preview .expert-preview__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	gap: 15px;
}
.expert-preview .expert-preview__top > div:first-child {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
.expert-preview .expert-preview__name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	margin: 0;
	font-family: "DIN Pro";
	font-size: 43px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: #1d1d1d;
}
.expert-preview .expert-preview__name > span:first-child {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.expert-preview .expert-preview__name > span:first-child:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 23px;
	border-radius: 50%;
	background-color: #489d13;
}
.expert-preview .expert-preview__post {
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #4b4b4b;
}
.expert-preview .expert-preview__bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.time {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.time .time__title {
	font-family: "DIN Pro";
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	color: #1d1d1d;
}
.time .time__text {
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: #4b4b4b;
}

.tags {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.tags__title {
	font-family: "DIN Pro";
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	color: #1d1d1d;
}
.tags__container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
}

.tag {
	display: flex;
	flex: 0 0 auto;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 3px;
	background-color: #2a4961;
	text-align: center;
	font-family: "DIN Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #fff;
}

.expert-card {
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: stretch;
	gap: 15px;
	border-radius: 10px;
	border: 1px solid #efefef;
}
.expert-card .expert-card__top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
}
.expert-card .expert-card__img {
	border-radius: 50%;
	overflow: hidden;
}
.expert-card .expert-card__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	align-self: stretch;
}
.expert-card .expert-card__name {
	font-family: "DIN Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	color: #2a4961;
}
.expert-card__post {
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #4b4b4b;
}
.expert-card .expert-card__bottom .button-call button {
	width: 100%;
	justify-content: center;
}

@media (max-width: 1023px) {
	.expert-preview .expert-preview__img {
		max-width: 280px;
	}
	.expert-preview .expert-preview__content {
		padding: 20px;
		gap: 20px;
	}
	.expert-preview .expert-preview__top {
		gap: 15px;
	}
	.expert-preview .expert-preview__bottom {
		gap: 15px;
	}
	.expert-preview .expert-preview__name {
		font-size: 22px;
	}
	.expert-preview .expert-preview__name > span:first-child:after {
		width: 8px;
		height: 8px;
		margin-top: 12px;
	}

	.time .time__title {
		font-size: 18px;
		line-height: 23px;
	}

	.tags__title {
		font-size: 18px;
		line-height: 23px;
	}

	.tag {
		padding: 8px 12px;
		font-size: 12px;
	}

	.expert-detail .button-call button {
		font-size: 12px;
	}
	.expert-detail .expert-detail__card {
		display: none;
	}
}

@media (max-width: 767px) {
	.expert-preview {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.expert-preview .expert-preview__top {
		flex-direction: column;
		align-items: stretch;
	}

	.expert-detail .button-call button {
		justify-content: center;
		width: 100%;
	}
}

/* End */


/* Start:/bitrix/templates/sapelkin/components/bitrix/system.pagenavigation/more/style.css?1701325688403*/
div#load-more-button {
    text-align: center;
    margin-top: 40px;
}

#load-more-button .load-more-items {
    border-radius: 5px;
    background: var(--main, #4788AD);
    width: 250px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
    padding: 13px 10px;
	cursor:pointer;
} 
/* End */


/* Start:/bitrix/templates/sapelkin/components/bitrix/news.list/main.articles/style.css?17013256893652*/
.c-widget-articles {}

.c-widget-articles  a {
    text-decoration: none;
}

.c-widget-articles .articles-image {
    padding-bottom: 60%;
    border-radius: 15px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center;
	transition:0.4s;
}
.c-widget-articles .owl-nav {
    position: absolute;
    top: 50%;
    left: -100px;
    right: -100px;
    justify-content: space-between;
    display: flex;
    pointer-events: none;
}

.c-widget-articles .owl-nav button {
    pointer-events: all;
    cursor: pointer;
}

.c-widget-articles .owl-nav button svg {}

.c-widget-articles .owl-nav button svg rect {
    transition: 0.4s;
}

.c-widget-articles .owl-nav button svg path {
    transition: 0.4s;
}

.c-widget-articles .owl-nav button:hover svg rect {
    stroke: #2a4961;
    fill: #2a4961;
}

.c-widget-articles .owl-nav button:hover svg path {
    stroke: #fff;
}

.c-widget-articles .articles-item-wrap a:hover {}

.c-widget-articles .articles-item-wrap a:hover .articles-image {
    opacity: 0.8;
}.c-widget-articles .detail-text svg {
    margin-left: 4px;
}
.c-widget-articles .date {
    color: #A0A0A0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    padding-bottom: 10px;
}

.c-widget-articles .title {
    color: #1D1D1D;

/* h3 */
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 27.6px */
    font-family: "DIN Pro", "Montserrat", sans-serif;
    padding-bottom: 10px;
}

.c-widget-articles .preview-text,
.c-widget-articles .preview-text *{
    color: #4B4B4B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 20px;
}.c-widget-articles .owl-stage {
    display: flex;
}.detail-text {}

.c-widget-articles  .detail-text {
    color: #2A4961;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.c-widget-articles .owl-stage {
    display: flex;
}

.c-widget-articles .articles-item-wrap {height: 100%;}

.c-widget-articles .articles-item-wrap a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}.c-widget-articles  .articles-text {
    position: relative;
}

.c-widget-articles .articles-text .articles-tags {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.c-widget-articles .articles-text .articles-tags .articles-tag-item {
    padding: 10px 15px;
    border-radius: 3px;
    background: #2A4961;
    color: #FFF;
    text-align: center;
    font-family: "DIN Pro", "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal;
    margin-right: 10px;
}



@media (max-width: 1380px) {
	.c-widget-articles .owl-nav {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		justify-content: center;
		margin-top: 40px;
	}

	.c-widget-articles .owl-nav button {
		margin: 0 20px;
	}
}
@media (max-width: 1024px) {
	.c-widget-articles .articles-tags .main-grid.main-grid-a-h-end {
		justify-content: flex-start !important;
	}
}
@media (max-width: 600px) {
	.articles-tag.active {}

.c-widget-articles .articles-top-title {
    padding-bottom: 20px;
}

.c-widget-articles .sapelkin-title {
    margin-bottom: -10px;
}

.c-widget-articles .title {
    font-size: 20px;
}

.c-widget-articles .date {
    font-size: 14px;
}


}
/* End */
/* /bitrix/templates/sapelkin/components/bitrix/news/team/bitrix/news.detail/.default/style.css?17195649006665 */
/* /bitrix/templates/sapelkin/components/bitrix/system.pagenavigation/more/style.css?1701325688403 */
/* /bitrix/templates/sapelkin/components/bitrix/news.list/main.articles/style.css?17013256893652 */
