html,
body {
    scroll-behavior: smooth;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    background-color: #0E0E0E;
    font-family: Montserrat, sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

*::-webkit-scrollbar {
  display: none;
}
 

* {
  -ms-overflow-style: none;  /* IE и Edge */
  scrollbar-width: none;  /* Firefox */
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-image: url("/Themes/Default/img/bottom-rocks-optimized.png"), url("/Themes/Default/img/ucave_bg_optimized.png?2");
	background-size: auto, cover;
	background-position: bottom center, top center;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
	min-height: 100vh;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	position: relative;
}

html,body {
	scrollbar-color: #AA4BFF #6949AF;
}

::-webkit-scrollbar-track {
	background-color: #6949AF;
}

::-webkit-scrollbar {
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #AA4BFF;
}

a {
	text-decoration: none;
	color: #847198;
}

img {
	max-width: 100%;
}

button, .btn, a, select, label {
	cursor: pointer;
}

.container {
	width: 1210px;
	margin: auto;
	padding: 0 20px;
	position: relative;
}

body > .container {
	min-height: calc(100vh - 27px);
}

/* Navbar */
body > .navbar {
	display: block;
	min-height: 126px;
}

body > .navbar > .container {
	height: 126px;
}

body > .navbar .navbar-logo {
	position: absolute;
	display: block;
	top: 17px;
	left: calc(50% - 36px);
	width: 72px;
	height: 79px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/Themes/Default/img/logo.png");
}

body > .navbar .navbar-mobile {
	display: none;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	position: absolute;
	top: 17px;
	right: 17px;
	font-size: 32px;
	color: #fff;
}

body > .navbar .navbar-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	height: 100%;
}

body > .navbar .navbar-wrapper > .block-left,
body > .navbar .navbar-wrapper > .block-right {
}

body > .navbar .navbar-wrapper > .block-right {
	text-align: right;
}

body > .navbar .navbar-wrapper > .block-left > ul,
body > .navbar .navbar-wrapper > .block-right > ul {
	display: inline-grid;
	grid-gap: 85px;
	grid-template-columns: repeat(3, auto);
	align-items: center;
}

body > .navbar .navbar-wrapper > .block-left > ul > li,
body > .navbar .navbar-wrapper > .block-right > ul > li {
	list-style: none;
}

body > .navbar .navbar-wrapper > .block-left > ul > li > a,
body > .navbar .navbar-wrapper > .block-right > ul > li > a {
	display: block;
	width: 100%;
	line-height: 52px;
	height: 52px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

body > .navbar .navbar-wrapper > .block-left > ul > li > a:hover,
body > .navbar .navbar-wrapper > .block-right > ul > li > a:hover {
	color: #847198;
}

body > .navbar .navbar-wrapper > .block-left > ul > li > a.selected,
body > .navbar .navbar-wrapper > .block-right > ul > li > a.selected {
	border-radius: 10px;
	padding: 0 40px;
	background: rgb(105,73,175);
	background: linear-gradient(90deg, rgba(105,73,175,1) 0%, rgba(170,75,255,1) 100%);
	font-weight: bold;
}

body > .navbar .navbar-wrapper > .block-left > ul > li > a.selected:hover,
body > .navbar .navbar-wrapper > .block-right > ul > li > a.selected:hover,
body > .navbar .navbar-wrapper > .block-left > ul > li.active > a.selected,
body > .navbar .navbar-wrapper > .block-right > ul > li.active > a.selected {
	-webkit-box-shadow: inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
	-moz-box-shadow:    inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
	box-shadow:         inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
	color: #fff;
}



/* Footer */

footer {
    margin-top: 100px;
    position: relative;
    width: 100%;
    background-image: url(/Themes/Default/img/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    dispaly: flex;
}

footer .content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

footer .content .company {
    margin-right: 60px;
}

footer .content .copyright {
    margin-right: 130px;
    white-space: nowrap;
}

footer .content .copyright h1 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 0.32px;
}

footer .content .copyright h2 {
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.28px;
}

footer .content .links {
    margin-right: 70px;
}

footer .content .links h1 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
}

footer .content .links .list {
    margin-top: 25px;
    display: grid;
    gap: 12px;
}

footer .content .links .list a {
    color: #787788;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
}

@media screen and (max-width: 1375px) {

    /* Footer */

    footer .content .company,
    footer .content .copyright,
    footer .content .links {
        margin-right: 32px;
    }

    footer .content .copyright,
    footer .content .links {
        white-space: unset;
    }
}

