.main {
    background-color: #f5f5f5;
    font-size: 14px;
    padding-bottom: 40px;
}

.desc {
    font-size: 14px;
}

.main p {
    line-height: 26px;
    min-height: 14px;
}

.main-part {
}

.main-part .top {
    padding: 30px;
    background-color: #fff;
}

.angle-right {
    height: .8em;
    width: .56em;
    background: url('../images/icons/angle_right.svg') center/contain no-repeat;
    display: inline-block;
    margin-top: -.1em;
    margin-right: .5em;
    vertical-align: middle;
}

.bottom {
    margin-top: 40px;
    background-color: #eaeaea;
    padding: 20px;
}

.bottom .desc {
    margin-bottom: 18px;
    line-height: 1.5em;
    color: #666666;
}

.level-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    display: block;
    font-style: normal;
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.bottom .desc .level-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}


.bottom .desc .level-icon:first-of-type{
    margin-left: 10px;
}

.bottom .desc .level-icon:last-of-type{
    margin-right: 10px;
}

.level-icon[data-level="1"] {
    background-color: #ffb195;
}

.level-icon[data-level="1"]::after {
    content: "01";
}

.level-icon[data-level="2"] {
    background-color: #fca486;
}

.level-icon[data-level="2"]::after {
    content: "02";
}

.level-icon[data-level="3"] {
    background-color: #f99979;
}

.level-icon[data-level="3"]::after {
    content: "03";
}

.level-icon[data-level="4"] {
    background-color: #f48360;
}

.level-icon[data-level="4"]::after {
    content: "04";
}

.level-icon[data-level="5"] {
    background-color: #f0754f;
}

.level-icon[data-level="5"]::after {
    content: "05";
}

.level-icon[data-level="6"] {
    background-color: #ee6b45;
}

.level-icon[data-level="6"]::after {
    content: "06";
}

.level-ctn{
    display: inline-flex;
    align-items: stretch;
    vertical-align: middle;
    margin-top: -2px;
    position: relative;
}

.level-ctn::after{
    content: "";
    background: url("../images/guide_arrow.svg") center/contain no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 5%;
    position: absolute;
    left: 0;
    top: 100%;
}

.guide-ctn {
    position: relative;
}

.guide-header {
    position: absolute;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 600;
}

.header-col{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    word-break: keep-all;
}

.header-col:nth-of-type(1) {
    width: 160px;
    flex: 0 0 auto;
    padding-left: 12px;
}

.header-col:nth-of-type(2) {
    width: 220px;
    flex: 0 0 auto;
}

.type-tab-col {
    width: calc(100% - 380px);
    flex: 0 0 auto;

    display: flex;
    align-items: stretch;
}

.header-col:nth-of-type(2), .type-tab {
    padding-left: 30px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAWCAYAAAD9091gAAABgWlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kd8rg1EYxz8b2mKiuHBBLY2r0UwJF8qWRi2tmTLcbO9+qW3e3ndLy61yqyhx49cFfwG3yrVSRErulGviBr2ed1OT7Dk95/mc7znP0znPAWskq+T0eg/k8gUtHPA556LzTtsTdrpowMNoTNHV8VAoSE17v8Vixus+s1btc/9aUyKpK2CxC48pqlYQnhQOrhRUk7eE25VMLCF8IuzW5ILCN6Yer/CzyekKf5qsRcJ+sLYKO9O/OP6LlYyWE5aX48pli8rPfcyXOJL52RmJ3eKd6IQJ4MPJFBP4GWKAEZmH6MNLv6yoke8p50+zLLmKzColNJZIk6GAW9SiVE9KTImelJGlZPb/b1/11KC3Ut3hg4ZHw3jtAdsmfG0YxseBYXwdQt0DnOer+cv7MPwm+kZVc+1ByxqcXlS1+DacrUPHvRrTYmWpTtyaSsHLMTRHoe0KGhcqPfvZ5+gOIqvyVZewswu9cr5l8Ru7IWgMpJE28AAAAAlwSFlzAAALEwAACxMBAJqcGAAAARJJREFUKJF10i9L3WEYxvGPR8OSQZNJHEsmfeBmL8CxYhNhGIZFBEEQDRZxSaMyBgNPMiztLSwvDG55FrciCLIgjMOCFjEY/CnunN+50gPPl+sP3DLrVWbdNkQdVBxm1pfDgI3m3W0FIsoFPuBNZn3f5gAf8RPHmXVyAIgod1jHBI7aHESUM3zCamZdGAAa7eMSJ5n1xQAQUa6bVa8a2EjbtMz6FUuY74941BZu0B0G/MUfzIwNAXYwi5WBDpl1Gr/wPaK8bYv43JTfgP8iMusyFrEXUc55NjOzjuM3/mEuotz2OxxgCu8eP58cMmvgB04jytrz2E5mHfVwLD3s9jcewybmsRpRev1AB6/xDV9aJrsHbRhMnBjF5ZsAAAAASUVORK5CYII=") 11px center no-repeat;
}

