@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Droid+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}
body {
	background-color: #091326; /* Color de fondo oscuro */

	/*background-image: 
        radial-gradient(at top left, rgba(255, 255, 255, 0.04), transparent 50%), /* Difuminado en la esquina superior izquierda */
	/*radial-gradient(at top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%); /* Resplandor en el medio superior */
	/* background-image: radial-gradient(at top left, rgba(255, 255, 255, 0.08), transparent 50%); */
	/* background-image: url('/files/img/background.jpg'); */

	font-family: 'IBM Plex Sans', sans-serif;
	/* font-family: 'Droid Sans', sans-serif; */
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 0 20px;
}

.logoid {
	display: flex;
	margin-right: auto;
	margin-top: -11px;
}

.separator {
	height: 3px;
	color: #000000;
	max-width: 1150px;
	margin-top: 100px;
	margin-bottom: 100px;
}

/********* Header Bar ***************************************/

.headerbar {
	/*    border:solid 1px red; */
	max-width: 2500px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 5px auto;
}

.headerbar__navulcontainer {
	/*    border:solid 1px orange; */
	display: flex;
	max-width: 900px;
	gap: 56px;
	justify-content: space-between;
	align-items: center;
	margin-right: 150px;
}

.headerbar__navbar {
	/*    border:solid 1px violet; */
	display: flex;
	margin-right: 40px;
	padding-bottom: 13px;
}

.headerbar__navbarul {
	display: flex;
	list-style: none;
	align-items: center;
	font-size: 15px;
	font-weight: lighter;
	width: 333px;
	justify-content: space-between;
}

.headerbar__navbarul li a {
	text-decoration: none;
	color: #696b6f;
}
.headerbar__navbarul li a:hover {
	color: #ffffff;
}

.Header-tittle {
	max-width: 1060px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 63px;
	margin-top: 63px;
}

.Section-logo {
	/*  border:solid 1px yellow; */
	text-align: center;
	margin-bottom: 100px;
}

.separator-menu {
	height: 3px;
	margin-bottom: 20px;
}

.menuburger {
	display: none;
}

.menulang {
	display: none;
}

/*  Flags  */
.headerbar__flags {
	display: flex;
	list-style: none;
	width: 280px;
	justify-content: space-between;
	align-items: center;
}
.headerbar__flags li {
	display: block;
}

/*  Hide Flags OFF */
.headerbar__flags li:nth-child(4) {
	display: none;
}
.headerbar__flags li:nth-child(5) {
	display: none;
}

/*  Hide menu dots or numbers */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type='number'] {
	-moz-appearance: textfield;
}

.headerbar__flags img {
	width: 19px;
	height: 19px;
	vertical-align: text-top;
}

.selectorlang {
	display: block;
	width: 40px;
	height: 35px;
	opacity: 0%;
}

.flagtext {
	display: inline-block;
	font-weight: 400;
}
.flagimg {
	vertical-align: bottom;
	margin-right: 10px;
	margin-left: 20px;
}
.headerbar__flags {
	border: 1px solid #4e4f5275;
	background-color: #050b16;
	display: none;
	position: absolute;
	right: 21px;
	width: 160px;
	height: 140px;
	top: 60px;
	padding-bottom: 20px;
	padding-top: 20px;
	z-index: 1;
	border-radius: 7px;
	align-items: flex-start;
}

#flags-switch {
	padding-top: 19px;
}

.headerbar__flags a {
	text-decoration: none;
	color: #696b6f;
}
.headerbar__flags a:hover {
	color: #49afe9;
}
.menulang {
	display: block;
	pointer-events: none;
}

.selectorlang,
.menulang {
	position: absolute;
	cursor: pointer;
	top: 18px;
	right: 20px;
}

.selectorlang:checked ~ .headerbar__flags {
	display: flex;
	flex-direction: column;
}

.checkbox-burguer {
	display: none;
	opacity: 0%;
}

.headerbar__flags a:hover {
	filter: brightness(1.2);
}

.headerbar__flags img {
	width: 16px;
	height: 16px;
}

/********* Header Bar ***************************************/

/*  MISCELLANEOUS */

.H1 {
	font-size: 33px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 17px;
	color: #ffffff;
	font-family: 'IBM Plex Sans', sans-serif;
}