@media screen and (max-width: 1200px) {

    /* Footer */

    footer .content .company,
    footer .content .copyright,
    footer .content .links {
        margin-right: 0;
    }

    footer .content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px;
    }
}

@media screen and (max-width: 700px) {

    /* Footer */

    footer {
        margin-top: 85px;
        text-align: center;
        justify-content: center;
    }

    footer .content .links .list a {
        max-width: 210px;
    }

}
.modal-backdrop {
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal #desc {
    font-size: large;
}

.modal-container {
    position: relative;
}

.modal {
    width: 100%;
    z-index: 11000;
    max-width: 1000px;
    background-image: url(/Themes/Default/img/modalbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1px 40px 70px 40px;
}

.max-width-500 {
    max-width: 500px;
}

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

.modal .card-header img {
    width: 60px;
    margin-right: 20px;
}

.modal-container .modal-header {
    border-radius: 10px 10px 0 0;
    height: 34px;
    width: 100%;
    line-height: 34px;
    background: rgb(157, 0, 255);
    background: linear-gradient(0deg, rgba(157, 0, 255, 1) 0%, rgba(227, 0, 235, 1) 100%);
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 0 21px;
}

.modal-container > .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.modal #title {
    font-weight: 600;
    font-size: 18px;
    color: var(--text-main);
    margin-bottom: 8px;
}

.modal .card-title {
    display: flex;
    align-items: center;
    color: var(--text-main);
}
.mt-30px {
    margin-top: 29px;
}
.mt-40px {
    margin-top: 40px;
}
.balance .input-block {
	padding-bottom: 11px;
	position: relative;
}

.balance .input-block .after {
	position: absolute;
	right: 0;
	bottom: 11px;
	width: 86px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
	color: #786684;
	border-radius: 0 10px 10px 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}

.balance .input-block > label {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: auto auto;
	align-items: start;
	line-height: 28px;
	color: #786684;
	font-size: 13px;
}

.balance .input-block > label > .block-right {
	text-align: right;
	font-size: 11px;
	color: #ff0000;
}

.balance .input-block input {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: 2px solid #320a46;
	border-radius: 10px;
	color: #fff;
	background-color: #320a46;
	padding: 0 14px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.balance .input-block input:focus {
	border: 2px solid #520a71;
}

.balance .pay {
	display: block;
	margin: 25px auto 0 auto;
	width: 267px;
	text-align: center;
	height: 57px;
	line-height: 57px;
	outline: none;
	border: 0;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	background: rgb(156,0,255);
	background: linear-gradient(0deg, rgba(156,0,255,1) 0%, rgba(227,0,235,1) 100%);
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}



.balance .pay:hover {
	-webkit-box-shadow: inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
	-moz-box-shadow:    inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
	box-shadow:         inset 0 -3px 5px 0 rgba(173, 9, 9, 0.37);
}

.static-page .pagename {
	padding-top: 88px;
	display: block;
	max-width: 100%;
	font-size: 60px;
	font-weight: 800;
	line-height: 72px;
}

.static-page .section ul {
	padding-left: 10px;
	counter-reset: item;
	list-style-type: none;
}

.static-page .section ul > li {
	line-height: 24px;
	position: relative;
	padding-top: 20px;
}

.static-page .section ul > b:before {
	background-color: #ff0099;
	display: inline-block;
	margin-right: 12px;
   	content: counter(item) " ";
    	counter-increment: item;
	box-sizing: border-box;
	padding: 0 5px;
	font-weight: bold;
	color: #fff;
	min-width: 20px;
	text-align: center;
}



.static-page .section li > b {
	background-color: #ff009917;
	display: inline-block;
	margin-right: 12px;
	box-sizing: border-box;
	padding: 0 5px;
	font-weight: bold;
	color: #fff;
	min-width: 20px;
	text-align: center;
}

ul.ul-style > li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 14px;
}

ul.ul-style > li:last-child {
	padding-bottom: 0;
}

ul.ul-style > li:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 0;
	background-color: #fca016;
}
.pt-20 {
    padding-top: 20px;
}
.text-right {
    text-align: right;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.text-white {
    color: #fff;
}
.text-white {
    color: #fff;
}
.bg-orange, .bg-orange-500 {
    background-color: #ff0099;
}
.d-inline-block, .inline-block {
    display: inline-block;
}
.pb-20-i {
    padding-bottom: 20px !important;
}
.m-20 {
    margin: 20px;
}
.pt-40 {
    padding-top: 40px;
}
.v-align-center, .v-align-middle {
    vertical-align: middle;
}
.d-inline-block, .inline-block {
    display: inline-block;
}
.h4, h4 {
    font-size: 22px;
    line-height: 22px;
}
