html,
body {
    overflow-x: hidden; /* запрет горизонтальной прокрутки */
  overflow-y: auto;
    scrollbar-width: none;
    /* для Firefox */
}

body::-webkit-scrollbar {
    display: none;
    /* для Chrome, Safari, Edge */
}

.clr {
    clear: both;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-behavior: smooth;
    zoom: 100%;
    user-select: none;
    -webkit-user-drag: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 300;
}

.content {
    max-width: 450px;
    margin: 0 auto;
}

.block {
    padding: 15px;
}

.tops {
    margin-top: 20px;
    margin-bottom: 30px;
}

.logo img {
    width: 150px;
}

.greenbtn {
    border: none;
    float: right;
    width: 150px;
    font-weight: 600;
    background: #89C85B;
    background: linear-gradient(0deg, rgba(137, 200, 91, 1) 0%, rgba(203, 244, 87, 1) 100%);
    cursor: pointer;
    color: #325617;
    border-radius: 20px;
    padding: 10px 0px;
    margin-top: 5px;
}

.intro {
    margin-bottom: 20px;
    padding-left: 10px;
}

.intro h1 {
    font-size: 3em;
    font-weight: 700;
}

.intro h3 {
    color: #555555;
    font-weight: 300;
    font-size: 1.3em;
    max-width: 320px;
    line-height: 1.5em;
}

.inf {
    background: #FFF;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 42%, rgba(203, 244, 87, 0.45) 100%);
    border-radius: 20px;
    padding: 20px;
    margin-top: -60px;
    z-index: 999;
    position: relative;
}

.inf h4 {
    font-size: 1em;
    line-height: 1.5em;
}


.fon {
    width: 130px;
    margin: 0 auto 30px auto;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}

/* наклонённый фон через псевдоэлемент */
.fon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:250px;
    height: 100%;
    background: #F3F2F5;
    background: linear-gradient(0deg, rgba(243, 242, 245, 1) 42%, rgba(203, 244, 87, 0.45) 74%, rgba(243, 242, 245, 1) 100%);
    transform: skewX(-20deg);
    /* наклон фона вправо */
    z-index: -1;
    /* за текстом */
    border-radius: 4px;
    /* скругление углов, если нужно */
}

.title {
    background-color: #dedede;
    font-weight: 500;
    font-size: 1.1em;
    padding: 10px 0px 10px 20px;
    border-radius: 10px;
    transform: skewX(-20deg);
    /* наклон фона вправо */
}

.nfts {
    margin-bottom: 20px;
}

.nfts img {
    margin-top: 20px;
}

.nfts h3 {
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #646464;
}

.nfts p {
    font-size: 0.9em;
    color: #000;
    font-weight: 400;
    border-left: 2px solid#CBF457;
    padding-left: 10px;
}

.text {
    padding: 20px;
}

.green {
    background-color: #F6FFDD;
    border-radius: 20px;
    padding: 20px;
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.7em;
    margin-top: 30px;
}

.full_green {
    background-color: #9BC32A;
    margin-top: 30px;
    padding: 20px 30px;
    text-align: center;
    border-radius: 20px;
    font-weight: 500;
    color: #fff;
}

.social {
    border: 1px solid#000;
    background: none;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    height: 50px;
    font-weight: 500;
    color:#000;
}

.social img {
    width: 20px;
    margin-right: 10px;
    margin-top: -3px;
}

.social a {
    color:#000;
}
}