

* {
	font-family: 'PingFang', sans-serif;
}

html.modal-opened,
html.modal-opened body{
	overflow: hidden;
	touch-action:none;
}

body {
	background-color: #fff;
	word-break: break-word;
	position: relative;
	color: #1E1E1E;
	font-size: 16px;
}

@-moz-document url-prefix() {
	html {
		scrollbar-width: thin;
        scrollbar-color: #FF9900 transparent;
	}
}

html::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

html::-webkit-scrollbar-track {
	background: transparent;
	position: relative;
}

html::-webkit-scrollbar-thumb {
	background-color: #FF9900;
	border-radius: 4px;
	border: 0;
	background-clip: padding-box;
	position: relative;
}

html::-webkit-scrollbar-thumb:before,
html::-webkit-scrollbar-thumb:after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 2px;
	background-color: #FF9900;
}

html::-webkit-scrollbar-thumb:before {
	top: -2px;
}

html::-webkit-scrollbar-thumb:after {
	bottom: -2px;
}

.rub {
	font-family: "Pixeloid Sans", sans-serif !important;
	font-size: 16px;
	font-weight: bold !important;;
	letter-spacing: -0.02em;
}

.pikseli,
.pikseli *{
	font-family: Inter, sans-serif;
	font-weight: 400;
}

.container {
	padding-left: 16px;
	padding-right: 16px;
	width: 1232px;
}

table {
	border-spacing: 0;
}

input {
	border-radius: 4px;
}

.input-block {
	padding: 0;
}

.input-block > label {
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	position: relative;
	margin: 0 8px 12px 8px;
	color: #1e1e1e;
	cursor: auto;
}

.input-block > .pixelated {
	background-color: #F2F2F2;
	width: calc(100% - 16px);
	padding: 0;
	height: 54px;
	border-radius: 10px;
	/* -webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2; */
}

.input-block > .pixelated > input[type="text"],
.input-block > .pixelated > select,
.input-block > .pixelated > textarea {
	width: 100%;
	height: 100%;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
	font-family: PingFang, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 12px;
}

.input-block > .pixelated > input::placeholder {
	opacity: 1;
	color: #B4B4B4;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	letter-spacing: -0.32px;
}

input[type="range"] {
	background-color: transparent !important;
}


.tooltip,
.dev-tooltip{
	-webkit-box-shadow: 8px 0 0 -4px #f2f2f2, 16px 0 0 -8px #f2f2f2, -8px 0 0 -4px #f2f2f2, -16px 0 0 -8px #f2f2f2 !important;
	box-shadow: 8px 0 0 -4px #f2f2f2, 16px 0 0 -8px #f2f2f2, -8px 0 0 -4px #f2f2f2, -16px 0 0 -8px #f2f2f2 !important;
	background-color: #f2f2f2;
	color: #1E1E1E !important;
	font-family: Inter, sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: normal !important;
	padding: 8px;
}

.dev-tooltip {
	transition: opacity 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	position: absolute;
	bottom: calc(100% + 8px);
	left: calc(50% - 100px);
	text-align: center;
	width: 184px;
	pointer-events: none;
	opacity: 0;
	display: block;
	white-space: nowrap;
}

.developer {
	position: relative;
}

.developer:hover > .dev-tooltip {
	opacity: 1;
}

.tooltip:after,
.dev-tooltip:after {
	border-top: 4px solid #f2f2f2;
}


.progress-line {
	position: fixed;
	top: 0;
	left: 0;
	width: 10%;
	height: 6px;
	z-index: 30;
	pointer-events: none;
	white-space: nowrap;
	text-align: right;
	font-size: 0;
	overflow: hidden;
	transition: width 1000ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.progress-line > .progress-end {
	display: inline-block;
	vertical-align: top;
	width: 52px;
	height: 6px;
	background-image: url("../img/progress-end.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 52px 6px;
}

.progress-line > .progress-repeat {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 52px);
	height: 3px;
	background-image: url("../img/progress-repeat.svg");
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 28px 3px;
}



.alert {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	right: 0 !important;
	bottom: 0 !important;
	top: auto !important;
	justify-content: end;
	align-items: end;
	left: auto !important;
	padding: 24px 32px;
	position: relative;
}

.alert > .alert-id {
	position: relative;
	background-color: #FF3131;
	box-shadow: none;
	color: #fff;
	padding: 20px 8px;
	text-align: center;
	min-width: 0;
	margin: 0 !important;
}

.alert > .alert-id:before,
.alert > .alert-id:after {
	display: block;
	content: "";
	pointer-events: none;
	border-left: 4px solid #FF3131;
	border-right: 4px solid #FF3131;
	position: absolute;
	box-sizing: border-box;
}

.alert > .alert-id:before {
	top: 4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% - 8px);
}

.alert > .alert-id:after {
	top: 8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% - 16px);
}

.alert > .alert-id > .alert-content {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.alert > .alert-id > .alert-footer {
	display: none;
}






.confirm {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	backdrop-filter: blur(3px);
}

.confirm > .confirm-id {
	width: 387px;
	margin: 0;
	background-color: #fff;
	color: #1e1e1e;
	position: relative;
	padding: 24px 16px;
}

.confirm > .confirm-id:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% - 8px);
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	box-sizing: border-box;
	pointer-events: none;
}


.confirm > .confirm-id:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% - 16px);
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	box-sizing: border-box;
	pointer-events: none;
}

.confirm > .confirm-id > .confirm-title {
	text-align: center;
	font-family: Inter, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 43px;
	position: relative;
	letter-spacing: -0.01em;
}

.confirm > .confirm-id > .confirm-title:before {
	content: "";
	display: block;
	background-image: url("../img/cart-confirm.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 16px auto;
}

.confirm > .confirm-id > .confirm-text {
	padding: 0 0 16px 0;
	color: #7C7C7C;
	font-family: PingFang, sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.02em;
	text-align: center;
}

.confirm > .confirm-id > .confirm-footer {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.confirm > .confirm-id > .confirm-footer > .btn {
	display: flex;
	width: calc(100% - 16px);
	background-color: #F2F2F2;
	color: #1e1e1e;
}

.confirm > .confirm-id > .confirm-footer > .btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% - 8px);
	border-left: 4px solid #F2F2F2;
	border-right: 4px solid #F2F2F2;
	box-sizing: border-box;
	pointer-events: none;
}

.confirm > .confirm-id > .confirm-footer > .btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: -8px;
	width: calc(100% + 16px);
	height: calc(100% - 16px);
	border-left: 4px solid #F2F2F2;
	border-right: 4px solid #F2F2F2;
	box-sizing: border-box;
	pointer-events: none;
}

.confirm > .confirm-id > .confirm-footer > .btn.no-trigger {
	background-color: #FF9900;
}

.confirm > .confirm-id > .confirm-footer > .btn.no-trigger:before,
.confirm > .confirm-id > .confirm-footer > .btn.no-trigger:after {
	border-color: #FF9900;
}



.switch-style{
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	height: 16px;
	width: 32px;
	border-radius: 8px;
}

.switch-style input{
	opacity: 0 !important;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}
