body #newCommentsForm {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

body #newCommentsForm * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body #newCommentsForm:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 255px;
	background-color: #F8F8F8;
}

body #newCommentsForm .commentAvatar {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	margin-right: 20px;
	position: relative;
}

body #newCommentsForm .commentAvatar img {
	width: 100%;
	height: 100%;
}

body #newCommentsForm .commentContent {
	width: calc(100% - 80px);
	padding-left: 20px;
}

body #newCommentsForm .commentContent #commentForm {
	width: 100%;
	height: 138px;
}

body #newCommentsForm .commentContent #commentForm .row.input {
	background-color: #fff;
	padding: 0 0 10px 0;
	border-radius: 0 10px 10px 10px;
	-webkit-box-shadow: 0px 4px 14px #75757540;
	box-shadow: 0px 4px 14px #75757540;
	position: relative;
}

body #newCommentsForm .commentContent #commentForm .row.input:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
	top: 0;
	left: -20px;
}

body #newCommentsForm .commentContent #commentForm .row.input.focus .submitButton {
	opacity: 1;
	visibility: visible;
}

body #newCommentsForm .commentContent #commentForm .row.input.active .submitButton {
	background-color: #F77871;
}

body #newCommentsForm .commentContent #commentForm .row.input.active .submitButton span {
	color: #fff;
	display: block;
}

body #newCommentsForm .commentContent #commentForm .row.input .textarea {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

body #newCommentsForm .commentContent #commentForm .row.input .textarea textarea {
	width: 100%;
	height: 100px !important;
	background-color: #fff;
	resize: none;
	border: none;
	padding: 15px;
	color: #9EA1AA;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	outline: none;
}

body #newCommentsForm .commentContent #commentForm .row.input .submitButton {
	margin-left: auto;
	width: 95px;
	height: 28px;
	background-color: #E2E2E2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	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;
	border-radius: 24px;
	margin-right: 10px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
}

body #newCommentsForm .commentContent #commentForm .row.input .submitButton span {
	font-size: 17px;
	color: #AFAFAF;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	font-weight: 400;
}

body #newCommentsForm .commentContent #commentForm .row.input .submitButton:hover {
	background-color: #F77871;
}

body #newCommentsForm .commentContent #commentForm .row.input .submitButton:hover span {
	color: #fff;
}

body #newCommentsForm .commentContent #commentForm .row.input .submitButton .articleSprites {
	display: none;
}

body #newCommentsForm .commentContent #commentForm #website {
	display: none;
}

body #newCommentsList * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body #newCommentsList .newCommentsListTop {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

body #newCommentsList .newCommentsListTop .title {
	font-size: 20px;
	color: #393A3D;
	line-height: 29px;
	position: relative;
	font-weight: 400;
}

body #newCommentsList .newCommentsListTop .sorting {
	width: 205px;
	position: relative;
}

body #newCommentsList .newCommentsListTop .sorting.active .select {
	border-radius: 6px 6px 0 0;
}

body #newCommentsList .newCommentsListTop .sorting.active .select u {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

body #newCommentsList .newCommentsListTop .sorting.active .layer {
	display: block;
	border-radius: 0 0 6px 6px;
}

body #newCommentsList .newCommentsListTop .sorting .select {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 3px 6px #00000014;
	box-shadow: 0px 3px 6px #00000014;
	border-radius: 6px;
	height: 42px;
	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;
	padding: 5px 15px;
	background-color: #fff;
}

body #newCommentsList .newCommentsListTop .sorting .select span {
	font-size: 16px;
	line-height: 27px;
	color: #9EA1AA;
	font-weight: 400;
}

body #newCommentsList .newCommentsListTop .sorting .select u {
	width: 13px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy40NDYiIGhlaWdodD0iNy42NjUiIHZpZXdCb3g9IjAgMCAxMy40NDYgNy42NjUiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiM5ZWExYWE7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAwMSAtOTcuMTQxKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik02LjcyNCwxMDQuODA1YS45MzkuOTM5LDAsMCwxLS42NjYtLjI3NkwuMjc3LDk4Ljc0OGEuOTQyLjk0MiwwLDAsMSwxLjMzMi0xLjMzMmw1LjExNiw1LjExNiw1LjExNi01LjExNmEuOTQyLjk0MiwwLDAsMSwxLjMzMSwxLjMzMkw3LjM4OSwxMDQuNTNBLjkzOS45MzksMCwwLDEsNi43MjQsMTA0LjgwNVoiLz48L2c+PC9zdmc+");
}

