html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	overscroll-behavior: inherit;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
button {
	cursor: pointer;
}
a {
	text-decoration: none;
}
@media (min-width: 320px) {
	.container {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (min-width: 744px) {
	.container {
		max-width: 824px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1710px;
		padding-left: 135px;
		padding-right: 135px;
	}
}
body {
	font-family: "Roboto", serif;
	overflow-x: hidden;
	background: #f1f1f1;
}
.header {
	padding: 10px 0;
	background: #fff;
}
.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__container .logo {
	max-width: 90px;
}
.header__container .sign {
	display: flex;
	padding: 8px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 60px;
	background: #b92b27;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.main {
	padding: 16px 0;
}
.main__container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.main__container .title {
	color: #282829;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.main__container .sorted {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main__container .sorted .all {
	display: flex;
	align-items: center;
	gap: 4px;
}
.main__container .sorted .all p {
	color: #636466;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.main__container .sorted .all img {
	width: 16px;
	height: 16px;
}
.main__container .sorted .recomend {
	display: flex;
	align-items: center;
	gap: 4px;
}
@media (min-width: 744px) {
	.main__container .sorted .recomend {
		gap: 16px;
	}
}
.main__container .sorted .recomend p {
	color: #636466;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.main__container .sorted .recomend .sort-rec {
	display: flex;
	align-items: center;
	gap: 8px;
	display: flex;
	padding: 7px 10px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 60px;
	border: 1px solid #2d2d2d;
}
.main__container .sorted .recomend .sort-rec p {
	font-size: 12px;
}
.main__container .sorted .recomend .sort-rec img {
	width: 16px;
	height: 16px;
}
.content-wrapper {
	position: relative;
	transition: max-height 0.3s ease-in-out;
}
.blurred::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45%;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.3),
		rgba(255, 255, 255, 0.5) 20px,
		rgb(255, 255, 255) 30px,
		rgb(255, 255, 255)
	);
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}
.expanded .blurred::after {
	opacity: 0;
}
.read-more {
	cursor: pointer;
	display: flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 60px;
	border: 1px solid #d9dadb;
	background: #f7f7f8;
	max-width: max-content;
	margin: 0 auto;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.read-more p {
	color: #636466;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
}
.read-more img {
	width: 16px;
	height: 16px;
}
.blurred .desk-info {
	position: absolute;
	bottom: 65px;
	z-index: 1;
}
.blurred .footers {
	position: absolute;
	z-index: 1;
	bottom: 15px;
}
@media (min-width: 1440px) {
	.desk-flex {
		max-width: 670px;
	}
}
.topic {
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
@media (min-width: 1440px) {
	.topic {
		padding-bottom: 40px;
	}
}
.topic__container {
	display: flex;
	flex-direction: column;
}
.topic__container .topic_wrap {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-radius: 8px;
	background: #fff;
	border-radius: 8px;
}
.topic__container .topic_wrap .heads {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
@media (min-width: 744px) {
	.topic__container .topic_wrap .heads {
		justify-content: flex-start;
	}
}
.topic__container .topic_wrap .heads .ava {
	border-radius: 36px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	width: 36px;
	height: 36px;
}
.topic__container .topic_wrap .heads .cross {
	width: 24px;
	height: 24px;
}
@media (min-width: 744px) {
	.topic__container .topic_wrap .heads .cross {
		margin-left: auto;
	}
}
.topic__container .topic_wrap .heads .info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.topic__container .topic_wrap .heads .info .name {
	color: #282829;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.topic__container .topic_wrap .heads .info .work {
	display: flex;
	align-items: center;
	gap: 8px;
}
.topic__container .topic_wrap .heads .info .work p {
	color: #636466;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.topic__container .topic_wrap .heads .info .work p span {
	font-weight: 700;
}
.topic__container .topic_wrap .heads .info .work p:first-child {
	overflow-wrap: break-word;
	word-break: break-word;
}
.topic__container .topic_wrap .bodys {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.topic__container .topic_wrap .bodys p {
	color: #282829;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.topic__container .topic_wrap .bodys p span {
	font-weight: 700;
}
.topic__container .topic_wrap .desk-info {
	display: none;
}
@media (min-width: 1440px) {
	.topic__container .topic_wrap .desk-info {
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.topic__container .topic_wrap .desk-info p {
		color: #636466;
		text-align: center;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}
.topic__container .topic_wrap .link p {
	color: #195faa;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.topic__container .topic_wrap .footers {
	display: flex;
	align-items: center;
	gap: 24px;
}
.topic__container .topic_wrap .footers p {
	color: #636466;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.topic__container .topic_wrap .footers img {
	width: 20px;
	height: 20px;
}
.topic__container .topic_wrap .footers .arrows {
	display: flex;
	align-items: center;
}
.topic__container .topic_wrap .footers .arrows .up {
	border-radius: 60px 0px 0px 60px;
	border: 1px solid #dee0e1;
	display: flex;
	padding: 8px 12px;
	align-items: center;
	gap: 8px;
}
.topic__container .topic_wrap .footers .arrows .up .desk-text {
	display: none;
}
@media (min-width: 744px) {
	.topic__container .topic_wrap .footers .arrows .up .desk-text {
		display: block;
		color: #636466;
		text-align: center;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}
.topic__container .topic_wrap .footers .arrows .up img {
	width: 15px;
}
.topic__container .topic_wrap .footers .arrows .down {
	border-radius: 0px 60px 60px 0px;
	border: 1px solid #dee0e1;
	display: flex;
	padding: 8px 12px;
	align-items: center;
	gap: 8px;
}
.topic__container .topic_wrap .footers .arrows .down img {
	width: 15px;
}
.topic__container .topic_wrap .footers .gap {
	display: flex;
	align-items: center;
	gap: 4px;
}
.topic__container .topic_answer {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 16px;
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.topic__container .topic_answer .answer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topic__container .topic_answer .answer-head .comm {
	color: #282829;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.topic__container .topic_answer .answer-head .sort-rec {
	display: flex;
	align-items: center;
	gap: 8px;
	display: flex;
	padding: 7px 10px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 60px;
	border: 1px solid #2d2d2d;
}
.topic__container .topic_answer .answer-head .sort-rec p {
	color: #636466;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.topic__container .topic_answer .answer-head .sort-rec img {
	width: 16px;
	height: 16px;
}
.topic__container .topic_answer .answer-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.topic__container .topic_answer .answer-list .ans {
	display: flex;
	gap: 16px;
}
.topic__container .topic_answer .answer-list .ans img {
	width: 36px;
	height: 36px;
}
.topic__container .topic_answer .answer-list .ans .text-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.topic__container .topic_answer .answer-list .ans .text-body .name {
	color: #282829;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.topic__container .topic_answer .answer-list .ans .text-body .text {
	color: #282829;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.topic__container .topic_answer .answer-list .ans .text-body .ans-ans img {
	width: 24px;
	height: 24px;
}
.topic__container .topic_answer .answer-list .hide {
	border-radius: 60px;
	border: 1px solid #d9dadb;
	background: #f7f7f8;
	display: flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: auto;
}
.related__container {
	padding: 16px;
	border-radius: 8px;
	background: #fff;
}
.related__container .heads {
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid #dee0e1;
	align-items: center;
}
.related__container .heads .title {
	color: #282829;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.related__container .heads .more {
	color: #636466;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.related__container .wrap p {
	margin-top: 20px;
	color: #195faa;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.related__container-desk {
	display: none;
}
@media (min-width: 1440px) {
	.related__container-desk {
		display: block;
		width: 356px;
		max-height: max-content;
		margin: 16px 0;
	}
}
@media (min-width: 1440px) {
	.desk-flex-container .container {
		display: flex;
		gap: 20px;
	}
}
.footer {
	padding: 16px 0;
	border-top: 1px solid #dee0e1;
}
.footer__container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
@media (min-width: 744px) {
	.footer__container {
		flex-direction: row;
		justify-content: center;
	}
}
.footer__container :is(.footer__nav, p) {
	color: #636466;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
} /*# sourceMappingURL=main.min.css.map */
