.dybm-section_benchmark__inner {
    display: flex;
    flex-direction: row;
    /*align-items: flex-start;*/
    padding: 0;
}

.dybm-section_benchmark.dybm-section_benchmark__inner:last-of-type {
    padding-bottom: 0;
}

.dybm-section_benchmark.dybm-section_benchmark__inner:last-of-type .dybm-section_benchmark__inner--left,
.dybm-section_benchmark.dybm-section_benchmark__inner:last-of-type .dybm-section_benchmark__inner--right {
    padding-bottom: 320px;
}

.dybm-section_benchmark__inner--left {
    position: relative;
    top: 62px;

    width: 100%;
    max-width: 760px;
    padding: 75px 70px 116px 100px;
    box-sizing: content-box;

    flex-shrink: 0;
}

.dybm-section_benchmark__inner--left .dybm-section_benchmark--graph {
    position: sticky;
    top: 120px;
}

.page-inner .dybm-section_benchmark__inner--left h1,
.dybm-section_benchmark__inner--left h2 {
    max-width: 680px;
    margin: 0 0 13px;
    font-size: 32px;
    line-height: 42px;
    color: var(--black);
}

@media only screen and (max-width: 1440px) {

    .dybm-section_benchmark__inner--left {
        max-width: 650px;
    }
}

.dybm-section_benchmark__inner--left .dybm-section_benchmark--head_content {
    margin-bottom: 34px;
}

.dybm-section_benchmark__inner--left .dybm-section_benchmark--graph {
    max-width: 760px;
    width: 100%;
    margin: 0;
}

.dybm-section_benchmark__inner--left .dybm-section_benchmark--graph-body--graph {
    padding: 26px 20px;
}

.dybm-section_benchmark__inner.dybm-section_benchmark--light-blue .highcharts-legend-item figure {
    width: 32px;
    height: 24px;
}

.dybm-section_benchmark__inner.dybm-section_benchmark--light-blue .highcharts-legend-item figure svg {
    width: auto;
    height: 17px;
}

.dybm-section_benchmark__inner.dybm-section_benchmark--light-blue .highcharts-legend-item span {
    font-size: 11px !important;
}

.dybm-section_benchmark.dybm-section_benchmark--light-blue .dybm-section_benchmark--graph-body--graph .highcharts-label:not(.highcharts-tooltip) text,
.dybm-section_benchmark__inner.dybm-section_benchmark:not(.dybm-section_benchmark--light-blue) .dybm-section_benchmark--graph-body--graph .highcharts-label:not(.highcharts-tooltip) text,
.dybm-section_benchmark__inner .dybm-section_benchmark--graph-body--graph .highcharts-axis text,
.dybm-section_benchmark__inner .dybm-section_benchmark--graph-body--graph .highcharts-axis-labels text {
    font-size: 10px !important;
}

