@font-face {
    font-family: 'Inter';
    src: url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-ExtraLight.woff2') format('woff2'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-ExtraLight.woff') format('woff'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Light.woff2') format('woff2'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Light.woff') format('woff'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Regular.woff2') format('woff2'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Regular.woff') format('woff'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Medium.woff2') format('woff2'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Medium.woff') format('woff'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-SemiBold.woff2') format('woff2'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-SemiBold.woff') format('woff'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Bold.woff2') format('woff2'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Bold.woff') format('woff'),
        url('https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-inter: 'Inter';
    --bg-light: #F6F8F7;
    --bg-dark: #242424;
    --color-main: #191919;
    --color-accent: #3ACA95;
    --color-white: #FFFFFF;
    --color-grey: #D3D3D3;
    --color-darkgrey: #424242;
    --color-black: #131313;
    --color-footer: #777777;
    --button-boxshadow: 0px 15px 30px -15px rgba(93, 188, 130, 0.5), inset 0px 0px 20px rgba(255, 255, 255, 0.3);
    --boxshadow: 0px 8px 40px -20px rgba(9, 28, 47, 0.15);
}

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

html {
    scroll-behavior: smooth;
}

body {
    background-image: url(https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/image/hero-block-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

@media (min-width: 1930px) {
    body {        
        background-size: 100%;
    }
}

a {
    text-decoration: none;
}

input[type="number"] {
    -moz-appearance: textfield; 
}

@keyframes rotateAndMove1 {
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    50% {
      transform: translate(5px, -3px) rotate(-5deg);
    }
    100% {
      transform: translate(0, 0) rotate(0deg);
    }
}
  
@keyframes rotateAndMove2 {
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    25% {
      transform: translate(-4px, 5px) rotate(-10deg);
    }
    50% {
      transform: translate(-1px, 2px) rotate(-6deg);
    }
    75% {
      transform: translate(2px, -2px) rotate(-2deg);
    }
    100% {
      transform: translate(0, 0) rotate(0deg);
    }
}
  
@keyframes rotateAndMove3 {
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    50% {
      transform: translate(10px, -7px) rotate(-4deg);
    }
    100% {
      transform: translate(0, 0) rotate(0deg);
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

input, textarea {
    outline:none;
}


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

/* font style */

.main-title {
    font-family: var(--font-inter);
    font-size: 56px;
    font-weight: 500;
    line-height: 115%;
    color: var(--color-white);
}

.title {
    font-family: var(--font-inter);
    font-size: 36px;
    font-weight: 500;
    line-height: 115%;
    text-align: center;
}

.subtitle {
    font-family: var(--font-inter);
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
}

.span-title {
    font-weight: 300;
}

.count-text {
    font-family: var(--font-inter);
    font-size: 50px;
    font-weight: 400;
    line-height: 120%;
    color: var(--color-accent);
}

.text-main {
    font-family: var(--font-inter);
    font-size: 20px;
    font-weight: 300;
    line-height: 115%;
}

.text-main--large {
    font-size: 22px;
    line-height: 130%;
}

.text-main--small {
    font-size: 18px;
    line-height: 130%;
}

.text-description {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

.navigation__link {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 300;
    color: var(--color-grey);
    white-space: nowrap;
    transition-duration: 0.2s;
}

.navigation__link:nth-child(1) {
    width: 70px;
}

.navigation__link:nth-child(2) {
    width: 90px;
}

.navigation__link:nth-child(3) {
    width: 56px;
}

.navigation__link:nth-child(4) {
    width: 82px;
}

.navigation__link:nth-child(5) {
    width: 71px;
}

.navigation__link:nth-child(6) {
    width: 60px;
}



/* button style */

.button {
    background-color: var(--color-accent);
    border-radius: 10px;
    color: var(--color-white);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 135%;
    cursor: pointer;
    box-shadow: var(--button-boxshadow);
    text-transform: uppercase;
    padding: 26px 50px;
    border: none;
    width: fit-content;
    text-decoration: none;
}


.button-outlined {
    display: block;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid var(--color-accent);
    color: var(--color-accent);
    text-decoration: none;
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 700;
    line-height: 135%;
    cursor: pointer;
    text-transform: uppercase;
    padding: 18px 35px;
}



.back-to-top {
    background-color: var(--color-accent);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25084 0.466616L0.706754 9.01086C0.50898 9.20848 0.400024 9.47228 0.400024 9.75357C0.400024 10.0349 0.50898 10.2987 0.706754 10.4963L1.33582 11.1255C1.74573 11.5349 2.41195 11.5349 2.82123 11.1255L9.99604 3.95069L17.1788 11.1335C17.3766 11.3311 17.6402 11.4402 17.9214 11.4402C18.2028 11.4402 18.4665 11.3311 18.6644 11.1335L19.2933 10.5042C19.4911 10.3065 19.6 10.0428 19.6 9.76153C19.6 9.48024 19.4911 9.21644 19.2933 9.01882L10.7414 0.466616C10.543 0.268529 10.2781 0.159731 9.99651 0.160355C9.71382 0.159731 9.44908 0.268529 9.25084 0.466616Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
    width: 60px;
    height: 60px;
    border: none;
    position: fixed;
    right: 90px;
    bottom: 90px;
    cursor: pointer;
    transition: 400ms ease-in-out;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
}

.back-to-top.active {
    opacity: 0.5;
    transform: scale(1);
    pointer-events: all;

}



.header__buttons-container {
    position: relative;
}

.language-change__wrapper {
    display: flex;
    flex-direction: column;
    background-color: var(--color-black);
    border-radius: 8px;
    overflow: hidden;
}


.language-change {
    background-color: var(--color-black);
    min-width: 47px;
    height: fit-content;
    padding: 8px;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    display: none;
}

.language-change svg {
    display: none;
}

.language-change--active {
    padding-top: 10px;
    padding-bottom: 10px;
    order: 1;
    display: flex;
}

.language-change--active svg {
    display: block;
}

.copy-button {
    border: none;
    background-color: transparent;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    position: relative;
}

.copy-button span {
    position: absolute;
    opacity: 0;
    transform: translateY(-8px);
    display: block;
    bottom: -30px;
    height: 24px;
    line-height: 24px;
    background-color: var(--color-accent);
    width: 60px;
    font-size: 16px;
    color: var(--bg-light);
    border-radius: 8px;
    transition: 300ms;
    pointer-events: none;
}

.copy-button.active span {
    opacity: 1;
    transform: translateY(-4px);
}

.social-button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 2px solid var(--color-darkgrey);
    display: flex;
    align-items: center;
    justify-content: center;
}



/* input style */

.input {
    background-color: var(--bg-dark);
    border: 2px solid var(--color-darkgrey);
    border-radius: 10px;
    font-family: var(--font-inter);
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: var(--color-grey);
    width: 100%;
    padding: 21px 25px;
}

.input::placeholder {
    opacity: 1;
    font-family: var(--font-inter);
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: var(--color-grey);
}

.input:focus {
    border: 2px solid var(--color-accent);
}



/* header */

.header {
    margin-top: 20px;
}

.header .container {
    background-color: var(--bg-dark);
    border-radius: 20px;
    width: 100%;
    padding: 25px 50px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation-wrapper {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.navigation {
    max-width: 553px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 8px;
}

.header__buttons-container {
    display: flex;
    max-width: 257px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.burger-button {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 40px;
    min-width: 40px;
    border: 2px solid #7C7C7C;
    border-radius: 10px;
    height: 40px;
    cursor: pointer;
    transition: 300ms ease-in-out;
}

.burger-button path {
    fill: #7C7C7C;
    transition: 300ms ease-in-out;
}



/* hero block */

.hero-block {
    overflow: hidden;
}

.hero-block .container {
    position: relative;
    margin-top: 30px;
    margin-bottom: 163px;
}

.hero-block .span-title {
    font-weight: 200;
}

.hero-block__text-wrapper {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-block__text-wrapper p {
    color: var(--color-grey);
}

.hero-block .button {
    margin-top: 60px;
}



.hero-block__img {
    position: absolute;
}

.hero-img-mobile {
    display: none;
}

.hero-block-absolute .hero-block__img:first-child {
    width: 300px;
    top: -100px;
    left: 600px; 
    animation: rotateAndMove1 4s infinite;
}
  
.hero-block-absolute .hero-block__img:nth-child(2) {
    width: 240px;
    top: -60px;
    left: 890px; 
    animation: rotateAndMove2 5s infinite;
}
  
.hero-block-absolute .hero-block__img:nth-child(3) {
    width: 600px;
    top: 200px;
    left: 577px; 
    animation: rotateAndMove3 6s infinite;
}

/* why us block */

.flex-container {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-top: 50px;
}

.why-us__flex-item {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.why-us__flex-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 240px;
}

.why-us__flex-text p {
    color: var(--color-darkgrey);
}

/* advantages block */

.advantages-block {
    background-image: url(https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/image/advantages-bg.png);
    background-size: cover;
}

.advantages-block .flex-container {
    overflow: auto;
}


.advantages-block .flex-container::-webkit-scrollbar {
    display: none;
}

.advantages-block .flex-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.advantages-img {
    width: 100%;
    height: auto;
}

.advantages__flex-item {
    background-color: var(--bg-dark);
    border-radius: 15px;
    padding: 30px;
    max-width: 410px;
    min-width: 290px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: var(--boxshadow);
}

.advantages__flex-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
}

.advantages__flex-text p {
    color: var(--color-grey);
}

.pagination {
    display: none;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    gap: 10px;
}

.pagination span {
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 10px;
    background-color: var(--color-accent);
    opacity: 0.2;
    transition: 200ms;
}
.pagination span.active {
    opacity: 1;
}

/* tokenomics block */

.tokenomics-block p {
    color: var(--color-darkgrey);
}

.tokenomics__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}

.tokenomics__top > span {
    font-weight: 600;
    -webkit-text-stroke: 1px var(--color-white);
}

.tokenomics__address {
    margin-top: 40px;
    padding: 26px 50px;
    width: 100%;
    border-radius: 15px;
    border: 5px solid var(--color-white);
    background-image: url(https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/image/tokenomics-bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--color-darkgrey);
    position: relative;
}

.tokenomics__address .subtitle {
    white-space: nowrap;
}

.tokenomics__address input {
    font-weight: 400;
    margin-left: 100px;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    width: 100%;
    display: inline;
    color: var(--color-darkgrey);
}

.tokenomics__flex-item {
    border: 3px solid var(--color-white);
    border-radius: 15px;
    background-color: var(--bg-light);
    max-width: 410px;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tokenomics__flex-item .text-main--large {
    margin-top: auto;
    font-weight: 500;
}


.tokenomics__flex-item .text-description {
    margin-top: 12px;
    max-width: 310px;
}

.tokenomics__flex-item:last-child span{
    font-size: 40px;
    text-align: center;
}

/* staking block */

.staking-block {
    background-image: url(https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/image/staking-bg.png);
    background-size: cover;
}

.staking-block .container {
    display: flex;
    justify-content: space-between;
}

.staking__text-wrapper {
    width: 320px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.staking__text-wrapper h2 {
    text-align: left;
}

.staking__text-wrapper p {
    font-weight: 300;
    color: var(--color-grey);
}

.staking__text-wrapper .button {
    margin-top: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.staking__grid-item {
    background-color: var(--bg-dark);
    border-radius: 15px;
    max-width: 380px;
    width: 100%;
    box-shadow: var(--boxshadow);
    padding: 25px;
    display: flex;
    align-items: center;
    height: fit-content;
}

.staking__grid-item svg {
    margin: 0 30px 0 25px;
    min-width: 90px;
    width: 90px;
    height: 90px;
}

.staking-item__count {
    align-self: flex-start;
    border-radius: 10px;
    border: 2px solid var(--color-accent);
    font-family: var(--font-inter);
    font-size: 17px;
    color: var(--color-accent);
    font-weight: 700;
    line-height: 90%;
    min-width: 30px;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staking-item__count h3 {
    max-width: 130px;
}

/* exchanges */
.exchanges-block .container {
    display: flex;
    flex-direction: column;
}

.exchanges-block .flex-container {
    gap: 15px;
    flex-wrap: wrap;
}

.exchanges__flex-item {
    border-radius: 15px;
    border: 5px solid var(--color-white);
    max-width: 311px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.exchanges__flex-item--large {
    max-width: 420px;
}

.exchanges__flex-item img {
    transition: 300ms ease-in-out;
}

.exchanges-block .button {
    align-self: center;
    margin-top: 50px; 
}

/* roadmap block */

.roadmap-block {
    background-image: url(https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/image/roadmap-bg.png);
    background-size: cover;
    position: relative;
}

.roadmap-block .container > p {
    text-align: center;
    color: var(--color-grey);
    margin-top: 10px;
    position: relative;
}

.roadmap-block .flex-container {
    gap: 30px;
    margin-top: 210px;
}

.roadmap__flex-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    max-width: 300px;
    width: 100%;
}

.roadmap__flex-item p {
    color: var(--color-grey);
}

.roadmap__flex-item img {
    display: none;
}

.roadmap__img {
    position: absolute;
    top: 134px;
    width: 100%;
    max-width: 1290px;
    height: auto;
}

/* banner block */

.banner-block .container {
    border-radius: 15px;
    border: 5px solid var(--color-white);
    padding: 60px 0 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/image/banner-bg.png);
    background-size: 1290px 340px;
    max-width: 1290px;
    gap: 50px;
    background-repeat: no-repeat;
}

.banner-block h2 {
    max-width: 500px;
}

/* footer */

.footer {
    background-color: var(--bg-dark);
    padding: 60px 0;
}

.footer h4 {
    font-size: 16px;
}

.footer .span-title, .footer p {
    color: var(--color-grey);
}

.footer .container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-info {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-info__token {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-info__token > span{
    max-width: 210px;
    word-break: break-all;
    color: var(--color-grey);
}

.footer-info__social {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-buttons__wrapper {
    display: flex;
    gap: 10px;
}

.footer__copyright {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__copyright a, .footer__copyright p {
    font-size: 14px;
    color: var(--color-footer);
}

.footer__nav {
    max-width: 94px;
    width: 100%;
}

.footer__nav span, .footer-contacts span, .footer-support span {
    font-size: 20px;
}

.footer-contacts.desc-hide,
.footer__copyright.desc-hide {
    display: none;
}

.footer__nav ul, .footer__contacts-list {
    margin-top: 20px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__nav li a, .footer__contacts-list li {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    color: var(--color-grey);
    transition: 200ms ease-in-out;
}


.footer__contacts-list {
    max-width: 240px;
    gap: 20px;
}

.contacts-list__item {
    display: flex;
    gap: 10px;
}
.contacts-list__item svg {
    min-width: 18px;
}

.contacts-list__link {
    color: var(--color-grey);
}


.contacts-list__phone-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-support {
    max-width: 482px;
    width: 100%;
}

.footer-support__form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.footer-support__grid-input {
    grid-column: span 2;
    resize: none;
    height: 96px;
}

.footer-support__form .button {
    margin-top: 5px;
}

/* support style */

.bg-dark {
    color: var(--color-white);
    padding: 90px 0;
}

.bg-light {
    color: var(--color-main);
    padding: 90px 0;
    background-color: var(--bg-light);
}

.language-change__wrapper.active {
    position: absolute;
    right: 0;
    top: -5px;
}

.language-change__wrapper.active .language-change {
    display: flex;
}

.language-change__wrapper.active .language-change--active svg{
    transform: rotate(180deg);
}

.language-change__wrapper.active .language-change--active svg path {
    fill: #3ACA95;
}

.language-change__wrapper.active .language-change--active {
    padding-top: 0;
}

@media (max-width: 1640px) {
    .back-to-top {
        right: 40px;
        bottom: 40px;
    }
    .exchanges-block .flex-container {
        justify-content: center;
    }

    .exchanges__flex-item {
        width: calc(100% / 4 - 15px);
    }

    .exchanges__flex-item--large {
        width: calc(100% / 3 - 15px);
    }
}

@media (max-width: 1340px) {
    .header {
        padding: 0 10px;
        height: 90px;
    }
    .header .container {
        padding: 20px;
    }
    .container {
        padding: 0 30px;
    }
    .header__buttons-container .button-outlined {
        padding: 14px 12px;
    }
    .header__buttons-container {
        width: 100%;
        max-width: 220px;
    }
    .language-change__wrapper:hover,
    .language-change__wrapper.active {
        position: absolute;
        right: 0;
        top: -9.5px;
    }
    .back-to-top {
        right: 30px;
        bottom: 30px;
        width: 50px;
        height: 50px;
    }
    .roadmap-block .flex-container {
        margin-top: 16vw;
        gap: 20px;
        justify-content: space-between;
    }
    .roadmap__flex-item {
        width: 20%;
        max-width: none;
        position: relative;
    }    

    .roadmap__img {
        margin-left: -20px;
    }

}

@media (max-width: 1150px) {
    .header {
        height: 70px;
    }

    .roadmap__img {
        display: none;
    }

    .roadmap__flex-item {
        width: 100%;
    }

    .roadmap__flex-item img {
        display: block;
        width: 200px;
        max-width: 200px;
        height: auto;
        margin-bottom: -50px;
    }

    .roadmap-block .flex-container {
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .roadmap__flex-item p {
        max-width: 230px;
    }

    .header .container {
        padding: 15px 16px;
    }
    .container {
        padding: 0 16px;
    }
    .back-to-top {
        right: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }
    .navigation-wrapper {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 100px;
        right: 10px;
        width: 290px;
        background-color: var(--bg-dark);
        border-radius: 10px;
        padding: 0px 54px;
        z-index: 2;
        gap: 40px;
        overflow: hidden;
        max-height: 0;
        transition: 500ms ease-in-out;
        pointer-events: none;
    }
    .navigation-wrapper.active {
        max-height: 486px;
        pointer-events: all;
        padding: 30px 54px;
    }
    .navigation {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .language-change__wrapper:hover {
        position: absolute;
        right: auto;
        top: -18px;
    }
    .header__buttons-container:has(.language-change__wrapper:hover) {
        padding-top: 72px;
    }
    .header__buttons-container {
        align-items: center;
        gap: 40px;
        flex-direction: column-reverse;
    }
    .burger-button {
        display: flex;
    }
    .burger-button svg:last-child {
        display: none;
    }
    .burger-button.active svg:first-child {
        display: none;
    }
    .burger-button.active svg:last-child {
        display: flex;
    }
    .tokenomics__address {
        padding: 26px 20px;
    }
    .tokenomics__address input {
        margin-left: 40px;
    }

    .staking-block .container {
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 110px;
        gap: 40px;
    }

    .staking__text-wrapper,
    .staking__text-wrapper h2 {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .staking__grid-item {
        padding: 20px;
    }

    .staking__grid-item svg {
        margin: 0 20px;
    }

    .staking-block .container .button {
        position: absolute;
        bottom: 0;
    }

    .exchanges__flex-item--large, .exchanges__flex-item {
        width: 100%;
        max-width: none;
    }

    .exchanges-block .flex-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .exchanges-block .flex-container .exchanges__flex-item {
        grid-column: span 3;
    }

    .exchanges-block .flex-container .exchanges__flex-item:nth-child(5),
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(6),
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(7) {
        grid-column: span 2;
    }


    .footer-contacts {
        display: none;
    }
    .footer-contacts.desc-hide {
        display: block;
    }
}

@media (max-width: 860px) {
    .why-us-block .flex-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        justify-items: center;
    }
    .header {
        position: fixed;
        top: 10px;
        margin: 0;
        z-index: 2;
        width: 100%;
    }
    
    .hero-block.bg-dark {
        padding-top: 100px;
    }
    .exchanges-block .flex-container .exchanges__flex-item img {
        max-width: 95%;
        height: auto;
    }
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(4) img {
        width: 70%;
    }
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(5) img,
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(6) img,
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(7) img {
        width: 80%;
        height: auto;
    }
    .hero-block .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    .hero-block-absolute {
        display: none;
    }

    .pagination {
        display: flex;
    }

    .bg-dark {
        padding: 40px 0;
    }

    .hero-img-mobile {
        display: block;
        width: 200px;
        margin-left: 40px;
        margin-top: 40px;
    }
    .hero-block__text-wrapper {
        max-width: 100%;
    }
    .main-title {
        font-size: 30px;
        text-align: center;
    }
    .subtitle {
        font-size: 18px;
    }
    .text-description {
        font-size: 14px;
    }
    .advantages__flex-item {
        padding: 15px;
    }
    .hero-block__text-wrapper p {
        font-size: 14px;
        text-align: center;
    }
    .hero-block .button {
        margin-top: -10px;
    }

    .tokenomics__address {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .tokenomics__address .copy-button {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .tokenomics__address input {
        margin-left: 0px;
    }

    .tokenomics-block .flex-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .tokenomics-block .flex-container .tokenomics__flex-item:last-child {
        grid-column: span 2;
    }

    .tokenomics__flex-item {
        max-width: none;
    }
    .footer__copyright {
        display: none;
    }
    .footer__copyright.desc-hide {
        display: flex;
        margin-top: 20px;
    }
    .footer__nav {
        display: none;
    }
    .footer .container {
        flex-direction: column;
    }
    .footer-support {
        max-width: 700px;
    }
    .navigation-wrapper {
        top: 80px;
    }
    .banner-block .container {
        background-image: url(https://web.archive.org/web/20250306122327im_/https://www.abdstoken.com/image/join-mob.png);
        background-size: 100%;
        background-position: bottom -80px center;
    }
}

@media (max-width: 640px) {
    .why-us-block .flex-container {
        grid-template-columns: 1fr;
    }
    .tokenomics-block .flex-container {
        grid-template-columns: 1fr;
    }
    .navigation-wrapper {
        width: 100%;
        max-width: calc(100% - 30px);
        left: 15px;
        right: auto;
    }
    .header .logo img {
        width: 200px;
        height: auto;
    }

    .input {
        padding: 15px;
    }

    .footer-support__form .button {
        padding: 20px 42px;
    }
    .count-text {
        font-size: 40px;
    }
    .title {
        font-size: 24px;
    }
    .tokenomics__top {
        margin-top: 16px;
    }
    .tokenomics__top > span {
        font-size: 36px;
    }
    .text-main {
        font-size: 17px;
    }
    .tokenomics__flex-item .text-main--large {
        font-size: 18px;
        margin-top: 8px;
    }
    .tokenomics__flex-item .text-description {
        margin-top: 8px;
    }

    .tokenomics__flex-item:last-child span {
        font-size: 30px;
    }
    .grid-container {
        grid-template-columns: 1fr;
    }
    .tokenomics-block .flex-container .tokenomics__flex-item:last-child {
        grid-column: 1;
    }

    .exchanges-block .flex-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .exchanges-block .flex-container .exchanges__flex-item.exchanges__flex-item--large {
        grid-column: span 2;
    }

    .exchanges-block .flex-container .exchanges__flex-item:nth-child(4),
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(5),
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(6),
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(7) {
        grid-column: span 1;
    }
    .exchanges-block .flex-container .exchanges__flex-item:nth-child(4) img {
        width: 80%;
    }

    .roadmap__flex-item img {
        display: block;
        width: 135px;
        max-width: 200px;
        height: auto;
        margin-bottom: -20px;
    }
}

@media (hover:hover) {
    .button-outlined:hover {
        background-color: var(--color-accent);
        color: var(--color-white);
        transition-duration: 0.2s;
    }
    .back-to-top:hover {
        opacity: 1;
    }
    .language-change__wrapper:hover {
        position: absolute;
        right: 0;
        top: -5px;
    }
    
    .language-change__wrapper:hover .language-change {
        display: flex;
    }
    
    .language-change__wrapper:hover .language-change--active svg{
        transform: rotate(180deg);
    }
    
    .language-change__wrapper:hover .language-change--active svg path {
        fill: #3ACA95;
    }
    
    .language-change__wrapper:hover .language-change--active {
        padding-top: 0;
    }
    .social-button:hover {
        border: 2px solid var(--color-accent);
    }
    .burger-button:hover path {
        fill: var(--color-accent);
    }
    
    .burger-button:hover {
        border: 2px solid var(--color-accent);
    }
    
    .exchanges__flex-item:hover img {
        transform: scale(1.05);
    }

    .input:hover {
        border: 2px solid var(--color-accent);
    }
    .button:hover {
        box-shadow: none;
    }
    .navigation__link:hover {
        color: var(--color-accent);
        font-weight: 500;
    }
    
    .input:focus::placeholder {
        opacity: 0;
    }
    .footer__nav li a:hover {
        color: var(--color-accent);
        font-weight: 500;
    }
    .contacts-list__link:hover {
        color: var(--color-accent);
        font-weight: 500;
    }
}




/* Modal styles */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }

    .modal-content {
        background: white;
        padding: 20px;
        border-radius: 8px;
        width: 90%;
        max-width: 500px;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .modal-content h1 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .modal-content p {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .close-btn {
        background-color: #ff4d4d;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
    }

    .close-btn:hover {
        background-color: #ff3333;
    }

    /* Responsive Design */
    @media (max-width: 600px) {
        .modal-content {
            width: 95%;
        }

        .modal-content h1 {
            font-size: 1.2em;
        }

        .modal-content p {
            font-size: 0.9em;
        }
    }
/*
     FILE ARCHIVED ON 12:23:27 Mar 06, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:59:00 Apr 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.517
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 206.369
  LoadShardBlock: 66.386 (3)
  PetaboxLoader3.datanode: 76.103 (4)
  load_resource: 85.468
  PetaboxLoader3.resolve: 59.342
*/