.H2 {
	font-size: 33px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 17px;
	color: #ffffff;
	font-family: 'IBM Plex Sans', sans-serif;
}

.Section-H2 {
	max-width: 1250px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 63px;
	margin-top: 63px;
}

.telegram {
	margin-right: 8px;
	vertical-align: middle;
}

.mixer-request .H1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 0px;
	font-family: 'Ubuntu', sans-serif;
}

/*** 🟩  IBM text  🟩 ***/

.IBM-text {
	font-size: 16px;
	color: #98b0c1;
	line-height: 27px;
	font-weight: 400;
	text-align: center;
}

.IBM-text span {
	color: #49afe9;
	font-weight: 500;
	margin-left: 3px;
}

#id-over a {
	text-decoration: none;
	color: #49afe9;
}

#id-over a:hover {
	text-decoration: none;
	color: #ffffff;
}

/*** 🟩  Tor widget  🟩 ***/

.tormirror {
	max-width: 1250px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 63px;
	margin-top: 63px;
}
.tormirror p {
	border: solid 1px;
	border-color: #4e4b979a;
	border-radius: 12px;
	max-width: 635px;
	height: 60px;
	margin: 0px auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #091121;

	font-size: 14px;
	color: #ffffff;
	line-height: 27px;
	font-weight: 500;
}

.tormirror p:hover {
	border-color: #4d4b97;
	background: #0b1529;
	cursor: pointer;
}

.tormirror a {
	text-decoration: none;
	color: #98b0c1;
}

.tormirror span {
	font-weight: 500;
	margin-right: 9px;
}

.tormirror p img {
	width: 14px;
	height: auto;
	margin-left: 12px;
}

.breaky {
	word-break: break-word;
}

#tormirror-id2 {
	display: none;
}

#tormirror-id2 p {
	max-width: 200px;
}

/*** 🟩  PYTHON 🐍 SHARED 🟩 ***/

.guarantee {
	font-size: 17px;
	font-weight: 200;
	text-align: center;
	line-height: 25px;
	max-width: 1150px;
	margin: 0px auto;
	margin-bottom: 63px;
}

/*** 🟩  MIXER FORM  🟩 ***/

.optioncursor {
	font-family: 'Ubuntu', sans-serif;
	cursor: pointer;
	font-size: 16px;
	font-weight: 200;
	color: #adadad;
}

#modmix {
	cursor: default;
}

.modetext {
	text-align: center;
	font-size: 16px;
	margin-top: 53px;
	margin-bottom: 13px;
	color: #696b6f;
}

.field1 {
	max-width: 574px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	gap: 43px;
}

.field1 input {
	height: 63px;
	padding-left: 10px;
	font-size: 21px;
	color: black;
	width: 100%;
	border-radius: 8px;
	border: 0px;
}

#option1 {
	accent-color: #49afe9;
	width: 18px;
	height: 20px;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 13px;
	align-items: center;
	vertical-align: text-bottom;
}

#option2 {
	accent-color: #49afe9;
	width: 18px;
	height: 20px;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 13px;
	align-items: center;
	vertical-align: text-bottom;
}

.field2 {
	max-width: 574px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	gap: 43px;
	position: relative;
}

.field2 input {
	height: 63px;
	padding-left: 10px;
	font-size: 21px;
	color: black;
	width: 100%;
	border-radius: 8px;
	border: 0px;
}

#btclabel {
	top: 0;
	display: flex;
	position: absolute;
	right: -130px;
	width: 100px;
	align-items: center;
	gap: 5px;
}

#btclabel span {
	font-size: 23px;
	font-weight: 400;
	margin-left: 10px;
	color: #303133;
	display: none;
}

#btcinput {
	width: 162px;
	text-align: right;
	padding-right: 10px;
}

.form {
	max-width: 1250px;
	margin: 0px auto;
	text-align: center;
}
.form3 {
	text-align: left;
}
.form input {
	margin-right: 5px;
}
.form2 {
	display: none;
}
#option2:checked ~ .form1 {
	display: none;
}
#option2:checked ~ .form2 {
	display: block;
}

.color_red_status_ON {
	color: #ff5858;
	text-align: left;
	font-size: 17px;
	margin-top: -33px;
	margin-bottom: -20px;
}
.color_red_status_OFF {
	color: #ff5858;
	display: none;
}