.dybm-section_benchmark__inner .dybm-section_benchmark--graph-body--graph .highcharts-xaxis-grid .highcharts-grid-line {
    stroke-width: 70px;
    transform: translate(-41px, 0);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--light-blue .dybm-section_benchmark--graph-body--graph .highcharts-container {
    min-height: 400px;
}

/*.dybm-section_benchmark__inner.dybm-section_benchmark:not(.dybm-section_benchmark--light-blue) .dybm-section_benchmark--graph-body--graph .highcharts-container {*/
/*    padding-top: 16px;*/
/*}*/

.dybm-section_benchmark__inner .dybm-section_benchmark--graph-body--graph .highcharts-container {
    min-height: 370px;
}

.dybm-section_benchmark__inner.dybm-section_benchmark:not(.dybm-section_benchmark--light-blue) .dybm-section_benchmark--graph-body--graph .highcharts-label.highcharts-tooltip span {
    transform: translate(0, -3px);
}

.dybm-section_benchmark--graph-footer {
    padding: 28px 0 0;
}

.dybm-section_benchmark--graph-footer i {
    display: flex;
    flex-direction: row;
    align-items: center;

    font-size: 13px;
    color: var(--gray-1);
}

.dybm-section_benchmark--graph-footer i span {
    width: 22px;
    height: 22px;

    display: block;
    margin: 0 10px 0 0;

    position: relative;
    top: -2px;

    background: url(../img/info-icon.svg) center center no-repeat;
    background-size: contain;

    cursor: pointer;
}

.dybm-section_benchmark__inner--right {
    width: 100%;
    height: 100%;
    min-height: calc(100vh + 50px);
    padding: 0 70px;
    max-width: calc(100% - 905px);
    background-color: #fff;
    box-sizing: content-box;
}

.dybm-section_benchmark__inner--right__inner {
    padding: 148px 0 48px 0;
}

.dybm-section_benchmark__inner--content {
    max-width: 480px;
}

.dybm-section_benchmark__inner--content:not(.dybm-section_benchmark__inner--content-insights) strong {
    font-weight: 600;
}

.dybm-section_benchmark__inner--content + small {
    display: block;
    margin-top: 60px;
}

.dybm-section_benchmark__inner--content:not(:last-of-type) {
    margin-bottom: 40px;
}

.dybm-section_benchmark__inner--content:last-of-type {
    max-width: 405px;
}

.dybm-section_benchmark__inner--content h4 {
    margin: 0 0 10px;
    font-family: var(--h-font-bold);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black);
}

.dybm-section_benchmark__inner--content p,
.dybm-section_benchmark__inner--content ul li {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
}

.dybm-section_benchmark__inner--content-insights h4 {
    margin-bottom: 16px;
}

.dybm-section_benchmark__inner--content p {
    margin: 0 0 16px;
}

.dybm-section_benchmark__inner--content img {
    max-width: 100%;
}

.dybm-section_benchmark__inner--content p .dybm-link--arrow,
.dybm-section_benchmark__inner--content p .dybm-link--underline {
    color: var(--dark-blue-4);
    background-image: linear-gradient(var(--dark-blue-4), var(--dark-blue-4))
}