.switch-style .checkbox-style-checked {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	border: 1px solid #303F9F;
	overflow: hidden;
	border-radius: 8px;
}

.switch-style .checkbox-style-checked:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	left: 2px;
	top: 2px;
	position: absolute;
	opacity: 1;
	background-color: #303F9F;
	border-radius: inherit;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.switch-style input:disabled + .checkbox-style-checked{
	cursor: not-allowed;
	border-color: #BDBDBD;
}

.switch-style input:disabled + .checkbox-style-checked:after {
	background-color: #BDBDBD;
}

.switch-style input:checked:disabled + .checkbox-style-checked:after {
	background-color: #BDBDBD;
}

.switch-style input:checked + .checkbox-style-checked:after {
	background-color: #fff;
	left: calc(100% - 12px);
}

.switch-style input:checked:disabled + .checkbox-style-checked:after {
	background-color: #fff;
	left: calc(100% - 12px);
}

.switch-style input:checked + .checkbox-style-checked {
	background-color: #303F9F;
}

.switch-style input:checked:disabled + .checkbox-style-checked {
	background-color: #BDBDBD;
}

img {
	max-width: 100%;
}

.btn {
	box-shadow: none;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	min-width: 56px;
	font-family: Inter, sans-serif;
	color: #1e1e1e;
	font-size: 16px;
	transition: none;
	background-color: #F2F2F2;
	font-weight: 400;
	letter-spacing: -0.32px;
}

.btn:before,
.btn:after {
	display: none;
}

.btn.btn-orange {
	background-color: #FF9900;
	border-radius: 10px;
	/* -webkit-box-shadow: 8px 0 0 -4px #FF9900, 16px 0 0 -8px #FF9900, -8px 0 0 -4px #FF9900, -16px 0 0 -8px #FF9900;
	box-shadow: 8px 0 0 -4px #FF9900, 16px 0 0 -8px #FF9900, -8px 0 0 -4px #FF9900, -16px 0 0 -8px #FF9900; */
}

.btn:hover,
.btn.active,
.btn:active {
	box-shadow: none;
}

/* .btn.btn-orange:hover,
.btn.btn-orange.active,
.btn.btn-orange:active {
	-webkit-box-shadow: 8px 0 0 -4px #FF9900, 16px 0 0 -8px #FF9900, -8px 0 0 -4px #FF9900, -16px 0 0 -8px #FF9900;
	box-shadow: 8px 0 0 -4px #FF9900, 16px 0 0 -8px #FF9900, -8px 0 0 -4px #FF9900, -16px 0 0 -8px #FF9900;
} */

.btn:active:after {
	background-color: transparent;
}

.btn:disabled {
	background-color: #F2F2F2;
	color: #7C7C7C;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2 !important;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2 !important;
}

.btn:disabled:after {
	display: none;
}


.pixelated {
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	align-items: center;
	padding: 12px 24px;
	/* -webkit-box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff;
	box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff; */
}

a {
	color: #1f1f1f;
	transition: color 450ms cubic-bezier(.23,1,.32,1) 0s;
}

a:not(.btn):hover {
	color: #1f1f1f;
}

.input-block > label .checkbox-style, .input-block > label .radio-style {
	vertical-align: middle;
}



input[type="checkbox"].pixelated-checkbox {
	height: 34px;
	background-color: #F2F2F2;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	width: 26px;
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, -8px 0 0 -4px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, -8px 0 0 -4px #F2F2F2;
	margin-left: 4px;
	margin-right: 4px;
	transition: color 450ms cubic-bezier(.23,1,.32,1) 0s;
	transition-property: background-color, box-shadow;
}

input[type="checkbox"].pixelated-checkbox:checked {
	background-color: #FF9900;
	-webkit-box-shadow: 8px 0 0 -4px #FF9900, -8px 0 0 -4px #FF9900;
	box-shadow: 8px 0 0 -4px #FF9900, -8px 0 0 -4px #FF9900;
}

input[type="checkbox"].pixelated-checkbox:before {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	width: 24px;
	height: 24px;
	content: "";
	display: block;
}

