.top-block {
    height: 750px;
    padding-top: 8.125rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-block .container {
    position: relative;
}
.top-block h1 {
    font-size: 1.875rem;
    margin-bottom: 2rem;
}
.top-block .subtitle {
    font-size: 1.25rem;
    margin-bottom: 5.625rem;
}
.top-block .subtitle:empty {
    display: none;
}
.top-block .tb--button-text {
    margin: 0 1rem 0 0;
}
.top-block .tb--button-text,
.top-block .btn {
    display: inline-block;
    vertical-align: middle;
}
.top-block .container:before,
.top-block .container:after {
    content: '';
    position: absolute;
    background-color: var(--red-orange);
    border-radius: 100%;
}
.top-block .container:before {
    bottom: -310px;
    right: -140px;
    width: 441px;
    height: 441px;
    background-color: #cd00008c;
}
.top-block .container:after {
    bottom: -178px;
    right: 0;
    width: 158px;
    height: 158px;
}
.top-block .tb--triggers {
    margin-top: 5rem;
}
.top-block .tb--triggers-item {
    padding: 0 2rem;
}
.top-block .tb--triggers-item .item-icon {
    margin-right: 1rem;
}
.top-block .tb--triggers-item .item-icon svg {
    width: 26px;
    height: 26px;
    fill: var(--jungle-green);
}

.bg-two-sections {
    padding-top: 8.125rem;
    padding-bottom: 4.6875rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* counters */
#counters {
    margin-top: -16.250rem;
    z-index: 2;
}
.counters .counters--wrapper {
    padding: 5.625rem 0;
    background-color: var(--white);
    box-shadow: 0 0 7.5rem 0 rgba(0, 1, 1, 0.2);
}
.counters .default-h2 {
    margin-bottom: 5.625rem;
}
.counters .counters--item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.counters .counters--item .icon-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 76px;
    border-radius: 100%;
    background-color: var(--jungle-green);
}
.counters .counters--item .icon-wrapper svg {
    width: 26px;
    height: 26px;
    fill: var(--white);
}
.counters .counters--item .icon-text {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
    margin-left: 0.5rem;
}
.counters .counters--item .icon-text span.icon-text--value {
    font-size: 3rem;
}
.counters .counters--item-title {
    margin-top: 1rem;
    text-align: center;
}
/* counters */

/* about */
#about {
    padding-top: 6.875rem;
    background-position: center 250px;
    background-repeat: no-repeat;
}
#about .default-h2 {
    margin-bottom: 5rem;
}
.about .about--row1 {
    margin-bottom: 16.875rem;
}
.about .about--row2 {
    justify-content: flex-end;
}
/* about */

/* direct-functions */
#direct-functions {
    padding-top: 5rem;
    padding-bottom: 12.5rem;
    background-repeat: no-repeat;
    background-position: 950px 250px;
}
#direct-functions .default-h2 {
    margin-bottom: 6.25rem;
}
.direct-functions .df--list-title {
    display: flex;
    align-items: center;
    margin-bottom: 6.25rem;
}
.direct-functions .df--list-title .icon-text {
    padding-left: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.direct-functions .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: var(--jungle-green);
}
.direct-functions .icon-wrapper svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
}
.direct-functions .df--list .df--list-item {
    display: flex;
    align-items: center;
}
.direct-functions .df--list .df--list-item:nth-child(n+3) {
    margin-top: 4.375rem;
}
.direct-functions .df--list .df--list-item_icon svg {
    width: 28px;
    height: 28px;
    fill: var(--jungle-green);
}
.direct-functions .df--list .df--list-item_text {
    margin: 0;
    padding-left: 1.25rem;
}
/* direct-functions */

/* why-do-you-need */
#why-do-you-need {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-repeat: no-repeat;
}
#why-do-you-need .default-h2 {
    margin-bottom: 6.25rem;
}
.why-do-you-need .grid-numbers .grid-item:nth-child(n+4) {
    margin-top: 5rem;
}
.why-do-you-need .grid-numbers .grid-item--number {
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    background-color: var(--red-orange);
    border-radius: 100%;
    font-size: 1.875rem;
    font-weight: bold;
    color: var(--white);
    text-align: center;
    line-height: 64px;
}
/* why-do-you-need */

