.rs-production {
	padding-top: 40px;
	padding-bottom: 100px;
}

@media (max-width: 991.98px) {
	.rs-production {
		padding-bottom: 40px;
		padding-top: 30px;
	}
}

.rs-production__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 991.98px) {
	.rs-production__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.rs-production__sidebar {
	width: 100%;
	min-width: 335px;
	max-width: 335px;
	margin-right: 40px;
}

@media (min-width: 991.98px) {
	.rs-production__sidebar {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
}

@media (max-width: 1439.98px) {
	.rs-production__sidebar {
		min-width: 250px;
		max-width: 250px;
		margin-right: 20px;
	}
}

@media (max-width: 991.98px) {
	.rs-production__sidebar {
		min-width: 100%;
		max-width: 100%;
		margin-right: 0px;
		position: relative;
		z-index: 100;
		height: 52px;
	}
}

@media (min-width: 991.98px) {
	.rs-production__sidebar_body {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
}

.rs-production__spollers_title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	color: var(--second-color);
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 30.8px;
	padding-bottom: 23px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
}

@media (max-width: 1439.98px) {
	.rs-production__spollers_title {
		font-size: 16px;
		line-height: 22.4px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.rs-production__spollers_title::after {
	content: "\e904";
	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;
	color: var(--font-color);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.rs-production__spollers_title._spoller-active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rs-production__spollers_body {
	background-color: #fff;
	padding-top: 23px;
	padding-bottom: 23px;
}

@media (max-width: 1439.98px) {
	.rs-production__spollers_body {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 1439.98px) {
	.rs-production__list {
		overflow: scroll;
		max-height: 300px;
		padding-right: 10px;
	}
}

.rs-production__list li:not(:last-child) {
	margin-bottom: 23.7px;
}

@media (max-width: 1439.98px) {
	.rs-production__list li:not(:last-child) {
		margin-bottom: 10px;
	}
}

.rs-production__list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: var(--gray-font-color);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}

@media (max-width: 1439.98px) {
	.rs-production__list li a {
		font-size: 13px;
		line-height: 20.2px;
	}
}

.rs-production__list li a::before {
	content: "";
	position: relative;
	display: block;
	min-width: 17px;
	min-height: 17px;
	max-width: 17px;
	max-height: 17px;
	margin-right: 10px;
	margin-top: 3px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.83398 8.5L14.1673 8.5' stroke='%23C4C4C4' stroke-width='1.41667'/%3e%3cpath d='M8.50098 2.8335V14.1668' stroke='%23C4C4C4' stroke-width='1.41667'/%3e%3c/svg%3e ");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.rs-production__list li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	left: 27px;
	transition: width 0.3s ease 0s;
	background-color: var(--primary-color);;
}

.rs-production__list li a._active {
	color: var(--primary-color);
}

.rs-production__list li a._active::after {
	width: calc(100% - 27px);
}

.rs-production__list li a._active::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.83398 8.5L14.1673 8.5' stroke='%23235CF2' stroke-width='1.41667'/%3e%3cpath d='M8.50098 2.8335V14.1668' stroke='%23235CF2' stroke-width='1.41667'/%3e%3c/svg%3e ");
}

.rs-production__block {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.rs-production__gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

@media (max-width: 1439.98px) {
	.rs-production__gallery {
		gap: 15px;
	}
}

@media (max-width: 767.98px) {
	.rs-production__gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

.rs-production__item {
	width: 100%;
	height: 100%;
}

.rs-production__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}