* {
	box-sizing: border-box;
	scroll-behavior: smooth;
	overflow-wrap: break-word;
	word-break: break-word;
}
body {
	background-image: url("../img/bg.jpg");
	background-repeat: repeat;
	background-color: #000000;
	margin: 0;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: .9rem;
	color: #000000;
}
#back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	background: #168401;
	background-image: linear-gradient(to bottom, #168401, #21B006);
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 20px #000000;
	border: solid #FFFFFF 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
#back-to-top:hover {
	border: solid #FFFFFF 1px;
	background: #1DA203;
	background-image: linear-gradient(to bottom, #1DA203, #1B8F04);
	border-radius: 5px;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	color: #000000;
	line-height: 150%;
}
h2 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 5px;
}
h3 {
	font-size: 20px;
	color: #000000;
}
h4 {
	font-size: 18px;
	color: #000000;
}
.warning {
	margin: 20px 0 30px 0;
}
.warning-big {
	font-size: 18px;
	color: #FD0105;
	margin: 0 0 20px 0;
	line-height: 150%;
}
.warning p {
	margin: 0 0 8px 0;
}
a:link {
	color: #1DA203;
	text-decoration: none;
	font-weight: 500;
}
a:visited {
	text-decoration: none;
	color: #1DA203;
}
a:hover {
	text-decoration: underline;
	color: #24C304;
}
a:active {
	text-decoration: none;
	color: #1DA203;
}