input[type="checkbox"].pixelated-checkbox:checked:before {
	background-image: url("../img/check-black.svg");
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

textarea {
	min-height: 64px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
}

hr {
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	border-width: 1px;
}



.confirmations {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,.4);
	backdrop-filter: blur(3px);
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.confirmations > .confirmation {
	background-color: #fff;
	color: #1e1e1e;
	width: 371px;
	padding: 24px 16px;
	position: relative;
}

.confirmations > .confirmation:before,
.confirmations > .confirmation:after {
	border-color: #fff;
}

.confirmations > .confirmation > .confirmation-close {
	position: absolute;
	top: 16px;
	right: 12px;
	cursor: pointer;
	z-index: 1;
	width: 24px;
	height: 24px;
}

.confirmations > .confirmation > .confirmation-icon {
	height: 80px;
	margin: auto;
	background-color: #F2F2F2;
	width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	-webkit-box-shadow: 12px 0 0 -6px #F2F2F2, 24px 0 0 -12px #F2F2F2, -12px 0 0 -6px #F2F2F2, -24px 0 0 -12px #F2F2F2;
	box-shadow: 12px 0 0 -6px #F2F2F2, 24px 0 0 -12px #F2F2F2, -12px 0 0 -6px #F2F2F2, -24px 0 0 -12px #F2F2F2;
}

.confirmations > .confirmation > .confirmation-icon .icon {
	width: 34px;
	height: 34px;
	background-size: 34px;
}

.confirmations > .confirmation > .confirmation-title {
	text-align: center;
	font-size: 24px;
	line-height: 43px;
	position: relative;
	letter-spacing: -0.24px;
	padding-top: 16px;
}

.confirmations > .confirmation > .confirmation-text {
	padding: 0 0 16px 0;
	color: #7C7C7C;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: -0.32px;
	text-align: center;
}

.confirmations > .confirmation > .confirmation-footer {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.confirmations > .confirmation > .confirmation-footer .btn {
	margin-top: 0;
	max-width: calc(100% - 16px);
}

.confirmations > .confirmation > .confirmation-footer .btn.confirmation-yes {
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
}



.notifications {
	position: fixed;
	bottom: 24px;
	left: 56px;
	/*max-width: 360px;*/
	max-width: calc(100% - 112px);
	display: flex;
	gap: 8px;
	flex-direction: column;
	justify-content: end;
	z-index: 20;
	align-items: start;
}

.notifications > .notification {
	min-height: 56px;
	color: #fff;
	background-color: #FF3131;
	padding: 8px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.32px;
	-webkit-box-shadow: 8px 0 0 -4px #FF3131, 16px 0 0 -8px #FF3131, -8px 0 0 -4px #FF3131, -16px 0 0 -8px #FF3131;
	box-shadow: 8px 0 0 -4px #FF3131, 16px 0 0 -8px #FF3131, -8px 0 0 -4px #FF3131, -16px 0 0 -8px #FF3131;
}

.notifications > .notification[data-type="success"] {
	background-color: #00DA09;
	color: #1e1e1e;
	-webkit-box-shadow: 8px 0 0 -4px #00DA09, 16px 0 0 -8px #00DA09, -8px 0 0 -4px #00DA09, -16px 0 0 -8px #00DA09;
	box-shadow: 8px 0 0 -4px #00DA09, 16px 0 0 -8px #00DA09, -8px 0 0 -4px #00DA09, -16px 0 0 -8px #00DA09;
}



.tooltip {
	z-index: 21;
}

.scroll-top {
	opacity: 0.4;
	position: fixed;
	bottom: calc((100px - 48px) / 2);
	right: 20px;
	font-size: 20px;
	text-align: center;
	width: 48px;
	z-index: 10;
	line-height: 44px;
	height: 48px;
	display: block;
	border-radius: 50%;
	box-shadow:rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

.scroll-top:hover {
	opacity: 0.8;
	color: #fff !important;
}

.logo {
	font-size: 37px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	line-height: 48px;
	border-radius: 16px;
}

.checkbox-style input:checked + .checkbox-style-checked {
	background-color: #00BCD4;
}

.checkbox-style .checkbox-style-checked, .radio-style .checkbox-style-checked {
	border-color: #00BCD4;
}




.icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.icon.icon-vk,
.icon.icon-telegram,
.icon.icon-discord,
.icon.icon-edit {
	background-image: url("../img/vk.svg");
	background-size: contain;
	width: 20px;
	height: 20px;
}

.icon.icon-telegram {
	background-image: url("../img/telegram.svg");
}

.icon.icon-discord {
	background-image: url("../img/discord.svg");
}

.icon.icon-edit {
	background-image: url("../img/edit.svg");
}

.icon.icon-scale {
	background-image: url("../img/scale.svg");
	width: 24px;
	height: 24px;
}

.icon.icon-link {
	background-image: url("../img/link.svg");
	width: 24px;
	height: 24px;
}

.icon.icon-discord-review {
	background-image: url("../img/review-discord.svg");
	width: 20px;
	height: 20px;
}

.icon.icon-dropdown {
	background-image: url("../img/dropdown.svg");
	background-size: 10px 6px;
	width: 16px;
	height: 16px;
}

.icon.icon-copy {
	background-image: url("../img/copy.svg");
	background-size: contain;
	width: 24px;
	height: 24px;
}

.icon.icon-question {
	background-image: url("../img/question.svg");
	background-size: 24px;
	width: 24px;
	height: 24px;
}

.icon.icon-question-black {
	background-image: url("../img/question-black.svg");
	background-size: 24px;
	width: 24px;
	height: 24px;
}

.icon.icon-cart-gray {
	background-image: url("../img/cart-gray.svg");
	background-size: 26px;
	width: 32px;
	height: 32px;
}

.icon.icon-slider-arrow-left,
.icon.icon-slider-arrow-right,
.icon.icon-slider-arrow-up,
.icon.icon-slider-arrow-down {
	background-image: url("../img/arrow.svg");
	background-size: contain;
	width: 8px;
	height: 18px;
}

.icon.icon-slider-arrow-up,
.icon.icon-slider-arrow-down {
	width: 24px;
	height: 24px;
	background-size: 8px 18px;
}

.icon.icon-slider-arrow-left {
	transform: rotate(180deg);
}

.icon.icon-slider-arrow-up {
	transform: rotate(-90deg);
}

.icon.icon-slider-arrow-down {
	transform: rotate(90deg);
}

.icon.icon-star {
	background-image: url("../img/star.svg");
	width: 18px;
	height: 18px;
	background-size: contain;
}

.icon.icon-double-arrow-down,
.icon.icon-close,
.icon.icon-check,
.icon.icon-close-white,
.icon.icon-check-black,
.icon.icon-check-orange,
.icon.icon-info,
.icon.icon-cart,
.icon.icon-bars {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
}

.icon.icon-double-arrow-down{
	background-image: url("../img/double-arrow-down.svg");
}

.icon.icon-bars{
	background-image: url("../img/bars.svg");
}

.icon.icon-double-arrow-black-down,
.icon.icon-double-arrow-black-up,
.icon.icon-double-arrow-black-left,
.icon.icon-double-arrow-black-right,
.icon.icon-trash,
.icon.icon-trash-red,
.icon.icon-close-red {
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-image: url("../img/double-arrow-down-black.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.icon.icon-double-arrow-black-up { transform: rotate(90deg); }
.icon.icon-double-arrow-black-down { transform: rotate(-90deg); }
.icon.icon-double-arrow-black-right { transform: rotate(180deg); }

.icon.icon-close-red {
	background-image: url("../img/close-red.svg");
}

.icon.icon-trash {
	background-image: url("../img/trash.svg");
}

.icon.icon-cart {
	background-image: url("../img/cart.svg");
	width: 20px;
	height: 20px;
	background-size: 20px;
}

.icon.icon-trash-red {
	background-image: url("../img/trash-red.svg");
}

.icon.icon-close {
	background-image: url("../img/close.svg");
}
	.icon.icon-close-new{
		background-image: url("../img/newkrik.png");
	}

.icon.icon-close-white {
	background-image: url("../img/close-white.svg");
}

.icon.icon-check {
	background-image: url("../img/check.svg");
}

.icon.icon-check-black {
	background-image: url("../img/check-black.svg");
}

.icon.icon-check-orange {
	background-image: url("../img/check-orange.svg");
}


.icon.icon-info {
	background-image: url("../img/info.svg");
}

.icon.icon-union {
	background-image: url("../img/union.svg");
	width: 18px;
	height: 20px;
}



.logo {
	width: 72px;
	height: 67px;
	display: flex;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 16px;
}

.logo:before {
	display: block;
	content: "";
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
	position: absolute;

}



body > .navbar {
	background-color: rgba(255,255,255,0.92);
	box-shadow: none;
	backdrop-filter: blur(3px);
	min-height: 76px;
	height: 76px;
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	transition: box-shadow 150ms linear 0ms;
}

body > .navbar.floating {
	position: fixed;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}

body > .navbar:not(.floating) {
	top: 0 !important;
}

body > .navbar > .container {
	height: 100%;
}

body > .navbar .navbar-wrapper {
	display: flex;
	justify-content: center;
}

.navbar .navbar-wrapper > .nav-center,
.navbar .navbar-wrapper > .nav-left,
.navbar .navbar-wrapper > .nav-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px;
}

.navbar .navbar-wrapper > .nav-right {
	padding-left: 28px;
}

.navbar .navbar-wrapper .nav-brand,
.navbar .navbar-wrapper .nav-item,
.navbar .navbar-wrapper .nav-link,
.navbar .navbar-wrapper .nav-mobile {
	height: auto;
	line-height: normal;
	min-width: 0;
	font-family: Inter, sans-serif;
	font-size: 12px;
	padding: 0;
}

.navbar .navbar-wrapper .nav-brand:hover,
.navbar .navbar-wrapper .nav-item:hover,
.navbar .navbar-wrapper .nav-link:hover,
.navbar .navbar-wrapper .nav-mobile:hover {
	background-color: transparent;
}

/*#FF9900*/

.navbar .navbar-wrapper .navbar-menu {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.navbar .navbar-wrapper .nav-mobile {
	width: 42px;
	height: 42px;
	background-image: url("../img/bars.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

.navbar.open .navbar-wrapper .nav-mobile {
	background-image: url("../img/close.svg");
	background-color: transparent;
}



body > .navbar .navbar-wrapper .nav-li {
	line-height: normal;
	height: 100%;
	min-width: 0;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

body > .navbar .navbar-wrapper .nav-li:last-child {
	padding-right: 0;
}

body > .navbar .navbar-wrapper .nav-li:after {
	content: "";
	display: block;
	position: absolute;
	left: calc(100% - 16px);
	top: calc(50% - 1px);
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #bdbdbd;
}

body > .navbar .navbar-wrapper .nav-li:after {
	display: none;
}

body > .navbar .navbar-wrapper .nav-link {
	color: #1e1e1e;
	font-size: 15px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
	min-width: 0;
	transition: all 150ms linear 0ms;
	padding: 8px 16px;
	gap: 8px;
}

body > .navbar .navbar-wrapper .nav-link.active,
body > .navbar .navbar-wrapper .nav-link:hover {
	color: #FF9900;
}

body > .navbar .navbar-wrapper .nav-link:after {
	display: none;
}

body > .navbar .navbar-wrapper .nav-link.active {

}

.navbar .navbar-wrapper .nav-submenu {
	background-color: #F2F2F2;
	padding: 8px;
	width: 181px;
	border-radius: 10px;
	/* -webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2; */
	opacity: 0;
	display: block;
	pointer-events: none;
	transition: opacity 150ms linear 0ms;
	left: auto !important;
	right: -15px !important;
	top: 58px !important;
}

.navbar .navbar-wrapper .nav-submenu.active {
	opacity: 1;
	pointer-events: auto;
}

.navbar .navbar-wrapper .navbar-menu > li > .nav-submenu::before {
	display: none;
}

.navbar .navbar-wrapper .nav-submenu .nav-item,
.navbar .navbar-wrapper .nav-submenu .nav-link {
	min-height: 36px;
	padding: 8px 4px;
	display: flex;
	align-items: center;
	line-height: normal;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	font-family: Inter, sans-serif;
	color: #1E1E1E;
	transition: background-color 150ms linear 0ms;
	transition-property: background-color, box-shadow;
	font-size: 12px;
	justify-content: center;
	border-radius: 10px;
}

.navbar .navbar-wrapper .nav-submenu .nav-item > span,
.navbar .navbar-wrapper .nav-submenu .nav-link > span {
	font-family: Inter, sans-serif;
	font-weight: 400;
	position: relative;
	z-index: 2;
}

.navbar .navbar-wrapper .nav-submenu .nav-item:after,
.navbar .navbar-wrapper .nav-submenu .nav-link:after,
.navbar .navbar-wrapper .nav-submenu .nav-item:before,
.navbar .navbar-wrapper .nav-submenu .nav-link:before {
	display: none;
}

.navbar .navbar-wrapper .nav-submenu .nav-link:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	/* padding: 0 8px; */
	border-radius: 10px;
	/* -webkit-box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff;
	box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff; */
}

.navbar .navbar-wrapper .nav-submenu .nav-link:hover:after {
	background-color: #fff;
	width: 100%;
	opacity: 1;
}

.navbar .navbar-wrapper .nav-submenu.left-pos,
.navbar .navbar-wrapper .nav-submenu.right-pos {
	left: auto !important;
	right: -15px !important;
	top: 58px !important;
}




.navbar .navbar-wrapper .navbar-menu-social {
	display: flex;
	gap: 16px;
	align-items: center;
}

.navbar .navbar-wrapper .navbar-menu-social > li {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar .navbar-wrapper .navbar-menu-social > li > .icon {
	position: relative;
}

.navbar .navbar-wrapper .navbar-menu-social > li > .icon:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity 200ms linear 0ms;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.navbar .navbar-wrapper .navbar-menu-social > li > .icon:hover:after {
	opacity: 1;
}

.navbar .navbar-wrapper .navbar-menu-social > li > .icon.icon-vk:after {
	background-image: url("../img/vk-color.svg");
}

.navbar .navbar-wrapper .navbar-menu-social > li > .icon.icon-discord:after {
	background-image: url("../img/discord-color.svg");
}

.navbar .navbar-wrapper .navbar-menu-social > li > .icon.icon-telegram:after {
	background-image: url("../img/telegram-color.svg");
}

.navbar .navbar-wrapper > .nav-right .btn.copy-clipboard {
	height: 36px;
	width: 189px;
	font-size: 12px;
	padding: 0;
	gap: 8px;
	user-select: none;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	transform: scale(100%);
	transition: transform 120ms linear 0ms;
}






body > .navbar.navbar-responsive {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 66px;
	height: 66px;
	padding: 12px 16px;
	flex-direction: column;
	border-bottom: 1px solid #DBDBDB;
}

body > .navbar.navbar-responsive.open {
	background-color: #fff;
	backdrop-filter: none;
}

body > .navbar.navbar-responsive > .navbar-wrapper {
	justify-content: space-between;
	align-items: center;
	height: auto;
}

body > .navbar.navbar-responsive > .navbar-menu,
body > .navbar.navbar-responsive > .navbar-footer {
	display: none;
}

body > .navbar.navbar-responsive.open > .navbar-menu,
body > .navbar.navbar-responsive.open > .navbar-footer {
	display: flex;
}

.navbar.navbar-responsive .navbar-wrapper > .nav-right {
	padding: 0;
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: nowrap;
}

.navbar.navbar-responsive .navbar-wrapper .nav-item,
.navbar.navbar-responsive .navbar-wrapper .nav-link,
.navbar.navbar-responsive .navbar-wrapper .navbar-menu,
.navbar.navbar-responsive .navbar-wrapper .navbar-menu > li,
.navbar.navbar-responsive .navbar-wrapper > .nav-left,
.navbar.navbar-responsive.open .navbar-wrapper > .nav-center,
.navbar.navbar-responsive.open .navbar-wrapper > .nav-right {
	width: unset;
}

.navbar.navbar-responsive.open .navbar-wrapper {
	padding-bottom: 8px;
}

body > .navbar.navbar-responsive .navbar-menu {
	flex-direction: column;
	gap: 8px;
}

body > .navbar.navbar-responsive ul > li {
	list-style: none;
}

body > .navbar.navbar-responsive ul > li .nav-link {
	min-height: 47px;
	padding: 8px 0;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body > .navbar.navbar-responsive .nav-submenu {
	display: none;
	flex-direction: column;
	gap: 8px;
	position: relative;
}

body > .navbar.navbar-responsive .nav-submenu:before {
	display: block;
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #DBDBDB;
}

body > .navbar.navbar-responsive .nav-submenu.active {
	display: flex;
}

body > .navbar.navbar-responsive .nav-submenu > li .nav-link {
	min-height: 38px;
	padding: 8px 16px;
	font-size: 14px;
}

body > .navbar.navbar-responsive .nav-submenu > li .nav-link > span {
	font-family: Inter, sans-serif;
	font-weight: 400;
}

body > .navbar.navbar-responsive .navbar-footer {
	margin-top: auto;
	flex-direction: column;
	gap: 24px;
}

body > .navbar.navbar-responsive .navbar-footer .btn {
	margin: auto;
	width: 190px;
	height: 36px;
	font-size: 12px;
	user-select: none;
	padding: 6px;
	gap: 8px;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	transform: scale(100%);
	transition: transform 120ms linear 0ms;
}

body > .navbar.navbar-responsive .navbar-footer .navbar-menu-social {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

body > .navbar.navbar-responsive .navbar-footer .navbar-menu-social > li > .icon {
	position: relative;
}

body > .navbar.navbar-responsive .navbar-footer .navbar-menu-social > li > .icon:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity 200ms linear 0ms;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

body > .navbar.navbar-responsive .navbar-footer .navbar-menu-social > li > .icon:hover:after {
	opacity: 1;
}

body > .navbar.navbar-responsive .navbar-footer .navbar-menu-social > li > .icon.icon-vk:after {
	background-image: url("../img/vk-color.svg");
}

body > .navbar.navbar-responsive .navbar-footer .navbar-menu-social > li > .icon.icon-discord:after {
	background-image: url("../img/discord-color.svg");
}

body > .navbar.navbar-responsive .navbar-footer .navbar-menu-social > li > .icon.icon-telegram:after {
	background-image: url("../img/telegram-color.svg");
}




.main-container {
	padding: 76px 0;
}





.modal {
	background-color: rgba(30,30,30,.6);
	backdrop-filter: blur(3px);
	cursor: auto;
	touch-action:auto;
}

.modal > .wrapper {
	scrollbar-width: thin;
	width: 630px;
	max-width: 100%;
	pointer-events: none;
}

.modal > .wrapper > .modal-content {
	background-color: #fff;
	padding: 16px 16px 24px 16px;
	position: relative;
	border-radius: 10px;
	/* -webkit-box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff;
	box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff; */
	pointer-events: auto;
}

.modal > .wrapper > .modal-content > .modal-header {
	text-align: center;
	font-size: 24px;
	font-family: Inter, sans-serif;
	font-weight: 400;
	line-height: 43px;
	position: relative;
	padding: 0 24px;
	border: 0;
	color: #1E1E1E;
	letter-spacing: -0.24px;
}

.modal > .wrapper > .modal-content > .modal-close,
.modal > .wrapper > .modal-content > .modal-back {
	position: absolute;
	top: 16px;
	right: 16px;
	height: 43px;
	display: flex;
	align-items: center;
	cursor: pointer;
	z-index: 1;
	width: 24px;
	justify-content: center;
}

.modal > .wrapper > .modal-content > .modal-back {
	right: auto;
	left: 16px;
}

.modal > .wrapper > .modal-content > .modal-body {
	padding: 0 12px 0 0;
	margin-top: 12px;
	max-height: calc(100vh - 155px);
	overflow: auto;
	font-size: 16px;
	font-family: PingFang, sans-serif;
	font-weight: bold;
	color: #1e1e1e;
	line-height: 25px;
	position: relative;
	letter-spacing: -0.32px;
}

@-moz-document url-prefix() {
	.modal > .wrapper > .modal-content > .modal-body {
		scrollbar-width: thin;
		scrollbar-color: #DBDBDB transparent;
	}
}


.modal > .wrapper > .modal-content > .modal-body::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: transparent;
}

.modal > .wrapper > .modal-content > .modal-body::-webkit-scrollbar-track {
	position: relative;
}

.modal > .wrapper > .modal-content > .modal-body::-webkit-scrollbar-thumb {
	background-color: #DBDBDB;
	border-radius: 4px;
	border: 0;
}




body > footer {
	border-top: 1px solid #E7E7E7;
}

body > footer.footer-responsive {
	display: none;
}

body > footer .footer-wrapper > .top-elements {
	display: grid;
	grid-gap: 2px;
	grid-template-columns: repeat(4, 1fr);
	align-items: start;
	position: relative;
}

body > footer .footer-wrapper > .top-elements > .element {
	height: 38px;
	display: flex;
	align-items: center;
	padding: 0 84px;
	font-family: Inter, sans-serif;
	font-weight: 400;
	line-height: 22px;
	font-size: 13px;
	background-position: 16px 0;
	background-repeat: no-repeat;
	background-size: 60px 38px;
	overflow: hidden;
	position: relative;
}

body > footer .footer-wrapper > .top-elements > .element > img {
	position: absolute;
	top: 0;
	left: 0;
	image-rendering: high-quality;
	display: block;
}

body > footer .footer-wrapper > .top-elements > .element.water {
	background-color: #D1EFFF;
}

body > footer .footer-wrapper > .top-elements > .element.water > img {
	width: 60px;
	height: 38px;
	left: 16px;
	top: 0;
}

body > footer .footer-wrapper > .top-elements > .element.earth {
	background-color: #E9DDCC;
}

body > footer .footer-wrapper > .top-elements > .element.earth > img {
	max-width: 124px;
	top: -8px;
	left: -16px;
}

body > footer .footer-wrapper > .top-elements > .element.fire {
	background-color: #FFE6C5;
}

body > footer .footer-wrapper > .top-elements > .element.fire > img {
	max-width: 60px;
	left: 16px;
	top: -3px;
}

body > footer .footer-wrapper > .top-elements > .element.air {
	background-color: #DEEDFF;
}

body > footer .footer-wrapper > .top-elements > .element.air > img {
	width: 62px;
	height: 38px;
	left: 16px;
}

body > footer .footer-wrapper > .footer-bottom {
	border-top: 1px solid #DBDBDB;
	padding-top: 40px;
	padding-bottom: 32px;
	display: grid;
	grid-gap: 24px;
	grid-template-columns: 72px 340px 280px auto auto;
}

body > footer .footer-wrapper > .footer-bottom * {
	font-family: PingFang, sans-serif;
	font-weight: bold;
	line-height: 25px;
	font-size: 16px;
	color: rgba(30,30,30,0.5);
}

body > footer .footer-wrapper > .footer-bottom > .block-dev {
	display: flex;
	justify-content: end;
	align-items: center;
}

body > footer .footer-wrapper > .footer-bottom .logo {
	font-size: 37px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 72px;
	height: 67px;
	display: flex;
}

.developer {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.1;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.developer:hover {
	opacity: 1;
}




body > footer .footer-wrapper > .footer-content {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 354px 400px auto;
	align-items: start;
	padding: 40px 0;
}

body > footer .footer-wrapper > .footer-content .footer-menu {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

body > footer .footer-wrapper > .footer-content .footer-menu > li {
	list-style: none;
}

body > footer .footer-wrapper > .footer-content .footer-menu > li > a {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	min-height: 19px;
	display: inline-block;
}



body > footer .footer-wrapper > .footer-content > .block-right {
	display: flex;
	justify-content: end;
	flex-direction: column;
	gap: 24px;
}

body > footer .footer-wrapper > .footer-content > .block-right > .block-top {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: end;
}

body > footer .footer-wrapper > .footer-content .footer-menu-social {
	display: flex;
	gap: 16px;
	align-items: center;
}

body > footer .footer-wrapper > .footer-content .footer-menu-social > li {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

body > footer .footer-wrapper > .footer-content .footer-menu-social > li > .icon {
	position: relative;
}

body > footer .footer-wrapper > .footer-content .footer-menu-social > li > .icon:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity 200ms linear 0ms;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

body > footer .footer-wrapper > .footer-content .footer-menu-social > li > .icon:hover:after {
	opacity: 1;
}

body > footer .footer-wrapper > .footer-content .footer-menu-social > li > .icon.icon-vk:after {
	background-image: url("../img/vk-color.svg");
}

body > footer .footer-wrapper > .footer-content .footer-menu-social > li > .icon.icon-discord:after {
	background-image: url("../img/discord-color.svg");
}

body > footer .footer-wrapper > .footer-content .footer-menu-social > li > .icon.icon-telegram:after {
	background-image: url("../img/telegram-color.svg");
}

body > footer .footer-wrapper > .footer-content .btn.copy-clipboard {
	height: 36px;
	width: 189px;
	font-size: 12px;
	padding: 0;
	gap: 8px;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	user-select: none;
	transform: scale(100%);
	transition: transform 200ms linear 0ms;
}

body > footer .payments {
	display: flex;
	width: 353px;
	height: 40px;
	gap: 24px;
	max-width: 100%;
	position: relative;
	margin-left: auto;
	align-items: center;
}

body > footer .payments > .payment {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

body > footer .payments > .payment[data-type="mastercard"] {
	width: 41px;
	height: 40px;
	background-image: url("../img/mastercard.svg");
}

body > footer .payments > .payment[data-type="visa"] {
	width: 85px;
	height: 28px;
	background-image: url("../img/visa.svg");
}

body > footer .payments > .payment[data-type="mir"] {
	width: 101px;
	height: 30px;
	background-image: url("../img/mir.svg");
}

body > footer .payments > .payment[data-type="sbp"] {
	width: 67px;
	height: 34px;
	background-image: url("../img/sbp.svg");
}





body > footer.footer-responsive {
	padding: 0 16px 32px 16px;
}

body > footer.footer-responsive > .container {
	width: 100%;
	padding: 0;
}

body > footer.footer-responsive .footer-wrapper > .footer-content {
	grid-template-columns: auto auto auto;
}

body > footer.footer-responsive .footer-wrapper > .top-elements > .element {
	font-size: 0;
	background-position-x: center !important;
	padding: 0;
}

body > footer.footer-responsive .footer-wrapper > .footer-content {
	padding: 24px 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	align-items: center;
}


body > footer.footer-responsive .footer-wrapper > .footer-content .footer-menu {
	gap: 24px;
	width: 100%;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 24px;
}

body > footer.footer-responsive .footer-wrapper > .footer-content .footer-menu > li {
	line-height: 22px;
	text-align: center;
}

body > footer.footer-responsive .footer-wrapper > .footer-content > .block-first,
body > footer.footer-responsive .footer-wrapper > .footer-content > .block-menu {
	width: 100%;
}

body > footer.footer-responsive .footer-wrapper > .footer-content > .block-first > .block-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}

body > footer.footer-responsive .footer-wrapper > .footer-content > .block-first > .block-top .btn {
	height: 36px;
	padding: 6px;
	width: 190px;
	max-width: 100%;
	font-size: 12px;
	gap: 8px;
	margin: 0 8px 0 auto;
}

body > footer.footer-responsive .footer-wrapper > .footer-bottom {
	border: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	text-align: center;
}

body > footer.footer-responsive .payments {
	margin: 24px auto 0 auto;
}




#about-goods .accordion {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: transparent;
	border-radius: 0;
	position: relative;
}

#about-goods .accordion > .accordion-id {
	background-color: #f2f2f2;
	padding: 8px;
	display: flex;
	flex-direction: column;
	min-height: 50px;
	border-radius: 10px;
	/* -webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2; */
}

#about-goods .accordion > .accordion-id.active > .accordion-target {
	display: block;
}

#about-goods .accordion > .accordion-id > .accordion-trigger {
	padding: 0;
	display: flex;
	gap: 8px;
	align-items: center;
	border: 0;
	border-radius: 0;
	min-height: 34px;
	color: #1E1E1E;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	background-color: transparent;
}

#about-goods .accordion > .accordion-id > .accordion-trigger:after {
	top: 10px;
	content: "";
	right: 8px;
	background-image: url("../img/arrow.svg");
	background-size: 8px 14px;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	background-color: transparent;
	border-radius: 0;
	transform: rotate(90deg);
	transition: transform 150ms linear 0ms;
}

#about-goods .accordion > .accordion-id:first-child > .accordion-trigger:after {
	top: 6px;
}

#about-goods .accordion > .accordion-id.active > .accordion-trigger:after {
	transform: rotate(270deg);
}

#about-goods .accordion > .accordion-id > .accordion-trigger * {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	color: #1E1E1E;
}

#about-goods .accordion > .accordion-id > .accordion-trigger > .header-icon {
	display: flex;
}

#about-goods .accordion > .accordion-id > .accordion-trigger > .header-image {
	width: 44px;
	height: 44px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 4px;
}


#about-goods .accordion > .accordion-id > .accordion-target {
	padding: 16px 0 0 0;
	width: 100%;
}

#about-goods .accordion > .accordion-id .target-text {
	padding: 0 8px;
}