.dybm-section_benchmark__inner--comparison-table {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.dybm-section_benchmark__inner--comparison-table > div {
    width: 50%;
}

.dybm-section_benchmark__inner--comparison-table > div > strong {
    padding: 0 0 0 40px;
    font-size: 16px;
    font-weight: 700;
}

.dybm-section_benchmark__inner.dybm-section_benchmark--light-blue .dybm-section_benchmark__inner--comparison-table > div > strong {
    color: var(--dark-blue-1);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--orange .dybm-section_benchmark__inner--comparison-table > div > strong {
    color: var(--orange);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--purple .dybm-section_benchmark__inner--comparison-table > div > strong {
    color: var(--purple);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--green .dybm-section_benchmark__inner--comparison-table > div > strong {
    color: var(--green-2);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--blue .dybm-section_benchmark__inner--comparison-table > div > strong {
    color: var(--dark-blue-2);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--pink .dybm-section_benchmark__inner--comparison-table > div > strong {
    color: var(--dark-pink);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--yellow .dybm-section_benchmark__inner--comparison-table > div > strong {
    color: var(--yellow);
}

.dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
    padding: 14px 40px;
    margin: 8px 0 16px;
    list-style-type: none;
}

.dybm-section_benchmark__inner.dybm-section_benchmark--light-blue .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
    background: var(--light-blue-1);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--orange .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
    background: var(--light-orange-1);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--purple .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
    background: var(--light-purple-1);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--green .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
    background: var(--light-green-1);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--blue .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
    background: var(--light-blue-3);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--pink .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
    background: var(--light-pink-1);
}

.dybm-section_benchmark__inner.dybm-section_benchmark--yellow .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
    background: var(--light-yellow-1);
}

.dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner li {
    display: block;
    padding: 14px 0;
    margin: 0;

    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}

.dybm-section_benchmark__inner--comparison-table_inner li span {
    display: block;
}

.dybm-section_benchmark__inner--comparison-table_inner li strong {
    display: block;
    font-weight: 600;
}

.dybm-section_benchmark__inner--content h3 {
    display: inline-block;
    margin: 0 0 10px;
    padding: 4px 8px;

    font-family: var(--h-font-bold);
    font-size: 18px;
    color: var(--black);
    background-color: rgba(33, 81, 108, 0.15);
}

.dybm-section_benchmark__inner--content ul {
    padding: 0 0 0 16px;
    margin: 0 0 16px;
    /*list-style-type: none;*/
}

.dybm-section_benchmark__inner--content sup {
    font-size: 10px;
}

.dybm-section_benchmark__inner--content ul li {
    margin: 8px 0;
}

.dybm-section_benchmark__inner--content ul li a {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-blue-4);
    background-image: linear-gradient(var(--dark-blue-4), var(--dark-blue-4));
}

.dybm-scroll-to-next {
    display: none;

    position: fixed;
    right: 20px;
    top: calc(50vh - 12px);

    width: 24px;
    height: 24px;

    margin: 0;
    padding: 0;

    background: url(../img/arrow-down.svg) center center no-repeat;
    background-size: contain;

    cursor: pointer;
}

body.page-inner .dybm-section_benchmark--light-blue .dybm-section_benchmark--graph-body:before {
    background: url(../img/chart-bg-inner-blue.svg) bottom left no-repeat;
    background-size: contain;
}

body.page-inner .dybm-section_benchmark--orange .dybm-section_benchmark--graph-body:before {
    background: url(../img/chart-bg-inner-orange.svg) bottom left no-repeat;
    background-size: contain;
}

body.page-inner .dybm-section_benchmark--purple .dybm-section_benchmark--graph-body:before {
    background: url(../img/chart-bg-inner-purple.svg) bottom left no-repeat;
    background-size: contain;
}

body.page-inner .dybm-section_benchmark--green .dybm-section_benchmark--graph-body:before {
    background: url(../img/chart-bg-inner-green.svg) bottom left no-repeat;
    background-size: contain;
}

body.page-inner .dybm-section_benchmark--blue .dybm-section_benchmark--graph-body:before {
    background: url(../img/chart-bg-inner-navy.svg) bottom left no-repeat;
    background-size: contain;
}

body.page-inner .dybm-section_benchmark--pink .dybm-section_benchmark--graph-body:before {
    background: url(../img/chart-bg-inner-pink.svg) bottom left no-repeat;
    background-size: contain;
}

body.page-inner .dybm-section_benchmark--yellow .dybm-section_benchmark--graph-body:before {
    background: url(../img/chart-bg-inner-yellow.svg) bottom left no-repeat;
    background-size: contain;
}

.dybm-section_footer-navigation {
    position: relative;
    z-index: 2;
    margin-top: -50px;
    padding: 115px 0 180px;
}

.dybm-section_footer-navigation--light-blue {
    background: url(../img/footer-device-usage.svg) center top no-repeat;
    background-size: cover;
}

.dybm-section_footer-navigation--pink {
    background: url(../img/footer-units-per-transaction.svg) center top no-repeat;
    background-size: cover;
}

.dybm-section_footer-navigation--yellow {
    background: url(../img/footer-average-transactions.svg) center top no-repeat;
    background-size: cover;
}

.dybm-section_footer-navigation--green {
    background: url(../img/footer-cart-abandonment.svg) center top no-repeat;
    background-size: cover;
}

.dybm-section_footer-navigation--blue {
    background: url(../img/footer-average-order-value.svg) center top no-repeat;
    background-size: cover;
}

.dybm-section_footer-navigation--purple {
    background: url(../img/footer-add-to-cart-rate.svg) center top no-repeat;
    background-size: cover;
}

.dybm-section_footer-navigation--orange {
    background: url(../img/footer-conversion-rate.svg) center top no-repeat;
    background-size: cover;
}

.dybm-section_footer-navigation--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dybm-section_footer-navigation--inner h2 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 34px;
    color: var(--black);
    text-align: center;
}

.dybm-section_footer-navigation .dybm-section_hero--navigation_items {
    max-width: 800px;
}

@media only screen and (min-width: 1541px) {

    .dybm-section_benchmark__inner--left {
        padding-left: calc((100vw - 1440px) / 2);
    }

    .dybm-section_benchmark__inner--right {
        padding-right: calc((100vw - 1440px) / 2);
    }
}

@media only screen and (min-height: 945px) {

    .dybm-section_benchmark__inner--right,
    .dybm-section_benchmark__inner {
        min-height: 100vh;
    }

    .dybm-section_benchmark__inner--left {
        /*height: calc(100vh - 116px - 116px);*/
    }
}

@media only screen and (max-width: 1380px) {

    .dybm-section_benchmark__inner--left {
        padding: 116px 50px;
    }
}

@media only screen and (max-width: 1280px) {

    .dybm-section_benchmark__inner--left {
        max-width: 55%;
    }

    .dybm-section_benchmark__inner--right {
        max-width: 45%;
    }

    .dybm-section_benchmark__inner--left .dybm-section_benchmark--graph-body--graph {
        padding: 28px;
    }

    .dybm-section_benchmark__inner--right__inner,
    .dybm-section_benchmark__inner--left h2,
    .page-inner .dybm-section_benchmark__inner--left h1,
    .dybm-section_benchmark__inner--left .dybm-section_benchmark--head_content,
    .dybm-section_benchmark__inner--left .dybm-section_benchmark--graph {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .dybm-section_benchmark.dybm-section_benchmark__inner:last-of-type .dybm-section_benchmark__inner--right {
        padding-bottom: 180px;
    }

    .dybm-section_benchmark.dybm-section_benchmark__inner:last-of-type .dybm-section_benchmark__inner--left {
        padding-bottom: 50px;
    }

    .dybm-section_benchmark__inner--right__inner {
        padding: 0;
    }

    .dybm-scroll-to-next {
        display: none;
    }

    .dybm-section_benchmark__inner--right {
        padding: calc(116px + 62px) 70px 80px;
    }
}

@media only screen and (max-width: 1024px) {

    .dybm-section_benchmark__inner {
        min-height: 0;
        flex-direction: column;
    }

    .dybm-section_benchmark__inner--left,
    .dybm-section_benchmark__inner--right {
        height: auto;
        min-height: 0;

        width: 100%;
        max-width: 100%;

        position: relative;
        top: 0;

        box-sizing: border-box;
    }

    .dybm-section_benchmark__inner--left {
        padding: 100px 50px 80px;
    }

    .dybm-section_benchmark__inner--right {
        padding: 60px 50px;
    }
}

@media only screen and (max-width: 990px) {

    .dybm-section_benchmark__inner--left {
        padding: 80px 24px 50px;
    }

    .page-inner .dybm-section_benchmark__inner--left h1,
    .dybm-section_benchmark__inner--left h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .dybm-section_benchmark__inner.dybm-section_benchmark--light-blue .highcharts-legend-item span {
        font-size: 0 !important;
    }

    .dybm-section_benchmark__inner--left .dybm-section_benchmark--graph-body--graph {
        padding: 20px 10px 20px 14px;
    }

    .dybm-section_benchmark--graph-footer {
        display: none;
    }

    .dybm-section_benchmark__inner--right {
        padding: 0 24px 40px;
        background: none;
    }

    .dybm-section_benchmark__inner--content:not(:last-of-type) {
        margin: 0 0 24px;
    }

    .dybm-section_benchmark__inner--content ul li,
    .dybm-section_benchmark__inner--content h4,
    .dybm-section_benchmark__inner--content p {
        font-size: 15px;
        line-height: 20px;
    }

    .dybm-section_benchmark__inner--content h4 {
        margin: 0 0 12px;
    }

    .dybm-section_benchmark__inner--content img[height="30"] {
        max-height: 25px;
    }

    .dybm-section_benchmark__inner--comparison-table > div > strong {
        padding: 0;
    }

    .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
        padding: 0;
    }

    .dybm-section_benchmark__inner--comparison-table {
        max-width: calc(100% + 24px);
        width: calc(100% + 24px);
        margin: 0 -12px 24px;
        padding: 20px 14px 0;
    }

    .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner li,
    .dybm-section_benchmark__inner--comparison-table > div > strong {
        font-size: 13px;
        line-height: 20px;
    }

    .dybm-section_benchmark__inner--content h3 {
        margin-top: 8px;
        font-size: 15px;
    }

    .dybm-section_benchmark__inner--content ul li a,
    .dybm-section_benchmark__inner--content .dybm-link--underline,
    .dybm-section_benchmark__inner--content .dybm-link--arrow {
        font-size: 15px;
        line-height: 20px;
    }

    .dybm-section_benchmark__inner .dybm-section_benchmark--graph-body--graph .highcharts-container {
        min-height: 300px;
    }

    .dybm-section_benchmark.dybm-section_benchmark__inner:last-of-type .dybm-section_benchmark__inner--left {
        padding: 80px 24px 50px;
    }

    .dybm-section_benchmark.dybm-section_benchmark__inner:last-of-type .dybm-section_benchmark__inner--right {
        padding: 0 24px 60px;
    }

    .dybm-section_benchmark__inner .dybm-section_benchmark__inner--comparison-table > div > strong {
        color: var(--black) !important;
    }

    .dybm-section_benchmark__inner--content ul.dybm-section_benchmark__inner--comparison-table_inner {
        margin: 0;
        background: none !important;
    }

    .dybm-section_benchmark__inner.dybm-section_benchmark--light-blue .dybm-section_benchmark__inner--comparison-table {
        background: var(--light-blue-2);
    }

    .dybm-section_benchmark__inner.dybm-section_benchmark--orange .dybm-section_benchmark__inner--comparison-table {
        background: var(--light-orange-2);
    }

    .dybm-section_benchmark__inner.dybm-section_benchmark--purple .dybm-section_benchmark__inner--comparison-table {
        background: var(--light-purple-2);
    }

    .dybm-section_benchmark__inner.dybm-section_benchmark--green .dybm-section_benchmark__inner--comparison-table {
        background: var(--light-green-2);
    }

    .dybm-section_benchmark__inner.dybm-section_benchmark--blue .dybm-section_benchmark__inner--comparison-table {
        background: var(--light-blue-2);
    }

    .dybm-section_benchmark__inner.dybm-section_benchmark--pink .dybm-section_benchmark__inner--comparison-table {
        background: var(--light-pink-2);
    }

    .dybm-section_benchmark__inner.dybm-section_benchmark--yellow .dybm-section_benchmark__inner--comparison-table {
        background: var(--light-yellow-2);
    }

    .dybm-section_footer-navigation {
        padding: 60px 0 120px;
        background-position: left -300px top !important;
    }

    .dybm-section_footer-navigation--inner h2 {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 26px;
    }

    .dybm-section_footer-navigation .dybm-section_hero--navigation_items {
        flex-direction: column;
    }

    .dybm-section_hero--navigation_items li {
        width: 100%;
    }

    /*.dybm-section_benchmark--filter_dropdown .dropdown {*/
    /*    top: 40px;*/
    /*}*/

    .dybm-section_benchmark--filter_dropdown.is-active .dropdown-toggle:after {
        transform: rotate(180deg);
    }

    .dybm-section_benchmark--graph-body--graph .highcharts-scrolling {
        height: 310px !important;
    }

    .dybm-section_benchmark--light-blue .dybm-section_benchmark--graph-body--graph .highcharts-scrolling {
        height: 400px !important;
    }

    .dybm-section_benchmark.dybm-section_benchmark--light-blue .dybm-section_benchmark--graph-body--graph .highcharts-label:not(.highcharts-tooltip) text,
    .dybm-section_benchmark__inner.dybm-section_benchmark:not(.dybm-section_benchmark--light-blue) .dybm-section_benchmark--graph-body--graph .highcharts-label:not(.highcharts-tooltip) text,
    .dybm-section_benchmark__inner .dybm-section_benchmark--graph-body--graph .highcharts-axis text,
    .dybm-section_benchmark__inner .dybm-section_benchmark--graph-body--graph .highcharts-axis-labels text {
        font-size: 8px !important;
    }
}