.rs-product-about {
	padding-top: 0px;
	padding-bottom: 0px;
}

.rs-product-about__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.rs-product-about .tabs {
	width: 100%;
}

@media (min-width: 991.98px) {
	.rs-product-about .tabs {
		max-width: 880px;
		margin-top: 40px;
		margin-right: 30px;
	}
}

@media (min-width: 991.98px) and (max-width: 1439.98px) {
	.rs-product-about .tabs {
		margin-top: 20px;
	}
}

.rs-product-about .tabs__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #dbdbdb;
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__navigation {
		display: none;
	}
}

.rs-product-about .tabs__title {
	padding-bottom: 17px;
	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;
	color: rgba(0, 23, 47, 0.5);
	text-align: center;
	font-family: Roboto;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 153.846% */
	letter-spacing: 1.75px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}

.rs-product-about .tabs__title:not(:last-child) {
	margin-right: 32px;
}

@media (max-width: 1439.98px) {
	.rs-product-about .tabs__title:not(:last-child) {
		margin-right: 16px;
	}
}

.rs-product-about .tabs__title::after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 0%;
	height: 2px;
	background-color: #bfa888;
	-webkit-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
	z-index: 10;
}

@media (max-width: 1439.98px) {
	.rs-product-about .tabs__title {
		padding-bottom: 10px;
	}
}

@media (max-width: 991.98px) {
	.rs-product-about .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: #f6f0ea;
		margin-top: 30px;
	}

	.rs-product-about .tabs__title::after {
		height: 1px;
		bottom: 0;
		background-color: #e5d1c1;
	}
}

.rs-product-about .tabs__title._tab-active {
	color: #021c33;
}

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

.rs-product-about .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-product-about .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-product-about .tabs__icon {
		display: none;
	}
}

.rs-product-about .tabs__icon::before,
.rs-product-about .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-product-about .tabs__icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.rs-product-about .tabs__body {
	margin-top: 48px;
}

@media (max-width: 1439.98px) {
	.rs-product-about .tabs__body {
		margin-top: 24px;
	}
}

@media (max-width: 1169.98px) {
	.rs-product-about .tabs__body {
		margin-top: 16px;
	}
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__body {
		margin-top: 0px;
		background-color: #fdf7f0;
		padding: 30px 16px;
	}

	.rs-product-about .tabs__body>h4 {
		display: none;
	}
}

.rs-product-about .tabs__body>*:first-child {
	margin-top: 0px;
}

.rs-product-about .tabs__body>*:last-child {
	margin-bottom: 0px;
}

.rs-product-about .tabs__body p {
	margin: 16px 0px;
}

@media (max-width: 1439.98px) {
	.rs-product-about .tabs__body p {
		margin: 10px 0px;
	}
}