#about-goods .accordion > .accordion-id .price-block {
	min-height: 31px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 16px;
}

#about-goods .accordion > .accordion-id .price-block > .block-left {
	font-family: PingFang, sans-serif;
	font-weight: bold;
	color: rgba(30,30,30,0.5);
	font-size: 16px;
	letter-spacing: -0.48px;
}

#about-goods .accordion > .accordion-id .price-block > .block-right {
	display: flex;
	gap: 8px;
	justify-content: end;
	align-items: center;
}

#about-goods .accordion > .accordion-id .price-block > .block-right * {
	font-family: Inter, sans-serif;
	font-weight: 400;
}

#about-goods .accordion > .accordion-id .price-block .old-price {
	position: relative;
	font-size: 13px;
	line-height: 22px;
	color: rgba(30,30,30,0.4);
}

#about-goods .accordion > .accordion-id .price-block .old-price:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #7C7C7C;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}

#about-goods .accordion > .accordion-id .price-block .price {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #1E1E1E;
	letter-spacing: -0.36px;
}

#about-goods .accordion > .accordion-id .price-block .discount {
	color: #fff;
	background-color: #FF3131;
	padding: 4px 6px;
	border-radius: 4px;
	min-width: 52px;
	display: inline-flex;
	font-size: 12px;
	line-height: 16px;
	justify-content: center;
}

