
body {
	font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	background: url(../img/bg.png) center top/cover no-repeat fixed;
	color: #fff;
	/* height: 100vh; */
	display: flex;
	justify-content: center;
	align-items: center;
}

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

a {
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.container {
	width: 100%;
	height: 100%;
	max-width: 1050px;
	padding: 120px 0px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.logos {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin:20p 0 0;
}
.logos img {
	margin: 0 15px;
}
.container h1 {
	margin: 100px 0 50px;
	font-size: 40px;
	font-weight: 800;
	display: flex;
	align-items: center;
}
.container h1 .summ {
	display: flex;
	align-items: center;
	margin: 0 14px;
}
.container h1 .number {
	font-size: 100px;
	font-style: italic;
	font-weight: 900;
}
.container h1 .currency {
	font-size: 66px;
	font-style: italic;
	font-weight: 900;
	margin: 0 0 0 8px;
}
.blocks {
	display: flex;
	justify-content: space-between;
}
.block {
	border: 1px solid #FFFFFF17;
	background: #EBEBEB1A;
	backdrop-filter: blur(15px);
	box-shadow: 0px 4px 50px 0px #0D152652;
	width: 33.3333%;
	padding: 20px;
	border-radius: 30px;
	position: relative;
}
.block.register::after,
.block.deposit::after {
	content:"";
	position: absolute;
	width: 30px;
	height: 30px;
	right: -30px;
	top: calc(50% - 15px);
	background: url(../img/arrow.svg);
}
.block.deposit {
	margin: 0 40px;
}
.block h3 {
	font-size: 30px;
	font-weight: 800;
}
.block p {
	font-size: 16px;
	line-height: 19px;
	margin: 20px 0;
}
.block p strong {
	display: block;
	font-size: 26px;
	font-weight: 800;
	margin:6px 0 0;
}
.block a {
	text-decoration: none;
	background: #13EC6A;
	border-radius: 15px;
	text-transform: uppercase;
	color: #2F2F4D;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	padding: 14px 10px;
	transition: .3s;
}
.block a:hover {
	background: #00FF66;
}
.terms {
	box-shadow: 0px 4px 50px 0px #0B0C264D;
	backdrop-filter: blur(10px);
	border-radius: 30px;
	padding: 20px;
	text-align: left;
	background: #FFFFFF08;
	width: 100%;
	margin: 100px 0 20px;
	color: #637990;
}
.terms h6 {
	font-size: 18px;
	font-weight: 700;
}
.terms ol {
	margin: 10px 0 0;
	padding: 0;
	list-style-position: inside;
}
.terms li {
	margin: 7px 0 0;
}
.plus-18 {
	display: flex;
	align-items: center;
	max-width: 350px;
	color: #4F6377;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	margin: auto 0 0;
}
.plus-18 img {
	margin: 0 10px 0 0;
}


@media(max-width: 1920px) {
	.container {
		padding: 70px 40px;
	}
}
@media(max-width: 1110px) {
	.container {
		padding: 30px 40px;
	}
	.container h1 {
		margin: 40px 0;
		font-size: 30px;
	}
	.container h1 .currency {
		font-size: 56px;
	}
	.container h1 .number {
		font-size: 90px;
	}
	.blocks {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.block {
		width: 100%;
		margin: 0 0 40px;
		padding: 30px;
		min-height: 200px;
	}
	.block.deposit {
		margin: 0 0 40px;
	}
	.block a {
		max-width: 260px;
		margin: 0 auto;
	}
	.block.register::after, 
	.block.deposit::after {
		bottom: -30px;
		top: auto;
		left: calc(50% - 15px);
		transform: rotate(90deg);
	}
	.terms {
		margin: 0 0 40px;
	}
}
@media(max-width: 800px) {
    body {
        background: url(../img/bg-tablet.png) center top/cover no-repeat fixed;
    }
	.container {
		padding: 18px 10px 30px;
	}
	.container h1 {
		flex-direction: column;
	}
	.container h1 .summ {
		line-height: 1;
		margin: 0;
	}
	.logos .ozhunt {
		width: 130px;
		margin: 0;
	}
	.logos .axe {
		width: 155px;
		margin: 0;
	}
	.logos .x {
		width: 20px;
		margin: 0 20px;
	}
}
@media(max-width: 425px) {
    body {
        background: url(../img/bg-mobile.png) center top/cover no-repeat fixed;
    }
	.logos .ozhunt {
		width: 100px;
	}
	.logos .axe {
		width: 130px;
	}
	.logos .x {
		width: 15px;
	}
	.container h1 .number {
		font-size: 80px;
	}
	.container h1 .currency {
		font-size: 45px;
	}
}