.type-tab {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% / 7);
    flex: 0 0 auto;
    cursor: pointer;
    transition: .3s;
    padding-right: 12px;
    position: relative;
}

.type-tab:nth-of-type(5){
    width: calc(140% / 7);
}

.type-tab .type-name {
    margin-top: 4px;
    margin-bottom: 2px;
    word-break: keep-all;
}

.type-tab::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #909090;
    flex: 0 0 auto;
}


.type-tab.active{
    width: calc(160% / 7);
}

.type-tab-col[data-index="4"] .type-tab{
    width: calc(100% / 7);
}

.type-tab-col[data-index="4"] .type-tab.active{
    width: calc(200% / 7);
}

.type-tab:nth-of-type(1).active::after, .type-tab:nth-of-type(1):hover::after{
    background-color: #ffb195
}
.type-tab:nth-of-type(2).active::after, .type-tab:nth-of-type(2):hover::after{
    background-color: #fca486;
}
.type-tab:nth-of-type(3).active::after, .type-tab:nth-of-type(3):hover::after{
    background-color: #f99979;
}
.type-tab:nth-of-type(4).active::after, .type-tab:nth-of-type(4):hover::after{
    background-color: #f48360;
}
.type-tab:nth-of-type(5).active::after, .type-tab:nth-of-type(5):hover::after{
    background-color: #f0754f;
}
.type-tab:nth-of-type(6).active::after, .type-tab:nth-of-type(6):hover::after{
    background-color: #ee6b45;
}

.guide-ctn {
    padding-top: 80px;
}

.guide-group {
    background-color: #fff;
    position: relative;

    display: flex;
    align-items: stretch;
    justify-content: flex-end;

    height: 45px;
    overflow: hidden;
    margin-bottom: 20px;
}

.guide-group:last-of-type {
    margin-bottom: 0;
}

.group-content {
    display: none;
    width: calc(100% - 160px);
    flex: 0 0 auto;
    border-left: 2px solid #EAEAEA;
}

.guide-group.expanded {
    height: auto;
}

.guide-group.expanded .group-content {
    display: block;
}

.btn-expand {
    width: 45px;
    height: 45px;
    background-color: #D9D9D9;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: .3s background-color;
}

.btn-expand::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: .3s;
}

.expanded .btn-expand, .btn-expand:hover {
    background-color: #8F8F8F;
}

.expanded .btn-expand::after {
    transform: rotate(90deg);
    border-left-color: #fff;
}

.group-catalog .text {
    position: absolute;
    left: 14px;
    top: 14px;
    line-height: 14px;
    font-weight: bold;
}

.group-content a {
    display: block;
    line-height: 1.5em;
    margin-bottom: 6px;
}

.group-content a:last-of-type{
    margin-bottom: 0;
}

.group-content .row {
    border-bottom: 2px solid #eaeaea;
    display: flex;
}

.group-content .row:last-of-type {
    border-bottom: none;
}

.group-content .row-catalog {
    width: 220px;
    border-right: 2px solid #eaeaea;
}
.group-content .row-catalog{
    font-weight: bold;
}
.group-content .row-catalog .cell::before{
    content: "→";
    margin-right: 4px;
}

.row-content {
    display: none;
    width: calc(100% - 220px);
}

.row-content.active {
    display: block;
}

.row .cell{
    padding: 12px;
    border-bottom: 2px solid #eaeaea;
}

.row-content .cell{
    padding-right: 57px;
}

.row .cell.rowspan, .row .cell.rowspan:last-of-type{
    border-bottom: 2px solid white;
    margin-bottom: -2px;
}

.row .cell:last-of-type{
    border-bottom: none;
}

.row .cell a::before{
    content: "→";
    color: #ffb195;
    margin-right: 10px;
}

.row .row-content:nth-of-type(3) a::before{
    content: "→";
    color: #fca486;
    margin-right: 10px;
}
.row .row-content:nth-of-type(4) a::before{
    content: "→";
    color: #f99979;
    margin-right: 10px;
}
.row .row-content:nth-of-type(5) a::before{
    content: "→";
    color: #f48360;
    margin-right: 10px;
}
.row .row-content:nth-of-type(6) a::before{
    content: "→";
    color: #f0754f;
    margin-right: 10px;
}
.row .row-content:nth-of-type(7) a::before{
    content: "→";
    color: #ee6b45;
    margin-right: 10px;
}

.mobile-tab-toggle{
    display: none;
    transition: .3s;
}

.guide-header.scrolling{
    position: fixed;
    width: 100%;
    top: 84px;
    height: 64px;
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    padding-left: calc((100% - 1160px) / 2);
    padding-right: calc((100% - 1160px) / 2);
}


.type-tab::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    right: 0;
    top: 100%;
    margin: auto;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    transition: .3s;
}

.guide-header:not(.scrolling) .type-tab.active::before{
    opacity: 1;
    visibility: visible;
    transform: none;
}

.coming-soon{
    font-size: calc(1em - 2px);
    font-style: normal;
    vertical-align: 3px;

    color: #e60012;
}