#about-goods .accordion > .accordion-id .footer-block {
	padding-top: 16px;
}

#about-goods .accordion > .accordion-id .footer-block .btn {
	width: calc(100% - 16px);
	display: flex;
	letter-spacing: -0.32px;
}





#about-donate > .wrapper {
	width: 516px;
}

#about-donate .modal-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-height: 26px;
	letter-spacing: -0.32px;
}

#about-donate .modal-breadcrumbs > li {
	list-style: none;
	position: relative;
	font-family: PingFang, sans-serif;
	font-weight: bold;
	color: #7C7C7C;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 3px;
}

#about-donate .modal-breadcrumbs > li:after {
	content: "";
	width: 20px;
	height: 20px;
	background-size: 7px 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/arrow-gray.svg);
	display: inline-flex;
}

#about-donate .modal-breadcrumbs > li.active {
	color: #1e1e1e;
	cursor: auto;
}

#about-donate .modal-breadcrumbs > li.active:after {
	display: none;
}

#about-donate .item-wrapper > .image {
	display: block;
	height: 406px;
	border-radius: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#about-donate .item-wrapper > .text {
	max-height: calc(100vh - 581px);
	overflow: auto;
	position: relative;
	scrollbar-width: thin;
	margin-top: 16px;
	min-height: 80px;
	letter-spacing: -0.32px;
}

