/* get-web custom */

:root {
	--font-0: "PT Root UI", sans-serif;
	--font-1: "Druk Cyr", sans-serif;
}

/* noUi */

.noUi-target {
	background: var(--bg-tertiary, #333);
	border-radius: 4px;
	border: 0;
	box-shadow: none;
}

.noUi-connect {
	background: var(--bg-accentPrimary, #e12f27);
}

.noUi-horizontal {
	height: 4px;
}

.noUi-marker {
	background: #333;
	top: 9px;
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: 0px;
	width: 1px;
	height: 4px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 13px;
	background: #617a26;
	top: 7px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 12px;
	background: #333;
	top: 2px;
}

.noUi-value {
	color: white;
	font-family: var(--font-0);
	font-size: 10px;
	font-weight: 500;
	top: 0;
}

.noUi-value-sub {
	color: #838383;
	font-family: var(--font-0);
	font-size: 12px;
	font-weight: 400;
	top: 18px;
}

.noUi-handle {
	border: 0;
	border-radius: 50%;
	background: var(--text-icon-accent-primary, #e12f27);
	cursor: default;
	box-shadow: none;
}

.noUi-horizontal .noUi-handle {
	width: 16px;
	height: 16px;
	left: -10px;
	top: -7px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -8px;
	left: auto;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 0;
	border-radius: 3px;
	background: #151317;
	color: white;
	font-family: "Segoe UI";
	font-size: 11px;
	font-weight: 400;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	width: 16px;
	height: 16px;
	line-height: 15px;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 13px;
}

.noUi-handle::after,
.noUi-handle::before,
.noUi-handle::after,
.noUi-handle::before {
	content: none;
}

.noUi-pips-horizontal {
	padding: 0;
	height: 35px;
}

/* bonus */

.bonus {
	color: var(--text-icon-primary, #fff);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 2px;
}

.bonus__img {
	border-radius: 4px;
	border: 1px solid var(--border-transparentBlack, rgba(255, 255, 255, 0.09));
	box-shadow: 0 0 32px 0 rgba(235, 188, 115, 0.64);
	box-sizing: border-box;
	object-fit: cover;
	width: 32px;
	height: 32px;
	background-color: #1d110d;
	font-size: 10px;
}

.bonus__name {
}

/* bonuses */

.bonuses {
	display: grid;
	gap: 24px;
	transition: 0.2s all;
}

.bonuses_blur {
	opacity: 0.48;
	filter: blur(8px);
	pointer-events: none;
	user-select: none;
}

.bonuses__head {
	padding: 10px 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	border-radius: 12px;
	background: var(--bg-secondary, #141414);
	min-height: 72px;
}

@media screen and (max-width: 520px) {
	.bonuses__head {
		min-height: 68px;
	}
}

.bonuses__title {
	color: #ebbc73;
	font-family: var(--font-1);
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (max-width: 520px) {
	.bonuses__title {
		font-size: 20px;
	}
}

.bonuses__desc {
	color: var(--text-icon-transparent-white, rgba(255, 255, 255, 0.64));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
}

.bonuses__head-border {
	width: 2px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.24);
}

.bonuses__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

@media screen and (max-width: 520px) {
	.bonuses__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ps */

.ps {
	border-radius: 12px;
	background: rgba(127, 127, 127, 0.16);
	display: flex;
	height: 72px;
	padding: 4px 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px;
	color: var(--text-icon-secondary, #ccc);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	flex-grow: 1;
	box-sizing: border-box;
	border: 1px solid transparent;
	transition: 0.2s all;
	cursor: pointer;
}

.ps:has(.ps__input:checked),
.ps_active,
.ps:hover {
	background: rgba(127, 127, 127, 0);
	border: 1px solid var(--Border-transparentWhite, rgba(255, 255, 255, 0.64));
}

.ps__input {
	display: none;
}

.ps__img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	flex-shrink: 1;
	min-height: 0;
}

.ps__title {
	margin: 0;
	line-height: 1;
}

/* notice */

.notice {
	color: var(--text-icon-secondary, #ccc);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.28;
}

/* dsc */

.dsc {
	color: var(--text-icon-primary, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
}

/* ttl */

.ttl {
	color: var(--text-icon-primary, #fff);

	/* Headings/D/H6 */
	font-family: var(--font-1);
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

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

/* btn */

.btn {
	border-radius: 12px;
	background: var(--bg-accentPrimary, #e12f27);
	box-shadow: 0 0 32px 0 rgba(225, 47, 39, 0.64);
	height: 72px;
	min-width: 200px;
	padding: 10px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: var(--text-icon-primary, #fff);
	text-align: center;
	font-family: var(--font-1);
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	border: 0;
	transition: 0.2s all;
	cursor: pointer;
}

.btn:hover {
	box-shadow: 0 0 32px 0 rgba(225, 47, 39, 0);
}

/* cntl */

.cntl {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	align-items: flex-start;
}

@media screen and (max-width: 520px) {
	.cntl {
		grid-template-columns: 1fr;
	}
}

.cntl__box {
	display: grid;
}

.cntl__dsc {
	margin-bottom: 12px;
}

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

.cntl__btn {
	flex-grow: 1;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 8px 14px;
	color: var(--text-icon-primary, #fff);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	transition: 0.2s all;
}

.cntl__btn:hover {
	background: rgba(255, 255, 255, 0.08);
}

/* field */

.field {
	display: flex;
	height: 44px;
	min-width: 0;
}

.field__desc {
	padding: 6px 16px;
	border-radius: 8px 0 0 8px;
	background: var(--bg-tertiary, #333);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: default;
	color: var(--text-icon-transparent-white, rgba(255, 255, 255, 0.64));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
}

.field__input {
	border-radius: 0 8px 8px 0;
	border-top: 1px solid var(--border-primary, #1f1f1f);
	border-right: 1px solid var(--border-primary, #1f1f1f);
	border-bottom: 1px solid var(--border-primary, #1f1f1f);
	border-left: 0;
	background: var(--bg-primary, #000);
	padding: 6px 16px;
	flex-grow: 1;
	min-width: 0;
	box-sizing: border-box;
	color: var(--text-icon-primary, #fff);
	font-family: var(--font-0);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
}

/* dnt */

.dnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	box-sizing: border-box;
}

@media screen and (max-width: 968px) {
	.dnt {
		grid-template-columns: 1fr;
	}
}

.dnt__box {
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
	padding: 24px;
	border-radius: 12px;
	flex-shrink: 0;
	min-width: 0;
}

.dnt__box_1 {
	background: var(--bg-secondary, #141414);
}

.dnt__box_2 {
	border-radius: 12px;
	border: 1px solid var(--border-primary, #1f1f1f);
	background: var(--bg-primary, #000);
}

.dnt__ttl {
}

.dnt__cntl {
}

.dnt__sliderbox {
	margin-bottom: 30px;
}

.dnt__results {
}

.dnt__result-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	height: 24px;
	color: var(--text-icon-tertiary, rgba(255, 255, 255, 0.4));
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.42;
	box-sizing: border-box;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.09);
}

.dnt__result-dsc {
	text-align: left;
}

.dnt__result-val {
	color: var(--text-icon-secondary, #ccc);
	text-align: right;
}

.dnt__psbox {
	display: grid;
	gap: 16px;
}

.dnt__pslist {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.dnt__pslist_type_2 {
	grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 520px) {
	.dnt__pslist {
		grid-template-columns: repeat(2, 1fr);
	}
}

.dnt__btnbox {
}

.dnt__btn {
	width: 100%;
}

.dnt__info {
	color: rgba(255, 255, 255, 0.64);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
}

/* button */

.button {
	border-radius: 12px;
	border: 1px solid var(--border-primary, #1f1f1f);
	background: var(--bg-secondary, #141414);
	min-height: 60px;
	padding: 10px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	transition: 0.2s all;
	color: var(--text-icon-primary, #fff);
	text-align: center;
	font-family: var(--font-1);
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: 0.92;
	text-transform: uppercase;
}

.button:hover {
	background: var(--border-primary, #1f1f1f);
}

.button_type_2 {
	border: 1px solid transparent;
	background: #5963f8;
	box-shadow: 0 0 32px 0 rgba(89, 99, 248, 0.64);
}

.button_type_2:hover {
	background-color: #5963f8;
	box-shadow: 0 0 32px 0 rgba(89, 99, 248, 0);
}

.button_type_3 {
	border: 1px solid transparent;
	background: #229ed9;
	box-shadow: 0 0 32px 0 rgba(21, 156, 222, 0.64);
}

.button_type_3:hover {
	background-color: #229ed9;
	box-shadow: 0 0 32px 0 rgba(21, 156, 222, 0);
}

/* cnt */

.cnt {
	display: flex;
	flex-direction: column;
	border-radius: 18px;
	border: 1px solid var(--border-primary, #1f1f1f);
	background: var(--bg-primary, #000);
	padding: 64px;
	box-sizing: border-box;
	gap: 48px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.cnt {
		gap: 24px;
		padding: 24px;
	}
}

.cnt__title {
	color: var(--text-icon-primary, #fff);
	font-family: var(--font-1);
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
	margin-bottom: 24px;
}

@media screen and (max-width: 1700px) {
	.cnt__title {
		font-size: 40px;
	}
}

@media screen and (max-width: 768px) {
	.cnt__title {
		font-size: 36px;
	}
}

.cnt__desc {
	color: var(--text-icon-transparent-white, rgba(255, 255, 255, 0.64));
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.44;
}

.cnt__btns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 8px;
}

.cnt__devider {
	height: 1px;
	width: 100%;
	background-color: var(--border-primary, #1f1f1f);
}

.cnt__links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

/* @media screen and (max-width: 460px) {
	.cnt__links {
		flex-direction: column;
	}
} */

.cnt__link {
	text-decoration: none;
	color: var(--text-icon-transparent-white, rgba(255, 255, 255, 0.64));
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.cnt__link:hover {
	color: var(--text-icon-primary, #fff);
}

.cnt__links-separator {
	width: 2px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.24);
}

/* @media screen and (max-width: 460px) {
	.cnt__links-separator {
		display: none;
	}
} */

/* page-support  */

.page-support {
	background-color: #000;
	background-image: url(../img/bg-support.jpg);
	background-size: max(100%, 1920px);
	background-position: 44% top;
	background-repeat: no-repeat;
}

/* support */

.support {
	min-height: 100vh;
	box-sizing: border-box;
	padding: 200px 96px 100px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

@media screen and (max-width: 1700px) {
	.support {
		padding-left: 48px;
		padding-right: 48px;
	}
}

@media screen and (max-width: 1300px) {
	.support {
		padding-top: 156px;
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 768px) {
	.support {
		padding-top: 110px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

.support__box {
}

.support__heading {
	color: var(--text-icon-primary, #fff);
	font-family: var(--font-1);
	font-size: 148px;
	font-style: normal;
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1700px) {
	.support__heading {
		font-size: 120px;
	}
}

@media screen and (max-width: 1500px) {
	.support__heading {
		font-size: 96px;
	}
}

@media screen and (max-width: 768px) {
	.support__heading {
		font-size: 54px;
	}
}

/* status */

.status {
	--status-online-color: #ff5c4b;
	color: #fdfded;
	font-family: var(--font-1);
	font-size: 46px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.92;
	letter-spacing: 1.84px;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
	text-align: center;
	width: fit-content;
}

@media screen and (max-width: 768px) {
	.status {
		font-size: 40px;
	}
}

[data-status-online="on"] {
	--status-online-color: #8dff4b;
}

[data-status-online="off"] {
	--status-online-color: #ff5c4b;
}

.status__online {
	background-color: var(--status-online-color);
	filter: drop-shadow(0 0 8px var(--status-online-color));
	width: 16px;
	height: 16px;
	position: absolute;
	left: calc(100% + 5px);
	bottom: 70%;
	border-radius: 50%;
}

.vanila__statusbox {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* bsn */

.bsn {
	box-sizing: border-box;
	padding: 24px;
	color: #161616;
	background-color: #fff;
	background-image: url(../img/bsn-bg.jpg);
	background-size: 110%;
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 1.23;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.52);
}

.bsn_pos {
	position: fixed;
	bottom: 38px;
	right: 42px;
	max-width: 540px;
	width: 100%;
	z-index: 20;
	animation: bsnShow 0.2s ease-out forwards;
}

@keyframes bsnShow {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 610px) {
	.bsn_pos {
		bottom: 12px;
		right: 12px;
		left: 12px;
		max-width: none;
		width: auto;
	}
}

.bsn__heading {
	color: #161616;
	font-family: var(--font-1);
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	box-sizing: border-box;
	padding-right: 30px;
}

.bsn__close {
	position: absolute;
	top: 16px;
	right: 16px;
	border-radius: 12px;
	background: var(--bg-secondary, #141414);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: 0.2s all;
}

.bsn__close:hover {
	background: #2b2b2b;
}

.bsn__close:after {
	display: block;
	content: "";
	background: url(../img/bns-close.svg) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 12px;
}
