.graph-first {
    position: relative;
    padding: 25px 0 0;
    background: #ffffff;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease,
        -webkit-transform 0.5s ease;
    opacity: 0;
}
@media only screen and (max-width: 991px) {
    .graph-first {
        padding: 60px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .graph-first {
        padding: 40px 0 0;
    }
}
.graph-first .slick-prev,
.graph-first .slick-next {
    width: 13px;
    height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    z-index: 2;
}
.graph-first .slick-prev {
    left: 0;
    background: url(/local/static/build/img/svg/arrow-left.svg) no-repeat
        center/contain;
}
.graph-first .slick-next {
    right: 0;
    background: url(/local/static/build/img/svg/arrow-right.svg) no-repeat
        center/contain;
}
.graph-first__mark {
    font: bold 32px/100% 'Stem', sans-serif;
    letter-spacing: 4.57px;
    color: #eaf1f3;
    text-transform: uppercase;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .graph-first__mark {
        font: bold 18px/100% 'Stem', sans-serif;
        letter-spacing: 0;
    }
}
.graph-first__line {
    width: auto;
    height: 2px;
    background: #253746;
    margin: 0 10%;
    position: relative;
    top: 10px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0s linear;
    transition: -webkit-transform 0s linear;
    transition: transform 0s linear;
    transition: transform 0s linear, -webkit-transform 0s linear;
}
.graph-first__line.active {
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear, -webkit-transform 2s linear;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
@media only screen and (max-width: 991px) {
    .graph-first__line {
        margin: 0 9.5%;
    }
}
@media only screen and (max-width: 767px) {
    .graph-first__line {
        margin: 0 0 0 9px;
        position: absolute;
        width: 2px;
        height: 87%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    .graph-first__line.active {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.graph-first__block-wrap {
    position: relative;
    margin: 19px 0 0 0;
}
@media only screen and (max-width: 767px) {
    .graph-first__block-wrap {
        margin: 32px 0 0 0;
    }
}
/*.graph-first__h2 {
    margin: 0;
}*/
.graph-first__h2.readable--modif {
    display: none;
}
.graph-first__h2 span {
    display: block;
    text-align: center;
    color: #00afdd;
    font: bold 30px/130% 'Stem', sans-serif;
}
@media only screen and (max-width: 991px) {
    .graph-first__h2 span {
        font: bold 24px/130% 'Stem', sans-serif;
    }
}
@media only screen and (max-width: 767px) {
    .graph-first__h2 span {
        font: bold 18px/130% 'Stem', sans-serif;
    }
}
.graph-first__wrapper {
    position: relative;
}
.graph-first__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .graph-first__grid {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
.graph-first__item {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .graph-first__item {
        margin: 0 0 32px 0;
    }
    .graph-first__item:last-child {
        margin: 0;
    }
}
.graph-first__item:first-child:before {
    right: 50%;
    left: -1000%;
    background: #ffffff;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .graph-first__item:first-child:before {
        bottom: -webkit-calc(50% + 20px);
        bottom: calc(50% + 20px);
        top: -1000%;
        right: auto;
        left: 9px;
    }
}
.graph-first__item:before {
    content: none;
    position: absolute;
    height: 2px;
    top: 9px;
    background: #253746;
}
@media only screen and (max-width: 767px) {
    .graph-first__item:before {
        width: 2px;
        left: 9px;
        top: auto;
        height: auto;
        right: auto;
    }
}
.graph-first__item.active .graph-first__icon {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
.graph-first__item.active .graph-first__content {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
.graph-first__item + .graph-first__item:before {
    right: 50%;
    left: -1000%;
}
@media only screen and (max-width: 767px) {
    .graph-first__item + .graph-first__item:before {
        bottom: -webkit-calc(50% + 20px);
        bottom: calc(50% + 20px);
        top: -1000%;
        right: auto;
        left: 9px;
    }
}
.graph-first__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .graph-first__item-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}
.graph-first__icon {
    border: 2px solid #00afdd;
    background-color: #ffffff;
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    border-radius: 20px;
    margin: 0 0 20px 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0s;
    transition: 0s;
}
@media only screen and (max-width: 767px) {
    .graph-first__icon {
        margin: 0;
    }
}
.graph-first__content {
    position: relative;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -1;
    -webkit-transition: 0s;
    transition: 0s;
}
@media only screen and (max-width: 767px) {
    .graph-first__content {
        padding: 0 0 0 20px;
        text-align: left;
    }
}
.graph-first__data {
    position: relative;
    font: bold 18px/130% 'Stem', sans-serif;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 991px) {
    .graph-first__data {
        font: bold 16px/130% 'Stem', sans-serif;
    }
}
.graph-first__desc {
    position: relative;
    font: 300 16px/125% 'Stem', sans-serif;
}
@media only screen and (max-width: 991px) {
    .graph-first__desc {
        font: 300 14px/125% 'Stem', sans-serif;
    }
}
.graph-first__description {
    font: 300 18px/154% 'Stem', sans-serif;
    margin: 10px 0 50px;
}
.graph-first__description.readable--modif {
    display: none;
}
@media only screen and (max-width: 991px) {
    .graph-first__description {
        font: 300 18px/160% 'Stem', sans-serif;
    }
}
.graph-first.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.graph-first.graph-first--ai .graph-first__item {
    width: 200px;
    max-width: 25%;
}
@media only screen and (max-width: 767px) {
    .graph-first.graph-first--ai .graph-first__item {
        width: auto;
        max-width: none;
    }
}

.graph-first__note-holder {
    width: 928px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.graph-first__note {
    text-align: center;
}
.graph-first__note-title {
    position: relative;
    padding-top: 40px;
    margin-bottom: 10px;
}
.graph-first__note-title:before {
    content: '';
    position: absolute;
    background: url(/local/static/build/img/svg/graph-blp-check.svg) no-repeat
        center/contain;
    width: 31px;
    height: 24px;
    top: 0px;
    left: 50%;
    left: calc(50% - 15px);
}
.graph-first__note-text {
    font-size: 120%;
}

.graph-first__aero-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.graph-first__aero-item {
    background: url(/local/static/build/img/svg/graph-blp.svg) no-repeat
        center/contain;
    width: 270px;
    height: 270px;
    position: relative;
    transform: scale(0);
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}
.graph-first__aero-item.final {
    background: url(/local/static/build/img/svg/graph-blp-final.svg) no-repeat center/contain;
}
.graph-first__aero-item.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
.graph-first__aero-item-desc {
    position: absolute;
    left: 20px;
    top: 107px;
    width: 200px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    text-transform: uppercase;
}
.graph-first__aero-item-data {
    position: absolute;
    left: 48px;
    top: 160px;
    width: 140px;
    font-weight: 350;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.graph-first__aero-item-num {
    position: absolute;
    left: 98px;
    bottom: 20px;
    width: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
}
.graph-first__aero-item-num span {
    font-size: 13px;
    line-height: 13px;
}

.popup-fade {
    display: none;
}
.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup {
    position: fixed;
    left: 50%;
    overflow-y: scroll;
    top: 5%;
    padding: 20px;
    max-height: 90%;
    width: 700px;
    margin-left: -350px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
.popup-close {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    background-image: url(/local/static/assets/img/svg/close-blue.svg);
    height: 20px;
    width: 20px;
}

.popup p {
    margin-bottom: 0;
    font-size: 18px;
}

.graph-first__aero-item_link {
    position: absolute;
    bottom: -20px;
    left: 20%;
}

@media only screen and (max-width: 767px) {
    .graph-first__aero-item_link {
        left: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .popup {
        width: 90%;
        margin-left: -45%;
    }
}
.graph-first__aero-stage-button { margin-top: 320px; }
.graph-first__aero-stage-button .button--dark {
    background: #4bbdcf;
    margin: 0px 0 30px 18px;
    min-height: 35px;
    height: 35px;
}
.graph-first__aero-stage-button .button--dark span {
    padding: 0 15px;
}

.graph-first__aero-item.active.button--disabled {
    opacity: 0.5;
}

.graph-first__aero-stage-button .button--dark.disabledBtn,
.graph-first__aero-stage-button .button--dark.disabledBtn:hover,
.graph-first__aero-stage-button .button--dark.disabledBtn:focus
{
    cursor: default;
    background: #4bbdcf;
}
.graph-first__aero-stage-button .button--dark.disabledBtn span,
.graph-first__aero-stage-button .button--dark.disabledBtn:hover span,
.graph-first__aero-stage-button .button--dark.disabledBtn:focus span
{color: #fff;}
.graph-first__aero-stage-button .button--dark.disabledBtn:after
{display: none;}