/* @import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Lekton:wght@400;700&display=swap"); */

:root {
    --color-primary: #131415;
    --color-secondary: #131415;
    --color-text: #fff;
    --color-text-secondary: #fff;
    --color-text-tertiary: #fff;
    --background-primary: #131415;
    --background-secondary: #1a222c;
    --background-tertiary: #3d4f65;
    --gradient-border-primary: linear-gradient(90deg, #6cc5a1 0%, #4098c9 100%);
    --gradient-primary: linear-gradient(90deg, #228b62 0%, #0d6094 100%);
    --gradient-secondary: linear-gradient(90deg, #5a7ed5 0%, #9c55b0 100%);
    --gradient-border-secondary: linear-gradient(90deg, #93aef6 0%, #c897d4 100%);
    --gradient-text: linear-gradient(90deg, #97b5ff 0%, #ce92e2 100%);
    --gradient--cancel: linear-gradient(90deg, #86262b 0%, #562035 100%);
    --gradient-border-cancel: linear-gradient(90deg, #be282b 0%, #741f3a 100%);
    --tg-top-padding: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    min-height: 100vh;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    user-select: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}

button {
    user-select: none;
    background: none;
    border: none;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #131415;
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--color-text);
    overscroll-behavior-y: contain;
}
main {
    padding-top: 13px;
    padding-bottom: 90px;
    margin: 0 auto;
    /* margin-bottom: 98px;
    min-height: calc(100vh - 98px); */
}
.black {
    background: black;
    width: 100%;
    margin-bottom: 21px;
}
.bg {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
}

.bg::before {
    content: "";

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 500px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container {
    padding: 0 15px;
    max-width: 500px;
    margin: 0 auto;
}

.title {
    margin-top: calc(23px - 8px);
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 28px;
    font-weight: 400;
    /* line-height: 92.857%; */
}
center {
    height: 26px;
    position: relative;
}
font {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

/**
  |============================
  | hero
  |============================
*/
.hero {
    margin-bottom: 18px;
}
.hero__container {
    padding: 16px 11px 11px;
    min-height: 212px;

    border-radius: 20px;
    border: 1px solid #24303e;
    background: #151e28;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25), 0px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
}
.hero__title {
    text-align: center;
    margin-bottom: 17px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 39px;
    font-weight: 400;
    line-height: 45.001%;
}
.hero__link {
    text-align: center;
    display: block;
    margin-bottom: 13px;
    color: rgba(44, 173, 239, 0.9);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 21px;
    line-height: 83.574%;
}
.hero__hashes {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 91.667%;
    margin-bottom: 8px;
}
.hero__info-icon {
    position: absolute;
    top: 16px;
    right: 10px;
}
.swiper-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.hero__image {
    width: 235px;
}
.hero__gradient-border {
    width: 100%;
    padding: 1px;
    border-radius: 14px;
    background: var(--gradient-border-primary);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    display: inline-block;
    margin-bottom: 12px;
}
.hero__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    height: 52px;
    background: var(--gradient-primary);
    border-radius: 13px;

    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    font-weight: 600;
    line-height: 59.712%;
}
.hero__button-icon {
    margin-bottom: -2px;
}
.hero__text {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 89.567%;
    background: linear-gradient(
        90deg,
        #2af598 0%,
        #009efd 25%,
        #6a96ff 45%,
        #9177fe 65%,
        #be62d1 80%,
        #e878e8 90%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* для Firefox */
    background-clip: text;
    color: transparent;
}
.custom-button-prev,
.custom-button-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.custom-button-prev {
    left: 10px;
}

.custom-button-next {
    right: 10px;
}

.reviews {
    margin-bottom: 17px;
}
.reviews__container {
}
.container {
}
.reviews__title {
    margin-bottom: 18px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: "Chakra Petch";
    font-size: 26px;
    font-weight: 400;
    line-height: 67.502%;
}
.reviews,
.reviews__container,
.reviews__swiper {
    overflow: visible; /* 👈 обязательно */
}

.swiper {
}
.reviews__wrapper {
}
.swiper-wrapper {
}
.reviews__slide {
    width: 199px;
}
.swiper-slide {
}
.reviews__card {
    min-height: 294px;
    max-width: 200px;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid #23303e;
    background: rgba(26, 34, 44, 0.6);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
}
.reviews__username {
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 108.421%;
}
.reviews__user {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.reviews__avatar {
    border-radius: 50px;
}
.reviews__stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}
.reviews__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 128.75%;
}
.reviews__image {
}
.reviews__img {
}

.investment-info__content {
    padding: 7px 11px 15px;
    border-radius: 10px;
    border: 1px solid #23303e;
    background: rgba(26, 34, 44, 0.6);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    margin-bottom: 17px;
}
.investment-info__text {
    margin-bottom: 7px;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.579%;

    background: linear-gradient(90deg, #6a96ff 0%, #9177fe 90%, #be62d1 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* для Firefox */
    background-clip: text;
    color: transparent;
}
.investment__text {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 147.059%;
}
.investment-info__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
    padding-bottom: 14px;
}

.footer > a {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(
        90deg,
        #2af598 0%,
        #009efd 0%,
        #6a96ff 57%,
        #9177fe 100%,
        #be62d1 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* для Firefox */
    background-clip: text;
    color: transparent;
}
.footer > p {
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.959%;
}