/* work-cycle */
#work-cycle {
    padding-top: 5.3125rem;
    padding-bottom: 0.01rem;
    margin-bottom: 8.75rem;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.work-cycle .work-cycle--wrapper {
    margin-bottom: -8.75rem;
}
#work-cycle .default-h2 {
    margin-bottom: 3.75rem;
}
.work-cycle .nav-link {
    font-size: 1.875rem;
    font-weight: bold;
    color: #d1d1d1;
    display: block;
    padding: .5rem 1rem;
    border-bottom: 8px solid currentColor;
    border-radius: 0;
    transition: all .3s linear;
}
.work-cycle .nav-link:hover,
.work-cycle .nav-link.active {
    background-color: transparent;
    color: var(--red-orange);
}
.work-cycle .tab-content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 120px 0 rgba(0, 1, 1, 0.2);
}
.work-cycle .tab-pane--inner {
    padding: 4.375rem;
}
.work-cycle .tab-pane--title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}
.work-cycle .tab-pane--list {
    margin-bottom: 0;
}
.work-cycle .tab-pane--image {
    text-align: center;
}
.work-cycle .tab-pane--image svg {
    width: 160px;
    height: 160px;
    fill: var(--jungle-green);
}
/* work-cycle */

/* results */
#results {
    padding-top: 6.875rem;
    margin-bottom: 3rem;
}
#results .default-h2 {
    margin-bottom: 3.75rem;
}
#results .results-footer {
    margin-top: 5.1875rem;
    text-align: center;
}
#results .all-cases-btn {
    color: var(--red-orange);
    text-decoration: underline;
}
.mk .case-item--images {
    margin-bottom: 3.75rem;
}
.mk .case-item--images img {
    width: 100%;
}
.mk .case-item--images .row > div:nth-child(1) img {
    height: 524px;
    object-fit: cover;
}
.mk .case-item--images .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.mk .case-item--images .row > div {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.mk .case-item--images .row > div a {
    display: block;
}
.mk .case-item--images .row > div:nth-child(2) a:nth-child(2) {
    margin-top: 1.25rem;
}
.mk .case-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 2.25rem;
}
.mk .case-subtitle {
    display: inline-block;
    padding: 0.625rem 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
    background-color: var(--jungle-green);
    color: var(--white);
    line-height: 1;
}
.mk .case-list {
    margin-left: 1rem;
    margin-bottom: 0;
}
.mk .case-graphs {
    position: relative;
    padding: 4rem 2.5rem;
    background-color: var(--white);
    box-shadow: 0 0 2rem 0 rgba(0, 1, 1, 0.1);
}
.mk .case-graphs {
    padding: 2.25rem 2.25rem 3.75rem;
}
.mk .case-graphs--title {
    font-size: 1.125rem;
    font-weight: 600;
}
.mk .case-graphs--title span:not(.color-jungle) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mk .case-graphs .case-graphs--item > div {
    position: relative;
    height: 3.125rem;
    margin-bottom: 1.125rem;
}
.mk .case-graphs .graph-rectangle {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    background-color: #606060;
}
.mk .case-graphs .graph-after .graph-rectangle {
    background-color: var(--jungle-green);
}
.mk .case-graphs .graph-value {
    position: absolute;
    display: block;
    bottom: 0.75rem;
    left: 1rem;
    width: 80%;
    text-align: left;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 600;
    z-index: 2;
}
.mk .case-btn {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -35px;
    margin-left: -140px;
}
/* results */

/* ul.correct-icon */
.mk .correct-icon > li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}
.mk .correct-icon > li:last-child {
    margin-bottom: 0;
}
.mk .correct-icon > li:before {
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.doc-ready .mk .correct-icon > li:before {
    background-image: url('/images/icons/icon-correct-not-symbol.svg');
}
/* ul.correct-icon */

/* competencies */
#competencies {
    padding-top: 5.3125rem;
    margin-bottom: 5.3125rem;
}
#competencies .default-h2 {
    margin-bottom: 4.125rem;
}
/* competencies */

