.content{
	flex-direction: column;
	gap: 32px;
/*	width: auto;*/
	justify-content: space-between;
}
.content > .meta{
	display: flex;
	flex-direction: row;
	column-gap: 135px;
}
.content > .title{
	color: #07070B;
	font-size: 40px;
	font-family: Inter;
	font-weight: 700;
}
.darkmode * .content > .title{
	color: var(--basic, #F6F7FA);
}
.content > .meta > .articles_field{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 858px;
	gap: 32px;
}
.content > .meta > .articles_field > .categories{
	display: flex;
	flex-direction: row;
	height: 37px;
	flex-shrink: 0;
}
.content > .meta > .articles_field > .categories > .page{
	display: inline-flex;
	font-size: 24px;
	font-family: Inter;
	font-weight: 600;
	color: #C7C7C7;
	border-bottom: solid 2px #C7C7C7;
	padding: 0px 16px 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	overflow-wrap: break-word;
}
.darkmode * .content > .meta > .articles_field > .categories > .page{
	color: var(--neutrals-3, #5D5D5D);
	border-bottom: 2px solid var(--neutrals-3, #5D5D5D);
}
.content > .meta > .articles_field > .categories > .page.selected{
	border-bottom: solid 2px black;
	color: #2E2E2E;
}
.darkmode * .content > .meta > .articles_field > .categories > .page.selected{
	border-bottom: 2px solid var(--basic, #F6F7FA);
	color: var(--basic, #F6F7FA);
}
.content > .meta > .articles_field > .categories > .page.empty{
	width: 100%;
}
.darkmode .content > .meta > .articles_field > .categories > .page.selected{
	border-color: white;
}
.content > .meta > .articles_field >.categories_mobile{
	display: none;
}
.content > .meta > .articles_field > .menu_below{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}
.content > .meta > .articles_field > .menu_below > .disclaimer_field{
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 0 0;
	align-self: stretch;
	width: min-content;
	max-width: 746px;
}
.content > .meta > .articles_field > .menu_below > .disclaimer_field > .disclaimer *{
	color: var(--neutrals-3, #5D5D5D);
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: max(1em, 16px);
  	line-height: 24px;
}
.content > .meta > .articles_field > .menu_below select{
	display: flex;
	min-width: 150px;
	padding: 8px 28px 8px 12px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	border-radius: 8px;
	border: 1px solid var(--neutrals-1, #C7C7C7);
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6 7.4585L11.1667 12.8918C10.525 13.5335 9.47502 13.5335 8.83336 12.8918L3.40002 7.4585' stroke='%23EA5752' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 8px);
	background-position-y: 8px;
}
.darkmode .content > .meta > .articles_field > .menu_below select{
	color: var(--neutrals-0, #FFF);
}
.content > .meta > .articles_field > .line{
	width: 100%;
	border-top: solid #d8dce0 2px;
	margin: 15px 0 20px 0;
}
.darkmode .content > .meta > .articles_field > .line{
	border-color: #FFFFFF;
}
.content > .meta > .articles_field > .articles{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 36px;
    column-gap: 56px;
}
.content > .meta > .articles_field > .articles > .article{
	min-height: 40px;
	display: flex;
/*	width: 746px;*/
	align-items: flex-start;
	gap: 24px;
}
.content > .meta > .articles_field > .articles > .article > .img{
	display: inline-flex;
	overflow: hidden;
	justify-content: center;
	align-items: start;
	overflow: hidden;
	border-radius: 8px;
	width: 138px;
	flex-shrink: 0;
/*	align-self: stretch;*/
}
.content > .meta > .articles_field > .articles > .article > .article_content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	flex: 1 0 0;
	max-width: 584px;
}
.content > .meta > .articles_field > .articles > .article > .article_content > .title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
	color: #07070B;
	font-size: 24px;
	font-family: Inter;
	font-weight: 700;
	transition: color 0.35s;
}
.content > .meta > .articles_field > .articles > .article > .article_content > .locked_title {
	display: none;
	gap: 8px;
	align-items: center;
}
.content > .meta > .articles_field > .articles > .article.locked > .article_content > .title{
	color: #909090;
}
.darkmode .content > .meta > .articles_field > .articles > .article:not(.locked) > .article_content > .title{
	color: var(--basic, #F6F7FA);
}
.content > .meta > .articles_field > .articles > .article:not(.locked):hover > .article_content > .title{
	color: #EF817D;
}
.content > .meta > .articles_field > .articles > .article > .article_content > .text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
	color: #2E2E2E;
	font-size: 16px;
	font-family: Inter;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
}
.darkmode * .content > .meta > .articles_field > .articles > .article > .article_content > .text{
	color: var(--neutrals-1, #C7C7C7);
}
.content > .meta > .articles_field > .articles > .article.locked > .article_content > .text{
	color: #909090;
}
.darkmode .content > .meta > .articles_field > .articles > .article:not(.locked) > .article_content > .text{
	color: #ddd;
}
.content > .meta > .articles_field > .articles > .article > .article_content > .details{
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    column-gap: 24px;
    row-gap: 8px;
}
.content > .meta > .articles_field > .articles > .article > .article_content > .details > .detail{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #2E2E2E;
	font-size: 16px;
	font-family: Inter;
	line-height: 24px;
}
.darkmode * .content > .meta > .articles_field > .articles > .article > .article_content > .details > .detail{
	color: var(--neutrals-1, #C7C7C7);
}
.content > .meta > .articles_field > .articles > .article.locked > .article_content > .details > .detail:first-child {
	display: none;
}
.content > .meta > .articles_field > .articles > .article.locked > .article_content > .details > .detail{
	color: #909090;
}
.content > .meta > .articles_field > .articles > .article > .article_content > .details > .detail > img{
	width: 20px;
	height: 20px;
}
.content > .meta > .articles_field > .next_pages{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: 35px;
	justify-content: center;
	margin-bottom: 20px;
	column-gap: 8px;
}
.content > .meta > .articles_field > .next_pages > .page > input[type=submit]{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: none;
	background-color: #FCFCFC;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	width: 45px;
	height: 45px;
	color: #000000;
	transition: all 0.4s;
	cursor: pointer;
}
.darkmode * .content > .meta > .articles_field > .next_pages > .page > input[type=submit]{
	background-color: var(--dark-mode-1, #2A2C38);
	color: var(--neutrals-1, #C7C7C7);
}
.content > .meta > .articles_field > .next_pages > .page.current > input[type=submit]{
	background-color: #C7C7C7;
	color: #fff;
	pointer-events: none;
}
.darkmode * .content > .meta > .articles_field > .next_pages > .page.current > input[type=submit]{
	background-color: var(--neutrals-1, #C7C7C7);
	color: var(--dark-mode-1, #2A2C38);
}
.content > .meta > .articles_field > .next_pages > .page.fake > input[type=submit]{
	background-color: transparent;
	cursor: default;
}
.content > .meta > .articles_field > .next_pages > .page:hover:not(.current):not(.fake) > input[type=submit]{
	background-color: #ECECEC;
}
.darkmode .content > .meta > .articles_field > .next_pages > .page:hover:not(.current) > input[type=submit]{
	background-color: #FFFFFF;
}
.content > .meta > .comments_field{
	display: flex;
	flex-direction: column;
	max-width: 40%;
	gap: 32px;
}
.content > .meta > .comments_field > .title{
	color: #07070B;
	font-size: 24px;
	font-family: Inter;
	font-weight: 600;
	border-bottom: solid 2px #C7C7C7;
	min-height: 37px;
	white-space: nowrap
}
.darkmode * .content > .meta > .comments_field > .title{
	color: var(--basic, #F6F7FA);
}
.content > .meta > .comments_field > .comments{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}
.content > .meta > .comments_field > .comments > .comment{
	display: flex;
	width: 417px;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 8px;
	background-color: #FFF;
}
.darkmode * .content > .meta > .comments_field > .comments > .comment{
	background-color: var(--dark-mode-1);
}
.content > .meta > .comments_field > .comments > .comment > .title{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #2E2E2E;
	line-height: 26px;
	transition: color 0.2s;
}
.darkmode * .content > .meta > .comments_field > .comments > .comment > .title{
	color: var(--basic, #F6F7FA);
}
.content > .meta > .comments_field > .comments > .comment:hover > .title{
	color: #EF817D;
}
.content > .meta > .comments_field > .comments > .comment > .text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
	color: #2E2E2E;
	font-size: 16px;
	font-family: Inter;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
}
.darkmode * .content > .meta > .comments_field > .comments > .comment > .text{
	color: var(--neutrals-1, #C7C7C7);
}
.content > .meta > .comments_field > .comments > .comment > .description{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
}
.content > .meta > .comments_field > .comments > .comment > .description > .username{
	font-weight: 600;
	color: var(--neutrals-2, #909090);
	font-size: 14px;
	font-family: Inter;
	line-height: 18px;
}
.content > .meta > .comments_field > .comments > .comment > .description > .pub_date{
	color: var(--neutrals-2, #909090);
	font-size: 14px;
	font-family: Inter;
	line-height: 18px;
}
.content > .meta > .articles_field > .phone_menu{
	display: none;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}
.content > .meta > .articles_field > .phone_menu > .selectors{
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}
.content > .meta > .articles_field > .phone_menu > .selectors > form{
	min-width: max-content;
	width: 100%;
}
.content > .meta > .articles_field > .phone_menu > .selectors select{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	border: 1px solid var(--neutrals-1, #C7C7C7);
	padding: 8px 28px 8px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6 7.4585L11.1667 12.8918C10.525 13.5335 9.47502 13.5335 8.83336 12.8918L3.40002 7.4585' stroke='%23EA5752' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 8px);
	background-position-y: 6px;
	line-height: normal;
}
.darkmode .content > .meta > .articles_field > .phone_menu > .selectors select{
	color: #fff !important;
}
.content > .meta > .articles_field > .phone_menu > .disclaimer{
	width: 100%;
}
@media (max-width: 1200px) {
	.content > .meta{
		flex-direction: column;
	}
	.content > .meta > .articles_field{
		width: 100%;
	}
	.content > .meta > .comments_field{
		max-width: 100%;
	}
	.content > .meta > .comments_field > .comments > .comment{
		width: 100%;
	}
}
@media (max-width: 625px) {
	.content > .meta > .articles_field > .phone_menu{
		display: flex;
	}
	.content > .meta > .articles_field > .categories{
		display: none;
	}
	.content > .meta > .articles_field > .menu_below{
		display: none;
	}
	.content > .meta > .articles_field > .articles > .article > .article_content > .locked_title {
		display: flex;
	}
	.content > .meta > .articles_field > .line{
		width: 75%;
	}
	.content > .meta > .articles_field > .articles > .article{
		flex-direction: column;
	}
	.content > .meta > .articles_field > .articles > .article > .img{
		display: none;
	}
	.content > .meta > .articles_field > .articles > .article > .img > img{
		width: 100%;
		aspect-ratio: auto;
	}
	.content > .meta > .articles_field > .articles > .article > .article_content{
		margin-left: 0;
	}
	.content > .meta > .articles_field > .articles > .article > .article_content > .details{
		white-space: nowrap;
		flex-wrap: wrap;
		gap: 10px;
	}
}

@media (max-width: 576px) {
	.content{
		gap: 16px;
	}
	.content > .title{
		font-size: 24px;
		font-weight: 700;
		line-height: 29px;
	}
	.content > .meta > .articles_field > .phone_menu > .selectors{
		flex-direction: column;
	}
	.content > .meta > .articles_field > .phone_menu > .selectors form{
		min-width: auto;
	}
}