#about-donate .item-wrapper > .text:after {
	content: "";
	display: block;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	height: 86px;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

#about-donate > .wrapper > .modal-content > .modal-body {
	padding: 12px 0 0 0;
}




#about-donate .item-wrapper .price-block {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
}

#about-donate .item-wrapper .price-block > .block-left {
	font-family: PingFang, sans-serif;
	font-weight: bold;
	color: rgba(30,30,30,0.5);
	font-size: 16px;
	line-height: 26px;
}

#about-donate .item-wrapper .price-block > .block-right {
	display: flex;
	gap: 8px;
	align-items: center;
	line-height: 28px;
}

#about-donate .item-wrapper .price-block > .block-right * {
	font-family: Inter, sans-serif;
	font-weight: 400;
}

#about-donate .item-wrapper .price-block .oldprice {
	font-size: 13px;
	position: relative;
	color: #1E1E1E;
	opacity: 0.4;
	line-height: 22px;
}

#about-donate .item-wrapper .price-block .oldprice:after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1E1E1E;
}

#about-donate .item-wrapper .price-block .price {
	font-size: 14px;
}

#about-donate .item-wrapper .price-block .discount {
	border-radius: 4px;
	background-color: #FF3131;
	height: 28px;
	padding: 0;
	min-width: 54px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

