.fees {
    margin-top: 3.75rem;
}

.fees__twrap {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 3rem;
}

.fees__twrap::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.fees__twrap > * {
    min-width: 40rem;
}

.fees__twrap .col-md-w,
.fees__twrap .col-md-s {
    padding-left: .9375rem;
    padding-right: .9375rem;
    box-sizing: border-box;
}

.fees__twrap .col-md-w {
    flex-basis: 31.5%;
    max-width: 31.5%;
}

.fees__twrap .col-md-s {
    flex-basis: 17.5%;
    max-width: 17.5%;
}

.fees__header {
    margin-top: 0;
    margin-bottom: 2rem;
}

.fees__title {
    font-size: 2.5rem;
    font-weight: bold;
}

.fees__label {
    font-size: 1.625rem;
    line-height: 1.7;
}

.fees__table {
    padding-left: .9375rem;
    padding-right: .9375rem;
    color: #042433;
}

.fees__table_mono .row:first-child {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
}

.fees__table_mono .row:last-child {
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem;
}

.fees__table_sep .row {
    margin-bottom: 1.25rem;
    border-radius: .625rem;
    background-color: #FBFBFB !important;
}

.fees__table .row {
    line-height: 3.75rem;
}

.fees__table .row:nth-child(odd) {
    background-color: #FBFBFB;
}

.fees__table .row:nth-child(even) {
    background-color: #F4F4F4;
}

.fees__table strong {
    color: #33CC00;
}

.fees__chat {
    text-align: center;
    padding-top: 6.25rem;
    padding-bottom: 3.25rem;
}

.fees__chat-title {
    font-weight: bold;
    font-size: 2.5rem;
}

.fees__chat-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 40.625rem;
    margin-bottom: 2rem;
    font-size: 1.875rem;
    margin-top: 2rem;
    line-height: 1;
}

.fees__twrap_last {
    margin-bottom: -5rem;
}

.fees__tooltip {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(51, 152, 217, .2);
    position: relative;
    margin-left: .5rem;
    height: 1.25rem;
    width: 1.25rem;
    color: #3398D9;
    line-height: 1;
    top: -1px;
}

.fees__tooltip:hover .fees__tooltip-info {
    display: block;
}

.fees__tooltip-info {
    display: none;
    position: absolute;
    font-size: 0.875rem;
    background-color: #69707A;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0.75rem;
    width: 14.5rem;
    bottom: 1rem;
    color: #fff;
    left: 50%;
}

.fees__tooltip-img {
    width: 1.25rem;
    height: 1.25rem;
}

@media (max-width: 767px) {
    .fees__title {
        font-size: 1.5rem;
    }

    .fees {
        margin-top: -2rem;
    }

    .fees__header {
        margin-top: 0;
    }

    .fees__label {
        font-size: 1.2rem
    }

    .fees__table .row {
        line-height: 2.4rem;
    }

    .fees__header {
        margin-bottom: 1rem;
    }

    .fees__table_sep .row {
        margin-bottom: .45rem;
    }

    .fees__chat-title {
        font-size: 1.375rem;
    }

    .fees__chat-text {
        font-size: 1rem;
        line-height: 1.75rem;
    }

    .fees__twrap_last {
        margin-top: 2rem;
    }
}