@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova/ProximaNovaRegularItalic.eot");
    src: url("../fonts/ProximaNova/ProximaNovaRegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNovaRegularItalic.woff") format("woff"), url("../fonts/ProximaNova/ProximaNovaRegularItalic.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNovaRegularItalic.svg#fontname") format("svg");
    font-weight: 400;
    font-style: italic; }

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova/ProximaNovaLight.eot");
    src: url("../fonts/ProximaNova/ProximaNovaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNovaLight.woff") format("woff"), url("../fonts/ProximaNova/ProximaNovaLight.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNovaLight.svg#fontname") format("svg");
    font-weight: 200;
    font-style: normal; }

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova/ProximaNovaBold.eot");
    src: url("../fonts/ProximaNova/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNovaBold.ttf") format("truetype"), url("../fonts/ProximaNova/ProximaNovaBold.svg#fontname") format("svg");
    font-weight: 800;
    font-style: normal; }

@font-face {
    font-family: "ProximaNovaExCn";
    src: url("../fonts/ProximaNovaExCn/ProximaNovaExCn-RegIt.eot");
    src: url("../fonts/ProximaNovaExCn/ProximaNovaExCn-RegIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExCn/ProximaNovaExCn-RegIt.woff") format("woff"), url("../fonts/ProximaNovaExCn/ProximaNovaExCn-RegIt.ttf") format("truetype"), url("../fonts/ProximaNovaExCn/ProximaNovaExCn-RegIt.svg#fontname") format("svg");
    font-weight: 400;
    font-style: italic; }


.c-diagram {
    margin-top: 30px;
    padding: 18px 30px;
    background-color: #1b1b1b;
    color: #fff;
    font-family: 'ProximaNova';
}
.c-diagram-index .c-diagram {
    margin-top: 0 !important;
}
.c-diagram-index .c-diagram__wrapper {
    margin-bottom: 20px;
}
.c-diagram__title a {
    color: #fff;
}

.c-diagram__title .title {
    font-size: 34px;
    margin: 0 0 10px;
    font-family: 'ProximaNovaExCn';
    font-style: italic;
    font-weight: 400;
}

.c-diagram__title .subtitle {
    font-size: 14px;
    font-weight: 300;
}

.c-diagram__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.c-diagram__buttons {
    padding: 22px 0;
}

.c-diagram__buttons .btn {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    background: transparent;
    color: #b08e40;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    padding: 10px 16px;
    text-transform: uppercase;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    margin: 0 8px;
}

.c-diagram__buttons .btn::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background-color: #b08e40;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.c-diagram__buttons .btn.active {
    border-color: #b08e40;
}

.c-diagram__buttons .btn.active::after {
    width: 0;
}

.c-diagram__buttons .btn:focus {
    outline: none;
}

.c-diagram__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-diagram__controls {
    padding-left: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-diagram__controls .stat {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    width: 93px;
}

.c-diagram__controls .btn {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    background: none;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    font-weight: 300;
    letter-spacing: normal;
}

.c-diagram__controls .btn span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/useful/left.svg);
    background-position: center;
    background-size: cover;
}

.c-diagram__controls .btn.btn-next span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-diagram__controls .btn:disabled {
    opacity: 0.6;
}

.c-diagram__controls .btn:focus {
    outline: none;
}

.c-diagram__content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.c-diagram.horizontal .c-diagram__content {
    position: relative;
    height: 230px;
}

.c-diagram.horizontal .c-diagram__content .lines {
    position: absolute;
    left: 0;
    width: 100%;
    height: 195px;
    bottom: 35px;
}

.c-diagram.horizontal .c-diagram__content .lines li {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
}

.c-diagram.horizontal .c-diagram__content .bars {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 165px;
    z-index: 5;
}

.c-diagram.horizontal .c-diagram__content .bars::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #fff;
}

.c-diagram.horizontal .c-diagram__content .bars li {
    -webkit-box-flex: 2;
    -ms-flex: 2 1;
    flex: 2 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-diagram.horizontal .c-diagram__content .bars li .bar {
    position: relative;
}

.c-diagram.horizontal .c-diagram__content .bars li .bar__text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #b08e40;
    margin-bottom: 5px;
}

.c-diagram.horizontal .c-diagram__content .bars li .bar__col {
    display: block;
    width: 28px;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    height: 0;
}

.c-diagram.horizontal .c-diagram__content .bars li .bar__label {
    font-size: 12px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-diagram.vertical {
    padding: 15px 15px 10px 0;
}

.c-diagram-index .c-diagram.vertical {
    padding: 10px 15px 7px 0 !important;
}

.c-diagram.vertical .c-diagram__head {
    padding-left: 15px;
}

.c-diagram.vertical .c-diagram__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.c-diagram.vertical .c-diagram__controls {
    padding: 0;
}

.c-diagram.vertical .c-diagram__buttons .btn {
    margin: 0;
}

.c-diagram.vertical .c-diagram__content {
    margin: 15px 10px 10px 0;
    position: relative;
}

.c-diagram.vertical .c-diagram__content .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-diagram.vertical .c-diagram__content .lines__wrap {
    -webkit-box-flex: 2;
    -ms-flex: 2 2 50%;
    flex: 2 2 50%;
    position: relative;
}

.c-diagram.vertical .c-diagram__content .lines__wrap span {
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 100%;
}

.c-diagram.vertical .c-diagram__content .bars {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-diagram.vertical .c-diagram__content .bars::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #fff;
    left: 100px;
}

.c-diagram.vertical .c-diagram__content .bar {
    position: relative;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-diagram.vertical .c-diagram__content .bar > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

.c-diagram.vertical .c-diagram__content .bar__label {
    display: block;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    min-width: 100px;
    text-align: right;
    font-size: 12px;
    line-height: 60px;
    white-space: nowrap;
    padding-right: 10px;
}

.c-diagram.vertical .c-diagram__content .bar__text {
    font-size: 12px;
    color: #b08e40;
    margin-left: 5px;
}

.c-diagram.vertical .c-diagram__content .bar__col {
    width: 0;
    height: 30px;
    left: 0;
    background-color: #fff;
}

.c-diagram.vertical .c-diagram__content .bar__wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    height: 60px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

