.rs-breadcrumbs {
	position: relative;
	-webkit-transition: margin-top 0.3s ease 0s;
	-o-transition: margin-top 0.3s ease 0s;
	transition: margin-top 0.3s ease 0s;
	margin-bottom: 24px;
	margin: 138px 0px 24px;
}

@media (max-width: 1920px) {
	.rs-breadcrumbs {
		margin: calc(70px + 68 * (100vw - 320px) / 1600) 0px 0px;
	}
}

.rs-breadcrumbs__container>h2 {
	max-width: 1086px;
}

.rs-breadcrumbs__container>p,
.rs-breadcrumbs__container>.rs-btn {
	margin-top: 15px;
}

.rs-breadcrumbs__navigation {
	margin-bottom: 22px;
}

@media (max-width: 1920px) {
	.rs-breadcrumbs__navigation {
		margin-bottom: calc(10px + 12 * (100vw - 320px) / 1600);
	}
}

.rs-breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rs-breadcrumbs__item {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #ff3d00;
}

@media (max-width: 1920px) {
	.rs-breadcrumbs__item {
		font-size: calc(12px + 2 * (100vw - 320px) / 1600);
		line-height: calc(18px + 2 * (100vw - 320px) / 1600);
	}
}

.rs-breadcrumbs__link {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999999;
}

.rs-breadcrumbs__link::after {
	content: "\e912";
	font-family: "icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 10px;
	color: #999999;
}

@media (max-width: 1920px) {
	.rs-breadcrumbs__link::after {
		font-size: calc(10px + 10 * (100vw - 320px) / 1600);
		margin: 0px calc(5px + 5 * (100vw - 320px) / 1600);
	}
}

@media (any-hover: hover) {
	.rs-breadcrumbs__link:hover {
		color: #ff3d00;
	}
}