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

html, body {
	height: 100%;
}

.logo {
	display: block;
	width: 309px;
	transition: width 0.3s ease-in-out;
}

.page-content {
	flex-direction: column;
	display: flex;
	color: #ffffff;
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	padding-top: 100px;
}

ul, ol {
	list-style-type: none;
}

form, input, textarea, button {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

input[type="submit"],
input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

a img {
	border: none;
}

b, strong {
	font-weight: 700;
}

body {
	font-size: 20px;
	line-height: 30px;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

section {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.container {
	max-width: 1330px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.container-long {
	max-width: 1400px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.header-inners {
	display: flex;
	align-items: center;
}

.header {
	padding: 23px 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	position: fixed;
}

.header.active {
	padding: 10px 0;
}

.header.active .logo{
	width: 200px;
}

.languages{
	z-index: 2;
	margin-left: 10px;
	position: relative;
	display: flex;
}

.header .btn-lang {
	z-index: 1;
	cursor: pointer;
}

.header .btn-lang {
	color: #ffffff;
	background: #206DB9;
	height: 43px;
	padding: 0 43px 0 14px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.header .btn-lang:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 16px;
	background: url("../img/drop_arrow.svg") no-repeat center center;
}

.header .languages > ul {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	background: #ffffff;
	top: 100%;
	z-index: -1;
	border-radius: 5px;
	overflow: hidden;
}

.header .languages > ul li a{
	height: 43px;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #206DB9;
	display: flex;
	align-items: center;
	padding-left: 14px;
	text-decoration: none;
}

.header .languages.active > ul {
	display: block;
}

.overlay_top {
	height: 100%;
	margin-left: auto;
}


.only-mob {
	display: none!important;
}

.overlay_scroll {
	height: 100%;
	display: flex;
	align-items: center;
}

.btn {
	font-size: 18px;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #D98D1A 0%, #C04D0D 100%);
	outline: 0;
	border: 0;
	height: 43px;
	font-weight: 500;
	padding: 0 51px;
	border-radius: 5px;
	text-decoration: none;
}

.btn:hover {
	background: #C04D0D;
}

.btn_plashka {
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border: 0;
	height: 43px;
	font-weight: 500;
	padding: 0 51px;
	border-radius: 5px;
	text-decoration: none;
}

.section-bonus {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 15px;
}

.bonus-inners {
	display: flex;
	align-items: center;
	gap: 35px;
}

.bonus-info {
	max-width: 509px;
	width: 100%;
	flex-shrink: 0;
}

.bonus-media img{
	max-width: 100%;
	display: block;
}

h1 {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FEE870;
}

.bonus-info .subtitle {
	font-size: 36px;
	line-height: 46px;
	margin-top: 17px;
}

.bonus-info .subtitle span{
	display: block;
	text-transform: uppercase;
	color: #FEE870;
}

.row-buttons {
	display: flex;
	align-items: center;
	margin-top: 21px;
	gap: 35px;
}

.row-buttons .btn{
	height: 56px;
	padding: 0 19px;
	text-transform: uppercase;
	cursor: pointer;
}

.copy-btn {
	color: #806E0B;
	background: linear-gradient(90deg, #FEE870 0%, #D6B711 100%);
}

.copy-btn:hover {
	background: #D6B711;
}

.deposit-btn {
	background: linear-gradient(90deg, #2EC273 0%, #09A150 100%);
}

.deposit-btn:hover {
	background: #09A150;
}

.block-select {
	padding: 41px 0 30px;
}

.drop-select {
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.drop-select .drop-select-default {
	background-color: #0B3F73;
	font-size: 20px;
	line-height: 25px;
	height: 62px;
	display: flex;
	align-items: center;
	padding: 0 80px 0 50px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	transition:all 0.3s ease-in-out;
}

.drop-select .drop-select-default:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 22px;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("../img/icon_arrow.svg") no-repeat top center/cover;
	transition:all 0.3s ease-in-out;
}

.drop-select.active .drop-select-default {
	background-color: #206DB9;
}

.drop-select.active .drop-select-default:after {
	transform: rotate(-180deg);
}

.drop-select .drop-select-container {
	display: none;
	padding: 0;
	border-radius: 0 0 10px 10px;
}

.drop-select .drop-select-container ul,
.drop-select .drop-select-container ol {
	color: #0B3F73;
}

.drop-select .drop-select-container ul li a,
.drop-select .drop-select-container ol li a {
	color: #0B3F73;
	text-decoration: none;
	font-size: 20px;
	padding: 0 80px 0 50px;
	min-height: 46px;
	display: flex;
	align-items: center;
}

.drop-select .drop-select-container ol ol {
	padding-left: 34px;
}

.drop-select .drop-select-container ul li a:hover,
.drop-select .drop-select-container ol li a:hover {
	text-decoration: underline;
}

.block-content {
	padding: 26px 0;
}

h2 {
	font-size: 36px;
	line-height: 46px;
	text-transform: uppercase;
	color: #FEE870;
}

.block-content p {
	margin-top: 18px;
	font-weight: 400;
}

.block-content ul, .block-content ol {
	margin-top: 18px;
	list-style: inherit;
	padding-left: 30px;
}

.block-content ol {
	list-style-type: decimal;
}

.block-content ul li, .block-content ol li {
	margin-bottom: 5px;
}

.block-content ul li:last-child, .block-content ol li:last-child {
	margin-bottom: 0;
}

.block-content-inners {
	display: flex;
	align-items: flex-start;
	gap: 128px;
}

.block-content-info {
	max-width: 100%;
	width: 100%;
}

.block-content-media {
	max-width: 500px;
	width: 100%;
	flex-shrink: 0;
}

.ball1 {
	position: relative;
}



.btn-content {
	height: 56px;
	display: flex;
	width: fit-content;
	margin: 15px auto 0;
	text-transform: uppercase;
}

.pros-cons-inners {
	display: flex;
	align-items: flex-start;
	gap: 77px;
}

.pros-cons-inners .item {
	flex: 1;
	background-color: #0B3F73;
	border-radius: 10px;
	border: 2px solid #2EC273;
	position: relative;
	padding: 38px 28px;
}

.pros-cons-inners .item:after {
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 63px;
	height: 63px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

.pros-cons-inners .item.pros {
	border-color: #2EC273;
}

.pros-cons-inners .item.cons {
	border-color: #F17D63;
}

.pros-cons-inners .item ul {
	margin-top: 0;
	padding-left: 39px;
}

.pros-cons-inners .item ul li {
	list-style: none;
	position: relative;
	padding: 5px 0;
	margin-bottom: 9px;
}

.pros-cons-inners .item ul li:last-child {
	margin-bottom: 0;
}

.pros-cons-inners .item ul li:before {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	left: -38px;
	top: 5px;
	background-image: url("../img/icon_pros.svg");
	background-size: cover;
	background-repeat: no-repeat;
}

.pros-cons-inners .item.cons ul li:before {
	background-image: url("../img/icon_cons.svg");
}

.pros-cons-inners .item.pros:after {
	background-image: url("../img/icon_pros.svg");
}

.pros-cons-inners .item.cons:after {
	background-image: url("../img/icon_cons.svg");
}

.pros-cons-inners {
	margin-top: 50px;
}

.ball2 {
	position: relative;
}


.section-faq {
	padding: 26px 0;
	position: relative;
}

.faq-inners {
	position: relative;
	z-index: 0;
}


.yelow_text2 {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FEE870;
}


.section-faq .drop-select {
	background: #0B3F73;
	margin-top: 12px;
	padding: 25px 80px 25px 50px;
	transition: all 0.3s ease-in-out;
}

.section-faq .drop-select.active {
	background: #0F457A;
}

.section-faq .drop-select .drop-select-default:after {
	right: -30px;
}

.section-faq .drop-select .drop-select-container {
	margin-top: 12px;
	max-width: 90%;
}


.section-faq .drop-select .drop-select-default {
	height: auto;
	padding: 0;
	background-color: transparent;
}

.section-faq .drop-select.active .drop-select-default {
	background-color: transparent;
}

.block-logo {
	padding: 21px 0;
	text-align: center;
}

.block-logo img{
	display: block;
	margin: 0 auto;
}

footer {
	padding: 21px 0 128px;
	margin-top: auto;
}

.menu-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.menu-footer li a {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding:  15px 40px;
	text-decoration: none;
}

footer p {
	font-size: 14px;
	margin-top: 5px;
}

.arrow-top {
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: -53px;
	right: 20px;
	cursor: pointer;
	border-radius: 50%;
	background: #ffffff;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	z-index: 9;
}

.arrow-top.active {
	bottom: 20px;
}

.arrow-top:before {
	content: "";
	width: 24px;
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: url("../img/icon_arrow_up.svg") no-repeat top  / cover;
}

.arrow-top:before {
	width: 14px;
	height: 15px;
}

.panel {
	position: fixed;
	bottom: 16px;
	left: 0;
	right: 0;
	z-index: 4;
	display: flex;
	max-width: 540px;
	margin: auto;
	align-items: center;
	gap: 16px;
	justify-content: space-between;
	border-radius: 10px;
	padding:11px 18px;
}

.panel-text {
	color: #ffffff;
	line-height: 24px;
}

.panel-text-plashka {
	line-height: 24px;
}

.panel-text a {
	color: #FEE870;
	text-transform: uppercase;
	text-decoration: underline;
}

.panel-button .btn {
	padding:  0 29px;
	white-space: nowrap;
}

.error404 .page-content {
	background-color: #ffffff;
}

.error404 footer {
	padding: 21px 0!important;
}

.section-error {
	padding: 100px 0 52px;
}
.footer_container2 {
            text-align: center;
            margin-top: 5px;
        }

.block-error-page {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: none;
	padding: 0;
	text-align: center;
}

.block-error-page .error-page-title {
	font-size: 96px;
	line-height: 40px;
	font-weight: 600;
	color: #0B3F73;
	margin-bottom: 30px;
}

.block-error-page {
	font-size: 40px;
	line-height: 30px;
	font-weight: normal;
	color: #0B3F73;
}

.block-error-page .notfound-picture {
	width: 405px;
	height: 327px;
	background-image: url("../img/img_404.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 40px 0;
}

.btn-error {
	height: 55px;
	padding: 0 35px;
	border-radius: 5px;
	background: #206DB9;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 58px;
	transition: all 0.3s ease-in-out;
}

.btn-error:hover {
	background: #0B3F73;
}

.admin-bar .header {
	padding-top: 55px;
}

.admin-bar .header.active {
	padding-top: 42px;
}

.btn-header {
	margin-left: auto;
}

@media screen and (max-width: 1200px) {
	.block-content-inners {
		gap: 40px;
	}

	.block-content-info {
		max-width: 600px;
		width: 100%;
		flex-shrink: 0;
	}



	.pros-cons-inners {
		gap: 40px;
	}

	.ball2:after {
		width: 63px;
		height: 61px;
		right: -10px;
		top: 10px;
	}


}

@media screen and (max-width: 1023px) {
	#menu-toggle span {
		display: block;
		background: #ffffff;
		border-radius: 5px;
		transition: .25s ease-in-out;
	}

	#menu-toggle #hamburger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#menu-toggle #hamburger span {
		width: 31px;
		height: 3px;
		position: relative;
		border-radius: 2px;
		top: 0;
		right: 0;
		margin: 3px 0;
	}

	#menu-toggle.open #hamburger span:nth-child(1) {
		transform: rotate(-45deg) translate(-5px, 5px);
		margin: 0;
	}

	#menu-toggle.open #hamburger span:nth-child(3) {
		opacity: 0;
	}

	#menu-toggle.open #hamburger span:nth-child(2) {
		margin: 0;
		transform: rotate(45deg) translate(3px, 2px);
	}

	.overlay_top {
		position: fixed;
		background: #032B53;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 59px 0 15px;
	}

	.overlay_scroll {
		width: 100%;
		height: 100%;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
		align-items: flex-end;
		text-align: end;
		padding-right: 15px;
	}

	.overlay_top.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
	}

	#menu-toggle {
		display: flex;
		margin-left: auto;
		z-index: 15;
		position: relative;
	}

	.logo {
		width: 237px;
		position: relative;
		z-index: 135;
	}

	.header {
		padding: 13px 0;
	}

	.btn-header {
		font-size: 20px;
		line-height: 120%;
		margin: 0 auto;
	}

	.btn-header:hover {
		background: transparent;
	}

	.header .languages > ul {
		position: relative;
		display: block;
		background: transparent;
		top: 0;
		z-index: 1;
		border-radius: 0;
		overflow: visible;
	}

	.header .btn-lang {
		display: none;
	}

	.overlay_scroll p {
		font-size: 20px;
		line-height: 120%;
		text-transform: uppercase;
		margin: 11px 0;
	}

	.header .languages > ul li a {
		height: auto;
		margin-bottom: 11px;
		padding: 0;
		font-size: 16px;
		line-height: 120%;
		font-weight: 500;
		color: #ffffff;
		display: block;
		text-decoration: none;
	}

	header .languages > ul li.active a {
		color: #4A96E1;
	}

	.header.active .logo {
		width: 237px;
	}

	.header.active {
		padding: 13px 0;
	}

	.only-mob {
		display: block!important;
	}

	.bonus-inners {
		gap: 31px;
		flex-direction: column-reverse;
	}
	.bonus-info {
		max-width: 100%;
		width: 100%;
		flex-shrink: 0;
	}
	h1 {
		font-size: 40px;
	}

	.yelow_text2 {
		font-size: 35px;
	}

	.bonus-info .subtitle {
		font-size: 20px;
		line-height: 30px;
		margin-top: 17px;
	}

	.row-buttons {
		margin-top: 21px;
		gap: 25px;
	}

	.block-select {
		padding: 24px 0;
	}

	.drop-select .drop-select-default {
		font-size: 18px;
		line-height: 25px;
		padding: 0 50px 0 16px;
	}

	.drop-select .drop-select-default:after {
		width: 20px;
		height: 17px;
		right: 16px;
	}

	.drop-select .drop-select-container ul li a, .drop-select .drop-select-container ol li a {
		font-size: 16px;
		padding: 13px 50px 13px 16px;
		min-height: auto;
	}

	.block-content {
		padding: 12px 0;
	}

	h2 {
		font-size: 28px;
		line-height: 33px;
		text-transform: none;
	}

	body {
		font-size: 16px;
		line-height: 21px;
	}

	.block-content-inners {
		gap: 24px;
		flex-direction: column-reverse;
		align-items: center;
	}

	.block-content-info {
		max-width: 100%;
		width: 100%;
		flex-shrink: 0;
	}


	.pros-cons-inners {
		gap: 35px;
		flex-direction: column;
		margin-top: 44px;
	}

	.pros-cons-inners .item:after {
		width: 41px;
		height: 41px;
		top: -21px;
		left: 0;
		right: 0;
	}

	.pros-cons-inners .item {
		padding: 20px 28px;
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}

	.pros-cons-inners .item ul li:before {
		top: 2px;
	}


	.section-faq .drop-select .drop-select-container {
		margin-top: 5px;
		font-size: 14px;
		max-width: 100%;
		border-radius: 0;
	}

	.section-faq .drop-select {
		margin-top: 12px;
		padding: 25px 50px 25px 16px;
	}

	.page-content {
		padding-top: 66px;
	}
}

@media screen and (max-width: 767px) {
	.panel {
		gap: 8px;
		width: 90%;
		bottom: 10px;
		z-index: 10;
	}

	.arrow-top {
		width: 31px;
		height: 31px;
	}

	.arrow-top.active {
		bottom: 84px;
	}

	.panel-text {
		font-size: 12px;
		line-height: 120%;
	}

	.panel-button .btn {
		padding: 8px 10px;
		white-space: nowrap;
		height: auto;
		font-size: 12px;
		text-transform: uppercase;
	}

	footer {
		padding: 21px 0 88px;
	}

	.section-bonus {
		padding: 0 0 15px;
	}

	.block-error-page .error-page-title {
		font-size: 46px;
		line-height: 40px;
		margin-bottom: 15px;
	}

	.block-error-page {
		font-size: 22px;
		line-height: 30px;
	}

	.btn-error {
		margin-top: 35px;
	}

	.section-error {
		padding: 60px 0 40px;
	}

	.block-error-page .notfound-picture {
		width: 300px;
		height: 244px;
		margin: 30px 0;
	}

	h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

@media screen and (max-width: 500px) {
	.row-buttons {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.menu-footer {
		gap: 20px;
	}

	.menu-footer li a {
		font-size: 12px;
		padding: 10px 10px;
	}

	footer p {
		font-size: 12px;
		margin-top: 15px;
	}
	.btn-header {
		font-size: 16px;
		line-height: 120%;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
		z-index: 135;
	}
}

@media screen and (max-width: 350px) {
	.yelow_text2 {
		font-size: 30px;
	}
}
