

/* Start:/local/templates/vermont/components/bitrix/breadcrumb/breadcrumb/style.css?17606290931664*/
.breadcrumb {
	width: 100vw;
	margin-bottom: 25px;
	position: relative;
	left: calc((100vw - 100%) / 2 * -1);
}

@media screen and (hover:hover) {
	.mac .breadcrumb {
		width: calc(100vw - 5px);
	}

	.windows .breadcrumb {
		width: calc(100vw - var(--windows-scroll-width));
	}
}

@media screen and (max-width: 576px) {
	.breadcrumb {
		margin-bottom: 20px;
	}
}

.breadcrumb__list::-webkit-scrollbar {
    display: none
}

.breadcrumb__list::-webkit-scrollbar-thumb {
    display: none   
}

.breadcrumb__list::-webkit-scrollbar-button {
    display: none;
}

.breadcrumb__list {
	margin: 0;
	padding: 0 calc((100vw - var(--container-1600-width)) / 2);
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: auto;
}

@media screen and (max-width: 576px) {
	.breadcrumb__list {
		padding: 0 15px;
	}
}

.breadcrumb__list-item {
	margin-bottom: 0;
	padding-right: 21px;
	margin-right: 15px;
	display: block;
	list-style-type: none;
	position: relative;
}

.breadcrumb__list-item::after {
	width: 6px;
	height: 6px;
	content: '';
	background: url(/local/templates/vermont/components/bitrix/breadcrumb/breadcrumb/images/star.svg) no-repeat center / contain;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.breadcrumb__list-item:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.breadcrumb__list-item:last-of-type::after {
	display: none;
}

.breadcrumb__link {
	text-decoration: none;
	color: var(--dark-30);
	white-space: nowrap;
}

@media screen and (hover:hover) {
	.breadcrumb__link:hover,
	.breadcrumb__link:focus-visible {
		color: var(--blue);
	}
}

.breadcrumb__list-item:last-of-type .breadcrumb__link {
	color:  var(--dark-70);
	pointer-events: none;
}
/* End */


/* Start:/local/templates/vermont/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17606290933120*/
.article__flex {
	display: flex;
	align-items: flex-start;
}

.article__flex .section-menu {
	height: 600px;
	padding-right: 10px;
	margin-right: 0;
	margin-left: 30px;
	border: 1px solid var(--gray);
	border-radius: 20px;
}

.article__flex .section-menu__list {
	height: 100%;
	overflow: auto;
	padding: 30px 20px 30px 30px;
}

.section-menu__list::-webkit-scrollbar {
    width: 5px; 
	height: 5px;
    background-color: transparent;
}

.section-menu__list::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    border: none;
    border-radius: 5px;
}

.section-menu__list::-webkit-scrollbar-button {
    display: none;
}

.article__flex .section-menu__item {
	margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
	.article__flex .section-menu {
		display: none;
	}
}

.article__flex .section-menu__link_active {
	padding-left: 0;
	padding-right: 32px;
}

.article__flex .section-menu__link_active::before {
	left: unset;
	right: 0;
	top: -6px;
}

.article__img-wrap {
	width: 100%;
	/* height: 400px; */
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}

@media screen and (max-width: 576px) {
	.article__img-wrap {
		margin-bottom: 20px;
	}
}

.article__img-wrap .article__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article__under-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.article__date.inter-16 {
	margin: 0 20px 0 0;
	color: var(--dark-30);
	font-weight: 700;
	display: flex;
	align-items: center;
}

.article__views.inter-16 {
	margin: 0;
	color: var(--dark-30);
	font-weight: 700;
	display: flex;
	align-items: center;
}

.article__views::before {
	width: 24px;
	height: 24px;
	content: '';
	margin-right: 10px;
	background: url(/upload/icons/eye.svg) no-repeat center / contain;
	display: block;
}

.article__title {
	margin: 30px 0;
}

@media screen and (max-width: 576px) {
	.article__title {
		margin: 20px 0;
	}
}

.article__text > *:first-child {
	margin-top: 0;
}

.article__text > *:last-child {
	margin-bottom: 0;
}

.article__text img {
	width: 100%;
	margin: 30px 0;
	border-radius: 20px;
}

.article__nav {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.article__nav {
		margin-top: 30px;
		align-items: flex-start;
	}
}

@media screen and (max-width: 576px) {
	.article__nav {
		flex-direction: column-reverse;
	}
}

.article__nav-elem {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.article__nav-elem.gray-btn {
		padding: 5px 10px;
		border-radius: 10px;
	}
}

@media screen and (max-width: 380px) {
	.article__nav-elem.gray-btn {
		max-width: unset;
		width: 100%;
	}
}

.article__nav-elem_next {
	margin-left: auto;
}

@media screen and (max-width: 576px) {
	.article__nav-elem_next {
		margin-bottom: 20px;
	}
}

.article__nav-elem_prev svg {
	margin-right: 10px;
}

.article__nav-elem_next svg {
	margin-left: 10px;
}


.article__nav-elem path {
	transition: .2s;
}

@media screen and (hover:hover) {
	.article__nav-elem:hover path,
	.article__nav-elem:focus-visible path {
		fill: #fff;
	}
}
/* End */
/* /local/templates/vermont/components/bitrix/breadcrumb/breadcrumb/style.css?17606290931664 */
/* /local/templates/vermont/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17606290933120 */
