/*=============COMMENTS==============*/

.un-comments {

	font-weight: 500;
	box-sizing: border-box;
	margin: 0px auto;

}

@media screen and (max-width: 1279px) {
	.un-comments {
		margin: 0px auto;

	}
}

@media screen and (max-width: 767px) {
	.un-comments {
		width: auto;
	}
}

@media screen and (max-width: 599px) {
	.un-comments {
		width: auto;
	}
}

@media screen and (max-width: 8192px) {
	.un-comments {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1279px) {
	.un-comments {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1007px) {
	.un-comments {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	.un-comments {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 599px) {
	.un-comments {
		margin-bottom: 16px;
	}
}

.un-comment__link {
	text-decoration: underline;
	color: #007FFF;
}

.un-comment__img {
	display: block;
	max-width: 220px;
	width: 100%;
	height: auto;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}


.hidden {
	display: none;
}

/*.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}*/



/*=========MQ==========*/

.comments-content__arr {
	display: flex;
	flex-direction: column;
}

.fb-comment__item {
	width: 100%;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono.woff") format("woff");
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-display: swap;
}

@font-face {
	font-family: "IBM Plex Mono";
	src: url("../fonts/IBMPlexMono-Bold.woff") format("woff");
	font-style: normal;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	font-display: swap;
}

/*==============RESET===================*/

:root {
	--grey: #81888c;
	--box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	--check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}

/*=========check styles=========*/

.un-steps__check {
	display: block;
	margin: 0px auto;

	text-wrap: nowrap;
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

@media screen and (max-width: 1279px) {
	.un-steps__check {
		margin: 0px auto;

	}
}

@media screen and (max-width: 767px) {
	.un-steps__check {
		margin: 0px 16px;
		width: auto;
	}
}

@media screen and (max-width: 599px) {
	.un-steps__check {
		margin: 0px 16px;
		width: auto;
	}
}

@media screen and (max-width: 8192px) {
	.un-steps__check {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1279px) {
	.un-steps__check {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1007px) {
	.un-steps__check {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	.un-steps__check {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 599px) {
	.un-steps__check {
		margin-bottom: 16px;
	}
}

.check {
	box-shadow: var(--box-shadow);
	max-width: 100%;
	font-family: var(--check-font-regular) !important;
	font-size: 1rem;
	line-height: 1rem;
}

.check__wrapper {
	padding: 0.5rem;
}

.check__iban {
	margin-bottom: 1rem;
	display: block;
	font-weight: 500;
}

.check__top-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.check__top-col-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3rem;
}

.check__top-col-1-row {
	display: flex;
	flex-direction: column;
}

.bank__logo {
	max-width: 135px;
	width: 100%;
	height: 60px;
	object-fit: cover;
	object-position: center;
}

.check__top-col-title {
	color: var(--grey);
	margin-bottom: 8px;
	margin-top: 8px;
}

.check__top-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.check__bot {
	border-bottom: 3px solid #000;
}

.check__bot-grid {
	display: grid;
	grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}

.check__bot-grid-col {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #000;
}

.check__bot-grid-col-title {
	font-weight: 500;
	background-color: rgba(128, 128, 128, 0.39);
	border-right: 1px solid #000;
	border-bottom: 3px solid #000;
	padding-left: 2px;
}

.check__thanks {
	text-align: right;
	display: block;
	margin: 0.5rem 2rem;
}

.un-steps__check-mobile {
	display: none;
	margin: 0px auto;

	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

/*=========check mq=========*/

@media screen and (max-width: 1200px) {
	.check {
		font-size: 0.8rem;
		line-height: 0.9rem;
	}
}

@media screen and (max-width: 1279px) {
	.un-steps__check-mobile {
		margin: 0px auto;

	}
}

@media screen and (max-width: 800px) {
	.un-steps__check-mobile {
		margin: 0px 16px;
		width: auto;
	}
}

@media screen and (max-width: 599px) {
	.un-steps__check-mobile {
		margin: 0px 16px;
		width: auto;
	}
}

@media screen and (max-width: 8192px) {
	.un-steps__check-mobile {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1279px) {
	.un-steps__check-mobile {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1007px) {
	.un-steps__check {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	.un-steps__check-mobile {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 599px) {
	.un-steps__check-mobile {
		margin-bottom: 16px;
	}
}

@media (max-width: 800px) {
	.un-steps__check {
		display: none;
	}

	.un-steps__check-mobile {
		display: block !important;
		padding: 1.2rem;
		border: 1px grey solid;
		font-family: var(--check-font-regular);
		line-height: 1;
		margin-bottom: 20px;
	}

	.check-mobile__top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		border-bottom: 1.5px #666 solid;
		padding-bottom: 1rem;
		margin-bottom: 1.8rem;
	}

	.check-mobile__bot {
		display: flex;
		width: 100%;
		justify-content: space-between;
		font-size: 0.9rem;
	}

	.check-mobile_lcolumn {
		display: block;
		text-align: left;
		color: #666;
	}

	.check-mobile_rcolumn {
		display: block;
		text-align: right;
		color: #000;
	}

	.check-mobile_sum-text {
		font-size: 1.3rem;
		color: #000;
	}

	.check-mobile_lcolumn p,
	.check-mobile_rcolumn p {
		font-size: 0.8rem;
		margin-bottom: 10px;
	}

	.check-mobile__logo {
		margin: 0 auto;
		max-width: 200px;
		width: 100%;
		object-fit: cover;
		object-position: center -33px;
	}

	.check-mobile_amount,
	.check-mobile__date {
		color: #666;
	}

	.check-mobile_amount {
		font-size: 1rem;
		margin-bottom: 0.7rem;
	}

	.check-mobile__date {
		margin: 0.5rem auto 0.7rem;
		font-size: 0.9rem;
	}
}

@media only screen and (max-width: 639px) {
	.un-steps__check-mobile {
		margin-bottom: 24px;
	}
}

@media (max-width: 435px) {
	.un-steps__check-mobile {
		padding: 0.8rem;
	}

	.check-mobile_lcolumn p,
	.check-mobile_rcolumn p {
		font-size: 0.7rem;
		margin-bottom: 7px;
	}

	.check-mobile_amount {
		font-size: 0.8rem;
		margin-bottom: 0.7rem;
	}

	.check-mobile__date {
		margin: 0.3rem auto 0.7rem;
		font-size: 0.7rem;
	}

	.check-mobile_sum-text {
		font-size: 0.9rem;
		color: #000;
	}

	.check-mobile__logo {
		margin-top: 0.7rem;
		object-position: 0 -30px;
	}
}

@media (max-width: 377px) {
	.un-steps__check-mobile {
		padding: 0.8rem;
	}

	.check-mobile_lcolumn p,
	.check-mobile_rcolumn p {
		font-size: 0.6rem;
		margin-bottom: 7px;
	}
}

@media (max-width: 341px) {

	.check-mobile_lcolumn p,
	.check-mobile_rcolumn p {
		font-size: 0.6rem;
		margin-bottom: 5px;
	}
}

.un-steps__check {
	padding: 10px;
}

.bank__logo {
	max-width: 200px;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.story-wrapper ol li,
.story-wrapper ol.article-list-item li {
	font-size: 16px;
	line-height: 1.533em;
}

.un-instruction__title {
	font-size: 24px;
	font-weight: 900;
}

.un-instruction__list {
	padding-left: 0 !important;
	margin: 0 !important;
}

a.un-instruction__button {
	color: #fff;
	background-color: #e11229;
}

a.un-instruction__button:hover {
	background-color: #007FFF;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.story-wrapper ol li,
	.story-wrapper ol.article-list-item li {
		font-size: 1.125em;
		line-height: 1.444em;
	}
}

.mobilenav {
	pointer-events: none;
}

#thestar-global-bar {
	pointer-events: none;
}

#page-header {
	pointer-events: none;
}

.topics__links a {
	pointer-events: none;
}

.credit__authors {
	pointer-events: none;
}

.kicker {
	pointer-events: none;
}

#trending_stories {
	pointer-events: none;
}

.tags {
	pointer-events: none;
}

.un-article__link,
.un-steps__link,
.un-instruction__link,
.un-comment__link {
	font-size: inherit;
}

.comment__decor {
	border-width: 0px;
	height: 2px;
	background-color: rgb(58, 60, 62);
}

.comment-line {
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 2rem;
	margin-left: 1rem;
}

.comment-line {
	font-weight: 600;
	color: rgb(32, 34, 36);
	font-family: BBC Reith Serif, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: -0.32px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 722px;
}

@media screen and (max-width: 1279px) {
	.comment-line {
		margin: 0px auto;
		width: 728px;
	}
}

@media screen and (max-width: 767px) {
	.comment-line {
		margin: 0px 16px;
		width: auto;
	}
}

@media screen and (max-width: 599px) {
	.comment-line {
		margin: 0px 16px;
		width: auto;
	}
}

@media screen and (max-width: 8192px) {
	.comment-line {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1279px) {
	.comment-line {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1007px) {
	.comment-line {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	.comment-line {
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 599px) {
	.comment-line {
		font-family: BBC Reith Serif, Helvetica, Arial, sans-serif;
		font-weight: 500;
		font-size: 24px;
		line-height: 28px;
		text-transform: none;
		text-decoration: none;
		letter-spacing: -0.48px;
		word-break: break-word;
		margin-top: 24px;
		margin-bottom: 16px;
	}
}

.block-avatar {
	margin-right: 1rem;
}

.block-avatar img {
	border-radius: 50%;
}

.comment-line {
	font-size: 1.3rem;
	margin: 1rem 0;
	font-weight: 500;
}

.fb-comment__text-input {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.comment-block-input__input {
	border: none;
	outline: none;
	background-color: inherit;
	flex: 0 1 70%;
}

.comment-block-input__button {
	border: none;
	font-weight: 700;
}

.fb-post {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	font-family: BBC Reith Serif, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.36px;
}

.fb-comment__sort {
	color: #365899 !important;
	cursor: pointer;
	margin: 10px 0;
}

.fb-comment__sort:hover {
	text-decoration: underline;
}

.fb-comment__sort span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-position: -408px -270px;
	background-repeat: no-repeat;
}

.fb-comment__avatar {
	height: 32px;
	min-width: 32px;
	max-width: 32px;
	width: auto;
	margin-right: 8px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 0;
}

.fb-comment__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	margin: 10px 0;
}

.fb-comment__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.fb-comment__answer {
	display: flex;
	margin-top: 1.4rem;
}

.fb-comment__text {
	/* max-width: 440px; */
	width: 100%;
	margin: 0;
	padding: 8px 10px;
	color: #1d2129;
	background-color: #f2f3f5;
	border-radius: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.fb-comment__text a {
	color: #e11229;
	text-decoration: underline;
}

.fb-comment__text a:hover {
	color: #007FFF;
}

.fb-comment__author {
	font-weight: 600;
	color: #365899 !important;
	text-decoration: none;
}

.fb-comment__author:hover {
	text-decoration: underline;
}

.fb-comment__react {
	text-decoration: none;
	color: #365899 !important;
	cursor: pointer;
}

.fb-comment__react:after {
	font-family: "fontAwesome";
	font-weight: 900;
	content: "\f08a";
	color: #606770;
	padding: 3px;
}

.fb-comment__action .fb-comment__react:nth-of-type(2)::after {
	font-family: "fontAwesome";
	font-weight: 900;
	content: "\f112";
	color: #606770;
	padding: 3px;
}

.fb-comment__posted {
	color: #606770;
}

.fb-comment__more-section {
	display: flex;
	justify-content: center;
}

.fb-comment__more {
	color: #365899 !important;
	text-decoration: none;
}

.fb-comment__more:hover {
	text-decoration: underline;
}

.fb-comment__like {
	position: absolute;
	bottom: -25px;
	right: 2px;
	height: 20px;
	width: 44px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	color: #8d949e;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 1px 2px 2px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 800px) {
	.fb-comment__like {
		right: 0px;
	}
}

.fb-comment__like img {
	height: 18px;
	width: 18px;
	display: inline-block;
	margin-right: 3px;
	padding: 0;
}

.fb-comment__action {
	font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.32px;
}

.fb-comment__action_answer {
	padding-left: 40px;
}

@media screen and (max-width: 600px) {
	.fb-post {
		width: 100%;
		margin: 0;
		/*padding: 5px;*/
		border: none;
	}

	.fb-comment__text {
		max-width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.fb-post {
		font-family: BBC Reith Serif, Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.32px;
	}

	.fb-comment__action {
		font-size: 14px;
		line-height: 22px;
		letter-spacing: -0.28px;
	}
}

.mobilenav {
	display: none;
}

@media screen and (max-width: 599px) {
	.mobilenav {
		display: block;
	}
}

.raportTitle {
	padding: 5px;
	display: flex;
	align-items: center;
	background-color: #eee;
	justify-content: center;
}


.rapport {
	border: 1px solid #eee;
	padding: 5px;
}