
body{
    margin: 0;
    font-family: GothamPro, sans-serif ;
    background-color: white !important;
}

body::after{
    background-image : none !important;
}

.AllPages>.AllPagesElement>div>header,.AllPages>.AllPagesElement>div>footer,.AllPages>.AllPagesElement>div>.TopVidgets{
    display: none;
}

div, input, button, textarea{
    outline:none;
}

div>.isNoVisible,.isNoVisible{
    display: none;
}

.ButtonOut{
    display: flex;
}
.AllPages>.AllPagesElement>div>main>div>div,.AllPages>.AllPagesElement>div>main>div>div>div,.AllPages>.AllPagesElement>div>main>div>div>div>div,.AllPages>.AllPagesElement>div>main>div>div>div>div>div{
    animation-duration: 0s;
    animation-delay: 0s;
}

a,a:visited{
    color: #1466b4;
}
.StandartSpace{
    padding-left: 5px;
}


.StandartTitle{
    font-family: Geometria, sans-serif ;
    font-weight: 800;
    font-size: 30px;
    color: #413422;
    line-height: 30px;
    padding: 37px 0 37px 0;
}


.ButtonStandart{
    font-weight: 600;
    font-size: 12px;
    width: 127px;
    height: 28px;
    border-radius: 6px;
    line-height: 28px;
    box-shadow: 0 2px 4px 0 rgba(25, 10, 13, 0.2);
    background: #f5b95b;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: auto;
}


.ButtonStandart:hover{
    border-color:  #ffb14e;
}

.ButtonStandart:active{
    border-radius: 4px;
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15);
    background-color: #ffbf58;
}


.AllPagesTop{
    display: flex;
    flex-wrap: wrap;
}

.AllPages>div>div {
    position: relative;
}
.SignUp{
    margin: auto;
    max-width: 1100px;
}

@media only screen and (max-width: 1100px) {
    .SignUp{
        width: 95%;
    }
}

.SignUpform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.SignUpform>input{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    width: 200px;
}

.SignUpform>button{
    height: 50px;
    width: 200px;
    margin-top: 20px;
}
.PageAuth{
    width: 100%;
    margin: auto;
    max-width: 1100px;
}

@media only screen and (max-width: 1100px) {
    .SignIn{
        width: 95%;
    }
}

.SignInform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.SignInform>input{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    width: 200px;
}

.SignInform>button{
    height: 50px;
    width: 200px;
    margin-top: 20px;
}
.HeaderAllOut{
    grid-column: 1;
    width: 100%;
    background-color: #190a0d;
    color: white;
}

.HeaderAll{
    padding: 21px 17px 46px 17px;
}

.HeaderAllTopTitleText{
    font-weight: 400;
    font-size: 18px;
    color: #f5b95b;
}

.HeaderAllTopTitle{
    display: flex;
    align-items: center;
}

.HeaderAllTopTitleImg{
    justify-self: left;
}

.HeaderAllTopTitleText{
    margin: auto;
    position: relative;
    top: -5px;
}

.HeaderAllTopProps{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    padding: 14px 7px 10px 7px;
    border-top: solid 1px #f5b95b;
    border-bottom: solid 1px #f5b95b;
}

.HeaderAllTopPropsPassword{
    display: flex;
    font-weight: 600;
    font-size: 14px;

}

.HeaderAllTopPropsPasswordText{
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.HeaderAllTopPropsLang{
    display: flex;
    font-weight: 600;
    font-size: 14px;
}

.HeaderAllTopPropsLangText{
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.HeaderAllMainInfo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.HeaderAllMainInfoImg{
    margin-top: 39px;
    border: 2px solid #f5b95b;
    border-radius: 45px;
    width: 84px;
    height: 84px;
}
.HeaderAllMainInfoImg>img{
    position: relative;
}

.HeaderAllMainInfoTitle{
    margin-top: 11px;
    font-weight: 600;
    font-size: 16px;
}

.HeaderAllMainInfoRole{
    margin-top: 11px;
    font-weight: 700;
    font-size: 16px;
    color: #f5b95b;
}

.HeaderAllMainInfoButtonStatus{
    margin-top: 18px;
    border: 1px solid #f5b95b;
    border-radius: 6px;
    padding: 4px 17px 3px 18px;
    font-weight: 400;
    font-size: 12px;
}

.HeaderAllMainInfo>a,.HeaderAllMainInfo>a:visited{
    text-decoration: none;
    color: inherit;
}

.HeaderAllMainInfoButtonStatusActive{
    background-color: #f5b95b;
}

.HeaderAllMainMenu{
    padding-left: 52px;
    margin-top: 40px;
}

.HeaderAllMainMenuElement{
    display: grid;
    grid-template-columns: 45px auto;
    padding-bottom: 20px;
 }

.HeaderAllMainMenu>a{
    color: inherit;
    text-decoration: none;
}

.HeaderAllMainMenuActiveLink>.HeaderAllMainMenuElement>.HeaderAllMainMenuElementText,.HeaderAllMainMenuElement:hover>.HeaderAllMainMenuElementText{
    color: #f5b95b;
}

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

}

.HeaderAllTopButtons{
    display: flex;
}

.HeaderAllTopButtons>div{
    margin-right: 10px;
}

.SignOut{
    cursor: pointer;
}

.ButtonStandartOut>a,.ButtonStandartOut>a:visited{
    text-decoration: none;
}


.ButtonStandart{
    font-weight: 600;
    font-size: 12px;
    min-width: 90px;
    max-width: 150px;
    height: 28px;
    border-radius: 6px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 2px 4px 0 rgba(25, 10, 13, 0.2);
    background: #f5b95b;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: auto;
    cursor: pointer;
}

.ButtonStandart:hover{
    border-color:  #ffb14e;
}

.ButtonStandart:active{
    border-radius: 4px;
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15);
    background-color: #ffbf58;
}