.duplicated_address_ON {
	color: #ff5858;
	text-align: left;
	font-size: 17px;
	margin-top: -33px;
	margin-bottom: -20px;
}
.duplicated_address_OFF {
	color: #ff5858;
	display: none;
}

.color_red_status_full_1 {
	display: none;
}
.color_red_status_full_2 {
	display: none;
}
.duplicated_address_1 {
	display: none;
}

.color_red_status_precise_1 {
	display: none;
}
.color_red_status_precise_2 {
	display: none;
}
.duplicated_address_2 {
	display: none;
}

.error_message {
	display: none;
}

#jambler_precise_extra_css {
	text-align: left;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: -20px;
}

.buttonbtc {
	width: 284px;
	height: 63px;
	margin: 0px auto;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 300;
	background: rgb(73, 175, 233);
	border-radius: 8px;
	cursor: pointer;
	font-family: 'Ubuntu', sans-serif;
	border: solid 1px #091326;
}

.buttonbtc:hover {
	appearance: none;
	cursor: pointer;
	transition: 0.2s;
	background-color: rgb(79, 188, 252);
	border: 1px solid #091326;
}

.buttonbtc span {
	font-size: 20px;
	font-weight: 300;
	margin-left: 10px;
}

.buttonbtc2 {
	width: 284px;
	height: 63px;
	margin: 0px auto;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 300;
	background: rgb(73, 175, 233);
	border-radius: 8px;
	cursor: pointer;
	font-family: 'Ubuntu', sans-serif;
	border: solid 1px #091326;
}

.buttonbtc2:hover {
	appearance: none;
	cursor: pointer;
	transition: 0.2s;
	background-color: rgb(79, 188, 252);
	border: 1px solid #091326;
}

.buttonbtc2 span {
	font-size: 20px;
	font-weight: 300;
	margin-left: 10px;
}

/* Mixer info Text*/

.mixerinf {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 1250px;
	margin: 0px auto;
	margin-top: 100px;
	text-align: center;
	font-size: 16px;
	font-weight: 200;
	line-height: 23px;
	color: #98b0c1;
	/*color: #696b6f;*/
	font-family: 'IBM Plex Sans', sans-serif;
}
.mixerinf span {
	color: #49afe9;
	margin-left: 8px;
	font-weight: 400;
	margin-right: 13px;
}
.mixerinf a {
	color: #49afe9;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 6px;
}
.mixerinf a:hover {
	color: #ffffff;
}

.mixerinf .infotail {
	max-width: 570px;
	margin: 0px auto;
}

/*** 🟩  NEW REQUEST PAGE  🟩 ***/

.mixer-request {
	width: 100%;
	max-width: 1250px;
	margin: 0px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	margin-bottom: 222px;
	color: #98b0c1;
}

.bold-data {
	font-weight: 400;
	word-break: break-word;
	color: white;
}

.valid {
	font-size: 12px;
}

.send-to-address {
	border: 1px solid #091326;
	border-radius: 10px;
	background-color: #050b16;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px;
	margin-top: 45px;
}

