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

:root {
	--red: #b80000;
	--black: #303030;
	--white: #ffffff;
	--yellow: rgb(255, 229, 0);
	--gray: #626262;
	--blue: #052962;
	--title-color: #232a31;
	--text-color: #1d2228;
	--label-color: #767d84;
	--box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

	--text-size: 1.1rem;
	--text-size-sm: 0.885rem;
	--title-size: 2.5rem;
	--title-size-md: 2.1rem;
	--title-size-sd: 1.5rem;

	--guardian-bold: "Guardian Egyptian Web Bold";
	--guardian-medium: "Guardian Egyp Medium";
	--guardian-regular: "Guardian Egyp Regular";
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
	height: 100%;
}
body {
	height: 100%;
	color: var(--title-color);
}
h1,
h2,
h3,
h4 {
	color: var(--title-color);
}
h1,
h2 {
	font-size: var(--title-size);
}
ul {
	list-style: none;
	padding: 0;
}
ul {
	padding: 0;
	margin: 0;
}
p {
	margin: 0;
}
a {
	text-decoration: none !important;
	color: rgb(224, 94, 0);
	font-weight: bold;
}
img {
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: var(--white);

	width: 1140px;
	margin: 0px auto;
}
.container-my {
	max-width: 95%;
	margin: 0 auto;
}
.adv__content {
	background-color: #ffffff;
}

/*==============CHECK==============*/

/*==========HEADER==========*/

.header-top {
	color: #fff;
	position: relative;
}
.header-top__row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 42px;
	background-color: #fff;
	margin: auto;
	letter-spacing: -0.5px;
}
.header-top__list {
	display: flex;

	a {
		color: #999;
		text-decoration: none;
	}
}

.header-sub-logo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-right: 10%;
	margin-bottom: -4%;
}

.header-top__item {
	color: #999;
	display: flex;
	padding: 10px 18.5px 10px 0px;
	font-size: 0.9rem;
	transition: color 80ms ease-out;
	height: fit-content;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	height: 42px;
}
.item-img {
	padding: 10px 11px 10px 11px;
}
.list_1 .header-top__item {
	padding: 10px 18.5px 10px 9px;
}
.header-top__item svg {
	width: 18px;
	height: 18px;
	margin-right: 4px;
}
.list_1 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-left: -2rem;
	text-transform: uppercase;
	color: rgb(153, 153, 153);
	font-weight: 700 !important;

	.header-top__item {
		a {
			&:hover {
				border-bottom: none !important;
			}
		}
	}
}
.list_1 .header-top__item {
	border-left: 1px solid #e6e6e6;
}
.list_1 .header-top__item:last-child {
	border-right: 1px solid #e6e6e6;
}

.item-img {
	border-left: 1px solid #e6e6e6;
}
.item-img:last-child {
	border-right: 1px solid #e6e6e6;
}
.list_1 img {
	margin: auto 10px;
}

