.gateway {
    margin-top: 155px;
}

.gateway__container {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}

.gateway__title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 89px;
}

.gateway__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #8C8B90;
    text-align: center;
    margin-bottom: 88px;
    margin-top: -2px;
    margin-right: -28px;
}

.gateway__table-container,
.gateway__table-items {
    min-width: 1000px;
}

.gateway__table-names {
    display: flex;
    padding-bottom: 19px;
    border-bottom: 1.5px solid #181818;
}

.gateway__names-label {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 28px;
    color: #8C8B90;
}

.gateway__table-names {
    margin-top: 110px;
}

.gateway__names-number,
.gateway__table-number {
    width: 91px;
    padding-left: 44px;
    margin-right: 8px;
}

.gateway__names-name,
.gateway__table-name{
    width: 323px;
}

.gateway__names-price,
.gateway__table-price {
    width: 227px;
}

.gateway__names-change,
.gateway__table-change {
    width: 203px;
}

.gateway__names-chart,
.gateway__table-chart {
    width: 280px;
}

.gateway__names-trade,
.gateway__table-trade {
    width: 100px;
}

.gateway__table-items {
    display: flex;
    flex-direction: column;
    margin-top: 9px;
}

.gateway__table-item {
    display: flex;
    align-items: center;
    padding: 16.5px 0;
    border-radius: 7.5px;
}

.gateway__table-item:hover {
    background: #1E251B;
}

.gateway__table-number {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 28px;
    color: #757880;
}

.gateway__table-name {
    display: flex;
    align-items: center;
}

.gateway__table-name div {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 28px;
    margin-left: 25px;
}

.gateway__table-name div span {
    color: #757880;
    text-transform: uppercase;
    margin-left: 11px;
}

.gateway__table-price {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 28px;
}

.gateway__table-change.gateway__table-change-plus {
    color: #7EB194;
}

.gateway__table-change.gateway__table-change-minus {
    color: #DB5748;
}

.gateway__table-trade-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    border: 0.75px solid #4A9344;
    border-radius: 10px;
    padding: 4px 28px;
}

.gateway__table-trade-link:hover {
    background-color: #2D4E34;
}

@media (max-width: 1000px) {
    .gateway__table {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .gateway__title,
    .gateway__description {
        margin-right: 0;
    }
}

@media (max-width: 800px) {
    .gateway {
        margin-top: 50px;
    }

    .gateway__table-names {
        margin-top: 60px;
    }

    .gateway__title {
        font-size: 50.25px;
    }

    .gateway__description {
        margin-bottom: 30px;
    }
}

@media (max-width: 750px) {
    .gateway__title {
        font-size: 45.25px;
        line-height: 50px;
    }

    .gateway__description {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .gateway__title {
        font-size: 32px;
        line-height: 50px;
    }

    .gateway__description {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .gateway {
        padding-top: 80px
    }

    .gateway__description {
        margin-bottom: 40px
    }

    .gateway__table-container, .gateway__table-items {
        min-width: auto;
    }

    .gateway__names-number, .gateway__table-number,
    .gateway__names-change, .gateway__table-change,
    .gateway__names-chart, .gateway__table-chart,
    .gateway__names-trade, .gateway__table-trade
     {
        display: none;
    }

  .gateway__table-name {
        width: 50%;
        white-space: nowrap;
    }

    .gateway__table-price {
        text-align: right;
        width: 50%;
    }
}