/* competencies-grid */
.competencies-grid .competency-item:nth-child(n+3) {
    margin-top: 1.5rem;
}
.competencies-grid .competency-item .item-inner {
    height: 100%;
    padding: 1rem;
    background-color: transparent;
}
.competencies-grid .competency-item .item-inner,
.competencies-grid .competency-item .item-title,
.competencies-grid .competency-item .item-description {
    transition: all 250ms linear;
}
.competencies-grid .competency-item .item-header {
    display: flex;
    align-items: center;
    margin-bottom: 2.75rem;
}
.competencies-grid .competency-item .item-icon {
    position: relative;
    padding-left: 1rem;
    margin-right: 1rem;
}
.competencies-grid .competency-item .item-icon:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: 64px;
    height: 64px;
    background-color: var(--jungle-green);
    border-radius: 100%;
    transition: all 250ms linear;
}
.competencies-grid .competency-item .item-icon svg {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 2;
}
.competencies-grid .competency-item .item-title {
    margin-bottom: 1.25rem;
}
.competencies-grid .competency-item .item-title p {
    font-size: 1.25rem;
    font-weight: bold;
}
.competencies-grid .competency-item:hover .item-inner {
    background-color: var(--jungle-green);
}
.competencies-grid .competency-item:hover .item-icon svg {
    fill: var(--white);
}
.competencies-grid .competency-item:hover .item-title,
.competencies-grid .competency-item:hover .item-description {
    color: var(--white);
}
.competencies-grid .competency-item:hover .item-icon:before {
    background-color: var(--red-orange);
}
/* competencies-grid */