#about-donate .item-wrapper [type="submit"] {
	margin-top: 16px;
	width: calc(100% - 16px);
	display: flex;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
}





#buy-item-modal .form-wrapper {
	display: flex;
	gap: 12px;
	flex-direction: column;
}

#buy-item-modal .form-wrapper > .form-item {
	display: flex;
	width: calc(100% - 16px);
	height: 54px;
	justify-content: space-between;
	align-items: center;
	background-color: #F2F2F2;
	padding: 0 10px;
	border-radius: 10px;
	/* -webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2; */
}

#buy-item-modal .form-wrapper > .form-item > .block-left {
	color: #7C7C7C;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.32px;
}

#buy-item-modal .form-wrapper > .form-item > .block-right {
	display: flex;
	justify-content: end;
	gap: 8px;
	align-items: center;
}

#buy-item-modal .form-wrapper > .form-item > .block-right > .image {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#buy-item-modal .form-wrapper > .form-item > .block-right > .name {
	font-size: 14px;
	line-height: 22px;
	color: #1E1E1E;
}

#buy-item-modal .form-wrapper > .periods {
	display: grid;
	grid-gap: 8px;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
}

#buy-item-modal .form-wrapper > .periods > .period-id {
	height: 200px;
	padding: 16px 0;
	background: #F2F2F2;
	display: flex;
	flex-direction: column;
	gap: 8px;
	cursor: pointer;
	position: relative;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	user-select: none;
}

#buy-item-modal .form-wrapper > .periods > .period-id.active {
}

#buy-item-modal .form-wrapper > .periods > .period-id:after {
	position: absolute;
	content: "";
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	background: linear-gradient(180deg, #F2F2F2 0%, #DBFFDA 100%);
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2, inset 0 -4px 0 0 #86B285;
	opacity: 0;
	transition: opacity 230ms linear 0ms;
}

#buy-item-modal .form-wrapper > .periods > .period-id.active:after {
	opacity: 1;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	z-index: 1;
	transition: opacity 230ms linear 0ms;
}

#buy-item-modal .form-wrapper > .periods > .period-id.active > .active-pixels {
	opacity: 1;
}


#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .left,
#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .pre-left,
#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .right,
#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .pre-right {
	width: 4px;
	height: calc(100% - 8px);
	background: linear-gradient(180deg, #F2F2F2 0%, #DBFFDA 100%);
	position: absolute;
	box-shadow: inset 0 -4px 0 0 #86B285;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .left,
#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .right {
	height: calc(100% - 16px);
}

#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .pre-left {
	left: -4px;
	top: 4px;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .left {
	left: -8px;
	top: 8px;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .pre-right {
	right: -4px;
	top: 4px;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .active-pixels > .right {
	right: -8px;
	top: 8px;
}




#buy-item-modal .form-wrapper > .periods > .period-id > .name {
	font-size: 26px;
	line-height: 47px;
	letter-spacing: -0.01em;
	text-align: center;
	position: relative;
	z-index: 1;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 0 0;
	position: relative;
	z-index: 1;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .price-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	letter-spacing: -0.32px;
	font-size: 16px;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .price-block * {
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .price-block > .oldprice {
	position: relative;
	color: rgba(30,30,30,0.4);
	font-size: 13px;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .price-block > .oldprice:after {
	content: "";
	display: block;
	top: calc(50% - 1px);
	background-color: #7C7C7C;
	height: 1px;
	position: absolute;
	left: 2px;
	width: calc(100% - 4px);
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .price-block > .oldprice .rub {
	font-size: 12px;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .price-block > .price .rub {
	font-size: 14px;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .price-block > .discount {
	width: 38px;
	display: inline-flex;
	height: 24px;
	border-radius: 4px;
	background-color: #FF3131;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	justify-content: center;
	align-items: center;
}


#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .extra {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .extra > .extra-id {
	display: flex;
	align-items: center;
	justify-content: center;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .extra > .extra-id > .pixelated {
	width: calc(100% - 16px);
	background: linear-gradient(90deg, #FFAEE8 0%, #FFC794 100%);
	height: 29px;
	font-size: 11px;
	line-height: 16px;
	padding: 6px 4px;
	text-align: center;
	-webkit-box-shadow: 8px 0 0 -4px #FFC794, 16px 0 0 -8px #FFC794, -8px 0 0 -4px #FFAEE8, -16px 0 0 -8px #FFAEE8;
	box-shadow: 8px 0 0 -4px #FFC794, 16px 0 0 -8px #FFC794, -8px 0 0 -4px #FFAEE8, -16px 0 0 -8px #FFAEE8;
	position: relative;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .extra > .extra-id > .pixelated > span {
	z-index: 1;
	position: relative;
}

#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .extra > .extra-id > .pixelated:after {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	background: #C5EBC5;
	-webkit-box-shadow: 8px 0 0 -4px #C5EBC5, 16px 0 0 -8px #C5EBC5, -8px 0 0 -4px #C5EBC5, -16px 0 0 -8px #C5EBC5;
	box-shadow: 8px 0 0 -4px #C5EBC5, 16px 0 0 -8px #C5EBC5, -8px 0 0 -4px #C5EBC5, -16px 0 0 -8px #C5EBC5;
	transition: opacity 230ms linear 0ms;
	opacity: 0;
}

#buy-item-modal .form-wrapper > .periods > .period-id.active > .period-content > .extra > .extra-id > .pixelated:after {
	opacity: 1;
}


#buy-item-modal .form-alert {
	font-family: Inter, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 17px;
	gap: 4px;
	align-items: center;
	display: none;
	position: relative;
}

#buy-item-modal .form-alert.visible {
	display: flex;
}

#buy-item-modal .form-alert[data-type="error"] {
	color: #FF3131;
}

#buy-item-modal .form-alert[data-type="success"] {
	color: #00BB07;
}

#buy-item-modal .form-alert[data-form="periods"][data-type="success"] {
	justify-content: center;
	height: 24px;
}

/*#buy-item-modal .form-alert[data-form="periods"][data-type="success"]:before {
	height: 24px;
	content: "";
	width: 24px;
	background-image: url("../img/check.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
}*/



#buy-item-modal [type="submit"]{
	width: calc(100% - 16px);
	display: flex;
	margin-top: 0;
}


#buy-item-modal .item-default {
	display: none;
}