a.footer {
	color: #fff;
	font-size: 24px;
}
a.footer:link {
	text-decoration: none;
	color: #fff;
}
a.footer:visited {
	text-decoration: none;
	color: #fff;
}
a.footer:hover {
	text-decoration: underline;
	color: #1DA203;
}
a.footer:active {
	text-decoration: none;
	color: #fff;
}
hr.thin {
	border-top: thin #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
.square {
	width: auto;
	min-height: 40px;
	border: 1px solid #1DA203;
	border-radius: 6px;
	padding: 8px;
}
.inventory {
	line-height: 2em;
}
.high {
	background: #1DA203;
	padding: 3px;
	border-radius: 2px;
	color: #FFFFFF;
}
.medium {
	background: #FDB827;
	padding: 3px;
	border-radius: 2px;
	color: #FFFFFF;
}
.low {
	background: #E03A3E;
	padding: 3px;
	border-radius: 2px;
	color: #FFFFFF;
}
header, nav, main, footer, section.plans {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
}
header {
	height: 320px;
	max-height: min(50vw, 50vh);
	margin: auto;
	background-image: url("../img/header.webp")
}
.logo {
	width: 250px;
	height: 120px;
	padding-left: 10px;
	padding-top: 10px;
}
nav {
	background-color: #000000;
	width: 100%;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: thin;
	display: flex;
	flex-wrap: wrap;
	padding: 4px;
}
nav > a {
	margin: 4px;
	background: #168401;
	background-image: linear-gradient(to bottom, #168401, #21B006);
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	padding: 7px;
	text-shadow: 1px 1px 20px #000000;
	border: solid #FFFFFF 1px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	flex: 1 1 auto;
}
nav > a:hover {
	border: solid #FFFFFF 1px;
	background: #1DA203;
	background-image: linear-gradient(to bottom, #1DA203, #1B8F04);
	border-radius: 5px;
	text-decoration: none;
	color: #EEEEEE;
}
nav > a:link, nav a:visited {
	color: #FFF;
}
main {
	display: flex;
	flex-wrap: wrap;
}
main > article {
	flex: 1 1 65%;
	padding: 16px;
	border-right: 1px solid #d7d7d7;
}
main > aside {
	flex: 1 1 35%;
	padding: 16px;
}
main article {
	line-height: 150%;
}
h1:first-of-type {
	margin-top: 0;
}
h3.q {
	margin-top: 28px;
	margin-bottom: 8px;
	font-size: 130%;
}
aside > h1 {
	margin-bottom: 10px;
	border-bottom: 2px solid black;
	padding-bottom: 5px;
	font-size: 130%;
}
aside hr.thin {
	border-top: thin #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
aside .plan {
	margin: 2rem auto 1rem auto;
}
aside .plan i {
	margin: 9px 0 6px 0;
}
footer {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
footer > .email {
	font-size: 150%;
	padding: 8px 0 24px 0;
}
footer > .footmenu {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	justify-content: center;
}
footer > .footmenu > a {
	border: 1px solid #1DA203;
	border-radius: 5px;
	padding: 5px;
	color: #1DA203;
	margin: 5px;
	transition: ease .25s;
}
footer > .footmenu > a:hover {
	border: 1px solid #24C304;
	background-color: #24C304;
	color: black;
	text-decoration: none;
}
img {
	max-width: 100%;
}
section.plans {
	padding: 16px;
}
.plans-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plans-flex > div {
	flex: 0 0 auto;
	margin-bottom: 16px;
}
.content {
	width: 1190px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
.review {
	min-height: 40px;
	border: 1px solid #1DA203;
	border-radius: 6px;
	padding: 8px;
	margin-top: 20px;
}
.review.admin > cite {
	color: red;
	font-weight: bold;
}
.review > time {
	font-size: 90%;
	display: block;
	color: gray;
}
.review > p {
	white-space: pre-line;
	word-break: break-word;
}
.review__content {
	border: 1px solid var(--grey);
	background: white;
	line-height: 1.5em;
	font-weight: 300
}
.review__reply {
	color: var(--dark_blue);
	text-decoration: none;
	line-height: 1.5em;
	font-weight: 300
}
input[type=text], input[type=email], select {
	width: 100%;
	padding: 12px 12px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	font-size: 16px;
	resize: none;
	margin-bottom: 15px;
}
input[type=button], input[type=submit], button[type=submit], a.btn-submit {
	background-color: #4CAF50;
	border: none;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 18px;
	padding: 10px 16px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}
a.btn-submit {
	display: inline-block;
}
input:hover[type=button], input:hover[type=submit] {
	background-color: #12A118;
}
label {
	line-height: 2em;
}
textarea {
	width: 100%;
	height: 150px;
	padding: 12px 12px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	font-size: 16px;
	resize: none;
	margin-bottom: 15px;
}
.divider, .divider--footer {
	display: block;
	float: none;
	height: 1px;
	width: 100%;
	margin: 20px 0;
	background: var(--grey)
}
.divider--footer {
	background: var(--white)
}
.products {
	font-size: 0px;
}
.plan {
	font-size: 16px;
	color: #000000;
	height: 520px;
	text-align: center;
}
.plan:hover {
	transform: scale(1.04);
	transition: transform .5s ease;
}
.plan-silver, .plan-platinium {
	width: 292px;
}
.plan-gold {
	width: 307px;
}
.usd-pick.plan-silver {
	background-image: url("../img/usd-silver-bg.jpg");
}
.usd-pick.plan-gold {
	background-image: url("../img/usd-gold-bg.jpg");
}
.usd-pick.plan-platinium {
	background-image: url("../img/usd-platinium-bg.jpg");
}
.eur-pick.plan-silver {
	background-image: url("../img/eur-silver-bg.jpg");
}
.eur-pick.plan-gold {
	background-image: url("../img/eur-gold-bg.jpg");
}
.eur-pick.plan-platinium {
	background-image: url("../img/eur-platinium-bg.jpg");
}
.gbp-pick.plan-silver {
	background-image: url("../img/gbp-silver-bg.jpg");
}
.gbp-pick.plan-gold {
	background-image: url("../img/gbp-gold-bg.jpg");
}
.gbp-pick.plan-platinium {
	background-image: url("../img/gbp-platinium-bg.jpg");
}
.rub-pick.plan-silver {
	background-image: url("../img/rub-silver-bg.jpg");
}
.rub-pick.plan-gold {
	background-image: url("../img/rub-gold-bg.jpg");
}
.rub-pick.plan-platinium {
	background-image: url("../img/rub-platinium-bg.jpg");
}
.chf-pick.plan-silver {
	background-image: url("../img/chf-silver-bg.webp");
}
.chf-pick.plan-gold {
	background-image: url("../img/chf-gold-bg.webp");
}
.chf-pick.plan-platinium {
	background-image: url("../img/chf-platinium-bg.webp");
}
.pick-head {
	line-height: 1.9em;
	font-size: 22px;
}
.plan i {
	font-size: 2em;
	margin: 3px 0 2px 0;
}
.plan-silver i {
	color: #75abd7;
}
.plan-gold i {
	color: #478847;
}
.plan-platinium i {
	color: #237a95;
}
.plan-silver .pick-head {
	color: #FFFFFF;
}
.plan-gold .pick-head {
	color: #478847;
}
.plan-platinium .pick-head {
	color: #237a95;
}
.pick-bold {
	font-size: 18px;
	color: #333333;
}
.pick-normal {
	font-size: 16px;
	color: #333333;
}
.order-volume {
	display: flex;
	margin: 1rem 0;
	align-items: center;
}
.status-bar {
	flex: 1 1 auto;
	margin-right: 1rem;
	border: 1px solid #1DA203;
	border-radius: 6px;
	overflow: hidden;
	height: 1rem;
}
.status-percentage {
	background-color: #24C304;
	opacity: 0.8;
	height: 1rem;
}
a.btn-link {
	display: inline-block;
	position: relative;
	min-width: 30px;
	padding: 3px 15px;
	font-size: 1rem;
	color: white;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	background: linear-gradient(#24C304, #1DA203);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	transition: ease .5s;
}
a.btn-link:hover {
	background: linear-gradient(#34D314, #24C304);
}
a[href^="http://"]:after,a[href^="https://"]:after {
	content: "\f08e";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: none;
	padding-left: 3px;
}
.cc {
	padding-left: 0;
	padding-right: 8px;
}
.safe {
	color: white;
	font-size: 18px;
	background: #1DA203;
	margin: -.5rem 0 1.5rem 0;
	padding: .5rem 1rem;
	border-radius: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.btc {
	text-align: center;
	font-size: 18px;
	line-height: 2rem;
}
.btc pre {
	letter-spacing: 1px;
	max-width: 100%;
	white-space: pre-wrap;
}
.nobr {
	white-space: nowrap;
}
.mb3 {
	margin-bottom: 3rem;
}
.order th, .order td {
	text-align: left;
}
.order th {
	padding: .25rem 2rem .25rem 0;
	white-space: nowrap;
}
.order td {
	padding: .25rem;
}
@media (max-width: 767px) {
	main {display:block}
	img {height:auto}
}