@media screen and (max-width: 1366px) {
    #direct-functions {
        background-position: 750px 300px;
        background-size: 40%;
    }
}
@media screen and (max-width: 1280px) {
    #direct-functions {
        background-position: 650px 300px;
    }
}
@media screen and (max-width: 1200px) {
    #counters {
        margin-top: -12rem;
    }
    body .top-block {
        background-position: -200px center;
    }
    #about {
        background-position: center 380px;
        background-size: 40%;
    }
    #direct-functions {
        background-position: 550px 460px;
    }
    .mk .case-item--images .row > div:nth-child(1) img {
        height: 440px;
    }
}
@media screen and (max-width: 992px) {
    .counters .counters--wrapper {
        padding: 3rem 0;
    }
    .counters .default-h2 {
        margin-bottom: 2rem;
    }
    .counters .counters--item:nth-child(n+3) {
        margin-top: 1.5rem;
    }
    #about {
        background-position: center 540px;
    }
    #direct-functions {
        background-position: 500px 400px;
        background-size: 30%;
    }
    .work-cycle .tab-pane--inner {
        padding: 2rem;
    }
    .work-cycle .tab-pane--title {
        margin-bottom: 1.5rem;
    }
    .work-cycle .tab-pane--image svg {
        display: none;
    }
    .mk .case-item--images .row>div:nth-child(1) img {
        height: 300px;
    }
    .mk .case-item--images img {
        height: 140px;
        object-fit: cover;
    }
    .mk .case-graphs {
        margin-top: 2rem;
        text-align: center;
    }
    .mk .case-btn {
        bottom: -25px;
    }
    .competencies-grid .competency-item:nth-child(n+3),
    .competencies-grid .competency-item:nth-child(n+4) {
        margin-top: 1.5rem;
    }
}
@media screen and (max-width: 736px) {
    body .top-block {
        background-position: center;
    }
    .top-block .tb--triggers {
        margin-top: 2rem;
        flex-direction: column;
    }
    .top-block .tb--triggers-item:nth-child(n+2) {
        margin-top: 1rem;
    }
    .top-block .tb--triggers-item .item-title br {
        display: none;
    }
    .counters .counters--item:nth-child(n+2) {
        margin-top: 1.5rem;
    }
    #about {
        background-position: center 460px;
        background-size: 30%;
    }
    #direct-functions {
        background-position: 470px 250px;
        padding-bottom: 5rem;
    }
    #why-do-you-need {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-size: cover;
    }
    .why-do-you-need .grid-numbers .grid-item:nth-child(n+2) {
        margin-top: 2rem;
    }
    .mk .case-item--images .row>div:nth-child(1) img {
        margin-bottom: 1.25rem;
    }
    .mk .case-item--images img {
        height: 300px;
        object-fit: cover;
    }
    .competencies-grid .competency-item:nth-child(n+2) {
        margin-top: 1.5rem;
    }
    .competencies-grid .competency-item .item-inner {
        background-color: var(--jungle-green);
    }
    .competencies-grid .competency-item .item-icon svg {
        fill: var(--white);
    }
    .competencies-grid .competency-item .item-title,
    .competencies-grid .competency-item .item-price,
    .competencies-grid .competency-item .item-description {
        color: var(--white);
    }
    .competencies-grid .competency-item .item-icon:before {
        background-color: var(--red-orange);
    }
}
@media screen and (max-width: 667px) {
    .bg-two-sections {
        padding-bottom: 3rem;
    }
    body #counters {
        padding-top: 0;
    }
    #about {
        padding-top: 5rem;
        background-position: center 380px;
        background-size: 35%;
    }
    #about .default-h2 {
        margin-bottom: 2rem;
    }
    #direct-functions {
        background-position: 430px 190px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    #direct-functions .default-h2 {
        margin-bottom: 4rem;
    }
    #direct-functions .default-h2 br {
        display: none;
    }
    .direct-functions .df--list .df--list-item:nth-child(n+3) {
        margin-top: 2rem;
    }
    #why-do-you-need {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    #why-do-you-need .default-h2 {
        margin-bottom: 2rem;
    }
    .why-do-you-need .grid-numbers .grid-item {
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .why-do-you-need .grid-numbers .grid-item--number {
        margin-bottom: 0;
        margin-right: 2rem;
    }
    body #competencies {
        padding-top: 3rem;
    }
    #counters {
        padding-top: 5rem;
    }
    .counters .default-h2 {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 568px) {
    #direct-functions {
        background-position: 370px 190px;
    }
    .mk .case-item--images {
        margin-bottom: 2rem;
    }
    .mk .case-item--images .row>div:nth-child(1) img,
    .mk .case-item--images img {
        height: 200px;
    }
}
@media screen and (max-width: 414px) {
    body .top-block {
        background-position: -700px center;
    }
    #about {
        background-size: 50%;
    }
    #direct-functions {
        background-image: none!important;
    }
    .direct-functions .df--list-title .icon-text {
        font-size: 1rem;
    }
    .direct-functions .df--list-title {
        margin-bottom: 2rem;
    }
    .direct-functions .df--list {
        flex-direction: column;
    }
    .direct-functions .df--list .df--list-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .direct-functions .df--list .df--list-item:nth-child(n+2) {
        margin-top: 2rem;
    }
    .direct-functions .df--list .df--list-item_text br {
        display: none;
    }
    .work-cycle .nav-link {
        font-size: 1.5rem;
    }
    .work-cycle .tab-pane--title {
        font-size: 1rem;
    }
}
@media screen and (max-width: 375px) {
    .top-block .tb--triggers-item {
        padding: 0 1rem;
    }
    .counters .counters--inner {
        padding: 0 1.5rem;
    }
    .counters .counters--item .icon-wrapper {
        width: 60px;
        height: 60px;
    }
    .counters .counters--item .icon-wrapper svg {
        width: 20px;
        height: 20px;
    }
    .counters .counters--item .icon-text span.icon-text--value {
        font-size: 2rem;
    }
    .counters .counters--item .counters--item-title br {
        display: none;
    }
    #about {
        background-position: center 410px;
    }
    .direct-functions .icon-wrapper {
        width: 50px;
        height: 50px;
    }
    .work-cycle .nav-link {
        font-size: 1.25rem;
    }
    .mk .case-title {
        font-size: 1.175rem;
        margin-bottom: 1rem;
    }
    .competencies-grid .competency-item .item-title p {
        font-size: 1rem;
    }
}
@media screen and (max-width: 320px) {
    #about {
        background-position: center 520px;
        background-size: 70%;
    }
    .work-cycle .nav-link {
        font-size: 0.75rem;
    }
    .context-seo .case-subtitle {
        font-size: 0.875rem;
    }
    .competencies-grid .competency-item .item-price {
        font-size: 1rem;
    }
    .competencies-grid .competency-item .btn {
        display: none;
    }
    .why-do-you-need .grid-numbers .grid-item {
        display: block;
    }
    .why-do-you-need .grid-numbers .grid-item--number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.25rem;
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }
    .why-do-you-need .grid-numbers .grid-item--number + p br {
        display: none;
    }
}