.complete-min span {
	color: #49afe9;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

.QRcode {
	border-radius: 10px;
	margin-top: 12px;
}

.request-status {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	max-width: 590px;
	margin: 28px auto 0;
	padding: 16px 18px;
	border: 1px solid #102342;
	border-radius: 8px;
	background: #07101f;
	color: #98b0c1;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
}

.request-status__text {
	margin: 0;
}

.request-status__loader {
	display: block;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	border: 3px solid rgba(73, 175, 233, 0.22);
	border-top-color: #49afe9;
	border-right-color: #49afe9;
	border-radius: 50%;
	box-shadow: 0 0 18px rgba(73, 175, 233, 0.28);
	animation: request-status-spin 0.8s linear infinite;
}

.request-status_status-1 {
	border-color: rgba(73, 175, 233, 0.45);
	color: #c8d8e5;
}

.request-status_status-2 {
	border-color: rgba(69, 191, 119, 0.5);
	color: #b7e6c9;
}

.request-status_status-3 {
	border-color: rgba(255, 99, 99, 0.5);
	color: #ffc2c2;
}

@keyframes request-status-spin {
	to {
		transform: rotate(360deg);
	}
}

.mixer_data_5 {
	margin-top: 24px;
}

.precise-min span {
	color: #49afe9;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

.mixer-x-address {
	text-decoration: none;
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.3;
	word-break: break-word;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	margin-top: 20px;
	margin-bottom: 1px;
}

.foot-request {
	max-width: 600px;
	margin: 100px auto 0 auto; /* centra horizontalmente */
	text-align: center;
}

.foot-request p {
	word-break: break-word;
}

.foot-request .close-note {
	margin-top: 56px;
}

.letter-data-container {
	font-family: 'Droid Sans', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 16px;
	color: #98b0c1;
	line-height: 27px;
	font-weight: 400;
	text-align: center;

	border: 1px solid #091326;
	border-radius: 10px;
	background-color: #050b16;

	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	margin-top: 56px;
	margin-bottom: 56px;

	padding: 30px 20px; /* 👈 aquí controlas el “aire” */
}

.letter-data {
	white-space: pre-wrap;
	word-break: break-word;
	margin: 0;
	padding: 10px 0; /* 👈 aire interno del texto */
}

.calculator-container {
	margin: 0px auto;
}

.download-letter-button {
	user-select: none;
	cursor: pointer;
}

.complete-info,
.precise-info {
	border: 1px solid #091326;
	border-radius: 10px;
	background-color: #050b16;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	margin-top: 56px;
}

#precise-bold {
	margin-left: 5px;
}

.buttonletter {
	width: 100%;
	max-width: 383px;
	height: 63px;
	margin: 0px auto;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 300;
	background: rgb(73, 175, 233);
	border-radius: 8px;
	cursor: pointer;
	font-family: 'Ubuntu', sans-serif;
	border: solid 1px #091326;
}

.buttonletter:hover {
	background-color: #4fbcfc;
	/*background: #bdbdbd;*/
}

/* Footers buttons */
.button-group {
	display: flex;
	gap: 12px;
	justify-content: center; /* opcional */
	margin-top: 56px;
}

.btn {
	font-size: 14px;
	display: inline-block; /* 👈 clave para que se comporte como botón */

	background-color: #050b16;
	color: #98b0c1;

	padding: 5px 25px;
	border-radius: 8px;

	text-decoration: none; /* quita subrayado */
	cursor: pointer;

	transition: all 0.25s ease;
}

/* hover */
.btn:hover {
	background-color: #071020;
	color: #ffffff;
}

.blur-box {
	filter: blur(6px);
	transition: 0.3s;
}

/* 👇 cuando pasas por el botón */
#wrapper:hover .blur-box {
	filter: blur(0);
}

/*** 🟩  TABLE  🟩 ***/

.table {
	margin: 0px auto;
	width: 960px;
	height: 248px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 70px;
	color: #98b0c1;
	border-spacing: 5px; /* Space between cells */
	border-collapse: separate; /* Switch to allow separation */
}

.table td {
	border-radius: 10px;
	border: 1px solid #091326;
	padding: 10px; /* Internal cell spacing */
	background-color: #050b16; /* Cell background */
}

#graytab p {
	color: #696b6f;
}

.table tr td {
	border-width: 1px;
	border-style: solid;
	border-color: #091326;
	border-collapse: collapse;
}

.table tr td {
	padding-left: 17px;
}

.tdgreen {
	width: 110px;
}

.tdgreen2 {
	width: 200px;
}

.tdgreen p {
	color: #49afe9;
}

.tdgreen2 p {
	color: #49afe9;
}

.table-mobile {
	display: none;
}

/*** 🟩  3 Widgets  🟩 ***/

.widgets {
	max-width: 1270px;
	margin: 83px auto;

	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 columnas */
	gap: 25px;
}

.widget {
	border: 1px solid #212c42;
	border-radius: 12px;
	background: #081020;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.widget-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.widget-top h3 {
	color: #ffffff;
	font-size: 22px;
}

.widget-top img {
	width: 42px;
	height: 51px;
}

.widget-text {
	color: #98b0c1;
	margin-bottom: 12px;
	line-height: 22px;
}

.widget-text-en {
	color: #98b0c1;
	margin-bottom: 12px;
	line-height: 22px;
}

