@media (min-width: 1629.98px) {
	.rs-tabs-category {
		padding: 123px 0px 138px;
	}
}

@media (min-width: 1629.98px) {
	.rs-tabs-category .section__head-title {
		max-width: 1009px;
	}
}

.rs-tabs-category .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rs-tabs-category .tabs__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 50%;
	width: 100%;
	background-color: var(--second2-color);
	border-bottom: 1px solid rgba(229, 209, 193, 0.30);
}

.rs-tabs-category .tabs__title {
	padding: 20px 56px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 153.846% */
	letter-spacing: 1.75px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.rs-tabs-category .tabs__icon{
	display: none !important;
}

@media (max-width: 1629.98px) {
	.rs-tabs-category .tabs__title {
		padding: 20px 40px;
	}
}

@media (max-width: 1439.98px) {
	.rs-tabs-category .tabs__title {
		padding: 20px 30px;
	}
}

@media (max-width: 1169.98px) {
	.rs-tabs-category .tabs__title {
		padding: 15px 20px;
	}
}

@media (max-width: 991.98px) {
	.rs-tabs-category .tabs__title {
		padding: 20px 16px;
		font-size: 12px;
		width: 100%;
		text-align: left;
		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;
		background: var(--second2-color);

		color: #fff;
	}
	.rs-tabs-category .tabs__navigation{
		max-width: 100%;
		margin-top: 30px;
	}
}

.rs-tabs-category .tabs__title::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: var(--primary-color);
	-webkit-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
}

.rs-tabs-category .tabs__title._tab-active {
	color: #fff;
}

.rs-tabs-category .tabs__title._tab-active::after {
	width: 100%;
	left: 0;
}

.rs-tabs-category .tabs__title._tab-active i::before {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.rs-tabs-category .tabs__icon {
	position: relative;
	display: block;
	max-width: 34px;
	max-height: 34px;
	min-width: 34px;
	min-height: 34px;
	padding: 5px;
	margin-left: 15px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid var(--primary-color);
	border-radius: 100%;
	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;
}

@media (min-width: 991.98px) {
	.rs-tabs-category .tabs__icon {
		display: none;
	}
}

.rs-tabs-category .tabs__icon::before,
.rs-tabs-category .tabs__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 1px;
	height: 14px;
	background-color: var(--primary-color);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.rs-tabs-category .tabs__icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

@media (max-width: 991.98px) {
	.rs-tabs-category .tabs__content>*:first-child {
		margin-top: 0px;
	}

	.rs-tabs-category .tabs__content>*:last-child {
		margin-bottom: 0px;
	}
}

.rs-tabs-category .tabs__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991.98px) {
	.rs-tabs-category .tabs__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.rs-tabs-category .tabs__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

@media (max-width: 991.98px) {
	.rs-tabs-category .tabs__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}

.rs-tabs-category .tabs__desc {
	background-color: var(--second2-color);
	padding: 48px 56px;
	height: 100%;
}

@media (max-width: 1629.98px) {
	.rs-tabs-category .tabs__desc {
		padding: 40px;
	}
}

@media (max-width: 1439.98px) {
	.rs-tabs-category .tabs__desc {
		padding: 30px;
	}
}

@media (max-width: 1169.98px) {
	.rs-tabs-category .tabs__desc {
		padding: 30px 20px;
	}
}

@media (max-width: 991.98px) {
	.rs-tabs-category .tabs__desc {
		padding: 30px 16px;
	}
}

.rs-tabs-category .tabs__desc>*:first-child {
	margin-top: 0px;
}

.rs-tabs-category .tabs__desc>*:last-child {
	margin-bottom: 0px;
}

.rs-tabs-category .tabs__desc p {
	margin: 8px 0px;
}

.rs-tabs-category .tabs__desc>*:nth-child(2) {
	margin-bottom: 32px;
}

@media (max-width: 1439.98px) {
	.rs-tabs-category .tabs__desc>*:nth-child(2) {
		margin-bottom: 24px;
	}
}

@media (max-width: 1169.98px) {
	.rs-tabs-category .tabs__desc>*:nth-child(2) {
		margin-bottom: 16px;
	}
}

@media (max-width: 991.98px) {
	.rs-tabs-category .tabs__desc>*:nth-child(2) {
		margin-bottom: 8px;
	}
}

.rs-tabs-category .tabs__desc blockquote {
	margin: 20px 0px 16px;
	padding: 20px 24px;
	border: 1px solid var(--tertiary-color);
}

@media (max-width: 991.98px) {
	.rs-tabs-category .tabs__desc blockquote {
		margin: 16px 0px;
	}
}

.rs-tabs-category .tabs__desc blockquote>*:first-child {
	margin-top: 0px;
}

.rs-tabs-category .tabs__desc blockquote>*:last-child {
	margin-bottom: 0px;
}

.rs-tabs-category .tabs__desc blockquote .blockquote__text>*:first-child {
	margin-top: 0px;
}

.rs-tabs-category .tabs__desc blockquote .blockquote__text>*:last-child {
	margin-bottom: 0px;
}

.rs-tabs-category .tabs__img {
	width: 100%;
	height: 100%;
}

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

.rs-tabs-category .tabs__buttons {
	margin-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.rs-tabs-category .tabs__img.mobile_img{
	display: none;
}
@media (max-width: 1629.98px) {
	.rs-tabs-category .tabs__buttons {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 1439.98px) {
	.rs-tabs-category .tabs__buttons {
		margin-top: 30px;
	}
}

@media (max-width: 1169.98px) {
	.rs-tabs-category .tabs__buttons {
		margin-top: 24px;
	}
}

@media (max-width: 991.98px) {
	.rs-tabs-category .tabs__buttons {
		margin-top: 16px;
	}
	.rs-tabs-category .desktop_tabs{
		display: none;
	}
	.rs-tabs-category .tabs__img.mobile_img{
		display: block;
	}
}

@media (max-width: 1629.98px) {
	.rs-tabs-category .tabs__buttons .rs-btn {
		width: 100%;
	}
}

.rs-tabs-category .tabs__buttons .rs-btn:not(:last-child) {
	margin-right: 16px;
}

@media (max-width: 1629.98px) {
	.rs-tabs-category .tabs__buttons .rs-btn:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}