#buy-item-modal .item-default.active {
	display: block;
}



#buy-item-modal .informer {
	line-height: 25px;
	font-family: PingFang, sans-serif;
	font-weight: bold;
	color: #7C7C7C;
	display: grid;
	grid-gap: 12px;
	align-items: start;
	font-size: 16px;
	grid-template-columns: 24px calc(100% - 36px);
	letter-spacing: -0.32px;
	position: relative;
}

#buy-item-modal .informer * {
	font-family: "Inter", sans-serif;
	font-weight: 500;
}

#buy-item-modal .item-unban {
	display: none;
	flex-direction: column;
	gap: 16px;
}

#buy-item-modal .item-unban.active {
	display: flex;
}

#buy-item-modal .item-unban .footer-block {
	display: grid;
	grid-gap: 24px;
	align-items: center;
	grid-template-columns: 112px calc(100% - 136px);
}

#buy-item-modal .item-unban .footer-block > .block-left {
	display: flex;
	gap: 2px;
	flex-wrap: wrap;
	column-gap: 6px;
	align-items: center;
}

#buy-item-modal .item-unban .footer-block > .block-left * {
	font-family: Inter, sans-serif;
	font-weight: 400;
}

#buy-item-modal .item-unban .footer-block > .block-left > .oldprice-wrapper {
	width: 100%;
	display: flex;
}

#buy-item-modal .item-unban .footer-block > .block-left .oldprice {
	font-size: 11px;
	line-height: 17px;
	position: relative;
	color: rgba(30,30,30,0.4);
}

#buy-item-modal .item-unban .footer-block > .block-left .oldprice:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #7C7C7C;
}

#buy-item-modal .item-unban .footer-block > .block-left .oldprice .rub {
	font-size: 11px;
}

#buy-item-modal .item-unban .footer-block > .block-left .discount {
	font-size: 12px;
	width: 48px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	background-color: #FF3131;
	border-radius: 4px;
}



#restore-modal > .wrapper {
	width: 504px;
}

#restore-modal > .wrapper > .modal-content > .modal-body {
	padding: 0;
}

#restore-modal .item-text {
	color: #7C7C7C;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	padding-top: 12px;
	letter-spacing: -0.32px;

}

#restore-modal .btn {
	display: flex;
	width: calc(100% - 16px);
	margin-top: 16px;
}






.modal#recommendations > .wrapper {
	width: 850px;
}

.modal#recommendations > .wrapper > .modal-content > .modal-body {
	padding: 12px 0 0 0;
}

.modal#recommendations [type="submit"] {
	display: flex;
	width: calc(100% - 16px);
	margin-top: 12px;
}




.static-page {
	padding-top: 108px;
	padding-bottom: 80px;
}

.static-page > .static-page-wrapper {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 288px calc(100% - 328px);
	align-items: start;
}

.static-page > .static-page-wrapper > .block-menu {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.static-page > .static-page-wrapper > .block-menu > .btn {
	width: 165px;
	height: 50px;
	gap: 16px;
	padding: 12px 16px;
	margin: 0 8px;
	letter-spacing: -0.32px;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
}

.static-page > .static-page-wrapper .menu {
	background-color: #F2F2F2;
	padding: 8px 0;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
}

.static-page > .static-page-wrapper .menu > li {
	list-style: none;
}

.static-page > .static-page-wrapper .menu > li > a {
	text-align: left;
	line-height: 22px;
	height: auto;
	min-height: 46px;
	flex-wrap: wrap;
	padding: 8px;
	width: calc(100% - 16px);
	justify-content: start;
	margin-top: 0;
	box-shadow: none;
}

.static-page > .static-page-wrapper .menu > li > a > span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	padding-right: 24px;
}

.static-page > .static-page-wrapper .menu > li.active > a {
	background-color: #fff;
	-webkit-box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff;
	box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff;
}

.static-page > .static-page-wrapper .menu > li > a:before,
.static-page > .static-page-wrapper .menu > li > a:after {
	display: none;
}

.static-page > .static-page-wrapper > .block-content h2 {
	font-size: 32px;
	line-height: 54px;
	letter-spacing: -0.32px;
}

.static-page > .static-page-wrapper > .block-content p {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #7C7C7C;
	line-height: 26px;
	letter-spacing: -0.32px;
}

.static-page > .static-page-wrapper > .block-menu > .menu-wrapper {
	position: relative;
}

.static-page > .static-page-wrapper > .block-menu > .menu-wrapper > .menu-trigger {
	/*position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	z-index: 1;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	display: none;*/
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px;
	justify-content: end;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
	display: none;
}

.static-page > .static-page-wrapper > .block-menu > .menu-wrapper.active > .menu-trigger {
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	padding: 0;
}

[data-preload-background-image] {
	background: rgba(0,0,0,0.1) !important;
}

[data-preload-overlay] {
	border: 0 !important;
	background-image: none !important;
}

[data-preload-overlay]:before {
	display: block;
	content: '';
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
	position: absolute;
	z-index: 5;
	background-color: #f2f2f2;
	animation: overlayAnimation 0.4s alternate infinite;
	border-radius: 16px;
}

[data-preload-overlay].pixelated:before {
	width: calc(100% + 20px);
	height: calc(100% + 4px);
	left: -10px;
}

[data-preload-overlay="unborder"]:before {
	border-radius: 0 !important;
}

/* [data-preload-font] {
	animation: overlayAnimation 0.4s alternate infinite;
	color: transparent !important;
} */

[data-preload-font]:not(.btn){
	border-radius: 16px !important;
}

[data-preload-font="unborder"]:not(.btn) {
	border-radius: 0 !important;
}

/* [data-preload-font="unanimated"] {
	animation: none;
} */

[data-preload-font]:after {
	display: none !important;
}

.main-container.notfound > .container {
	min-height: calc(100vh - 152px - 514px);
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes overlayAnimation {
	from { background-color: #f2f2f2; }
	to { background-color: #ddd; }
}