@media (max-width: 1280px) {
    .mobile-tab-toggle{
        display: block;
        top: 4px;
    }

    .type-tab{
        height: 100%;
        justify-content: center;
    }

    .type-tab-col[data-index] .type-tab{
        width: 100%;
    }
    .type-tab-col[data-index="4"] .type-tab.active{
        width: 100%;
    }

    .type-tab::before{
        display: none;
    }

    .type-tab.active{
        width: 100%;
    }

    .header-col{
    }

    .type-tab-col{
        display: flex;
        flex-direction: column;
        height: 60px;
        overflow: hidden;

        transition: .3s;
        background: #fff;
        position: relative;
    }

    .type-tab{
        width: 100%;
        height: 60px;

        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        padding-bottom: 6px;
    }

    .type-tab::after{
        position: absolute;
        right: 12px;
        bottom: 6px;
        width: calc(100% - 42px);
    }

    .type-tab .level-icon{
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 20px;
        margin-right: 12px;
    }

    .guide-header{
        align-items: flex-start;
    }

    .type-tab-col.expanded{
        height: 370px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    }

    /*.type-tab-col.expanded[data-index="1"]{
        transform: translateY(-60px);
    }

    .type-tab-col.expanded[data-index="2"]{
        transform: translateY(-120px);
    }

    .type-tab-col.expanded[data-index="3"]{
        transform: translateY(-180px);
    }

    .type-tab-col.expanded[data-index="4"]{
        transform: translateY(-240px);
    }*/

    .type-tab-col:not(.expanded)[data-index="1"] .type-tab{
        transform: translateY(-60px);
    }

    .type-tab-col:not(.expanded)[data-index="2"] .type-tab{
        transform: translateY(-120px);
    }

    .type-tab-col:not(.expanded)[data-index="3"] .type-tab{
        transform: translateY(-180px);
    }

    .type-tab-col:not(.expanded)[data-index="4"] .type-tab{
        transform: translateY(-240px);
    }

    .type-tab-col:not(.expanded)[data-index="5"] .type-tab{
        transform: translateY(-300px);
    }

    .type-tab-col.expanded .type-tab{
        transform: none;
    }
    .guide-header.scrolling{
        padding-left: calc((100% - 860px) / 2);
        padding-right: calc((100% - 860px) / 2);
    }
}

@media (max-width: 960px) {
    .guide-header.scrolling{
        border-top-width: 1px;
        border-bottom-width: 1px;
    }

    .group-content{
        border-left-width: 1px;
    }
    .group-content .row{
        border-bottom-width: 1px;
    }
    .group-content .row-catalog{
        border-right-width: 1px;
    }


    .row .cell.rowspan, .row .cell.rowspan:last-of-type{
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }

    .header-col:nth-of-type(1){
        width: 120px;
    }
    .header-col:nth-of-type(2){
        width: 150px;
    }
    .type-tab-col{
        width: calc(100% - 270px);
    }
    .bottom {
        margin-top: 30px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .guide-ctn{
    }
    .guide-header.scrolling{
        padding-left: 10px;
        padding-right: 10px;
    }
    .group-content{
        width: calc(100% - 120px);
    }
    .group-content .row-catalog{
        width: 150px;
    }
    .row-content{
        width: calc(100% - 150px);
    }
}

@media (max-width: 750px) {
    .header-col:nth-of-type(1){
        width: 72px;
    }
    .header-col:nth-of-type(2){
        width: 88px;
    }
    .header-col:nth-of-type(3){
        width: calc(100% - 160px);
    }
    .guide-group{
        flex-direction: column;
    }
    .group-catalog{
        height: 45px;
    }
    .group-content{
        border-left: none;
        width: 100%;
        border-top: 1px solid #eaeaea;
    }

    .guide-header.scrolling{
        top: 64px;
    }

    .row-content .cell{
        padding-right: 12px;
    }
}

@media (max-width: 480px) {
    .guide-ctn{
        margin-left: -20px;
        margin-right: -20px;
    }

    .header-col:nth-of-type(1),
    .header-col:nth-of-type(2){
        font-size: 12px;
    }

    .header-col:nth-of-type(1){
        width: 62px;
    }

    .header-col:nth-of-type(2){
        width: 70px;
    }

    .header-col:nth-of-type(2),
    .type-tab{
        padding-left: 20px;
        background-position: 7px center;
        background-size: 6px auto;
    }
    .type-tab::after{
        width: calc(100% - 32px);
        right: 12px;
    }
    .type-tab .level-icon{
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 32px;
    }
    .header-col:nth-of-type(3){
        width: calc(100% - 132px);
    }
    .mobile-tab-toggle{
        width: 36px;
        height: 36px;
        top: 10px;
        right: 6px;
    }
    .group-content .row-catalog{
        width: 120px;
    }
    .row-content{
        width: calc(100% - 120px);
    }
    .group-content .row-catalog .cell::before{
        margin-right: 2px;
    }
    .row-content .cell a::before{
        margin-right: 4px;
    }
    .guide-group-list{
        font-size: 12px;
    }
    .guide-header.scrolling{
        padding-left: 0;
        padding-right: 0;
    }
}













