.tab {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.tab__line {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.tab__line:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #BDBDBD;
    z-index: 0;
}

.tab__item {
    font-weight: 300;
    padding: 0 0 11px;
    border-bottom: 3px solid transparent;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 12px;
    line-height: 140%;
    color: #828282;
    margin-right: 25px;
}

.global_font-1 .tab__item {
    font-size: 14px;
}
.global_font-2 .tab__item {
    font-size: 16px;
}
.global_font-3 .tab__item {
    font-size: 18px;
}

.global_background-dark .tab__item {
    color: #ffffff;
}

.tab__item:last-child {
    margin-right: 0;
}

.tab__item_active {
    font-weight: 500;
    color: #463B3F;
    border-bottom: 3px solid #E4623F;
}

.global_background-dark .tab__item_active {
    color: #ffffff;
}

.tab__arrow-list {
    display: none;
    margin-left: 35px;
}

.tab__arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F5F5F5 url("data:image/svg+xml,%3Csvg viewBox='0 0 8 16' fill='%23666' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2a1 1 0 01-.23.64L3.29 8l4.32 5.37a1 1 0 01-.5 1.6 1 1 0 01-1.06-.34l-4.83-6a1 1 0 010-1.27l5-6a1 1 0 011.41-.13A1 1 0 018 2z'/%3E%3C/svg%3E") no-repeat center / 8px 16px;
    border: 0;
    box-shadow: none;
}

.tab__arrow_prev {
    margin-right: 9px;
}

.tab__arrow_next {
    transform: rotate(180deg);
}

.tab-body {
    display: none;
}

.tab-body_active {
    display: block;
}

@media (min-width: 375px) {

}

@media (min-width: 576px) {
    .tab__line {
        padding: 0 16px;
    }

    .tab__item {
        padding: 0 5px 17px;
        font-size: 16px;
        margin-right: 37px;
    }

    .global_font-1 .tab__item {
        font-size: 18px;
    }
    .global_font-2 .tab__item {
        font-size: 20px;
    }
    .global_font-3 .tab__item {
        font-size: 22px;
    }
}

@media (min-width: 869px) {

    .tab__arrow-list {
        display: flex;
    }
}

@media (min-width: 1189px) {

}