.rs-product-about .tabs__body blockquote {
	padding: 24px;
	margin: 20px 0px 48px;
	background: #f6f0ea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 1439.98px) {
	.rs-product-about .tabs__body blockquote {
		padding: 16px;
		margin: 20px 0px 30px;
	}
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__body blockquote {
		-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-product-about .tabs__body blockquote .blockquote__img {
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
	margin-right: 24px;
	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;
	padding: 8px;
	border-radius: 50%;
	background-color: #fff;
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__body blockquote .blockquote__img {
		margin-right: 0px;
		margin-bottom: 15px;
	}
}

.rs-product-about .tabs__body blockquote .blockquote__text>*:first-child {
	margin-top: 0px;
}

.rs-product-about .tabs__body blockquote .blockquote__text>*:last-child {
	margin-bottom: 0px;
}

.rs-product-about .tabs__body blockquote .blockquote__text h6 {
	font-family: "Cormorant Garamond";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 21.6px */
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__body blockquote .blockquote__text h6 {
		font-size: 16px;
		overflow-wrap: break-word;
		word-wrap: break-word;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

.rs-product-about .tabs__body blockquote .blockquote__text p {
	margin: 8px 0px;
}

.rs-product-about .tabs__body ol {
	margin-top: 24px;
	/* display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 60px; */
	list-style: none;
	counter-reset: li;

	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
	max-height: 850px;
}

@media (max-width: 1439.98px) {
	.rs-product-about .tabs__body ol {
		/* gap: 10px 30px; */
	}
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__body ol {
		/* grid-template-columns: repeat(1, 1fr);
		gap: 8px; */
		margin-top: 0px;
		flex-direction: row;
		max-height: 100%;
	}
}

.rs-product-about .tabs__body ol li {
	list-style-position: inside;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 25.6px */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex: 1 1 50%;
	max-width: 410px;
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__body ol li {
		flex: 1 1 100%;
	}
}

.rs-product-about .tabs__body ol li {
	margin-bottom: 12px;
}

@media (max-width: 1439.98px) {
	.rs-product-about .tabs__body ol li {
		margin-bottom: 10px;
	}
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__body ol li {
		margin: 0;
	}

	.rs-product-about .tabs__body ol li:not(:last-child) {
		margin-bottom: 8px;
	}
}


@media (max-width: 1439.98px) {
	.rs-product-about .tabs__body ol li {
		font-size: 14px;
		line-height: 130%;
		/* 16.9px */
	}
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__body ol li {
		font-size: 13px;
		line-height: 130%;
		/* 16.9px */
	}
}

.rs-product-about .tabs__body ol li:before {
	content: counters(li, ".") " ";
	counter-increment: li;
	min-width: 32px;
	min-height: 32px;
	max-width: 32px;
	max-height: 32px;
	margin-right: 8px;
	border-radius: 50%;
	background: #f8f2ed;
	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;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	/* 14px */
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {
	.rs-product-about .tabs__body ol li:before {
		font-size: 14px;
		line-height: 130%;
		/* 16.9px */
	}
}

@media (max-width: 991.98px) {
	.rs-product-about .tabs__body ol li:before {
		font-size: 13px;
		line-height: 130%;
		/* 16.9px */
	}
}

.rs-product-about__table {
	width: 100%;
	margin-top: 24px;
}

@media (max-width: 991.98px) {
	.rs-product-about__table {
		margin-top: 0px;
	}
}

.rs-product-about__table table {
	border-spacing: 0px;
	border-collapse: 0px;
	width: 100%;
}

.rs-product-about__table table tbody tr td {
	border-bottom: 1px solid rgba(211, 178, 152, 0.3);
}

.rs-product-about__table table tbody tr td {
	padding: 11px 8px 12px;
	vertical-align: top;
	color: var(--title-color);
	font-family: "Cormorant Garamond";
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	/* 20.8px */
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {
	.rs-product-about__table table tbody tr td {
		font-size: 14px;
		line-height: 130%;
		/* 16.9px */
	}
}

@media (max-width: 991.98px) {
	.rs-product-about__table table tbody tr td {
		font-size: 13px;
		line-height: 130%;
		/* 16.9px */
		padding: 0;
		border: none !important;
		display: block;
	}
}

@media (min-width: 1439.98px) {
	.rs-product-about__table table tbody tr td:first-child {
		width: 308px;
	}
}

@media (max-width: 991.98px) {
	.rs-product-about__table table tbody tr td:first-child {
		margin-bottom: 8px;
	}
}

.rs-product-about__table table tbody tr td:last-child {
	color: var(--font-color);
	font-family: "Roboto";
	font-weight: 300;
	line-height: 150%;
	text-transform: unset;
	letter-spacing: 0px;
}

@media (max-width: 1439.98px) {
	.rs-product-about__table table tbody tr td:last-child {
		margin-bottom: 16px;
	}
}

@media (max-width: 991.98px) {
	.rs-product-about__table table tbody tr td:last-child {
		line-height: 130%;
		/* 16.9px */
	}
}

.rs-product-about__map {
	margin-top: 32px;
}

@media (max-width: 1439.98px) {
	.rs-product-about__map {
		margin-top: 24px;
	}
}

@media (max-width: 991.98px) {
	.rs-product-about__map {
		margin-top: 0px;
	}
}

.rs-product-about__ways {
	margin-top: 48px;
}

@media (max-width: 1439.98px) {
	.rs-product-about__ways {
		margin-top: 24px;
	}
}

@media (max-width: 991.98px) {
	.rs-product-about__ways {
		margin-top: 16px;
	}
}

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

.rs-product-about__ways_item:not(:last-child) {
	margin-bottom: 48px;
}

@media (max-width: 991.98px) {
	.rs-product-about__ways_item:not(:last-child) {
		margin-bottom: 24px;
	}
}

.rs-product-about__ways_item:first-child .rs-product-about__ways_icon,
.rs-product-about__ways_item:last-child .rs-product-about__ways_icon {
	background: #00172f;
}

.rs-product-about__ways_item:not(:last-child) .rs-product-about__ways_icon::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	height: 65px;
	width: 1px;
	border: 1px dashed rgba(0, 23, 47, 0.5);
}

@media (max-width: 1629.98px) {
	.rs-product-about__ways_item:not(:last-child) .rs-product-about__ways_icon::after {
		display: none;
	}
}

.rs-product-about__ways_icon {
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
	padding: 8px;
	margin-right: 30px;
	background: #bfa888;
	border-radius: 50%;
	position: relative;
}

@media (max-width: 991.98px) {
	.rs-product-about__ways_icon {
		margin-right: 15px;
	}
}

.rs-product-about__ways_desc h6 {
	font-family: "Cormorant Garamond";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 21.6px */
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.rs-product-about__ways_desc p {
	margin: 8px 0px 0px !important;
}

.rs-product-about__info {
	width: 100%;
}

@media (min-width: 991.98px) {
	.rs-product-about__info {
		max-width: 398px;
		-webkit-transform: translateY(-164px);
		-ms-transform: translateY(-164px);
		transform: translateY(-164px);
	}
}

@media (max-width: 991.98px) {
	.rs-product-about__info {
		margin-top: 22px;
		margin-left: -16px;
		margin-right: -16px;
		width: calc(100% + 32px);
	}
}

.rs-product-about__info_body {
	width: 100%;
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
	.rs-product-about__info_body {
		padding: 30px 16px;
	}
}

.rs-product-about__info_body h6 {
	font-family: "Cormorant Garamond";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	/* 20.8px */
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.rs-product-about__info_body h6 {
		font-size: 18px;
	}
}

.rs-product-about__info_body .rs-btn {
	margin-top: 16px;
	width: 100%;
}

.rs-product-about__info_body ul {
	margin-top: 24px;
	margin-bottom: 24px;
}

.rs-product-about__info_body ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 19.6px */
}

@media (max-width: 991.98px) {
	.rs-product-about__info_body ul li {
		font-size: 13px;
	}
}

.rs-product-about__info_body ul li:not(:last-child) {
	margin-bottom: 8px;
}

.rs-product-about__info_body ul li div {
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
	background-color: #f8f2ed;
	border-radius: 50%;
	padding: 8px;
	margin-right: 12px;
	border: 1px solid #f8f2ed;
}

.rs-product-about__info_body ul li div img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.rs-product-about__info_price {
	margin-top: 8px;
}

.rs-product-about__info_price table {
	margin-top: 8px;
	table-layout: fixed;
	border-spacing: 0px;
	border-collapse: 0px;
	width: 100%;
}

.rs-product-about__info_price table tbody tr:not(:last-child) td {
	border-bottom: 1px solid rgba(211, 178, 152, 0.3);
}

.rs-product-about__info_price table tbody tr td {
	padding: 6px;
	vertical-align: top;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 171.429% */
}

@media (max-width: 991.98px) {
	.rs-product-about__info_price table tbody tr td {
		font-size: 13px;
	}
}

.rs-product-about__info_price table tbody tr td:last-child {
	text-align: right;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 24px */
	text-transform: uppercase;
}

.rs-product-about__info_spb {
	background: #dff0ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 8px;
}

.rs-product-about__info_spb-img {
	min-width: 32px;
	max-width: 32px;
	margin-right: 12px;
}

@media (max-width: 991.98px) {
	.rs-product-about__info_spb-img {
		min-width: 26px;
		max-width: 26px;
	}
}

.rs-product-about__info_spb-desc h6 {
	font-family: "Cormorant Garamond";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	/* 20.8px */
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.rs-product-about__info_spb-desc h6 {
		font-size: 18px;
	}
}

.rs-product-about__info_spb-desc p {
	margin-top: 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 19.6px */
}

@media (max-width: 991.98px) {
	.rs-product-about__info_spb-desc p {
		font-size: 13px;
	}
}