.rs-comments {
	margin-top: 64px;
}

@media (max-width: 1920px) {
	.rs-comments {
		margin-top: calc(30px + 34 * (100vw - 320px) / 1600);
	}
}

.rs-comments_header {
	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;
}

@media (max-width: 768px) {
	.rs-comments_header {
		-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-comments_link,
.rs-comments_link>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rs-comments_link p {
	color: #000;
}

.rs-comments_link a {
	display: inline-block;
	margin-left: 8px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
	color: #ff3d00;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

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

@media (any-hover: hover) {
	.rs-comments_link a:hover {
		color: #520d4a;
	}
}

.rs-comments_wrapper {
	margin-top: 33px;
}

.rs-comments_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rs-comments_item:not(:last-child) {
	margin-bottom: 30px;
}

.rs-comments_picture {
	margin-top: 3px;
	margin-right: 16px;
	min-width: 46px;
	min-height: 46px;
	max-width: 46px;
	max-height: 46px;
	overflow: hidden;
	border-radius: 50%;
}

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

.rs-comments_description h5 {
	margin-bottom: 3px;
}

.rs-comments_description p.section-text {
	color: #999999;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 20px;
}

.rs-comments_description p {
	font-size: 16px;
	line-height: 26px;
}

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

.rs-comments__field {
	position: relative;
	margin-top: 49px;
}

.rs-comments__textbox textarea {
	min-height: 207px;
	max-height: 207px;
	resize: none;
	padding: 14px 22px 100px;
}

@media (max-width: 1920px) {
	.rs-comments__textbox textarea {
		padding: 14px calc(15px + 7 * (100vw - 320px) / 1600) 100px;
	}
}

.rs-comments__textbox .rs-btn {
	margin-top: 15px;
	padding: 16px 63px;
}

@media (max-width: 1920px) {
	.rs-comments__textbox .rs-btn {
		padding: 16px calc(24px + 39 * (100vw - 320px) / 1600);
	}
}