.LogOutButton{
    margin-top: -9px;
    width: 146px;
    height: 21px;
    background-color: #b63333;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.LogOutButtonNotActive{
    width: 146px;
    height: 21px;
    background-color: gray;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.UpdateAdminTitle{
    text-align: center;
    padding-top: 5px;
}

.AdminListElement>div{
    margin-top: 20px;
}
.AdminListElement{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.AdminListElementUsername{
    width: 200px;
}
.AdminListElementEmail{
    width: 200px;
}

.MutationChangePassword{
    width: 200px;
}
.MutationChangeRights{
    width: 200px;
}

.MutationChangeRightsElement{
    margin-left: 10px;
}
.AdminList{
    margin-top: 30px;
}




.AllNewsChangeBigAdmin{
    width: 100%;
}

.AllFAQAdmin{
    padding: 15px;
}

.AllNewsChangeCategory{
    display: flex;
}
.AllFAQCategoryChange{
    display: flex;
}

.AllFAQCategoryChange>div{
    display: flex;
    flex-direction: column;
}

.UpdateFAQElementAllElementsTop{
    display: flex;
}
.AllNewsChangeOut{
    display: flex;
    justify-content: space-around;
}

.AllNewsChange{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.UpdateText{
    display: flex;
    margin-top: 10px;
}
.UpdateText>div{
    margin-right: 10px;
}

.AllNewsChange>input{
    width: 600px;

}

.AllNewsChangeBigBottom{
    display: flex;
    align-items: center;
    justify-content: center;
}

.AllNewsChangeBigBottomCategory{
    padding-left: 20px;
    padding-right: 20px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

body {
    margin: 0;
}

@font-face {
    font-family: 'Stolzl';
  src: url(assets/c2643353561f28c7c074.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
  src: url(assets/b7d4b90689cb50fea53d.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
  src: url(assets/79d38ab3165f9fe93a98.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
  src: url(assets/332a3de151c2127f4d22.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
  src: url(assets/441bea6a6ead8bdd73cd.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'Lexend';
  src: url(assets/2c7e6f290de53817d7ac.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}

:root {
    --overlay-index: 10;
    --mobile-menu-index: 20;
    --white: #fff;
    --app-bg: #0b0b0f;
    --bg-black: #0d0e1a;
    --bg-black-100: #111117;
    --bg-gray-100: #2f2f3e;
    --bg-gray-200: #4b4b62;
    --bg-gray: #181820;
    --green: #2dca73;
    --border-gray: #262636;
    --text-black: #222;
    --text-gray: #9d9db1;
    --text-gray-100: #9494b2;
    --gray-100: #ebebeb;
    --purple-gradient: linear-gradient(
		90deg,
		#ff6417 1.86%,
		rgba(112, 0, 255, 0.94) 101%
	);
    --purple-gradient-hover: linear-gradient(
		257deg,
		#ff6417 -9%,
		rgba(112, 0, 255, 0.94) 110.72%
	);
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Stolzl, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--app-bg);
}

.wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.wrapper_circles {
    position: relative;
}

.wrapper_circles::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2500px;
    height: 940px;
    z-index: -1;
    background-image: url(assets/af871a7d54f220245ef5.svg);
    background-repeat: no-repeat;
}

.main {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    padding-bottom: 90px;
}

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

.disable-scroll {
    overflow: hidden !important;
}

.border-bottom-line {
    position: relative;
}

.border-bottom-line::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 100%;
    background: var(--purple-gradient);
    border-radius: 5px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: center;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.list-reset {
    padding: 0;
    margin: 0;
    list-style: none;
}

.logo-container .logo_mobile {
    display: none;
}

.logo {
    display: block;
    flex-shrink: 0;
}

.logo_main {
    width: 161px;
    height: 24px;
}

.logo_mobile {
    width: 142px;
    height: 33px;
}

.text-gradient {
    background: var(--purple-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title {
    text-align: center;
    font-family: Stolzl;
    font-size: 72px;
    font-weight: 500;
    line-height: 130%;
    background: linear-gradient(180deg, #fff 56.33%, #636387 99.77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-link {
    position: relative;
    z-index: 1;
    width: -moz-max-content;
    width: max-content;
    background: var(--purple-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: font-weight 100ms ease;
    cursor: pointer;
}

.gradient-link::before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--purple-gradient);
    transition: bottom 100ms ease;
}

.gradient-border {
    position: relative;
    z-index: 1;
}

.gradient-border::before {
    content: '';
    position: absolute;
    border-radius: inherit;
    inset: 0;
    padding: 2px;
    background: var(--purple-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: opacity 300ms linear;
}

.gradient-border::after {
    content: '';
    position: absolute;
    border-radius: inherit;
    inset: 0;
    padding: 2px;
    background: var(--purple-gradient-hover);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 300ms linear;
}

.input {
    padding: 25px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #2e2e3e;
    background: #181820;
    color: var(--white);
    font-family: Stolzl;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input::-moz-placeholder {
    color: #9494b2;
}

.input::placeholder {
    color: #9494b2;
}

.password-hide-btn {
    border: none;
    padding: 0;
    background-color: transparent;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.password-hide-btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.password-input {
    position: relative;
}

.password-input__btn {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.password-input input {
    padding-right: 60px;
}

.go-back-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b1a7c6;
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    transition: color 120ms ease-in-out;
}

.go-back-btn svg {
    width: 18px;
    height: 14px;
}

.mb-25 {
    margin-bottom: 25px;
}

.button-reset {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.full-width {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 10px !important;
}

.hide {
    display: none !important;
}

.custom-scroll::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #2f2f3e;
}

.custom-scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #111117;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #f5f5f5;
}

.wipe-enter {
    transform: scale(0, 0);
}

.move-right {
    opacity: 0;
    transform: translateX(-100px);
}

.move-left {
    transform: translateX(100px);
    opacity: 0;
}

.move-top {
    transform: translateY(100px);
    opacity: 0;
}

.move-bot {
    transform: translateY(-100px);
    opacity: 0;
}

.move-right-scale {
    transform: translateX(-100px);
    opacity: 0;
    scale: 0.7;
}

.move-left-scale {
    transform: translateX(100px);
    opacity: 0;
    scale: 0.7;
}

.fade-out {
    opacity: 1;
}

.light-speed-left {
    transform: translate3d(100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
}

.light-speed-right {
    transform: translate3d(-100%, 0px, 0px) skewX(-30deg);
    opacity: 0;
}

.in_view .wipe-enter {
    animation: wipe-enter 0.5s ease-in-out forwards;
    animation-delay: 140ms;
}

.in_view .wipe-enter:nth-child(2) {
    animation-delay: 200ms;
}

.in_view .wipe-enter:nth-child(3) {
    animation-delay: 260ms;
}

.in_view .wipe-enter:nth-child(4) {
    animation-delay: 320ms;
}

.in_view .move-right {
    animation: move-right 0.7s ease-in-out forwards;
}

.in_view .move-right:nth-child(2) {
    animation-delay: 400ms;
}

.in_view .move-right:nth-child(3) {
    animation-delay: 450ms;
}

.in_view .move-right:nth-child(4) {
    animation-delay: 500ms;
}

.in_view .move-right:nth-child(5) {
    animation-delay: 550ms;
}

.in_view .move-right:nth-child(6) {
    animation-delay: 600ms;
}

.in_view .move-right:nth-child(7) {
    animation-delay: 650ms;
}

.in_view .move-left {
    animation: move-left 0.7s ease-in-out forwards;
}

.in_view .move-left:nth-child(2) {
    animation-delay: 70ms;
}

.in_view .move-left:nth-child(3) {
    animation-delay: 90ms;
}

.in_view .move-left:nth-child(4) {
    animation-delay: 120ms;
}

.in_view .move-left:nth-child(5) {
    animation-delay: 150ms;
}

.in_view .move-left:nth-child(6) {
    animation-delay: 160ms;
}

.in_view .move-left:nth-child(7) {
    animation-delay: 180ms;
}

.in_view .move-left:nth-child(8) {
    animation-delay: 200ms;
}

.in_view .move-top {
    animation: move-top 0.7s ease-in-out forwards;
    animation-delay: 200ms;
}

.in_view .move-top:nth-child(2) {
    animation-delay: 250ms;
}

.in_view .move-top:nth-child(3) {
    animation-delay: 300ms;
}

.in_view .move-top:nth-child(4) {
    animation-delay: 350ms;
}

.in_view .move-bot {
    animation: move-bot 0.7s ease-in-out forwards;
    animation-delay: 100ms;
}

.in_view .move-bot:nth-child(2) {
    animation-delay: 150ms;
}

.in_view .move-bot:nth-child(3) {
    animation-delay: 200ms;
}

.in_view .move-bot:nth-child(4) {
    animation-delay: 250ms;
}

.in_view .move-right-scale {
    animation: move-right-scale 0.7s ease-in-out forwards;
    animation-delay: 300ms;
}

.in_view .move-right-scale:nth-child(2) {
    animation-delay: 350ms;
}

.in_view .move-right-scale:nth-child(3) {
    animation-delay: 400ms;
}

.in_view .move-right-scale:nth-child(4) {
    animation-delay: 450ms;
}

.in_view .move-left-scale {
    animation: move-left-scale 0.7s ease-in-out forwards;
    animation-delay: 220ms;
}

.in_view .move-left-scale:nth-child(2) {
    animation-delay: 260ms;
}

.in_view .move-left-scale:nth-child(3) {
    animation-delay: 320ms;
}

.in_view .move-left-scale:nth-child(4) {
    animation-delay: 350ms;
}

.in_view .fade-out {
    animation: fade-out 0.8s ease-in-out forwards;
    animation-delay: 150ms;
}

.in_view .fade-out:nth-child(2) {
    animation-delay: 180ms;
}

.in_view .fade-out:nth-child(3) {
    animation-delay: 230ms;
}

.in_view .fade-out:nth-child(4) {
    animation-delay: 270ms;
}

.in_view .light-speed-right {
    animation: light-speed-right 0.8s ease-in-out forwards;
    animation-delay: 120ms;
}

.in_view .light-speed-right:nth-child(2) {
    animation-delay: 180ms;
}

.in_view .light-speed-right:nth-child(3) {
    animation-delay: 230ms;
}

.in_view .light-speed-right:nth-child(4) {
    animation-delay: 270ms;
}

.in_view .light-speed-left {
    animation: light-speed-left 0.8s ease-in-out forwards;
    animation-delay: 130ms;
}

.in_view .light-speed-left:nth-child(2) {
    animation-delay: 180ms;
}

.in_view .light-speed-left:nth-child(3) {
    animation-delay: 230ms;
}

.in_view .light-speed-left:nth-child(4) {
    animation-delay: 270ms;
}

@keyframes wipe-enter {
    to {
        transform: scale(1, 0.025);
    }
}

@keyframes move-right {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-top {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes move-bot {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-right-scale {
    0% {
        transform: translateX(-100px);
        opacity: 0;
        scale: 0.7;
    }

    35% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        scale: 1;
    }
}

@keyframes move-left-scale {
    0% {
        transform: translateX(100px);
        opacity: 0;
        scale: 0.7;
    }

    35% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        scale: 1;
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-out {
    100% {
        opacity: 0;
    }
}

@keyframes light-speed-left {
    0% {
        transform: translate3d(100%, 0px, 0px) skewX(-30deg);
        animation-timing-function: ease-out;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    60% {
        transform: skewX(20deg);
        animation-timing-function: ease-out;
    }

    80% {
        transform: skewX(-5deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes light-speed-right {
    0% {
        transform: translate3d(-100%, 0px, 0px) skewX(-30deg);
        animation-timing-function: ease-out;
    }

    10% {
        opacity: 1;
    }

    60% {
        transform: skewX(20deg);
        animation-timing-function: ease-out;
    }

    80% {
        transform: skewX(-5deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

.basic-input__label {
    display: block;
    margin-bottom: 8px;
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 400;
    color: #8a7f9e;
}

.basic-select {
    position: relative;
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--bg-gray-100);
    background-color: var(--bg-gray);
}

.basic-select.active .basic-select__menu {
    opacity: 1;
    visibility: visible;
}

.basic-select__toggle {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
    padding: 25px;
    width: 100%;
}

.basic-select__selected {
    overflow: hidden;
    white-space: nowrap;
    color: var(--white);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
}

.basic-select__icon {
    flex-shrink: 0;
    width: 10px;
    height: 14px;
}

.basic-select__menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 2px;
    border-radius: 8px;
    border: 1px solid var(--bg-gray-100);
    background-color: var(--bg-black-100);
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms linear,
 visibility 150ms linear;
}

.basic-select__item {
    display: flex;
    padding: 20px 20px;
    width: 100%;
    text-align: left;
    color: var(--white);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--bg-black-100);
    border-radius: 4px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 36px;
}

.breadcrumbs-item {
    width: -moz-max-content;
    width: max-content;
    color: var(--bg-gray-200);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.breadcrumbs-item:not(:last-child) {
    position: relative;
}

.breadcrumbs-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -22px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--bg-gray-200);
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
}

.burger span:last-child {
    background: var(--purple-gradient);
}

.btn {
    padding: 12px 20px;
    border-radius: 8px;
    color: var(--white);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
}

.btn:active {
    scale: 0.97;
}

.btn:focus {
    outline-offset: 2px;
}

.btn-secondary {
    color: var(--text-gray);
    background-color: #24242d;
    transition: background-color 300ms linear,
 color 300ms linear;
}

.btn-sm {
    border-radius: 6px;
    padding: 8px 20px;
}

.btn-md {
    min-width: 200px;
    padding: 24px 35px;
    border-radius: 8px;
    color: var(--white);
    font-family: Gilroy;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.btn-md:active {
    scale: 0.97;
}

.btn-border {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--white);
    transition: border 300ms linear;
}

.btn-border::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--purple-gradient);
    opacity: 0;
    transition: opacity 300ms linear;
}

.btn-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.btn-gradient {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-gradient::before,
.btn-gradient::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: opacity 300ms linear;
}

.btn-gradient::before {
    background: var(--purple-gradient);
}

.btn-gradient::after {
    background: var(--purple-gradient-hover);
    opacity: 0;
}

.crypto-btn,
.sell-btn,
.by-now-btn {
    color: var(--white);
    font-family: Stolzl;
    line-height: 100%;
}

.crypto-btn {
    font-size: 18px;
    font-weight: 700;
}

.sell-btn,
.btn-close {
    font-size: 18px;
    font-weight: 700;
}

.btn-close {
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
}

.btn-close::before,
.btn-close::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: var(--purple-gradient);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.btn-close::before {
    rotate: 50deg;
}

.btn-close::after {
    rotate: -50deg;
}

.btn-close:active {
    scale: 0.97;
}

.by-now-btn {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-disabled {
    opacity: 0.2 !important;
    pointer-events: none !important;
}

.converter {
    position: relative;
    max-width: 460px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #2e2e3e;
    background: var(--bg-gray);
}

.converter.active .converter-drop {
    opacity: 1;
    visibility: visible;
}

.converter .converter__field {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    outline: none;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    color: var(--white);
    font-family: Stolzl;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}

.converter .converter__field::-webkit-outer-spin-button,
.converter .converter__field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.converter-select {
    padding: 16px 10px;
    display: flex;
    gap: 6px;
    align-items: center;
    border-radius: 10px;
    background-color: var(--app-bg);
    cursor: pointer;
}

.converter-select .converter-select__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.converter-currency-img {
    width: 38px;
    height: 38px;
}

.converter-currency {
    color: var(--white);
    font-family: Stolzl;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}

.converter-type {
    color: var(--text-gray);
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}

.converter-arrow {
    width: 14px;
    height: 14px;
    background-image: url(assets/1b58c4e458ab4286f93d.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.converter-drop {
    position: absolute;
    z-index: 5;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 120ms ease,
 visibility 120ms ease;
    max-width: 100%;
    width: 100%;
    min-width: 200px;
    border-radius: 10px;
    border: 0.5px solid var(--border-gray);
    background-color: var(--app-bg);
}

.converter-drop.active {
    opacity: 1;
    visibility: visible;
}

.converter-drop .converter-drop__top {
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--border-gray);
}

.converter-drop .converter-drop__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 14px;
    justify-content: space-between;
}

.converter-drop .converter-drop__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 14px;
}

.converter-drop .converter-drop__search {
    display: block;
    margin-bottom: 20px;
}

.converter-drop .converter-drop__info {
    align-items: center;
    display: flex;
    gap: 7px;
}

.converter-drop .converter-drop__text {
    color: var(--text-gray);
    font-family: Stolzl;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.converter-menu {
    min-height: 80px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.converter-menu .converter-menu__item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    transition: 120ms ease;
}

.converter-menu .converter-menu__item:not(:last-child) {
    border-bottom: 1px solid var(--border-gray);
}

.converter-menu .converter-menu__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.converter-menu .converter-menu__type {
    color: var(--gray-100);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.converter-menu .converter-menu__rate {
    color: var(--text-gray);
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.table {
    width: 100%;
    color: var(--white);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 0;
}

.table__grid {
    display: grid;
    grid-template-columns: minmax(50px, 100px) minmax(240px, 1fr) minmax(100px, 200px) minmax(60px, 170px) minmax(100px, 220px) minmax(100px, 100px);
}

.table__thead-row {
    padding: 22px 0;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(24, 24, 32, 0.8);
}

.table__thead-row th {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    color: #b6b6b6;
}

.table__thead-row th:first-child {
    padding-left: 30px;
}

.table__tbody-row {
    background-color: rgba(24, 24, 32, 0.8);
}

.table__tbody-row:last-child {
    border-radius: 0px 0px 4px 4px;
}

.table__tbody-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.table__tbody-row td {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
}

.table__tbody-row td:first-child {
    padding-left: 30px;
    color: #b6b6b6;
}

.table-info {
    display: flex;
    align-items: center;
}

.table-info__img {
    margin-right: 22px;
    width: 44px;
    height: 44px;
}

.table-info__type {
    position: relative;
}

.table-info__type::before {
    content: '';
    position: absolute;
    top: 0;
    left: -13px;
    width: 1px;
    height: 100%;
    border-radius: 2px;
    background-color: #403a3a;
}

.table-info__wrapper {
    display: flex;
    align-items: center;
    gap: 35px;
}

.table-change svg {
    display: none;
    fill: var(--green);
    margin-right: 5px;
}

.table-change_positive {
    color: var(--green);
}

.table-change_negative {
    color: #ff274e;
}

.custom-checkbox {
    display: none;
}

.custom-checkbox-container {
    flex-shrink: 0;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #666d93;
    background-color: transparent;
    cursor: pointer;
}

.custom-checkbox-container.active {
    border: none;
}

.custom-checkbox-container__checkmark {
    position: absolute;
    inset: 0;
    background: var(--purple-gradient);
    display: none;
}

.custom-checkbox-container__checkmark::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 9px;
    height: 9px;
    background: url(assets/683d9a8d144460976be9.svg) no-repeat center/cover;
}

.custom-checkbox:checked ~ .custom-checkbox-container__checkmark {
    display: block;
}

body {
    position: relative;
}

body::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    inset: 0;
    background-image: url(assets/3eeb837ed5b1b9697a9f.png);
    background-position: center center;
    background-size: 200px 200px;
    background-repeat: repeat;
    opacity: 0.8;
}

.texture {
    position: absolute;
    z-index: -1;
    mix-blend-mode: difference;
    filter: blur(100px);
}

.violet-tex-rect {
    transform: rotate(-120deg);
    width: 290px;
    height: 410px;
    border-radius: 32px;
    background: linear-gradient(176deg, rgba(195, 24, 255, 0) -46.01%, #7505f2 96.79%);
}

.violet-tex-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(176deg, rgba(195, 24, 255, 0) -46.01%, #ae29ff 96.79%);
}

.orange-tex-circle {
    width: 200px;
    height: 250px;
    background: linear-gradient(180deg, transparent, #ff5d17 100%);
    border-radius: 50%;
}

.orange-tex-rect {
    width: 227px;
    height: 322px;
    transform: rotate(140deg);
    background: linear-gradient(180deg, transparent, #ff5d17 100%);
}

.orange-tex-circle--1 {
    top: 250px;
    left: 250px;
}

.orange-tex-rect--1 {
    top: 500px;
    left: 150px;
}

.violet-tex-circle--1 {
    top: 150px;
    right: 0px;
}

.violet-tex-rect--1 {
    top: 200px;
    right: 0;
}

.orange-tex-rect--2 {
    top: 1600px;
    left: -150px;
}

.violet-tex-circle--2 {
    width: 400px;
    height: 500px;
    top: 1450px;
    left: 0px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(119, 9, 222, 0.5) 0%, rgba(212, 71, 85, 0) 100%);
}

.multi-texture {
    position: absolute;
    top: 2850px;
    left: calc(50% + 40px);
    transform: translateX(-50%);
    width: 700px;
    height: 300px;
    border-radius: 691px;
    background: linear-gradient(257deg, #7c0cd9 -1.26%, #512d13 59.02%, #ff6b00 59.02%);
    opacity: 0.2;
}

.orange-tex-rect--3 {
    bottom: -250px;
    left: 200px;
    width: 600px;
    height: 200px;
    border-radius: 150px;
    opacity: 0.6;
}

.violet-tex-circle--3 {
    width: 500px;
    height: 200px;
    bottom: 0px;
    left: 0px;
    border-radius: 10px;
    background: linear-gradient(180deg, #572c82 0%, #74301a 100%);
    opacity: 0.6;
}

.exchange {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
    padding: 40px;
    border: 0.5px solid #32324a;
    border-radius: 30px;
    background-color: rgba(20, 20, 27, 0.6);
    z-index : 5;
}

.exchange__top {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    gap: 15px 16px;
}

.exchange__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 35px;
}

.move-top>.exchange__bottom{
    color: red;
}

.exchange__btn {
    padding: 30px 38px;
    color: var(--white);
    font-family: Stolzl;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.exchange__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exchange__icon {
    margin-top: 25px;
    cursor: pointer;
}

.exchange__text {
    color: var(--text-gray-100);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
}

.exchange-block__title {
    color: var(--text-gray-100);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.exchange-block__top {
    margin-bottom: 5px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 10px;
    flex-wrap: wrap;
}

.exchange-icon {
    width: 18px;
    height: 18px;
}

.exchange-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 52px;
}

.exchange-detail {
    color: var(--white);
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 500;
}

.exchange-detail__type {
    margin-bottom: 4px;
    font-weight: 400;
}

.exchange-detail__number {
    font-weight: 500;
}

.file-upload {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.file-upload input {
    display: none;
}

.file-upload__label {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    height: 85px;
    border-radius: 10px;
    border: 1px dashed #676789;
    background: #181820;
    cursor: pointer;
}

.file-upload__label span {
    background: var(--cx, linear-gradient(90deg, #ff6417 1.86%, rgba(112, 0, 255, 0.94) 101%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Stolzl;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  /* 22.4px */
}

.file-upload__img {
    width: 36px;
    height: 36px;
}

.file-selected {
    display: flex;
    align-items: center;
    gap: 8px;
}

.file-selected__selected {
    color: var(--white);
    font-family: Stolzl;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.file-selected__clear {
    padding: 0;
    border: none;
    background-color: transparent;
    display: none;
    cursor: pointer;
}

.file-selected__clear.active {
    display: block;
}

.file-selected__img {
    width: 25px;
    height: 25px;
}

.lang-drop {
    padding: 0;
    background-color: transparent;
    border: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.lang-drop.active .lang-menu {
    visibility: visible;
    opacity: 1;
}

.lang-drop.active .lang-drop__icon {
    transform: rotate(-180deg);
}

.lang-drop__toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    color: var(--white);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.lang-drop__icon {
    transition: transform 120ms ease-in-out;
}

.lang-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: calc(100% + 15px);
    z-index: 3;
    min-width: 230px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 0.5px solid var(--border-gray);
    background-color: var(--app-bg);
    transition: opacity 120ms ease,
 visibility 120ms ease;
    visibility: hidden;
    opacity: 0;
    padding: 2px;
}

.lang-menu__item {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 20px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: background-color 120ms ease,
    border-color 120ms ease;
    color: var(--gray-100);
    font-family: Stolzl;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

[data-icon='arrow-bottom'] {
    width: 10px;
    height: 10px;
    background-image: url(assets/647d8bcc70870f10295f.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.notification {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 50%;
    padding: 2px;
    transform: translateX(-50%) translateY(calc(-100% - 50px));
    border-radius: 12px;
    background-color: var(--bg-black-100);
    color: #dee2ee;
    font-family: Stolzl;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.notification.active {
    transform: translateX(-50%) translateY(35px);
}

.notification__content {
    position: relative;
    min-width: 270px;
    max-width: 320px;
    width: 100%;
    text-align: center;
    background-color: var(--bg-black-100);
    padding: 22px 20px;
    border-radius: 12px;
}

.notification__content::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    margin: -3px;
    background: var(--purple-gradient);
    border-radius: 12px;
    filter: blur(10px);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--overlay-index);
    pointer-events: none;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 300ms ease-in-out,
 opacity 300ms ease-in-out;
}

.overlay.active {
    opacity: 1;
    pointer-events: auto;
}

@property --num {
    syntax: '<integer>';
  initial-value: 0;
  inherits: false;
}

progress {
    opacity: 0;
}

.progress-container {
    position: relative;
    background: #2a2830;
    height: 20px;
    border-radius: 12px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25) inset;
    overflow: hidden;
}

.progress-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff6417 1.86%, rgba(112, 0, 255, 0.94) 101%);
    box-shadow: 0px 3px 4px 0px rgba(255, 255, 255, 0.5) inset, 0px -2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.progress-label {
    position: relative;
}

.progress-label::after {
    counter-reset: num var(--num);
    content: counter(num) "%";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #81798e;
    text-align: center;
    font-family: Stolzl;
    font-size: 15px;
    font-weight: 500;
}

.progress-element--html .progress-container::before {
    animation: progress-html 1s ease-in forwards;
}

.progress-element--html .progress-label::after {
    animation: progress-text-html 1s ease-in forwards;
}

@keyframes progress-html {
    to {
        width: 95%;
    }
}

@keyframes progress-text-html {
    to {
        --num: 95;
    }
}

.search {
    position: relative;
    background: #181820;
}

.search__field {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid #2e2e3e;
    background: #181820;
    color: var(--white);
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
}

.search__field::-moz-placeholder {
    color: var(--text-gray-100);
}

.search__field::placeholder {
    color: var(--text-gray-100);
}

.search__btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.search__icon {
    stroke: #9494b2;
    transition: scale 100ms ease,
 stroke 100ms ease;
}

.search-icon {
    width: 20px;
    height: 20px;
}

.user-dropdown__toggle {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.email-form {
    position: relative;
    max-width: 305px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    border-radius: 10px;
    background-color: var(--app-bg);
}

.email-form::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: -1px;
    background: var(--purple-gradient);
    border-radius: inherit;
    z-index: -1;
}

.email-form__input {
    padding: 0;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    min-height: 24px;
    outline: none;
    color: var(--white);
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.email-form__input::-moz-placeholder {
    color: #a9abc1;
}

.email-form__input::placeholder {
    color: #a9abc1;
}

.email-form__btn {
    width: 16px;
    height: 16px;
}

.email-form svg {
    transition: stroke 100ms ease,
 scale 100ms ease;
    stroke: #a9abc1;
}

.email-form svg:hover {
    scale: 1.2;
    stroke: #8f247e;
}

.auth-wrapper {
    min-height: 100vh;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.auth-wrapper__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
}

.auth-wrapper__progress {
    margin-bottom: 50px;
}

.auth-card {
    margin: 0 auto;
    max-width: 580px;
    width: 100%;
    padding: 60px;
    border-radius: 30px;
    border: 0.5px solid #32324a;
    background: rgba(20, 20, 27, 0.8);
}

.auth-card__title {
    margin-bottom: 40px;
    color: var(--white);
    font-family: Stolzl;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.auth-card__subtitle {
    margin-bottom: 30px;
    color: var(--white);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.auth-card__subtitle span {
    font-weight: 500;
}

.auth-card__inputs {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.auth-card__btn {
    max-width: 100%;
    min-width: 50px;
    width: 100%;
    padding: 24px 20px;
    color: var(--white);
    text-align: center;
    font-family: Gilroy;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.auth-card__text {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    color: var(--text-gray-100);
    text-align: center;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
}

.auth-card__text::before,
.auth-card__text::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 1px;
    background-color: #36323e;
}

.auth-card__text::before {
    left: -70px;
}

.auth-card__text::after {
    right: -70px;
    height: 1px;
}

.auth__link {
    margin-left: auto;
    margin-bottom: 35px;
    font-family: Stolzl;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.auth__label {
    display: inline-block;
    margin-bottom: 8px;
    color: #8a7f9e;
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.auth-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 20px;
    margin-bottom: 30px;
}

.auth-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    justify-content: center;
}

.auth-socials__link {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 8px;
    border: 1px solid #45455c;
    display: grid;
    place-items: center;
}

.auth-socials__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #a0e9ff;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 300ms ease-in-out;
    border-radius: inherit;
}

.auth-socials__link::after {
    border-radius: inherit;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #a0e9ff;
    transform: scale(1, 0);
    transform-origin: bottom;
    transition: transform 300ms ease-in-out;
}

.auth-socials__link img {
    width: 25px;
    height: 25px;
}

.confirm-code-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.confirm-code-input {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 65px;
    width: 100%;
    height: 65px;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #2e2e3e;
    background-color: var(--bg-gray);
    color: var(--white);
    text-align: center;
    font-family: Stolzl;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 2.6px;
}

.confirm-time {
    color: #7a7488;
    text-align: center;
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.confirm-time_position {
    margin-bottom: 30px;
}

.currency-cards {
    padding-top: 142px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    /*overflow: hidden;*/
}

.currency-card {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    max-width: 270px;
    width: 100%;
    padding: 22px 10px;
    border-radius: 4px;
    border: 0.5px solid #32324a;
    background: #14141b;
}

.currency-card__item {
    margin-right: 16px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    border-right: 1px solid #434349;
}

.currency-card__img {
    margin-right: 18px;
    padding: 5px;
    width: 47px;
    height: 47px;
    border-radius: 4px;
    /*background-color: #363644;*/
    overflow: hidden;
}

.currency-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.currency-card__type {
    margin-bottom: 8px;
    color: var(--text-gray-100);
    font-family: Stolzl;
    font-size: 13px;
    font-weight: 400;
}

.currency-card__value {
    color: var(--white);
    font-family: Stolzl;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.currency-card__percentage {
    margin-bottom: 5px;
    align-items: center;
    display: flex;
    gap: 4px;
    color: var(--green);
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 500;
}

.currency-card__time {
    color: var(--text-gray-100);
    font-family: Stolzl;
    font-size: 13px;
    font-weight: 400;
}

.faq {
    padding-top: 192px;
}

.faq__container {
    max-width: 1030px;
    margin: 0 auto;
}

.faq__title {
    margin-bottom: 50px;
    text-align: center;
    font-family: Stolzl;
    font-size: 58px;
    font-weight: 400;
    line-height: 150%;
}

.accordions-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.accordion {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 0.5px solid #32324a;
    background: rgba(20, 20, 27, 0.8);
}

.accordion.active .accordion__wrapper {
    max-height: 100%;
}

.accordion.active .accordion__icon {
    rotate: 180deg;
}

.accordion__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 45px 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.accordion__quest {
    color: var(--white);
    font-family: Stolzl;
    font-size: 24px;
    font-weight: 400;
}

.accordion__icon {
    flex-shrink: 0;
    width: 37px;
    height: 24px;
    background-image: url(assets/ad23e65afdf6f114013d.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: rotate 170ms ease-in-out;
}

.accordion__wrapper {
    padding: 0 45px 0 52px;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion__text {
    color: #a1a1c6;
    font-family: Stolzl;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

.accordion__text:first-child {
    margin-top: 20px;
}

.accordion__text:last-child {
    margin-bottom: 35px;
}

.features {
    padding-top: 178px;
}

.features__title {
    margin-bottom: 40px;
    text-align: center;
    font-family: Stolzl;
    font-size: 58px;
    font-weight: 400;
    line-height: 150%;
}
@media screen and (max-width: 992px) {
    .features-card{
        margin-top: 50px;
    }
}
@media screen and (min-width: 992px) {
    .features-cards {
        display: grid;
        grid-row-gap: 100px;
        grid-template-columns: 1fr;
    }

    .features-cards > .features-cards__item {
        position: relative;
        display: grid;
        grid-column-gap: 100px;
        grid-template-columns: 1fr 1fr;
        gap: 100px;
    }

    .features-cards__item {
        position: relative;
        display: flex;
        gap: 100px;
    }
}
.features-cards__item:nth-child(2n-1) .features-card:first-child {
    border-radius: 50px 20px;
}

.features-cards__item:nth-child(2n-1) .features-card:last-child {
    border-radius: 20px 50px;
}

.features-cards__item:nth-child(2n) .features-card:first-child {
    border-radius: 20px 50px;
}

.features-cards__item:nth-child(2n) .features-card:last-child {
    border-radius: 50px 20px;
}

.features-cards__item:not(:last-child)::after {
    bottom: -50px;
    width: 100%;
    height: 1px;
    background-image: url(assets/6b5bd440c02dcd5fbffb.svg);
}

.features-cards__item::before,
.features-cards__item::after {
    content: '';
    position: absolute;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.features-cards__item::before {
    left: 50%;
    width: 1px;
    height: 100%;
    background-image: url(assets/99597e42c3a13cb8a21c.svg);
}

.features-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px;
    border: 1px solid rgba(46, 46, 57, 0.1);
    background: linear-gradient(106deg, rgba(229, 82, 60, 0.05) -29.45%, rgba(218, 74, 76, 0) 27.86%), linear-gradient(267deg, #14141b 40.67%, rgba(20, 20, 27, 0) 175.81%), url(assets/0dc0248a94662fa2129c.png);
}

.features-card__top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.features-card__img-wrapper {
    display: grid;
    place-items: center;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    border-radius: 70px;
    background: linear-gradient(180deg, rgba(240, 90, 45, 0.05) 0%, rgba(232, 81, 71, 0) 100%);
}

.features-card__img {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border-radius: 50px;
    border: 1px solid rgba(227, 80, 64, 0.1);
    background: linear-gradient(180deg, rgba(255, 86, 50, 0.1) -66.22%, rgba(255, 137, 51, 0) 85.46%);
}

.features-card__img img {
    width: 34px;
    height: 34px;
}

.features-card__title {
    color: var(--white);
    font-family: Stolzl;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}

.features-card__body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features-card__text {
    color: #a1a1c6;
    font-family: Stolzl;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.footer {
    padding-top: 45px;
    padding-bottom: 40px;
    position: relative;
}

.footer.in_view::before {
    opacity: 1;
}

.footer::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 1px;
    background-color: #1a1b23;
    opacity: 0;
    transition: opacity 300ms linear;
}

.footer__container {
    display: flex;
    justify-content: space-around;
    gap: 80px;
}

.footer__item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 33px;
    color: rgba(255, 255, 255, 0.6);
    font-family: Stolzl;
    font-size: 18px;
    font-weight: 400;
}

.footer__contacts span {
    display: block;
}

.footer__year {
    color: rgba(255, 255, 255, 0.7);
    font-family: Stolzl;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.footer__email {
    color: var(--white);
    font-family: Stolzl;
    font-size: 24px;
    font-weight: 700;
}

.footer__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__text {
    color: var(--white);
    font-family: Stolzl;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
}

.footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.footer-social__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-menu__link {
    text-decoration: none;
    color: var(--white);
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.instagram-icon,
.twitter-icon,
.facebook-icon,
.youtube-icon {
    fill: #fff;
    transition: fill 100ms ease,
 scale 100ms ease;
    width: 24px;
    height: 24px;
}

.instagram-icon:hover,
.twitter-icon:hover,
.facebook-icon:hover,
.youtube-icon:hover {
    scale: 1.5;
}

.instagram-icon:hover {
    fill: #fb0173;
}

.twitter-icon:hover {
    fill: #1d9bf0;
}

.facebook-icon:hover {
    fill: #4867aa;
}

.youtube-icon:hover {
    fill: #fc0202;
}

.header {
    padding: 48px 0;
    position: relative;
    z-index: 100;
}

.header_authorized {
    border-bottom: 1px solid #1d1d26;
    padding: 45px 0;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1460px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    gap: 40px 20px;
}

.header__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 40px;
}

.header__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.mobile-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 105px;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu__close {
    display: none;
}

.mobile-menu__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 105px;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 48px;
}

.move-bot>.menu__link {
    text-decoration: none;
    display: block;
    color: var(--white);
    font-family: Stolzl, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.hero {
    padding-top: 100px;
}

.hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__btns {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 15px;
}

.hero__btn {
    font-family: Stolzl;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
}

.hero__title {
    margin-bottom: 10px;
    max-width: 940px;
}

.hero__subtitle {
    margin-bottom: 90px;
    color: #898ca9;
    text-align: center;
    font-family: Stolzl;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.wrapper {
    position: relative;
}

.crypto-text {
    position: absolute;
    top: 380px;
    left: 10px;
    max-width: 2042px;
    width: 100%;
    height: 300px;
    background-image: url(assets/26fe3a46e4d7f11caec1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.license {
    padding-top: 170px;
}

.license__title {
    margin-bottom: 42px;
    font-family: Stolzl;
    font-size: 58px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.license__title span {
    color: #2d2d41;
    font-family: Stolzl;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    background: #2d2d41;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #2d2d41;
}

.license-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 40px;
}

.license-item {
    padding-left: 13px;
    position: relative;
    max-width: 540px;
    width: 100%;
}

.license-item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 92%;
    background: linear-gradient(0deg, #ff6417 6.49%, rgba(112, 0, 255, 0.94) 111.49%);
}

.license-item__title {
    margin-bottom: 20px;
    color: var(--white);
    font-family: Stolzl;
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
}

.license-item__text {
    color: var(--text-gray-100);
    font-family: Lexend;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

.receive {
    padding-top: 256px;
}

.receive__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.receive__title {
    margin-bottom: 14px;
    color: var(--white);
    text-align: center;
    font-family: Stolzl;
    font-size: 50px;
    font-weight: 700;
    line-height: 130%;
}

.receive__privacy {
    margin-bottom: 32px;
    color: #898ca9;
    text-align: center;
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.receive__privacy a {
    color: var(--white);
}

.contact {
    padding-top: 84px;
}

.contact__container {
    display: flex;
    flex-direction: column;
}

.contact__breadcrumbs {
    margin: 0 auto;
    margin-bottom: 15px;
}

.contact__title {
    margin-bottom: 48px;
}

.contact__subtitle {
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 60px;
    color: var(--text-gray-100);
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  /* 27px */
}

.contact__license {
    margin-bottom: 88px;
}

.support-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 20px;
}

.support-detail {
    max-width: 350px;
    width: 100%;
    font-family: Stolzl;
}

.support-detail__title {
    margin-bottom: 15px;
    color: #646f86;
    font-size: 20px;
    font-weight: 400;
}

.support-detail__text {
    color: var(--white);
    font-size: 26px;
    font-weight: 500;
}

.support-detail__link {
    color: var(--white);
    font-size: 26px;
    font-weight: 700;
}

.documentation {
    padding-top: 85px;
}

.documentation__container {
    display: flex;
    flex-direction: column;
}

.documentation__breadcrumbs {
    margin: 0 auto;
    margin-bottom: 17px;
}

.documentation__title {
    margin-bottom: 34px;
}

.documentation__content {
    max-width: 813px;
    width: 100%;
}

.doc-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.doc-content {
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.doc-content__title {
    margin-bottom: 12px;
    color: var(--white);
    font-family: Stolzl;
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
}

.doc-content__text {
    color: #f1f1ff;
    font-family: Lexend;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

.doc-content__text:not(:last-child) {
    margin-bottom: 25px;
}

.doc-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 320px;
    flex-shrink: 0;
    padding: 10px;
    border-radius: 10px;
    border: 0.5px solid #32324a;
    background: rgba(20, 20, 27, 0.8);
}

.doc-navigation__item {
    padding: 20px;
    transition: background-color 120ms ease;
    cursor: pointer;
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #4f4f68;
}

.doc-navigation__item_active {
    color: var(--white);
    border-radius: 6px;
    background-color: #1c1c26;
}

.profile {
    padding-top: 50px;
    padding-bottom: 55px;
}

.profile__container {
    display: flex;
    flex-direction: column;
}

.profile__title {
    margin-bottom: 30px;
    color: var(--white);
    font-family: Stolzl;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.profile__menu {
    margin-bottom: 60px;
}

.profile-nav-menu {
    padding-bottom: 10px;
    border-bottom: 2px solid #20202b;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.profile-nav-menu__item {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    color: #73737d;
    font-family: Stolzl;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.profile-nav-menu__item.active {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    color: var(--white);
}

.profile-nav-menu__item.active::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--purple-gradient);
}

.reset-password {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.profile-settings__fields {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.profile-settings__fields .user-field:last-child {
    grid-column: 2 span;
}

.profile-settings__btn {
    width: 200px;
    text-transform: uppercase;
}

.security__top {
    margin-bottom: 40px;
    display: flex;
    gap: 25px;
    align-items: flex-end;
}

.security__phone {
    max-width: 460px;
    width: 100%;
}

.verification__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.verification-card {
    max-width: 600px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
    border: 1px solid #2f2f3e;
    background-color: var(--bg-black-100);
    padding: 20px 25px;
}

.verification-card.inspection .verification-card__status {
    color: #f05a2c;
}

.verification-card.rejected .verification-card__status {
    color: #e3314e;
}

.verification-card__icon {
    width: 54px;
    height: 54px;
}

.verification-card__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.verification-card__title {
    color: var(--white);
    font-family: Stolzl;
    font-size: 18px;
    font-weight: 400;
}

.verification-card__status {
    color: #7c7c97;
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
}

.verification-card__load {
    bottom: 20px;
    right: 20px;
    position: absolute;
    z-index: 1;
}

.load-data {
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.load-data:active {
    scale: 0.97;
}

.load-data svg {
    transition: transform 120ms ease-in-out;
}

.start-color {
    stop-color: #393949;
}

.stop-color {
    stop-color: #393949;
}

.prices {
    padding-top: 84px;
}

.prices__breadcrumbs {
    margin-bottom: 18px;
    justify-content: center;
}

.prices__title {
    margin-bottom: 22px;
}

.prices__categories {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 750px;
}

.prices__search {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.prices__table {
    margin-bottom: 28px;
}

.categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 12px;
}

.categories__btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px 12px;
    color: var(--text-gray);
    font-family: Stolzl;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: var(--bg-gray);
    transition: background-color 300ms ease-in-out,
 color 300ms ease-in-out;
}

.categories__btn.active {
    color: var(--white);
    border: 1px solid transparent;
}

.categories__btn.active::before,
.categories__btn.active::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: opacity 300ms linear;
}

.categories__btn.active::before {
    background: var(--purple-gradient);
}

.categories__btn.active::after {
    background: var(--purple-gradient-hover);
    opacity: 0;
}

.categories__btn:active {
    scale: 0.97;
}

.register-phone-page__checkboxes {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.register-phone-page__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.register-phone-page__label {
    color: var(--white);
    font-family: Stolzl;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.phone-input {
    padding: 22px 20px;
    border-radius: 8px;
    border: 1px solid #676789;
    background-color: var(--bg-gray);
    display: flex;
    align-items: center;
    gap: 25px;
}

.phone-input__country {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 16px;
    position: relative;
}

.phone-input__country::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #676789;
}

.phone-input__img {
    width: 25px;
    height: 20px;
}

.phone-input__num {
    color: var(--white);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
}

.phone-input__field {
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    color: var(--white);
    font-family: Stolzl;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.6px;
}

.register-email__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0px;
}

.register-email__actions button {
    max-width: 200px;
}

.register-email__registered {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    color: var(--white);
    text-align: right;
    font-family: Stolzl;
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 1200px) {
    .violet-tex-rect {
        height: 150px;
        width: 150px;
    }

    .violet-tex-circle {
        height: 150px;
        width: 150px;
    }

    .orange-tex-circle {
        height: 150px;
        width: 150px;
    }

    .orange-tex-rect {
        height: 150px;
        width: 150px;
    }

    .orange-tex-circle--1 {
        display: none;
    }

    .orange-tex-rect--1 {
        top: 200px;
        left: -50px;
    }

    .mobile-menu__content {
        gap: 40px 50px;
    }
}

@media screen and (max-width: 1160px) {
    .burger {
        display: flex;
    }

    .header__actions {
        flex-direction: column;
    }

    .mobile-menu__close {
        display: block;
        margin-left: auto;
    }

    .mobile-menu__content {
        flex-direction: column;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 320px;
        min-width: 300px;
        width: 100%;
        height: 100%;
        padding: 50px 15px 20px 15px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: var(--mobile-menu-index);
        transform: translateX(100%);
        transition: transform 250ms ease;
        background-color: var(--bg-black);
    }

    .menu {
        flex-direction: column;
    }
}

@media screen and (max-width: 992px) {
    .logo-container .logo_main {
        display: none;
    }

    .logo-container .logo_mobile {
        display: block;
    }

    .logo_mobile {
        height: 30px;
    }

    .section-title {
        font-size: 42px;
    }

    .by-now-btn {
        padding: 22px 35px;
        font-size: 16px;
    }

    .converter {
        border-radius: 8px;
    }

    .converter .converter__field {
        font-size: 18px;
    }

    .converter-select {
        padding: 8px;
        border-radius: 6px;
    }

    .converter-select .converter-select__info {
        gap: 4px;
    }

    .converter-currency {
        font-size: 18px;
    }

    .converter-type {
        font-size: 12px;
    }

    .table {
        font-size: 14px;
    }

    .table__grid {
        grid-template-columns: minmax(50px, 100px) minmax(180px, 1fr) minmax(100px, 200px) minmax(60px, 170px) minmax(100px, 220px) minmax(100px, 100px);
    }

    .table-info__img {
        margin-right: 10px;
    }

    .table-info__type::before {
        display: none;
    }

    .table-info__wrapper {
        gap: 10px;
    }

    .violet-tex-circle--1 {
        display: none;
    }

    .violet-tex-rect--1 {
        top: 300px;
        right: -150px;
    }

    .multi-texture {
        width: 300px;
        top: 2600px;
        height: 300px;
    }

    .exchange {
        border-radius: 20px;
        padding: 20px;
    }

    .exchange-block__title {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .lang-menu {
        left: 50%;
        transform: translateX(-50%);
    }

    .auth-card {
        padding: 20px;
    }

    .auth-card__title {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .auth-card__subtitle {
        margin-bottom: 20px;
        font-size: 14px;
        max-width: 96%;
    }

    .auth-card__inputs {
        margin-bottom: 15px;
    }

    .auth-card__text::before {
        left: -50px;
    }

    .auth-card__text::after {
        right: -50px;
    }

    .auth__link {
        margin-bottom: 20px;
    }

    .auth-buttons {
        margin-bottom: 28px;
        gap: 12px;
    }

    .auth-socials {
        gap: 20px 10px;
    }

    .auth-socials__link {
        width: 57px;
        height: 57px;
    }

    .auth-socials__link img {
        width: 20px;
        height: 20px;
    }

    .currency-cards {
        gap: 12px;
        padding-top: 36px;
    }

    .faq {
        padding-top: 66px;
    }

    .faq__title {
        margin-bottom: 34px;
    }

    .faq__title {
        font-size: 35px;
    }

    .accordions-wrapper {
        gap: 18px;
    }

    .accordion {
        border-radius: 14px;
    }

    .accordion__toggle {
        padding: 20px;
        gap: 32px;
        min-height: 84px;
    }

    .accordion__quest {
        font-size: 18px;
    }

    .accordion__icon {
        width: 22px;
        height: 13px;
    }

    .accordion__wrapper {
        padding: 0 20px;
    }

    .accordion__text {
        font-size: 16px;
    }

    .features__title {
        font-size: 32px;
    }

    .features-cards {
        gap: 75px;
    }

    .features-cards__item:not(:last-child)::after {
        bottom: -35px;
    }

    .features-cards__item {
        gap: 70px;
    }

    .features-card {
        padding: 20px;
        gap: 10px;
    }

    .features-card__top {
        gap: 15px;
    }

    .features-card__title {
        font-size: 18px;
    }

    .features-card__text {
        line-height: 140%;
        font-size: 15px;
    }

    .footer::before {
        width: calc(100% - 40px);
    }

    .footer__menu {
        display: none;
    }

    .header_authorized {
        border: none;
    }

    .header {
        padding: 21px 0;
    }

    .hero__title {
        line-height: 120%;
    }

    .crypto-text {
        display: none;
    }

    .license {
        padding-top: 80px;
    }

    .license__title {
        margin-bottom: 24px;
        font-size: 42px;
    }

    .license__title span {
        font-size: 16px;
    }

    .license-item__title {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .license-item__text {
        font-size: 16px;
    }

    .receive {
        padding-top: 70px;
    }

    .receive__title {
        font-size: 34px;
    }

    .receive__privacy {
        margin-bottom: 18px;
    }

    .contact {
        padding-top: 28px;
    }

    .contact__breadcrumbs {
        margin-bottom: 10px;
    }

    .contact__title {
        margin-bottom: 8px;
        font-size: 42px;
    }

    .contact__subtitle {
        font-size: 14px;
    }

    .contact__license {
        order: 2;
    }

    .contact__details {
        margin-bottom: 72px;
    }

    .support-detail__title {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .support-detail__text {
        font-size: 20px;
        padding: 0 10px;
    }

    .support-detail__link {
        font-size: 20px;
    }

    .documentation {
        padding-top: 28px;
    }

    .documentation__breadcrumbs {
        margin-bottom: 12px;
    }

    .documentation__title {
        margin-bottom: 30px;
    }

    /*.documentation__navigation {*/
    /*    display: none;*/
    /*}*/

    .doc-navigation__item {
        padding: 15px;
        font-size: 15px;
    }
    .doc-wrapper {
        flex-direction: column-reverse;
    }
    .documentation__content {
        max-width: 100%;
    }

    .doc-content__title {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .doc-content__text:not(:last-child) {
        margin-bottom: 12px;
    }

    .doc-content__text {
        font-size: 14px;
    }

    .profile-nav-menu__item {
        font-size: 15px;
    }

    .prices {
        padding-top: 26px;
    }

    .prices__breadcrumbs {
        margin-bottom: 13px;
    }

    .prices__title {
        margin-bottom: 16px;
    }

    .prices__search {
        margin-bottom: 35px;
    }

    .register-phone-page__checkboxes {
        gap: 15px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .wrapper_circles::before {
        display: none;
    }

    .main {
        padding-bottom: 63px;
    }

    .section-title {
        font-size: 32px;
    }

    .breadcrumbs {
        gap: 15px 30px;
    }

    .breadcrumbs-item {
        font-size: 14px;
    }

    .breadcrumbs-item:not(:last-child)::after {
        right: -18px;
    }

    .btn {
        padding: 12px;
    }

    .btn-sm {
        padding: 8px 14px;
    }

    .crypto-btn,
  .sell-btn,
  .by-now-btn {
        font-size: 16px;
        padding: 12px 18px;
    }

    .crypto-btn {
        font-size: 16px;
    }

    .sell-btn,
  .btn-close {
        font-size: 16px;
        padding: 12px 18px;
    }

    .converter {
        max-width: 100%;
    }

    .table__grid {
        grid-template-columns: minmax(50px, 60px) minmax(160px, 1fr) minmax(100px, 200px) minmax(60px, 170px) minmax(70px, 100px);
    }

    .table__thead-row th:first-child {
        padding-left: 10px;
    }

    .table__thead-row th:nth-child(5) {
        display: none;
    }

    .table__tbody-row td:first-child {
        padding-left: 10px;
    }

    .table__tbody-row td:nth-child(5) {
        display: none;
    }

    .exchange__top {
        flex-direction: column;
        align-items: normal;
    }

    .exchange__info {
        gap: 14px;
    }

    .exchange__icon {
        display: none;
    }

    .file-upload__label {
        height: 76px;
    }

    .auth-wrapper {
        padding: 20px 0;
    }

    .auth-wrapper__container {
        gap: 40px;
    }

    .confirm-code-inputs {
        gap: 5px;
    }

    .confirm-code-input {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .currency-card {
        max-width: 154px;
        padding: 10px;
        flex-direction: column;
        gap: 10px;
    }

    .currency-card__item {
        border: none;
        border-bottom: 1px solid #434349;
        padding-bottom: 8px;
        padding-right: 0;
        width: 100%;
        margin-right: 0;
    }

    .currency-card__img {
        width: 27px;
        height: 26px;
    }

    .currency-card__wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .currency-card__type {
        font-size: 11px;
        margin-bottom: 4px;
    }

    .currency-card__value {
        font-size: 12px;
    }

    .currency-card__percentage {
        font-size: 11px;
        margin-bottom: 0;
    }

    .currency-card__time {
        font-size: 10px;
    }

    .faq__title {
        font-size: 28px;
    }

    .features {
        padding-top: 70px;
    }

    .features__title {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .features-cards {
        gap: 15px;
    }

    .features-cards__item {
        flex-direction: column;
        gap: 20px;
    }

    .features-cards__item::before,
  .features-cards__item::after {
        display: none;
    }

    .footer::before {
        top: 14px;
    }

    .footer__container {
        gap: 28px;
    }

    .footer__item {
        display: grid;
        grid-template-columns: repeat(2, minmax(50px, 1fr));
        gap: 45px;
    }

    .footer__contacts {
        order: 2;
        grid-column: 2 span;
    }

    .footer__text {
        font-size: 11px;
    }

    .footer-menu {
        gap: 16px;
    }

    .hero {
        padding-top: 35px;
    }

    .hero__btns {
        margin-bottom: 16px;
    }

    .hero__btn {
        padding: 12px 12px;
    }

    .hero__subtitle {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .contact__title {
        font-size: 32px;
    }

    .profile__menu {
        margin-bottom: 30px;
    }

    .profile-nav-menu {
        gap: 20px 20px;
    }

    .profile-settings__fields {
        grid-template-columns: 1fr;
    }

    .profile-settings__fields .user-field:last-child {
        grid-column: auto;
    }

    .profile-settings__btn {
        width: 100%;
    }

    .prices__categories {
        display: none;
    }

    .prices__link {
        margin: 0 auto;
    }
}

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

    .table__thead-row {
        display: none;
    }

    .table__tbody-row td:first-child {
        display: none;
    }

    .table__tbody-row td:last-child {
        grid-column: 2;
        grid-row: 1;
    }

    .table__tbody-row {
        padding: 0 10px;
    }

    .table__tbody-row:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .table-info__img {
        width: 22px;
        height: 22px;
    }

    .table-info__type {
        color: #c0c9d8;
    }

    .table-change_positive svg {
        display: block;
    }

    .table-change_negative svg {
        display: block;
        transform: rotate(90deg);
        fill: #ff274e;
    }

    .reset-password {
        grid-template-columns: 1fr;
    }

    .security__top {
        flex-direction: column;
    }

    .security__top button {
        width: 100%;
    }

    .security__phone {
        max-width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .exchange__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .exchange__btn {
        width: 100%;
        padding: 22px 20px;
        font-size: 16px;
    }

    .hero__title {
        margin-bottom: 12px;
    }

    .license__title {
        font-size: 28px;
    }

    .license-item__title {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .input {
        padding: 20px;
        font-size: 14px;
    }

    .go-back-btn {
        font-size: 14px;
    }

    .basic-select__toggle {
        padding: 20px;
    }

    .btn-md {
        min-width: 150px;
    }

    .auth-card {
        border-radius: 16px;
    }

    .auth-card__btn {
        padding: 20px 12px;
    }

    .verification-card {
        padding: 12px;
    }

    .verification-card.unload {
        padding-bottom: 30px;
    }

    .verification-card__icon {
        width: 34px;
        height: 34px;
    }

    .verification-card__title {
        font-size: 15px;
    }

    .verification-card__status {
        font-size: 14px;
    }

    .verification-card__load {
        bottom: 0px;
        right: 10px;
        font-size: 14px;
    }

    .create-password__buttons {
        flex-direction: column;
        align-items: center;
    }

    .create-password__buttons button {
        max-width: 100% !important;
        width: 100%;
    }

    .register-email__actions {
        flex-direction: column-reverse;
    }

    .register-email__actions button {
        max-width: 100%;
        width: 100%;
    }

    .register-email__registered {
        font-size: 14px;
        width: 100%;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 10px;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 450px) {
    .converter-currency-img {
        display: none;
    }

    .email-form {
        max-width: 100%;
    }

    .receive__privacy {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 400px) {
    .register-phone-page__buttons {
        flex-wrap: wrap;
    }

    .register-phone-page__buttons button {
        width: 100%;
    }
}

@media screen and (max-width: 370px) {
    .auth-buttons_wrap {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 359px) {
    .license__title {
        font-size: 26px;
    }
}

@media (any-hover: hover) and (pointer: fine) {
    .border-bottom-line:hover::before {
        transform: scaleX(1);
    }

    .gradient-link:hover {
        font-weight: 700;
    }

    .gradient-link:hover::before {
        bottom: -2px;
    }

    .gradient-border:hover::before {
        opacity: 0;
    }

    .gradient-border:hover::after {
        opacity: 1;
    }

    .go-back-btn:hover {
        color: var(--white);
    }

    .basic-select__item:hover {
        background-color: var(--bg-gray-100);
    }

    .btn-secondary:hover {
        background-color: #40404f;
        color: var(--white);
    }

    .btn-border:hover {
        border: 1px solid transparent;
    }

    .btn-border:hover::before {
        opacity: 1;
    }

    .btn-gradient:hover::before {
        opacity: 0;
    }

    .btn-gradient:hover::after {
        opacity: 1;
    }

    .converter-menu .converter-menu__item:hover {
        background-color: #11111c;
    }

    .lang-menu__item:hover {
        background-color: #15151c;
        border-color: var(--border-gray);
    }

    .search__icon:hover {
        scale: 1.2;
        stroke: #790bdd;
    }

    .auth-socials__link:hover::before,
  .auth-socials__link:hover::after {
        transform: scale(1);
    }

    .load-data:hover svg {
        transform: translateX(5px);
    }

    .categories__btn.active:hover::before {
        opacity: 0;
    }

    .categories__btn.active:hover::after {
        opacity: 1;
    }

    .categories__btn:hover {
        color: var(--white);
        background-color: #40404f;
    }
}

.btn>a{
    color: inherit;
    text-decoration: none;
}

.moDisplay{
    display: none;
}

.RedColor{
    color: #e06b6b;
}





.cookiesBigOut{
    position: fixed;
    bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 500;
}

.cookiesBig>.btn{
    width: 300px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 0;
}

.cookiesText{
    padding: 20px;
}

.cookiesBig{
    width: 500px;
    color: white;
    display: flex;
    align-items: center;
}

.cookiesBigOut>.converter{
    max-width: none;
}

/*.converterCookies{*/
/*    width: calc(100% - 400px);*/
/*}*/
.AllNews {
    padding: 15px;
}

.AllNewsChangeInputTitle{
    font-size: 32px;
}
.AllTextsElementTitle{
    padding-top: 60px;
}

.AllTextsElementTitleTitle{
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.UpdateTextElement{
    display: grid;
    grid-template-columns: auto 130px;
    margin-top: 10px;
}

.UpdateTextElement{
    margin-left: 20px;
}

.UpdateTextElement>div{
    margin-right: 10px;
}

.ElementText{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ElementTextName{
    width: 200px;
}


/*# sourceMappingURL=index.93e29f472940699ba15a.css.map*/