.widget-text-en-responsive {
	color: #98b0c1;
	margin-bottom: 12px;
	line-height: 22px;
	display: none;
}

.widget-link {
	color: #49afe9;
	font-weight: 500;
	font-size: 14px;
	padding-top: 10px;
}

/*** 🟩  FAQ  🟩 ***/

.faq {
	font-size: 16px;
	font-weight: 200;
	line-height: 25px;
	max-width: 1150px;
	margin: 0px auto;
	/*border: solid 1px;*/
	padding: 66px;
	/*border-color: #313131;*/
	/*border-radius: 8px;*/
	/*background-color: #0e0e0e8c;*/
}

.faqs {
	font-weight: 400;
	margin-bottom: 13px;
	margin-top: 33px;
	font-family: 'IBM Plex Sans', sans-serif;
	color: #ffffff;
}

.faq p {
	color: #98b0c1;
}

.faq span {
	color: #ffffff;
}

.faq a {
	text-decoration: none;
	color: #49afe9;
	font-weight: 400;
}

.faq a:hover {
	color: #ffffff;
}

#FAQ2ar {
	text-align: right;
}

/* Remove default style of checkbox ****************************************************/
.faq-toggle {
	display: none; /* Hide default checkbox */
}

/* Title style (label) */
.faq-title {
	font-size: 16px;
	font-weight: 200;
	font-family: 'IBM Plex Sans', sans-serif;
	background-color: #0e192e;
	color: white;
	padding: 16px;
	font-size: 18px;
	width: 100%;
	text-align: left;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 5px;
	display: block;
}

/* Show content when the checkbox is checked */
.faq-toggle:checked + .faq-title + .faq-text {
	display: block;
}

/* Response style (p) */
.faq-text {
	font-size: 16px;
	font-weight: 200;
	color: #98b0c1;
	font-family: 'IBM Plex Sans', sans-serif;
	display: none;
	padding: 10px;
	background-color: #091326;
	margin-top: 5px;
	border: 1px solid #091326;
	border-radius: 5px;
}

/* Change title background color hover *********************************/
.faq-title:hover {
	background-color: #132038;
	color: #49afe9;
}

/*** 🟩  PGP Fingerprint  🟩 ***/

.PGPT {
	max-width: 1150px;
	font-size: 16px;
	color: #696b6f;
	line-height: 27px;
	text-align: left;
	margin: 0px auto;
	margin-top: 73px;
}

.PGPT a {
	text-decoration: none;
	color: #9a9a9a;
}

.PGPT a:hover {
	color: #ffffff;
}

.PGPText {
	font-size: 18px;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 4px;
}

.PGPText-dark {
	color: #98b0c1;
	font-size: 14px;
}

.support-box {
	max-width: 1150px;
	font-size: 16px;
	color: #696b6f;
	line-height: 27px;
	text-align: left;
	margin: 0px auto;
	margin-top: 23px;
}

.partners {
	max-width: 1150px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin: 0px auto;
	margin-top: 120px;
}

.jambler {
	width: 116px;
	height: 29px;
}

.bitlist {
	width: 103px;
	height: 25px;
}

.altcoinstalks {
	width: 123px;
	height: 30px;
}

/*** 🟩  FOOTER SOCKET  🟩 ***/

.footer {
	background-color: #000000;
	margin: 0px auto;
	height: 73px;
	position: absolute;
	left: 0px;
	width: 100%;
	margin-top: 13px;
	text-align: right;
	padding-right: 50px;
	padding-top: 25px;
	/*background-position: center top;*/
}

.footer-container {
	align-items: center;
	justify-content: left;
	margin: 0px auto;
	max-width: 1250px;
}

.footer-url {
	display: inline-flex;
	font-size: 12px;
	color: #4d4d4d;
	line-height: 25px;
}

.footer-url a {
	font-weight: 400;
	color: #4d4d4d;
	text-decoration: none;
	margin-right: 36px;
}

.footer-url a:hover {
	color: #fcd535;
}

/*** 🟩  ERROR PAGES  🟩 ***/

.Errors {
	max-width: 1250px;
	height: auto;

	margin: 111px auto 10% auto;

	text-align: center;
	font-size: 16px;
	font-weight: 200;
	line-height: 28px;
	color: #696b6f;
}