body #newCommentsList .newCommentsListTop .sorting .layer {
	display: none;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 6;
	position: absolute;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 6px #00000014;
	box-shadow: 0px 3px 6px #00000014;
	overflow: hidden;
}

body #newCommentsList .newCommentsListTop .sorting .layer .option {
	font-size: 16px;
	line-height: 27px;
	color: #9EA1AA;
	padding: 5px 15px;
	border-top: 1px solid #00000014;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 400;
}

body #newCommentsList .newCommentsListTop .sorting .layer .option:hover {
	background-color: #f2f2f2;
}

body #newCommentsList .newCommentsListAll {
	padding: 0 0 35px;
}

body #newCommentsList .newCommentsListAll .newComment {
	padding: 45px 0 20px;
	border-bottom: 1px solid #E9E9E9;
}

body #newCommentsList .newCommentsListAll .newComment:last-of-type {
	border-bottom: 0;
}

body #newCommentsList .newCommentsListAll .newComment .author-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: sapce-between;
	-ms-flex-pack: sapce-between;
	justify-content: sapce-between;
	margin-bottom: 30px;
}

body #newCommentsList .newCommentsListAll .newComment .author-row .commentAvatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 12px;
}

body #newCommentsList .newCommentsListAll .newComment .author-row .commentAvatar.online:before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	border: 3px solid #fff;
	background-color: #5AD766;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
}

body #newCommentsList .newCommentsListAll .newComment .author-row .commentAvatar img {
	display: block;
	width: 100%;
}

body #newCommentsList .newCommentsListAll .newComment .author-row .author-name {
	font-size: 17px;
	color: #9EA1AA;
	line-height: 27px;
	font-weight: 400;
}