.header-top__item span {
	margin: auto;
	color: #999;
	font-size: 1rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.list_1 span {
	font-size: 0.9rem;
}

.header-top::after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #e6e6e6;
}
.header-nav {
	color: #fff;
	margin-top: 2.9rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin-left: -0.7rem;
	margin-right: -0.7rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header-nav__row {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.header-nav__item {
	font: 1.25rem / 1 "Roboto Condensed", sans-serif;
	font-weight: 500;
	padding: 0rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding-bottom: 5px;
	color: rgb(17, 17, 17);
	text-wrap: nowrap;
}
.header-nav__item:nth-child(1) {
	position: relative;
}
.hdr_hr::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #f90;
}
.container-my {
	font-size: 20px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.logo {
	width: 210px;
	height: auto;
	margin-left: 0.3rem;
	margin-top: 1.4rem;
}

.header_imgs {
	width: 20px;
	height: 20px;
}

.author-share-date-container {
	width: 100%;
	margin: 16px auto 16px auto;
}
.author-share-date::before {
	margin-bottom: 0.6rem;
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 16px;
	border-bottom: 1px solid #e6e6e6;
	z-index: 1;
}
.author-share-date {
	align-items: flex-end;
}
.author-share-date {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
}
.author-share-date .bal-hasab {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.author-share-date .bal-hasab,
.author-share-date .jobb-hasab {
	display: flex;
	align-items: flex-end;
	align-items: center;
}
.author-share-date .szerzok_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.author-share-date .szerzo {
	display: flex;
	align-items: center;
	flex-shrink: 1;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;

	text-transform: uppercase;

	color: #111;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
}

.datum {
	color: #999999;
	line-height: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-right: 1.4rem;
}
.social-follow {
	flex-flow: var(--sf-direction) wrap;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: var(--sf-padding);
	background: var(--sf-background);
	color: var(--sf-color);
	font: bold var(--sf-font-size) / normal "Open Sans", sans-serif;
}
.social-follow.small {
	--sf-direction: row;
	--sf-padding: 6px 8px;
	--sf-font-size: 14px;
	--sf-logo-width: 37px;
	display: var(--display-small, flex);
}
.social-follow.facebook {
	--sf-background: linear-gradient(300deg, #0062e0, #19afff);
	--sf-color: white;
}
.social-follow img {
	display: block;
	width: var(--sf-logo-width);
}
.social-follow.small p {
	max-width: 135px;
	margin-right: auto;
}
.social-follow p {
	font-size: inherit;
	font-weight: bold;
	line-height: 1.07;
}
.social-follow a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 7px 16px;
	background: white;
	color: #0062e0 !important;
}
.social-follow.facebook {
	--sf-background: linear-gradient(300deg, #0062e0, #19afff);
	--sf-color: white;
}
.social-follow.small {
	--sf-direction: row;
	--sf-padding: 3px 6px 0px 6px;
	--sf-font-size: 12px;
	--sf-logo-width: 37px;
	display: var(--display-small, flex);
	margin: 10px 0px;
}
.fb {
	background-color: rgb(0, 98, 224);
	width: 22px !important;
	padding: 3px 7px;
	border-radius: 100%;
}
.jobb-hasab p,
.jobb-hasab a {
	font-weight: bolder;
	font-size: 12.4px;
	margin: 0.3rem auto;
}
.jobb-hasab a {
	text-decoration: none;
}
.orange_item {
	background-color: #f90;
	margin-top: 0.4rem;
	display: inline-block;
	vertical-align: top;
	font: bold 11px/14px "_IPH Open Sans", sans-serif;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	width: 77px;
	padding: 2% 1% 1% 1%;
	text-decoration: none;
	text-transform: uppercase;
}

.user_plus {
	width: 17px;
	margin-top: -5px;
}
.kovetes {
	display: flex;
	flex-direction: column;
}

.szerzo-kep {
	width: 40px;
	height: 40px;
	margin-right: 7px;
}
/*=======CONTENT=======*/

.content-flex {
	display: flex;
	margin-left: -1rem;
}
.date {
	margin-right: 1rem;
}
.img_share {
	width: 40px;
	margin: 6% 0;
	background-color: rgb(241, 241, 241);
	padding: 8px;
}
.adv__content {
	flex: 1 1 31%;
}
.szerzok_container {
	width: 70%;
}
.main__content {
	padding: 0 5px;
	flex: 1 1 70%;
	max-width: 764px;
	width: 100%;
}

/*==========CONTENT-NAME==========*/

/*=========MAIN-CONTENT===========*/
.main__title {
	font-weight: 700;
	font-size: 3rem;
	margin-left: -0.7rem;
	margin-top: 1.8rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/*=============INFO================*/

.info,
.block-info {
	color: #323232;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.info__text {
	margin: 1rem 0;
}

.info__text_italic {
	font-style: italic;
	color: #666;
	border-left: 2px solid #f90;
	padding-left: 16px;
}

.main__img {
	width: 100%;
}

.info__img {
	max-width: 730px;
	width: 100%;
}
.info__text a:hover {
	color: var(--blue);
}

/*=========STEPS==============*/
/*===========BENEFITS============*/

/*=========REG=============*/

/*=========REG=============*/
.reg__title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

@media (max-width: 500px) {
	.reg__title {
		font-size: 24px;
	}
}

/*==========TAGS================*/
/*==========TAGS================*/

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

.comment {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.comment-content {
	display: flex;
	flex-direction: column;
}

.comment-block {
	margin-top: 1rem;
	display: flex;
	justify-content: flex-start;
	border-top: 1px solid #767d843c;
	padding-top: 0.5rem;
}
.comment-block-answer {
	margin-left: 4rem;
}
.block-avatar {
	margin-right: 1rem;
}
.block-avatar img {
	border-radius: 50%;
	max-width: 32px;
}
.block-info {
	width: 100%;
}
.block-info-comment {
	position: relative;
}
.block-info-comment__svg {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	font-size: 0.8rem;
}
.block-info-comment__svg svg {
	background-color: #62626237;
	border-radius: 50%;
	fill: #303030;
	width: 20px;
	padding: 5px;
}
.block-info-comment__name {
	font-weight: 700;
	color: rgb(224, 94, 0);
	padding-bottom: 1rem;
}
.block-info-comment__name span {
	font-size: 0.8rem;
	font-weight: normal;
	color: #30303093;
	padding-left: 0.5rem;
}
.block-info-line {
	display: flex;
	flex-direction: column;
}

.block-info-line__like {
	display: flex;
	justify-content: flex-end;
	color: #626262;
	font-weight: normal;
	font-size: 0.7rem;
}

/*================ADVCONTENT===============*/

.adv__content {
	display: flex;
	flex-direction: column;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.adv__col {
	border: 1px solid #ccc;
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 1px;
	border-top: 0;
	padding: 16px;
	color: #323232;
	display: flex;
	flex-flow: wrap;
	margin-top: -0.5rem;
}
.adv__block {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
.adv__title {
	color: #fff;
	background-color: #323232;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 42px;
	padding-left: 16px;
	text-align: left;
	font-size: 14px;
}
.adv__info {
	flex: 1 1 75%;
}

/*==========RECOMMEND=========*/

body {
	overflow-x: hidden;
	margin: 0% !important;
	width: 100% !important;
}

/*==========FOOTER===========*/

.footer {
	/* background-color: var(--blue); */
	padding: 1.2rem 2rem;
	border-top: 2px solid #d0d0d0;
}
.footer_end {
	text-align: center;
}

/*========MEDIA-QUERIES=========*/

@media (max-width: 1200px) {
	.header-nav__item {
		white-space: nowrap;
	}
}

@media (max-width: 990px) {
	.header-top__item:nth-child(1) {
		display: none;
	}
	.header-top__item:nth-child(3) {
		display: none;
	}
	.header-top__item:nth-child(4) {
		display: none;
	}
	.header-top__item:nth-child(2) {
		display: block;
	}
}

@media (max-width: 768px) {
	.header {
		margin: 0 0% 0 6%;
	}
	.header-top::after {
		left: -7%;
		width: 108%;
	}
	.vis {
		display: block !important;
	}
	.list_1 .header-top__item {
		padding: 10px 6.5px 10px 13px;
	}
	.jobb-hasab {
		display: none !important;
	}
	.main__title {
		font-size: 2rem;
		margin-left: 0rem;
		margin-top: 1.8rem;
	}
	.main__content {
		padding: 0 1% 0 3%;
	}
	.header-nav__item {
		font-size: 0.9rem;
		margin-right: 1rem;
	}
	.header-top__item span {
		display: none;
	}
	.header-nav__row {
		overflow-x: auto;
	}
	.wrapper {
		width: auto;
	}
	.container-sm {
		max-width: 764px !important;
	}
	.adv__content {
		display: none;
	}
	.header-nav__row {
		gap: 0;
	}

	.header-nav__item:nth-child(1)::before {
		width: 100%;
	}
	.header-nav__item:nth-child(6) {
		display: none;
	}
	.header-nav {
		display: flex;
		justify-content: space-between;
	}
}

.comm_image {
	width: 230px;
}

@media (max-width: 710px) {
	.comment-block-answer .block-info-comment {
		width: 83%;
		/*
    margin-top: 2rem; */
	}
	.no_itm {
		display: none;
	}
	.comment-block-answer {
		margin-left: 1.6rem;
	}
	.block-info-comment__name {
		font-size: 0.85rem;
	}
	.comment-block-answer img {
		width: 100%;
	}
	.comment-block-answer .block-info-comment__svg {
		margin-right: -2rem;
	}
	.header-top__list {
		padding-left: 0;
		/* padding-right: 20px; */
	}
	.header-nav {
		margin-top: 2rem;
	}
	.comment-block-answer .comm {
		width: 75%;
	}
	.block-info-comment__name span {
		padding-left: 0;
		display: block;
	}
}

@media (max-width: 520px) {
	.footer__row {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
@media (max-width: 494px) {
	.header-nav__item {
		padding: 2px 0.3rem;
	}
}

/*=========CHECKMQ=======*/
@media (max-width: 1024px) {
	.header-nav__row {
		display: none;
	}
}

.cikk-cimkek {
	display: flex;
	padding-left: 0;
	gap: 2px;
	margin-top: 12px;
}

.cimke {
	text-transform: uppercase;
	padding: 3px 5px;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: block;
	color: #fff;
	background-color: #8ac6e2;
}

.cimke-active {
	background-color: #158dc5;
}

.logo {
	width: 187px;
	height: 33px;
	margin-left: 0;
}

.header-nav {
	margin: 0;
	margin-top: 20px;
}

.header-sub-logo {
	margin-bottom: 0;
}

.header-wrapper {
	max-width: 95%;
	margin: 0 auto;
}

.header-wrapper .container-my {
	margin: 0;
}

.header-top__item span {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.header-top__list.list_1 .header-top__item span {
	font-weight: 700;
	font-size: 14px;
}

.author-share-date .szerzo {
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.author-share-date {
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.info,
.block-info {
	font-weight: 400;
}
@media (max-width: 768px) {
	.header-top__item span {
		display: block;
	}
	.header-top__item:nth-child(1),
	.header-top__item:nth-child(3),
	.header-top__item:nth-child(4) {
		display: block;
	}
	.header-top__list.list_1 {
		display: none;
	}
	.header-top__item.item-img {
		display: none;
	}
	.header-top__item span {
		font-weight: 400;
	}
	.header {
		margin: 0;
	}
	.header-top__list {
		padding-left: 20px;
	}
	.header-wrapper {
		max-width: 100%;
	}
	.logo {
		width: 138px;
		height: 25px;
		margin-top: 0;
	}
	.header-subscribe {
		padding: 20px;
		padding-bottom: 12px;
	}
	.header-nav {
		margin-top: 0;
	}
}

.faq-list li {
	list-style-type: disc;
}

.form-wrap {
	width: 100%;
	max-width: 450px;
	margin: 20px auto;
}

@media (max-width: 768px) {
	.main__content {
		padding: 0;
	}
}

@media (max-width: 576px) {
	.container-sm {
		padding: 0;
	}
}

.header-top__item span {
	white-space: nowrap;
}

.cikk-cimkek {
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.header-top__item {
		height: auto;
	}

	.main__title {
		font-size: 24px;
	}

	.main__title {
		margin-top: 1rem;
	}

	.img-thumbnail {
		padding: 0;
		border: none;
		border-radius: 0;
	}

	.datum {
		display: flex;
		width: 100%;
		flex-direction: column;
	}

	.date {
		margin-right: 0;
		text-align: right;
		padding: 10px 0;
	}

	.img_share {
		margin: 0;
	}

	.author-share-date::before {
		margin-bottom: 0;
	}

	.main__img {
		width: 100vw;
		margin: 0 -2.5vw;
	}

	.header-top::after {
		display: none;
	}

	.header-top__row {
		border-bottom: 1px solid #e6e6e6;
	}

	.jobb-hasab {
		display: none !important;
	}

	.header-top__list {
		overflow-x: auto;
		overflow-y: hidden;
		margin-bottom: 0;
		padding-bottom: 16px;
	}
}

.wrapper {
	max-width: 1140px;
	width: 100%;
}

@media (max-width: 768px) {
	.wrapper {
		overflow: hidden;
	}
}

.notification {
	position: relative;
}

.notification:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 10px;
	height: 4px;
	background-color: white;
	transform: translateX(-50%);
	z-index: 1;
}

.cikk-cimkek {
	margin-top: 4px;
}

.navi_twitter {
	display: inline-block;
	width: 32px;
	height: 16px;
}

.navi_twitter img {
	max-width: 100%;
	height: auto;
}

.navi_socials {
	display: inline-block;
	width: 16px;
	height: auto;
	aspect-ratio: 1 / 1;
}

.navi_socials img {
	max-width: 100%;
	height: auto;
}

.header-nav__item {
	padding: 0.625rem;
	font-size: 1.25rem;
	font-weight: 400;
}

.header-nav__item.twitter {
	margin-left: auto;
}

.header-nav__item:nth-child(1) {
	padding-left: 0;
}

a {
	color: #e11229;
	font-weight: inherit;
}

a:hover {
	color: #007fff !important;
	border-bottom: 1px solid #007fff !important;
}

.container-my.hdr_hr {
	max-width: 100%;
}

.container-my {
	max-width: 100%;
}

.header-wrapper {
	max-width: 100%;
	padding: 16px;
	padding-right: 0;
	padding-bottom: 0px;
}

.header-top::before {
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	background: red;
}

.header-top::after {
	left: -100vw;
	width: 400vw;
}

.content {
	padding: 0 16px;
}

.main__title {
	margin-left: 0;
}

.header-top__item {
	align-items: center;

	a {
		color: #999;
	}
}

.m-cf-fejlec_container_inda_kiadvanyok_item_inda_container_icon {
	fill: #999;
	height: 7px !important;
	margin-top: 2px;
	margin-left: 6px;
	width: 11px !important;
}

@media (max-width: 1244px) {
	.header-nav__item {
		font-size: 17px;
	}

	.header-top__list.list_1 .header-top__item span {
		display: none;
	}
}

@media (max-width: 990px) {
	.header-top__item:nth-child(1) {
		display: block;
	}
}

.exp__block {
	display: none;
}
.mobile-container * {
	font-size: 16px;
	line-height: 2;
}

.reddit-author {
	position: relative;
}

.reddit-dots {
	position: absolute;
	right: 0;
	display: block;
}

.post__img {
	display: flex;
	align-items: center;
}

.background-text {
	color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}

.post-content__text {
	margin-bottom: unset !important;
}

.main-img {
	width: 80%;
	margin: 0 auto;
}

.reddit-content__actions {
	gap: 20px;
}

@media (max-width: 767px) {
	.main-img {
		max-width: unset;
		width: 100%;
	}

	.reddit-content__actions {
		gap: unset;
		justify-content: space-between;
	}

	.reddit-action {
		padding: 5px;
	}

	.post-info {
		max-width: 75%;
	}

	.post-content__actions {
		margin-left: -2rem;
	}

	.action {
		gap: 1px;
		padding: 2px;
	}
}

/* @media (max-width: 350px) {
														.border_day-container {
															max-width: 295px;
														}
													} */
.reddit-header {
	padding-bottom: 12px;
}

.post-header {
	align-items: flex-start;
}

@media (min-width: 320px) {
	.reddit-header {
		display: flex;
		gap: 5px;
		margin-bottom: 5px;
	}

	.post-header {
		padding-bottom: 12px;
	}

	@media (max-width: 450px) {
		.post-header {
			flex-direction: column;
		}

		.post-header * {
			font-size: 16px;
			word-break: unset;
		}
	}

	@media (max-width: 375px) {
		.post-header * {
			font-size: 14px;
		}
	}

	@media (max-width: 330px) {
		.post-header * {
			font-size: 13px;
		}
	}

	.faq-list {
		display: flex;
		flex-direction: column;
		gap: 10px;

		padding-left: 20px;
	}

	.post-header {
		position: relative;
	}

	.post-dots {
		position: absolute;
		right: 0;
	}

	.actions__block * {
		word-break: keep-all;
	}
}

.post-container * {
	margin: 0;
	padding: 0;
	font-family: "Twitter Chirp", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Helvetica, Arial, sans-serif;
	color: #0f1419;

	background-color: #fff;
}
/* HEADER */
.post-container {
	box-shadow: 0 4px 6px hsla(197, 32%, 65%, 0.5);
	padding: 10px;
	border-radius: 20px;
	pointer-events: none;
}
.profile-info__email {
	font-size: 15px;
	color: #536471;
	font-weight: 400;
	margin-bottom: 16px;
}

.post {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	padding-bottom: 10px;
	margin-top: 12px;
}
.post-images {
	display: flex;
	flex-direction: column;
}

.post__img {
	width: 40px;
	height: 40px;
}
.post__img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.post-author {
	display: flex;
	/* line-height: 1.7; */
	justify-content: space-between;
}
.post-author__first {
	display: flex;
	gap: 2px;
}
.post-author__second {
	fill: #536471;
}
.post-author__name {
	vertical-align: middle;
	font-weight: 600;
}
.post-info {
	flex-grow: 1;
}
.post-info .post-email {
	display: flex;
	justify-content: baseline;
	gap: 5px;
	max-height: 20px;
}
.post-email p {
	color: #536471;
	font-size: 13px;
}
.post-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.post-content__text {
	line-height: 20px;
	font-size: 15px;
}
.post-content__img-container {
	display: flex;
	justify-content: space-between;
}
.post-content__actions {
	display: flex;
	justify-content: space-between;
}
.action {
	color: #536471;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.action__share--desktop {
	display: none;
}
.post-content__actions svg {
	width: 18.75px;
	fill: #536471;
}

.post-dots {
	display: none;
}
.x-widget__section {
	margin-bottom: 20px;
}
@media (min-width: 375px) {
	.post-author__second {
		display: none;
	}
	.post-header {
		display: flex;
		gap: 5px;
	}
	.post-dots {
		display: block;
		margin-left: auto;
		fill: #536471;
	}
}

@media (min-width: 500px) {
	.action__share--mobile {
		display: none;
	}
	.action__share--desktop {
		display: flex;
		gap: 5px;
	}
}

/* FONTS */

.reddit-container * {
	margin: 0;
	padding: 0;
	font-family: "Twitter Chirp", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Helvetica, Arial, sans-serif;
	pointer-events: none;
	background-color: #fff;
}
/* HEADER */
.reddit-container {
	box-shadow: 0 4px 6px hsla(197, 32%, 65%, 0.5);
	padding: 16px;
	border-radius: 20px;
}
.profile-info__email {
	font-size: 15px;
	color: #536471;
	font-weight: 400;
	margin-bottom: 16px;
}

.reddit {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	padding-bottom: 10px;
	margin-top: 12px;
}
.reddit-author {
	display: flex;
	gap: 5px;
}
.reddit-author__first {
	display: flex;
	gap: 2px;
}
.reddit-author__name {
	font-weight: 600;
	font-size: 14px;
	color: #333d42;
}
.reddit-info {
	flex-grow: 1;
}
.reddit-info .reddit-email {
	display: flex;
	justify-content: baseline;
	gap: 5px;
	max-height: 20px;
	color: #333d42;
	font-size: 13px;
	line-height: 1;
}
.reddit-email p {
	color: #536471;
}
.reddit-content {
	display: flex;
	flex-direction: column;
	/* gap: 20px; */
}
.reddit-content__text {
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 10px;
}
.reddit-content__actions {
	display: flex;
	/* gap: 20px; */
}

.reddit-content__actions svg {
	width: 18.75px;
	fill: #536471;
}

.reddit-dots {
	display: none;
}

@media (min-width: 375px) {
	.reddit-header {
		display: flex;
		gap: 5px;
		margin-bottom: 5px;
	}
	.reddit-dots {
		display: block;
		margin-left: auto;
		fill: #000;
	}
}
.reddit-action {
	display: flex;
	align-items: center;
	gap: 5px;
	background-color: #e5ebee;
	width: fit-content;
	padding: 8px;
	border-radius: 20px;
}
.reddit-action svg {
	max-height: 16px;
	background-color: #e5ebee;
}
.reddit-action span {
	font-size: 12px;
	font-weight: 600;
	background-color: #e5ebee;
}

.fb-widget__section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	margin: 0 auto;
	align-items: center;
	margin-bottom: 1.4rem;
	pointer-events: none;
}

.fb-widget {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	font-family: "Helvetica Neue", Arial, sans-serif !important;
	/* max-width: 500px; */
	width: 100%;
}

.fb-widget__header {
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 12px 16px 12px;
}

.fb-widget__avatar {
	display: block;
	width: 40px;
	height: 40px;
}

.fb-widget__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

.fb-widget__info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.fb-widget__author {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.3em;
}

.fb-widget__name {
	font-weight: 600;
	color: #050505;
	font-size: 15px;
	line-height: 1.3333;
	margin: 0 !important;
}

.fb-widget__author svg {
	color: #0866ff;
	display: block;
}

.fb-widget__date {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.3em;
	line-height: 1.2308;
	color: #65676b;
}

.fb-widget__date span {
	font-size: 13px;
}

.fb-widget__date svg {
	display: block;
}

.fb-widget__main {
	display: flex;
	flex-direction: column;
	margin: 4px 0 /*16px*/ 0;
}

.fb-widget__main p {
	margin: 0.5em 16px 0;
	word-break: break-word;
	line-height: 1.3333;
	font-weight: 400;
	font-size: 15px;
}

.fb-widget__main p:first-of-type {
	margin: 0 16px;
}

.fb-widget__reaction {
	display: flex;
	padding: 10px 0;
	margin: 0 16px;
	color: #65676b;
}

.emojis__block {
	display: flex;
	flex-grow: 1;
	gap: 0.2em;
	align-items: center;
}

.emoji {
	width: 18px;
	height: 18px;
	margin: 0;
	display: flex;
}

.amount {
	display: flex;
	align-items: center;
	max-width: 100px;
	width: 100%;
	text-align: left;
	padding-left: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3333;
	font-weight: 400;
	font-size: 13px;
}

.actions__block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-shrink: 0;
}
.actions__block span {
	word-break: auto-phrase;
}

.action {
	display: flex;
	gap: 5px;
	padding: 4px;
	align-items: center;
}

.amount_diff {
	padding-left: 0;
}
.main-text {
	margin-bottom: 10px !important;
}
.main-img {
	max-width: 80%;
	max-height: 500px;
	margin: 0 auto;
}

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}
*,
::after,
::before {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
h1 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem;
	}
}
h2 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	h2 {
		font-size: 2rem;
	}
}
h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	h3 {
		font-size: 1.75rem;
	}
}
h4 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	h4 {
		font-size: 1.5rem;
	}
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
ul {
	padding-left: 2rem;
}
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
b,
strong {
	font-weight: bolder;
}
.small {
	font-size: 0.875em;
}
a {
	color: #0d6efd;
	text-decoration: underline;
}
a:hover {
	color: #0a58ca;
}
img,
svg {
	vertical-align: middle;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button {
	text-transform: none;
}
[type="button"],
button {
	-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::-webkit-file-upload-button {
	font: inherit;
}
::file-selector-button {
	font: inherit;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}
.container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-sm {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-sm {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-sm {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container-sm {
		max-width: 1320px;
	}
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
/*# sourceMappingURL=bootstrap.min.css.map */

:root {
	--iti-border-gray: #ccc;
	--iti-text-gray: #999;
	--iti-hover-color: rgba(0, 0, 0, 0.05);
	--iti-border-color: var(--iti-border-gray);
	--iti-dialcode-color: var(--iti-text-gray);
	--iti-dropdown-bg: white;
	--iti-spacer-horizontal: 8px;
	--iti-flag-height: 15px;
	--iti-flag-width: 20px;
	--iti-border-width: 1px;
	--iti-arrow-height: 4px;
	--iti-arrow-width: 6px;
	--iti-triangle-border: calc(var(--iti-arrow-width) / 2);
	--iti-arrow-padding: 6px;
	--iti-arrow-color: #555;
	--iti-input-padding: 6px;
	--iti-right-hand-selected-country-padding: calc(
		var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
			var(--iti-flag-width)
	);
	--iti-selected-country-arrow-padding: calc(
		var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) +
			var(--iti-spacer-horizontal) + var(--iti-arrow-width) +
			var(--iti-input-padding)
	);
	--iti-path-flags-1x: url("e19a8da1c799a9cc2830.webp");
	--iti-path-flags-2x: url("db6fb6e2fdb8cc90ded0.webp");
	--iti-path-globe-1x: url("7fb216c936a98b90918e.webp");
	--iti-path-globe-2x: url("5dc7e51d6b5d42fc2be4.webp");
	--iti-flag-sprite-width: 5762px;
	--iti-flag-sprite-height: 15px;
	--iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
	.iti-aio__country-container:not(:has(+ input[disabled])):not(
		:has(+ input[readonly])
	):hover,
.iti-aio--allow-dropdown
	.iti-aio__country-container:not(:has(+ input[disabled])):not(
		:has(+ input[readonly])
	):hover
	button {
	cursor: pointer;
}
.iti-aio--allow-dropdown
	.iti-aio__country-container:not(:has(+ input[disabled])):not(
		:has(+ input[readonly])
	)
	.iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
	.iti-aio__country-container:not(:has(+ input[disabled])):not(
		:has(+ input[readonly])
	)
	.iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
	.iti-aio__selected-country-primary {
	background-color: var(--iti-hover-color);
}

.VIpgJd-yAWNEb-L7lbkb div,
.VIpgJd-yAWNEb-L7lbkb span,
.VIpgJd-yAWNEb-L7lbkb img {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	text-align: left;
	line-height: normal;
}
.VIpgJd-yAWNEb-L7lbkb {
	color: #222;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	display: none;
	font-family: arial;
	font-size: 10pt;
	width: 420px;
	padding: 12px;
	position: absolute;
	z-index: 10000;
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-nVMfcd-fmcmS {
	clear: both;
	font-size: 10pt;
	position: relative;
	text-align: justify;
	width: 100%;
}
.VIpgJd-yAWNEb-L7lbkb span:focus {
	outline: none;
}
.VIpgJd-yAWNEb-hvhgNd {
	font-family: "Google Sans", Arial, sans-serif;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-l4eHX-i3jM8c {
	position: absolute;
	top: 10px;
	left: 14px;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif-i3jM8c {
	margin: 16px;
	padding: 0;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc {
	margin: 0 0 0 36px;
	padding: 0;
	color: #747775;
	font-size: 14px;
	font-weight: 500;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 {
	width: auto;
	padding: 12px 0 0;
	color: #1f1f1f;
	font-size: 16px;
	text-align: initial;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid {
	border-radius: 0 0 12px 12px;
	margin: 0;
	background: #f1f4f9;
	position: relative;
	min-height: 50px;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od {
	display: inline-block;
	width: 77%;
	padding: 12px;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
	color: #1f1f1f;
	font-size: 12px;
	font-weight: 500;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
	color: #444746;
	font-size: 12px;
	padding-top: 4px;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 {
	position: absolute;
	top: 10px;
	right: 5px;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-THI6Vb {
	fill: #0b57d0;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf {
	margin: -4px 2px 0 0;
	padding: 2px 0 0;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 24px;
	cursor: pointer;
	background: none;
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf:hover {
	background: #e8ebec;
}

.main-btn {
	display: block;
	padding: 16px 0;
	background: #ffa318;
	border-radius: 12px;
	margin: 0 auto;
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: color 0.3s ease, scale 0.3s ease;
	&:hover {
		border-bottom: none !important;
		scale: 1.03;
	}
}
