* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.ttf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.ttf');
	font-style: normal;
	font-weight: 600;
}

body {
	background: linear-gradient(218deg, #091E0C 0%, #0D250F 8.22%, #041105 29.66%, #031004 33.55%, #0F2811 67.93%, #031104 89.18%, #021404 100%);
	font-size: 1em;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	
}

.wrapper {
	width: calc(100% - 20px);
	margin: 0 auto;
	max-width: 980px;
}

ul,
ol {
	list-style-position: inside;
}

a {
	text-decoration: none;
}

header {
	background: #0c1f12;
	position: sticky;
	top: 0;
	width: 100%;
	max-width:100%;
	padding: 15px 0px;
	
}

.top {
	padding:0 15px;
	margin:0 auto;
	max-width: 1210px;
	text-align:center;
}

header .top img {
	width: 150px;
	height: auto;
}
.top ul {
	list-style: none;
	display: block;
	width: 100%;
	max-width:1230px;
	margin: 15px auto 0;
}

.top ul li {
	display: inline-block;
	width: calc(50% - 10px);
	box-sizing: border-box;
}

.top ul li:nth-child(2) {
	margin-left: 15px;
}

.slt-btn {
	border-radius: 10px;
	color: #fff;
	font-weight:700;
	display:block;
	text-align: center;
	font-size: 16px;
	padding:15px;
}

.slt-btn-grey {
	background: #3ba745;

}



.slt-btn-purple {
	background: #354539;
}

main {
	
	margin-top: 20px;
}

.banner .wrap {
	
	max-width: 1140px;
	padding: 80px 40px 0;
	border-radius: 20px;
	color: #fff;
	background: rgba(14, 33, 22, 0.7);
	background-image: url(/riosept.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 400px;
	margin:30px auto;
	font-weight: 700;
	text-transform: uppercase;
	height: 270px;
	
}
.banner-subtitle {color:#00fff0;}
.banner-title {
	font-size: 24px;
	padding: 15px 0;
}

.banner .wrap a {
	background: #3ba745;
	border-radius: 10px;
	color: #fff;
	text-align:center;
	margin-top: 30px;
	width: 200px;
	display:block;
padding:15px;
	
}

@media (max-width:1260px) {
.banner .wrap {max-width:100%;margin:0 0 30px;border-radius:0;}

}
@media (max-width:870px) {
.banner-title {font-size: 20px;}
}
@media (max-width:767px) {
.banner .wrap {background-position: center top;padding:290px 0 0;height:auto;text-align:center;}
.bgwrap {background:#102918;padding:30px 15px;}
.banner .wrap a {margin:30px auto 0;}
}
.content {
	background: rgba(14, 33, 22, 0.7);
	border-radius: 20px;
	margin:0 auto;
	padding: 20px;
	max-width: 1180px;
}

.content h1 {
	font-size: 20px;
	margin-bottom: 20px;
}

.content h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.content p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

.content table {
	font-size: 14px;
	line-height: 18px;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	width: 100%;
}

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

.content table td {
	border: 1px solid rgba(255,255,255, 0.1);
	padding: 10px 5px;
}

.content table thead td {
	font-weight: 600;
	text-align: center;
}

.content ol {
	list-style-position: inside;
	margin-bottom: 20px;
}

.content ul {
	list-style-position: inside;
	margin-bottom: 20px;
}

.content ol li {
	font-size: 14px;
	line-height: 18px;
}

.content ul li {
	font-size: 14px;
	line-height: 18px;
}

.content blockquote {
	font-size: 14px;
	line-height: 18px;
	color: #5600f5;
	font-style: italic;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px;
	margin-bottom: 20px;
}

.content figcaption {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
	font-style: italic;
	margin-top: 5px;
}

footer {
	background: #0c1f12;

	
	padding: 20px;

	margin: 30px 0 0;
}

footer ul {
	list-style: none;
	display: block;
	width: 100%;
	max-width:1230px;
	
	margin:15px auto 0;
	display: flex;
	justify-content: space-between;
}

footer ul li {
	width: 49.7%;
}

.brands {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: 20px auto;
	padding: 20px 0;
}

.brands img {
	margin: 0 24px;filter: opacity(50%) invert(100%);
}

.footer-logo {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size:13px;
}

.footer-logo img {
	width: 150px;
  height: auto;
	margin-bottom: 10px;
}

@media (max-width:1260px) {
.banner .wrap {max-width:100%;margin:0 0 30px;border-radius:0;}

}
@media (max-width:870px) {
.banner-title {font-size: 20px;}
}
@media (max-width:767px) {
.banner .wrap {background-position: center top;padding:290px 0 0;height:auto;text-align:center;}
.bgwrap {background:#102918;padding:30px 15px;}
.banner .wrap a {margin:30px auto 0;}
}
@media (max-width:380px) {
.top ul li {display: block;
  width: 100%;}
  .top ul li:nth-child(2) {
	margin-left: 0;margin-top:15px;
}
}