.H1-Errors {
	font-size: 33px;
	font-weight: 200;
	margin-bottom: 10px;
	margin-top: 56px;
	letter-spacing: -1px;
	color: #ffffff;
	font-family: 'IBM Plex Sans', sans-serif;
}

.error {
	color: #98b0c1;
}

@media (max-width: 2560px) {
	.form3 input {
		max-width: 433px;
	}
	#btcinput {
		width: 133px;
	}
	#btclabel {
		right: 33px;
	}
}

@media (max-width: 1280px) {
	.headerbar__navulcontainer {
		gap: 22px;
	}
	.onion {
		word-wrap: break-word;
	}
	.footer-url {
		padding-left: 20px;
	}
	.PGPT {
		margin-left: 70px;
	}
	.support-box {
		margin-left: 70px;
	}
	.partners {
		margin-left: 70px;
	}
}

@media (max-width: 1220px) {
	.widgets {
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.widget {
		max-width: 600px;
	}

	.widget-text-en {
		color: #98b0c1;
		margin-bottom: 12px;
		line-height: 22px;
		display: none;
	}

	.widget-text-en-responsive {
		color: #98b0c1;
		margin-bottom: 12px;
		line-height: 22px;
		display: block;
	}
}

/*
@media (max-width:1180px){
    .form3 input{
        max-width: 433px;
    }
    #btcinput{
        width: 133px;
    }
    #btclabel {
        right: 33px;
    }

}
*/

@media (max-width: 1080px) {
	.table {
		max-width: 860px;
	}
}

@media (max-width: 1000px) {
	.footer-url {
		padding-left: 111px;
	}
}

@media (max-width: 980px) {
	.mode {
		display: none;
	}
}

@media (max-width: 940px) {
	.table-mobile {
		display: block;
	}
	.table {
		display: none;
	}

	.table-responsive {
		margin: 0px auto;
		max-width: 860px;
		height: 248px;
		font-size: 16px;
		font-weight: 400;
		color: #98b0c1;
		margin-bottom: 70px;
		border-spacing: 5px;
		border-collapse: separate;
	}

	.table-responsive td {
		border-radius: 10px;
		border: 1px solid #091326;
		padding: 10px;
		background-color: #050b16;
	}

	.table-responsive tr td {
		border-width: 1px;
		border-style: solid;
		border-collapse: collapse;
		color: #98b0c1;
	}

	.table-responsive tr td {
		padding-left: 17px;
		padding-right: 17px;
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.tdgreen2-responsive {
		width: 173px;
	}

	.tdgreen-responsive p {
		color: #49afe9;
	}

	.tdgreen2-responsive p {
		color: #49afe9;
	}
}

@media (max-width: 850px) {
	.H2 {
		font-size: 33px;
	}
}

@media (max-width: 800px) {
}

@media (max-width: 750px) {
	.footer-url {
		padding-left: 73px;
	}
	.btc3 {
		display: none;
	}
}

@media (max-width: 700px) {
	.mode2 {
		display: none;
	}

	.mode3 {
		display: block;
		font-size: 17px;
		text-align: center;
		margin-top: 40px;
	}

	.mode3 span {
		color: #ff9400;
		font-weight: 500;
		margin-right: 17px;
	}
}

@media (max-width: 670px) {
	.headerbar__navulcontainer {
		display: unset;
	}
	.headerbar__navbarul {
		display: none;
	}

	.checkbox-burguer {
		display: block;
	}
	.menuburger {
		display: block;
		pointer-events: none;
	}
	.checkbox-burguer,
	.menuburger {
		position: absolute;
		top: 19.5px;
		right: 77px;
		width: 37px;
		height: 25px;
		cursor: pointer;
	}
	.checkbox-burguer:checked ~ .headerbar__navbarul {
		display: block;
	}
	.headerbar__navbar {
		margin-right: 10px;
	}

	.headerbar__navbarul {
		border: 1px solid #4e4f5275;
		width: 200px;
		padding: 17px;
		position: absolute;
		right: 30px;
		top: 63px;
		background-color: #050b16;
		z-index: 1;
		border-radius: 7px;
		text-align: center;
		line-height: 33px;
	}
	.headerbar__navbarul li a:hover {
		color: #49afe9;
	}

	.tormirror {
		display: none;
	}
	#tormirror-id2 {
		display: block;
	}
}

@media (max-width: 650px) {
	.footer-url {
		padding-left: 73px;
	}
}

@media (max-width: 630px) {
	.form3 input {
		max-width: calc(100% - 140px);
	}
	#btcinput {
		max-width: 133px;
	}
	#btclabel {
		right: 33px;
	}
	.faq {
		padding: 13px;
	}
	.PGPT {
		margin-left: 13px;
	}
	.support-box {
		margin-left: 13px;
	}
	.partners {
		margin-left: 13px;
	}
}

