* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	min-width: 320px;
	font-family: -apple-system, blinkmacsystemfont, roboto, "Helvetica Neue", helvetica, arial, "sans-serif";
    background: linear-gradient(218deg, #091E0C 0%, #0D250F 8.22%, #041105 29.66%, #031004 33.55%, #0F2811 67.93%, #031104 89.18%, #021404 100%);
	color: #fff;
}

.header {
	position: sticky;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .04);
	background-color: rgba(14, 33, 22, .95);
}

.row {
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 1180px;
}

.header .row {
	text-align: center;
	padding-bottom: 15px;
}

.logo {
	display: block;
	padding: 15px 0;
}

.navigation {
	display: flex;
	gap: 16px;
}

.navigation a {
	width: 100%;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 12px;
	display: inline-block;
	padding: 12px;
}

.navigation a:nth-child(1) {
	background: rgba(255, 255, 255, 0.16);
}

.navigation a:nth-child(1):hover {
	background: rgba(255, 255, 255, 0.32);
}

.navigation a:nth-child(2) {
	background: #3ba745;
}

.navigation a:nth-child(2):hover {
	background: #2F8637;
}



aside span,
aside a {
	display: block;
	
	font-weight: bold;
	color: #fff;
}

aside .welcome {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/225b.jpg);
	background-size: cover;
	padding: 50px 30px 0;
	margin:30px 0;
	border-radius:12px;
	overflow:hidden;
	height: 300px;
	text-decoration: none;
}

.pre-welcome-text {
	font-size: 24px;
	margin-bottom: 20px;
}

.welcome-text {
	font-size: 22px;
  
	color: #fff;
	
}
.btnget {border-radius:30px;padding:10px;display:block;max-width:200px;text-align:center;font-weight:700;color:#000;background:#fff;margin:30px 0;}
.promo {font-weight:700;color:#fff;}
.promo span { 
position:relative;display:inline-block;
margin-right:22px;
cursor:pointer;
color: #f5b800;
}

.promo span:after {
	content: '';
    -webkit-mask-image: url(img/copy.svg);
    mask: url(img/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f5b800;
    position:absolute;
    width: 18px;
    height: 18px;
    top:0px;
	right:-22px;
}
.home-content h1 {
	font-size: 36px;
	line-height: 42px;
	margin-top: 20px;
	font-weight: 600;
}

.home-content h2 {
	font-size: 32px;
	line-height: 38px;
	margin-top: 20px;
	font-weight: 600;
}

.home-content p {
	font-size: 18px;
	line-height: 24px;
	padding-top: 20px;
}

.home-content blockquote {
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	padding: 10px;
	color: #d2b77f;
	font-style: italic;
	border: 1px solid;
	border-left-width: 4px;
}

.home-content figcaption {
	color: #d2b77f;
	font-style: italic;
}

.home-content table {
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
}

.home-content table td {
	padding: 10px 5px;
	border: 1px solid #d2b77f;
}

.home-content table td[colspan="2"] {
	text-align: center;
}

.home-content table thead td {
	background: #d2b77f;

	font-weight: bold;
}

.home-content img {
	max-width: 100%;
	height: auto;
	margin: 20px auto;
	display: block;
}

.home-content figcaption {
	text-align: center;
}

.home-content ul {
	font-size: 18px;
	line-height: 34px;
	padding-top: 20px;
	color: #d2b77f;
	list-style-position: inside;
}

.home-content ol {
	font-size: 18px;
	line-height: 34px;
	padding-top: 20px;
	color: #d2b77f;
	list-style-position: inside;
}

.back-to-top {
	position: fixed;
	bottom: 150px;
	right: 20px;
	background: #ffd600;
	color: #46433f;
	padding: 10px 20px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 16px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 1000;
	border: none;
	cursor: pointer;
}

footer {
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(255, 255, 255, .04);
	background-color: rgba(14, 33, 22, .95);
}

.wlc-icon-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.wlc-icon-list img {
	max-width: 105px;
	max-height: 25px;
	margin-bottom: 20px;
	opacity: 0.7;
}

.logosvg {
	display: block;
	margin: 20px auto;
}

footer p {
	text-align: center;
}

.header-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}

.header-buttons .btn {
	width: calc(50% - 8px);
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	min-width: 128px;
	border-radius: 10px;
}

.btn-style-1 {
	background: rgba(255, 255, 255, 0.16);
}

.btn-style-1:hover {
	background: rgba(255, 255, 255, 0.32);
}

.btn-style-2 {
	background: #3ba745;
}

.btn-style-2:hover {
	background: #2f8637;
}

footer .row > img {
	display: block;
	margin: 20px auto;
}

@media (min-width: 800px) {
	header {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	header .header-buttons {
		margin-top: 0;
		max-width: 500px;
	}

	aside .welcome-text {
		font-size: 27px;
	}
}

@media (max-width: 670px) {
	aside .welcome {
		background: none;
		padding-right: 20px;
	}
	.up {
		display: none;
	}
}
@media (max-width: 366px) {
	article table tr td {
		padding: 5px;
		font-size: 16px;
	}
}
