.third {
    margin-right: 1em;
}
.third-logo {
    width: 30px;
    height: 30px;
}

.morewayDiv {
    margin-top: 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #aaa;
    position: relative;
    width: 80%;
    margin-left: 10%;
}

.morewaySpan {
    position: absolute;
    left: calc(49% - 52px);
    top: -10px;
    padding: 0 10px;
    background: #fff;
    color: #6A6A6A
}

.tabs-nav {
    width: 100%;
    display: flex;
}

.tabs-nav .tabs-item {
    /**height: 30px;*/
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: rgb(115, 119, 122);
    cursor: pointer;
}

.tabs-nav .tabs-item .tabs-item-text {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: rgb(24, 24, 24);
    vertical-align: middle;
}

.tabs-nav .tabs-item:not(:first-child) {
    margin-left: 25px;
}