@media (max-width: 590px) {
	.menulang {
		padding-left: 1px;
	}
}

@media (max-width: 563px) {
	.mixerinf .specs {
		max-width: 360px;
		margin: 0px auto;
		line-height: 1.6;
	}
}

@media (max-width: 530px) {
	.field1 input {
		font-size: 20px;
	}

	#PGPT-small {
		line-height: 21px;
	}

	.PGPText {
		font-size: 15px;
		margin-bottom: 4px;
	}

	.PGPText-dark {
		font-size: 12px;
	}
}

@media (max-width: 525px) {
	.form3 input {
		max-width: calc(100% - 104px);
	}
	#btcinput {
		max-width: 97px;
	}
	#btclabel {
		right: -3px;
	}
}

@media (max-width: 499px) {
	.footer-url a {
		margin-left: 22px;
	}

	.footer-url {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 490px) {
	.field2 input {
		font-size: 20px;
	}
	.field1 input {
		font-size: 18px;
	}
}

@media (max-width: 460px) {
	.field1 input {
		font-size: 17px;
	}
}

@media (max-width: 450px) {
	.footer-url {
		padding-left: 33px;
	}

	.field2 input {
		font-size: 18px;
	}
}

@media (max-width: 440px) {
	.footer-url {
		padding-left: 13px;
	}
}

@media (max-width: 428px) {
	.mode3 {
		font-size: 15px;
	}

	.form3 input {
		max-width: calc(100% - 82px);
	}
	#btcinput {
		max-width: 77px;
	}
	#btclabel {
		right: -20px;
		padding-left: 3px;
	}
}

@media (max-width: 414px) {
	#Section-Tor-link {
		font-size: 10.8px;
	}
	.field1 input {
		font-size: 16px;
	}
}

@media (max-width: 412px) {
	.modetext {
		font-size: 15px;
	}
}

@media (max-width: 393px) {
	.mode3 span {
		margin-right: 10px;
	}
	.field2 input {
		font-size: 17px;
	}
	.field1 input {
		font-size: 15px;
	}
}

@media (max-width: 375px) {
	.footer-url {
		padding-left: 23px;
	}
	.field2 input {
		font-size: 16px;
	}
	.modetext {
		font-size: 14px;
	}
	.mixerinf .specs {
		max-width: 230px;
	}
}

@media (max-width: 360px) {
	/* Min Res recommended */
	.field1 input {
		font-size: 14px;
	}
	#modmix {
		font-size: 15px;
	}
	#simple {
		font-size: 15px;
	}
}

@media (max-width: 356px) {
	#modmix {
		font-size: 14px;
	}
	#simple {
		font-size: 14px;
	}

	#option1 {
		margin-left: 8px;
		margin-right: 3px;
	}

	#option2 {
		margin-left: 8px;
		margin-right: 3px;
	}
	.modetext {
		font-size: 13px;
	}
}

@media (max-width: 345px) {
	#modmix {
		font-size: 13px;
	}
	#simple {
		font-size: 13px;
	}
}

@media (max-width: 333px) {
	.modetext {
		font-size: 12px;
	}
	#modmix {
		font-size: 12px;
	}
	#simple {
		font-size: 12px;
	}
	.Header-tittle p {
		font-size: 15px;
	}
}

@media (max-width: 320px) {
	.mode3 {
		font-size: 12px;
	}
	.mode3 span {
		margin-right: 5px;
	}
}

@media (max-width: 307px) {
	.modetext {
		font-size: 11px;
	}
	#modmix {
		font-size: 11px;
	}
	#simple {
		font-size: 11px;
	}
}
