body {
   background-color: #0b0b0b; 
}
footer {
    background-color: #000;
    padding: 60px 0;
}

img {display: block;}

.wrapper {
    width: 1282px;
    margin: 0 auto;
    padding-top: 80px;
}
h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}
section p {
    margin: 0 auto 80px;
    width: 727px;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}
section {
    margin-bottom: 80px;
    text-align: center;
}
.warn {
    color: #A1A1A6;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 120px;
    width: auto;
}
.table-holder {
    border-radius: 24px;
    border: 1px solid #1D1D1D;
    background: #111;
    overflow: hidden;
    margin: 0 auto 100px;
    width: 1240px;
}
.table {
    border-radius: 24px;
    background: #111;
    border-collapse: collapse;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    width: 1240px;
}
.table th,
.table td {
    height: 100px;
    border: 1px solid #1D1D1D;
    vertical-align: middle;
}
section .ico {
    display: inline-block;
    margin: 0 12px -5px 6px;
}
.warn .ico {
    margin: 0 16px -4px 12px;
}
.warn p {
    display: inline;
}
.table .sm {
    font-size: 14px;
    line-height: 22px;
}
.table .b,
.table .g,
.table .v {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #48A7FF;
}
.table .g {
    color: #45A436;
}
.table .v {
    color: #946FFF;
}
.table .l {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

@media screen and (max-width: 1300px) {
    .wrapper {
        width: auto;
        max-width: 366px;
        padding-top: 30px;
    }
    section {
        text-align: left;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 800;
        margin-bottom: 20px;
        text-align: left;
        padding: 0 12px;
    }
    section .block-holder {
        flex-direction: column;
    }
    section p {
        margin: 0 auto 60px;
        width: auto;
        padding: 0 12px;
    }
    .table-holder {
        border-radius: 24px;
        border: 1px solid #1D1D1D;
        overflow: auto;
        width: 100vw;
        margin: 0 0 60px calc((100vw - 366px)/2*-1);
    }
    .table-holder::-webkit-scrollbar {
      display: none;
    }
    .table-holder {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .table {
        border-radius: 24px;
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        width: auto;
    }
    .fd {
        width: 120px;
        padding: 16px 20px;
    }
    .table th,
    .table td {
        height: auto;
        border: 1px solid #1D1D1D;
        vertical-align: middle;
        padding: 16px;
    }
    .table .b,
    .table .g,
    .table .v {
        font-size: 14px;
        line-height: 22px;
        white-space: nowrap;
    }
    .table .l {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        white-space: nowrap;
        text-align: center;
    }
    section .table .ico {
        display: inline-block;
        margin: 0 0 -5px 6px;
    }
    .tac {
        text-align: center;
    }
    .warn {
        margin-bottom: 80px;
    }
    .warn .ico {
        float: left;
        margin-bottom: -8px;
    }
    .warn p {
        display: block;
        overflow: hidden;
        padding: 0;
    }

}

@media (min-width: 780px) and (max-width: 1300px) {
    .wrapper {
        width: auto;
        max-width: 732px;
        padding-top: 60px;
    }
    section {
        margin-bottom: 60px;
    }
    h2 {
        font-size: 52px;
        line-height: 64px;
        margin-bottom: 40px;
        padding: 0 24px;
    }
    section p {
        font-size: 34px;
        line-height: 48px;
        margin: 0 auto 120px;
        padding: 0 24px;
    }
    .table-holder {
        border-radius: 48px;
        border: 2px solid #1D1D1D;
        margin: 0 0 120px calc((100vw - 732px)/2*-1);
    }
    .table {
        border-radius: 48px;
        font-size: 24px;
        line-height: 36px;
    }
    .fd {
        width: 240px;
        padding: 32px 40px;
    }
    .table th,
    .table td {
        border: 1px solid #1D1D1D;
        padding: 32px;
    }
    .table .b,
    .table .g,
    .table .v {
        font-size: 28px;
        line-height: 44px;
    }
    .table .l {
        font-size: 30px;
        line-height: 40px;
    }
    .table .l .ico {
        width: 40px;
        height: 40px;
    }
    .table .sm {
        font-size: 28px;
        line-height: 44px;
    }
    section .table .ico {
        width: 48px;
        height: 48px;
        margin: 0 0 -10px 12px;
    }
    .warn {
        margin-bottom: 160px;
    }
    .warn .ico {
        margin: 0 32px -16px 24px;
        width: 42px;
        height: 40px;
    }
}