body #newCommentsList .newCommentsListAll .newComment .author-row .time {
	font-size: 15px;
	line-height: 27px;
	color: #9EA1AA;
	margin-left: auto;
	font-weight: 400;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent {
	width: 100%;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .messageBlocked {
	font-size: 15px;
	color: #B4B4B4;
	line-height: 31px;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .message {
	font-size: 18px;
	color: #393A3D;
	line-height: 31px;
	margin: 0 0 35px 0;
	padding: 0;
	background: none;
	font-weight: 400;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .message * {
	max-width: 100%;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .message iframe {
	max-width: 100%;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .message p {
	font-size: 18px;
	color: #393A3D;
	line-height: 31px;
	font-weight: 400;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .message a {
	font-size: 18px;
	color: #0d81ee;
	line-height: 31px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 400;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .message a:hover {
	color: #0d81ee;
	text-decoration: underline;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .message .fb_quote {
	display: block;
	background-color: #F8F8F8;
	padding: 10px;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote {
	margin-right: 20px;
	max-width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote .icon {
	width: 22px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right: 10px;
	cursor: pointer;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote .counter {
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	color: #B1B1B1;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote-up .icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi40NjQiIGhlaWdodD0iMjAuNDIxIiB2aWV3Qm94PSIwIDAgMjIuNDY0IDIwLjQyMSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2IxYjFiMTt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0wLDQ1LjkyMUg0LjA4NFYzMy42NjlIMFpNMjIuNDY0LDM0LjY5YTIuMDQ4LDIuMDQ4LDAsMCwwLTIuMDQyLTIuMDQySDEzLjk4OWwxLjAyMS00Ljd2LS4zMDZhMi4xNDEsMi4xNDEsMCwwLDAtLjQwOC0xLjEyM0wxMy40NzgsMjUuNSw2LjczOSwzMi4yMzlhMS43MTMsMS43MTMsMCwwLDAtLjYxMywxLjQzVjQzLjg3OWEyLjA0OCwyLjA0OCwwLDAsMCwyLjA0MiwyLjA0Mmg5LjE5QTIuMDE3LDIuMDE3LDAsMCwwLDE5LjIsNDQuN2wzLjA2My03LjI1YTEuNzM4LDEuNzM4LDAsMCwwLC4xLS43MTVWMzQuNjloLjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yNS41KSIvPjwvZz48L3N2Zz4=");
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote-down .icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi40NjQiIGhlaWdodD0iMjAuNDIxIiB2aWV3Qm94PSIwIDAgMjIuNDY0IDIwLjQyMSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2IxYjFiMTt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0wLDQ1LjkyMUg0LjA4NFYzMy42NjlIMFpNMjIuNDY0LDM0LjY5YTIuMDQ4LDIuMDQ4LDAsMCwwLTIuMDQyLTIuMDQySDEzLjk4OWwxLjAyMS00Ljd2LS4zMDZhMi4xNDEsMi4xNDEsMCwwLDAtLjQwOC0xLjEyM0wxMy40NzgsMjUuNSw2LjczOSwzMi4yMzlhMS43MTMsMS43MTMsMCwwLDAtLjYxMywxLjQzVjQzLjg3OWEyLjA0OCwyLjA0OCwwLDAsMCwyLjA0MiwyLjA0Mmg5LjE5QTIuMDE3LDIuMDE3LDAsMCwwLDE5LjIsNDQuN2wzLjA2My03LjI1YTEuNzM4LDEuNzM4LDAsMCwwLC4xLS43MTVWMzQuNjloLjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0yNS41KSIvPjwvZz48L3N2Zz4=");
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: 6px;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: unset;
	right: unset;
	cursor: pointer;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .options .icon {
	display: block;
	width: 20px;
	height: 21px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43MzQiIGhlaWdodD0iMjEuNTI5IiB2aWV3Qm94PSIwIDAgMTkuNzM0IDIxLjUyOSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2IxYjFiMTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xLjksMEEuOS45LDAsMCwwLDEsLjlWMjAuNjNhLjkuOSwwLDAsMCwxLjc5NCwwVjEzYTExLjI4NywxMS4yODcsMCwwLDEsNy44MTctLjEwOSwxNC4zMzMsMTQuMzMzLDAsMCwwLDUuNDM1LDEuMDEzLDE2LjIxMywxNi4yMTMsMCwwLDAsNC4yLS41MjkuNjczLjY3MywwLDAsMCwuNDgzLS42NDZWMS43MWEuNjcyLjY3MiwwLDAsMC0uODYyLS42NDZBMTQuODQ1LDE0Ljg0NSwwLDAsMSwxMS4xMjIuNjI5QzguMzA1LS41MjgsNC42NjYuMTY2LDIuNzUuNjhBLjg4NC44ODQsMCwwLDAsMS45LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMSAwLjAwMSkiLz48L3N2Zz4=");
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .options .text {
	font-size: 17px;
	line-height: 20px;
	color: #B1B1B1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1;
	white-space: nowrap;
	font-weight: 400;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .fbPostDelete {
	margin-left: 15px;
	margin-right: 10px;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .fbPostDelete .commonSprites {
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyOXB0IiB2aWV3Qm94PSIwIDAgMzI5LjI2OTMzIDMyOSIgd2lkdGg9IjMyOXB0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmNDQzMzYiPjxwYXRoIGQ9Im0yMS4zMzk4NDQgMzI5LjM5ODQzOGMtNS40NjA5MzggMC0xMC45MjU3ODItMi4wODk4NDQtMTUuMDgyMDMyLTYuMjUtOC4zNDM3NS04LjMzOTg0NC04LjM0Mzc1LTIxLjgyNDIxOSAwLTMwLjE2NDA2M2wyODYuNTg5ODQ0LTI4Ni41OTM3NWM4LjMzOTg0NC04LjMzOTg0NCAyMS44MjQyMTktOC4zMzk4NDQgMzAuMTY0MDYzIDAgOC4zNDM3NSA4LjMzOTg0NCA4LjM0Mzc1IDIxLjgyNDIxOSAwIDMwLjE2NDA2M2wtMjg2LjU4OTg0NCAyODYuNTkzNzVjLTQuMTgzNTk0IDQuMTc5Njg3LTkuNjIxMDk0IDYuMjUtMTUuMDgyMDMxIDYuMjV6bTAgMCIvPjxwYXRoIGQ9Im0zMDcuOTI5Njg4IDMyOS4zOTg0MzhjLTUuNDYwOTM4IDAtMTAuOTIxODc2LTIuMDg5ODQ0LTE1LjA4MjAzMi02LjI1bC0yODYuNTg5ODQ0LTI4Ni41OTM3NWMtOC4zNDM3NS04LjMzOTg0NC04LjM0Mzc1LTIxLjgyNDIxOSAwLTMwLjE2NDA2MyA4LjMzOTg0NC04LjMzOTg0NCAyMS44MjAzMTMtOC4zMzk4NDQgMzAuMTY0MDYzIDBsMjg2LjU4OTg0NCAyODYuNTkzNzVjOC4zNDM3NSA4LjMzOTg0NCA4LjM0Mzc1IDIxLjgyNDIxOSAwIDMwLjE2NDA2My00LjE2MDE1NyA0LjE3OTY4Ny05LjYyMTA5NCA2LjI1LTE1LjA4MjAzMSA2LjI1em0wIDAiLz48L2c+PC9zdmc+") !important;
	display: block;
	cursor: pointer;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .reply-btn {
	width: 190px;
	height: 48px;
	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;
	background-color: #F8F8F8;
	border-radius: 24px;
	color: #B1B1B1;
	font-size: 17px;
	margin-left: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 400;
}

body #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .reply-btn.hvr:hover {
	background-color: #F1F1F1;
}

body #videoComponent #videoContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body #videoComponent #desktopCommentsPlace #newCommentsForm {
	position: relative;
	padding-top: 35px;
	margin-top: 15px;
}

body #videoComponent #desktopCommentsPlace #newCommentsForm:before {
	height: 280px;
	left: calc(50% + 200px);
	width: 100vw;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

#mobileBody #newCommentsForm:before {
	display: none;
}

#mobileBody #newCommentsList .newCommentsListTop {
	padding: 0;
}

#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent {
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#mobileBody #newCommentsList .newCommentsLoadMore {
	margin: 0 auto;
	text-align: center;
	width: 200px;
	background-color: #F5F5F5;
	border-radius: 22px;
	color: #585858;
	font-size: 16px;
	padding: 5px 10px;
	height: 37px;
	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;
}

#mobileBody #newCommentsList .newCommentsLoadMore span {
	padding-top: 3px;
	position: relative;
	padding-right: 32px;
}

#mobileBody #newCommentsList .newCommentsLoadMore span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 8px;
	margin-top: -4px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC40NjUiIGhlaWdodD0iOC4yNDYiIHZpZXdCb3g9IjAgMCAxNC40NjUgOC4yNDYiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiM1ODU4NTg7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAwMSAtOTcuMTQpIj48cGF0aCBjbGFzcz0iYSIgZD0iTTcuMjMzLDEwNS4zODZhMS4wMSwxLjAxLDAsMCwxLS43MTYtLjNMLjMsOTguODdBMS4wMTMsMS4wMTMsMCwwLDEsMS43Myw5Ny40MzdsNS41LDUuNSw1LjUtNS41YTEuMDEzLDEuMDEzLDAsMCwxLDEuNDMyLDEuNDMzbC02LjIyLDYuMjJBMS4wMSwxLjAxLDAsMCwxLDcuMjMzLDEwNS4zODZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9nPjwvc3ZnPg==");
}

@media screen and (max-width: 600px) {
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote {
		width: 70px;
	}
}

@media screen and (max-width: 500px) {
	#mobileBody #newCommentsForm .commentAvatar {
		width: 45px;
		height: 45px;
		margin-right: 15px;
	}
	#mobileBody #newCommentsForm .commentContent {
		width: calc(100% - 60px);
	}
	#mobileBody #newCommentsForm .commentContent #commentForm .row.input .textarea textarea {
		font-size: 15px;
	}
	#mobileBody #newCommentsList .newCommentsListTop .title {
		font-size: 17px;
	}
	#mobileBody #newCommentsList .newCommentsListTop .sorting {
		width: 175px;
	}
	#mobileBody #newCommentsList .newCommentsListTop .sorting .select span {
		font-size: 15px;
	}
	#mobileBody #newCommentsList .newCommentsListTop .sorting .layer .option {
		font-size: 15px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment {
		padding: 30px 0 20px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .author-row {
		margin-bottom: 15px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .author-row .commentAvatar {
		width: 50px;
		height: 50px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .author-row .author-name {
		font-size: 15px;
		max-width: calc(100% - 165px);
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .author-row .time {
		font-size: 13px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .message p {
		font-size: 17px;
		line-height: 29px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .message a {
		font-size: 17px;
		line-height: 29px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote {
		width: 60px;
		margin-right: 10px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote .icon {
		width: 17px;
		height: 15px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote .counter {
		font-size: 15px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .options {
		min-height: 30px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .options .icon {
		width: 17px;
		height: 15px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .options .text {
		font-size: 15px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .reply-btn {
		font-size: 15px;
		width: 120px;
		height: 32px;
	}
}

@media screen and (max-width: 400px) {
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .message p {
		font-size: 16px;
		line-height: 29px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .message a {
		font-size: 16px;
		line-height: 29px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote {
		width: 50px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .vote .icon {
		margin-right: 5px;
	}
	#mobileBody #newCommentsList .newCommentsListAll .newComment .commentContent .comment-footer .options .icon {
		margin-right: 5px;
	}
}

