@font-face {
    font-family: HeadingNow-55Medium;
    src: url(../fonts/HeadingNow-55Medium.otf);
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: HeadingNow-56Bold;
    src: url(../fonts/HeadingNow-56Bold.otf);
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

.graph-screen__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.graph-screen__block h4,
.graph-screen__block p {
    color: #fff
}

.graph-screen__block p {
    color: #fff;
    padding-bottom: 10px;
}

.graph-screen__block .graph-screen__block-pic {
    margin-top: 12px;
    border-radius: 20px;
    width: 100%
}

.graph-screen__block .graph-screen__block-pic img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.graph-screen {
    padding: 0 0 100px 0;
}

.graph-screen__block {
    border-radius: 20px;
    padding: 32px 28px;
    background: #421983;
    color: #fff;
    text-align: left;
}

.text-pic-screen .text-pic-block .text-pic-screen__pic,
.text-pic-screen .text-pic-block .text-pic-screen__pic img {
    width: 685px;
    height: auto
}

.text-pic-screen {
    padding: 30px 0;
    overflow: hidden
}

@media (min-width: 576px) {
    .text-pic-screen {
        padding: 40px 0
    }
}

@media (min-width: 992px) {
    .text-pic-screen {
        padding: 60px 80px
    }
}

.text-pic-screen__pic {
    margin-bottom: 30px
}

.text-pic-block+.text-pic-block {
    margin-top: 0;
}

@media (min-width: 576px) {
    .text-pic-block+.text-pic-block {
        margin-top: 70px
    }
}

@media (min-width: 992px) {
    .text-pic-block+.text-pic-block {
        margin-top: 160px
    }

    .text-pic-block .text-pic-screen__pic {
        padding-right: 56px
    }

    .text-pic-block:nth-of-type(2n) {
        flex-direction: row-reverse
    }

    .text-pic-block:nth-of-type(2n) .text-pic-screen__pic {
        padding-left: 56px;
        padding-right: 0
    }
}

.text-pic-screen__pic img {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    border-radius: 16px;
    box-shadow: 10px 10px 45px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {

    .text-pic-screen__pic img {
        box-shadow: 10px 10px 45px rgba(0, 0, 0, .1);
        border-radius: 16px
    }
}

@media (min-width: 992px) {
    .text-pic-block+.text-pic-block {
        margin-top: 0;
    }

    .text-pic-block .text-pic-screen__pic {
        padding-right: 56px
    }
}

@media (min-width: 1200px) {
    .text-pic-block+.text-pic-block {
        margin-top: 0;
    }

    .text-pic-block .text-pic-screen__pic {
        /* padding-right: 72px; */
    }

    .text-pic-block .text-pic-screen__pic {
        left: -130px;
        position: relative;
    }

    .text-pic-block:nth-of-type(2n) .text-pic-screen__pic {
        padding-left: 72px
    }

    .text-pic-screen__pic img {
        max-width: none;
    }
}

a.button {
    display: inline-block;
    width: auto;
    height: 56px;
    line-height: 58px;
    font-size: 18px;
    padding: 0 72px;
    background-color: #FF622D;
    color: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 100;
    font-weight: 500;
}

.cta-screen a.tools-screen__button {
    margin-top: 0;
}

a.tools-screen__button {
    display: inline-flex;
    width: auto;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    padding: 0 40px;
    background-color: #FF622D;
    color: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 100;
    margin-top: 32px;
    font-family: Factor, Arial, sans-serif;
    padding-top: 2px;
    float: inherit;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    font-weight: 500;
}

a.tools-screen__button:hover {
    background-color: #E84E0F;
    transition: .3s;
}

p,
p.subtitle {
    color: #171A22
}

a {
    text-decoration: none;
    transition: .3s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #171A22
}

.color-purple .row.justify-content-center p,
.color-purple h1,
.color-purple h2,
.color-purple h3,
.color-purple h4,
.color-purple h5,
.color-purple h6,
.color-purple p,
.color-purple p.subtitle,
.color-purple span {
    color: #FFFFFF
}

.feedback02.color-purple h1,
.feedback02.color-purple h2,
.feedback02.color-purple h3,
.feedback02.color-purple h4,
.feedback02.color-purple h5,
.feedback02.color-purple h6,
.feedback02.color-purple p {
    color: inherit
}

.color-purple span {
    font-size: 18px;
    line-height: 150%;
}

.indent-screen {
    height: 40px;
    display: block;
    width: 100%;
}

@media screen and (max-width: 575.98px) {
    a.button {
        display: inline-block;
        max-width: 340px;
        width: 100%;
        padding: 0 32px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
}

h1 {
    font-size: 60px;
    line-height: 110%
}

h2 {
    font-size: 50px;
    line-height: 110%
}

.text-screen .row.justify-content-center h2 p {
    font-size: 50px;
    line-height: 110%;
    font-weight: 700;
}

.text-screen .row.justify-content-center h2 p br {
    /* display:none; */
}

h3,
h4,
h5 {
    line-height: 120%;
}

h4,
h6 {
    line-height: 120%
}

h1 {
    margin-bottom: 24px
}

h3 {
    font-size: 40px
}

h4 {
    font-size: 36px
}

h5 {
    font-size: 30px
}

h3 p {
    font-size: 40px;
    font-weight: 700;
}

h5 p {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
}

h4 p {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}

.text-pic-screen__text h4 {
    text-align: left
}

.text-pic-screen__text p {
    text-align: left
}

h4 {
    margin-bottom: 18px
}

h5 {
    margin-bottom: 16px
}

h6 {
    font-size: 24px
}

li,
p,
p.subtitle {
    font-weight: 400;
    line-height: 150%
}

p {
    font-size: 18px
}

li,
p.subtitle {
    font-size: 21px;
}

[data-module] li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #171A22;
}

[data-module] li {
    position: relative;
    font-family: Mplus, Factor, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #171A22;
    mix-blend-mode: normal;
    margin-bottom: 8px;
    padding-left: 16px;
    color: inherit;
}

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

    h2,
    h4,
    h5,
    h6 {
        line-height: 120%
    }

    .graph-screen__block {
        margin-bottom: 24px;
        min-height: auto;
    }

    h1 {
        font-size: 50px;
        line-height: 115%
    }

    h2,
    h3 {
        padding: 0;
        font-size: 50px;
    }

    h3 {
        line-height: 110%
    }

    h4,
    h5,
    h6 {
        font-size: 24px
    }

    li,
    p,
    p.subtitle {
        line-height: 150%;
    }

    li,
    p {
        font-size: 18px;
    }

    [data-module] li {
        font-size: 18px;
    }

    p.subtitle {
        font-size: 18px
    }
}

.button:hover {
    background-color: #E84E0F;
    transition: .3s
}

.button:active {
    background: #C30;
    transition: .3s
}

.awards03 .award-screen {
    padding: 40px 0 110px;
    background: #FFF;
}

.awards04 .award-screen {
    padding: 40px 0 110px;
    background: #421983;
}


ul {
    margin-top: 12px
}

::marker {
    list-style: none;
    display: none !important;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    color: transparent;
}

.awards05 .awards-screen {
    padding: 80px 0 0px;
    background: #421983;
}

.awards05 .awards-screen h2 {
    margin-bottom: 14px;
    color: #FFF
}

.awards05 .awards-screen .subtitle {
    color: #FFF;
    margin-bottom: 72px
}

.awards05 .awards-screen .subtitle p {
    color: #FFF;
    margin-bottom: 72px
}

.awards05 .awards-screen .row.justify-content-center p {
    color: #FFF;
    margin-bottom: 72px;
    font-size: 21px;
}

.awards05 .awards-screen .awards-screen__award .award {
    margin-bottom: 16px
}

.awards05 .awards-screen .awards-screen__award p {
    color: #FFF;
    opacity: .5
}

.awards06 .awards-screen {
    padding: 80px 0 0px;
    background: transparent;
}

.awards06 .awards-screen h2 {
    margin-bottom: 24px;
    color: #171A22
}

.awards06 .awards-screen h2 p {
    font-size: 50px;
    line-height: 110%;
    font-weight: 700;
    margin-bottom: 24px;
    color: #171A22;
}

.awards05 .awards-screen .row.justify-content-center h2 p {
    font-size: 50px;
    line-height: 110%;
    font-weight: 700;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.awards06 .awards-screen .subtitle {
    color: #171A22;
    margin-bottom: 72px
}

.awards06 .awards-screen .awards-screen__award .award {
    margin-bottom: 16px
}

.awards06 .awards-screen .awards-screen__award p {
    color: #171A22;
    opacity: .5
}

.justify_awards {
    justify-content: space-between !important;
}


.pic-screen .pic-screen__pic,
.pic-screen .pic-screen__pic img,
.text-pic-screen .text-pic-block .text-pic-screen__pic,
.tools-screen .tools-screen__tool .tools-screen__tool-pic img {
    width: 100%;
    height: auto;
}

.pic-screen .pic-screen__pic {
    background: #FFF;
    border-radius: 10px
}

section.cta-screen .short-cta-screen_body {
    background: #421883;
    border-radius: 10px;
    padding: 28px 40px;
    text-align: left;
}

section.cta-screen .short-cta-screen_body a {
    text-align: right;
    float: right;
    margin: 18px 0;
}

section.cta-screen .row.justify-content-center .short-cta-screen_body p.subtitle,
section.cta-screen .short-cta-screen_body p.subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 12px;
    margin-top: 12px;
}


.pic-screen {
    position: relative;
    padding: 40px 0
}

.pic-screen .pic-screen__pic {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    display: flex;
}

.tools-screen .tools-screen__tool .tools-screen__tool-pic img {
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    height: auto
}

.icons-screen {
    padding: 48px 0;
    position: relative
}

.icons14 .icons-screen {
    padding: 0 0;
    position: relative;
    padding-bottom: 0
}

.icons-screen .icons-screen__icon {
    margin-bottom: 30px;
}

.icons-screen__item {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.icons-screen__icon {
    margin: 0 0 40px;
    width: 100%;
    max-width: 128px;
}

.icons-screen .row.justify-content-center .icons-screen__text p {
    font-size: 18px;
    line-height: 150%;
}

.icons-screen .row.justify-content-center .icons-screen__text span {
    font-size: 18px;
    line-height: 150%;
}

.icons-screen .row.justify-content-center .icons-screen__text div {
    font-size: 18px;
    line-height: 150%;
}

.icons-screen .icons-screen__icon img {
    margin-bottom: 21px
}

.icons-screen .col-lg-4:nth-of-type(5) .icons-screen__icon {
    margin-bottom: 30px;
}

.tools-screen {
    padding: 40px 0
}

.tools-screen .tools-screen__tool {
    text-align: left
}

.tools-screen .tools-screen__tool .tools-screen__tool-pic img {
    box-shadow: 4px 4px 18px rgba(137, 141, 154, .3);
    margin-bottom: 40px;
}

.row.justify-content-center p {
    font-size: 18px;
    line-height: 150%;
    margin-top: 8px;
    color: #171A22;
    padding-bottom: 0;
}

.text-pic-screen {
    overflow: hidden;
    padding: 32px 0 80px
}

.award-screen .award-screen__award-mob,
.award-screen .award-screen__award-tablet {
    display: none
}

.text-pic-screen .text-pic-block:last-child {
    margin-bottom: 60px
}

.text-pic-screen .text-pic-block {
    margin-bottom: 140px;
}

@media screen and (min-width: 1024px) {
    .text-pic-screen {
        /* padding: 92px 0 100px; */
    }

    .text-pic-screen .text-pic-block:nth-child(3) .text-pic-screen__pic {
        position: relative;
        right: 140px;
    }

    .text-pic-screen .text-pic-block:nth-child(2) .text-pic-screen__pic {
        position: relative;
        left: 25px;
    }

    .text-pic-screen .text-pic-block:nth-child(2) .text-pic-screen__text {
        /* padding-left: 80px; */
    }
}

.award-screen .award-screen__award {
    width: 100%;
    height: auto
}

.award-screen .award-screen__award-mob,
.award-screen .award-screen__award-tablet {
    display: none
}

@media screen and (max-width: 1200px) {
    .text-pic-screen .text-pic-block:nth-child(3) .text-pic-screen__pic {
        position: relative;
        right: 30px;
    }

    .text-pic-screen .text-pic-block:nth-child(2) .text-pic-screen__pic {
        position: relative;
        left: -20px;
    }

    .text-pic-screen .text-pic-block .text-pic-screen__pic,
    .text-pic-screen .text-pic-block .text-pic-screen__pic img {
        width: 540px;
        height: auto;
    }
}

@media screen and (max-width: 1024.98px) {
    .award-screen {
        padding: 60px 0
    }
}

@media screen and (max-width: 991.98px) {
    .award-screen .award-screen__award {
        display: none
    }

    .hero06 .header {
        margin-top: 25px;
        margin-bottom: 0;
        padding: 0 0 52px;
    }

    .card01,
    .card02 .tools-screen {
        /* padding-bottom: 130px; */
    }

    .text-pic-screen .text-pic-block:nth-child(2) .text-pic-screen__pic {
        position: relative;
        left: 0px;
    }

    .award-screen .award-screen__award-tablet {
        display: block
    }
}

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

    .award-screen,
    .numbers-screen,
    .text-pic-screen {
        padding: 48px 0
    }

    .numbers-screen {
        padding: 24px 0 16px;
    }

    .award-screen {
        padding-bottom: 80px
    }
}

@media screen and (max-width: 575.98px) {
    .award-screen {
        padding: 40px 0 60px;
        overflow: hidden
    }

    .text-pic-screen__text h4 p {
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
    }

    li,
    p {
        font-size: 18px;
    }

    a.tools-screen__button {
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    [data-module] li {
        font-size: 18px;
    }

    .award-screen .award-screen__award-tablet {
        display: none
    }

    .award-screen .award-screen__award-mob {
        display: block;
        width: 100%;
        height: auto
    }
}

.text-pic-screen .text-pic-block .text-pic-screen__text {
    text-align: left;
    position: relative
}

.text-pic-screen .text-pic-block .text-pic-screen__text h4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.text-pic-screen .text-pic-block .text-pic-screen__text h4 p {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.text-pic-screen .text-pic-block .text-pic-screen__pic {
    margin-bottom: 24px;
    margin-top: 24px;
}

.hero03 .blue-ball {
    overflow: hidden;
    right: 0;
    -webkit-animation: spin .8s 1 linear;
    background-image: url(/img/blue-ball.svg);
    left: calc(50% - 973px);
    top: 120px;
    width: 501px;
    height: 501px
}

.hero03 .green-ball {
    overflow: hidden;
    right: 0;
    -webkit-animation: spin .8s 1 linear;
    background-image: url(/img/green-ball.svg);
    left: calc(50% + 395px);
    top: -153px;
    width: 578px;
    height: 527px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(320deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.hero03 .main-screen {
    background: #fff;
    overflow: hidden;
    padding: 0 0 64px;
}

.hero04 .main-screen {
    padding: 0 0 64px;
}

.hero03 .main-screen .main-screen__text {
    z-index: 2;
    position: relative
}

.hero03 .main-screen .main-screen__text .subtitle {
    margin-bottom: 48px;
    color: #3E424B;
    width: 80%;
    margin: auto;
    margin-bottom: 48px;
}

.hero03 .blue-ball,
.hero03 .green-ball {
    position: absolute;
}

.hero03 .main-screen .main-screen__text,
.hero03 .main-screen .main-screen__text h1 {
    text-align: center;
}

.hero04 .blue-ball {
    overflow: hidden;
    right: 0;
    -webkit-animation: spin .8s 1 linear;
    background-image: url(/img/blue-ball.svg);
    left: calc(50% - 973px);
    top: 120px;
    width: 501px;
    height: 501px
}

.hero04 .green-ball {
    overflow: hidden;
    right: 0;
    -webkit-animation: spin .8s 1 linear;
    background-image: url(/img/green-ball.svg);
    left: calc(50% + 395px);
    top: -153px;
    width: 578px;
    height: 527px
}

.hero04 .main-screen {
    /* background: #fff; */
    overflow: hidden;
    /* padding: 100px 0 64px; */
    /* z-index: 10; */
    /* position: relative; */
}


.awards06 .awards-screen__award {
    padding-bottom: 60px
}

.awards05 .awards-screen__award {
    padding-bottom: 60px
}

.hero04 .main-screen .main-screen__text {
    z-index: 2;
    position: relative
}

.hero04 .main-screen .main-screen__text .subtitle {
    margin-bottom: 48px;
    color: #fff;
    width: 80%;
    margin: auto;
    margin-bottom: 48px;
}

.hero04 .blue-ball,
.hero04 .green-ball {
    position: absolute;
    z-index: 0;
}

.hero04 .main-screen .main-screen__text,
.hero04 .main-screen .main-screen__text h1 {
    text-align: center;
    color: #fff
}


section.cta-screen.short-cta-screen_purple .row.justify-content-center .body {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background: #421983;
    border-radius: 20px;
    padding: 0 32px;
}

section.cta-screen.short-cta-screen_purple .row.justify-content-center .body p.subtitle,
section.cta-screen.short-cta-screen_purple .row.justify-content-center .body h3,
section.cta-screen.short-cta-screen_purple .row.justify-content-center .body h3 p,
section.cta-screen.short-cta-screen_purple .row.justify-content-center .body h4,
section.cta-screen.short-cta-screen_purple .row.justify-content-center .body h4 p {
    color: #FFF;
}

.atom06 .cta-screen {
    padding-top: 3px;
    padding-bottom: 80px;
}

.cta-screen {
    padding: 0;
    padding-top: 0px;
    padding-bottom: 80px;
}

.cta-screen h3 {
    font-size: 50px;
}

.cta-screen h3 p {
    font-size: 40px;
}

.cta-screen .row.justify-content-center h3 p {
    margin-bottom: 0px;
    color: inherit;
    position: relative;
    z-index: 10;
    font-size: 18px;
    line-height: 55px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 50px;
}

.cta-screen .row.justify-content-center p {
    font-size: 21px;
    line-height: 150%;
    margin-top: 8px;
    padding-bottom: 0;
}

.cta-screen .row.justify-content-center p.subtitle {
    font-weight: 400;
    font-size: 21px;
    color: #171A22;
    margin-bottom: 40px;
}

.cta-screen .row.justify-content-center p {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 40px;
}

.color-purple .cta-screen .row.justify-content-center p.subtitle {
    color: #FFFFFF;
}

.text-screen {
    padding: 0;
}

.text-screen h2 {
    margin-bottom: 32px;
}

.text-screen p {
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    color: #171A22;
    padding-bottom: 24px
}

.text-screen .row.justify-content-center p {
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    color: inherit;
    padding-bottom: 4px;
}

.award-screen {
    padding: 12px 0 110px;
}

@media screen and (max-width: 1439.98px) {
    .text-pic-screen .text-pic-block .text-pic-screen__pic {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .hero {
        width: 480px
    }

    .text-pic-screen .text-pic-block .text-pic-screen__pic,
    .text-pic-screen .text-pic-block .text-pic-screen__pic img {
        width: 540px;
        height: auto
    }
}

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


    .text-pic-screen .text-pic-block .text-pic-screen__text h4 {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .text-pic-screen .text-pic-block .text-pic-screen__text h4 p {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }


    .award-screen {
        padding: 60px 0
    }
}

@media screen and (max-width: 991.98px) {
    .main-screen .nav .header-button a {
        padding: 8px 32px;
        padding-top: 11px;
    }

    .icons-screen .icons-screen__icon img {
        margin-right: 24px
    }
.atom03 br {
    display:none
}
    .row.justify-content-center p {
        font-size: 18px;
        line-height: 150%;
        margin-top: 8px
    }

    .text-pic-screen .text-pic-block:last-child {
        margin-bottom: 20px
    }

    .cta-screen {
        padding: 0
    }


    .tools-screen .tools-screen__tool {
        margin-bottom: 40px;
        display: inline-block;
    }

    .tools-screen .col-12:last-child {
        margin-bottom: -65px;
        display: inline-block;
    }

    .tools-screen .tools-screen__tool .tools-screen__tool-pic {
        /* margin-bottom: 24px; */
    }

    .text-pic-screen .text-pic-block .text-pic-screen__pic,
    .text-pic-screen .text-pic-block .text-pic-screen__pic img,
    .text-pic-screen__pic {
        width: 100%
    }

    .text-pic-screen .text-pic-block .text-pic-screen__text {
        text-align: left;
    }

    .text-pic-screen .text-pic-block:nth-child(3) .text-pic-screen__text {
        /* padding-left: 0; */
    }

    .text-pic-screen .text-pic-block:nth-child(3) .text-pic-screen__pic {
        position: relative;
        left: 0
    }

    .award-screen .award-screen__award {
        display: none
    }

    .text-pic-screen .text-pic-block {
        margin-bottom: 60px;
    }

    .text-pic-screen .text-pic-block .text-pic-screen__pic {
        margin-bottom: 16px;
        left: 0;
        width: 100%;
        height: auto
    }

    .award-screen .award-screen__award-tablet {
        display: block
    }

    .icons-screen {
        padding: 40px 0
    }

    .text-pic-screen .text-pic-block .text-pic-screen__text {
        padding-top: 42px
    }
}


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

    .text-pic-screen .text-pic-block:nth-child(3) .text-pic-screen__text {
        padding-left: 15px;
    }

    .award-screen .award-screen__award-tablet {
        display: none
    }

    .award-screen {
        overflow: hidden;
        padding: 40px 0 64px
    }

    .awards03 .award-screen {
        overflow: hidden;
        padding: 16px 0 64px;
    }

    .awards04 .award-screen {
        overflow: hidden;
        padding: 40px 0 64px
    }

    .text-screen .row.justify-content-center h2 p br {
        display: none
    }

    .award-screen .award-screen__award-mob {
        display: block;
        width: 100%;
        height: auto
    }
}

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

    h2 {
        font-size: 36px;
        line-height: 118%;
        margin-bottom: 7px;
    }

    .text-screen .row.justify-content-center h2 p {
        font-size: 36px;
        line-height: 118%;
        margin-bottom: 7px;
    }



    .icons-screen .icons-screen__icon .icon-text {
        text-align: left
    }

    .icons-screen .icons-screen__icon img {
        margin-right: 16px;
        width: 64px;
        height: auto
    }

    .icons-screen .icons-screen__icon {
        display: flex;
        align-items: flex-start;
        height: auto;
        margin-bottom: 24px;
        /* width: 100%; */
    }
}

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

    .icons-screen .icons-screen__icon {
        display: block;
        text-align: left
    }

    .icons-screen .icons-screen__icon img {
        margin-bottom: 8px
    }

    br {
        display: none !important
    }
}

.tools-screen {
    padding: 0 0 40px;
    /* overflow: hidden; */
    height: fit-content;
    padding-top: 12px;
    height: 100%;
    padding-bottom: 130px;
}

.card13 {
    overflow: hidden;
    width: 100%;
    padding-bottom: 120px;
}

.tools-screen .tools-screen__tool {
    text-align: left
}

.tools-screen .tools-screen__tool .tools-screen__tool-pic img {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    height: auto;
    box-shadow: 4px 4px 18px rgba(137, 141, 154, .3);
    margin-bottom: 36px;
}

section.tools-screen.tools6Col.color-purple p,
section.tools-screen.tools6Col.color-purple h4 {
    color: #FFF;
}

.tools-screen .tools-screen__tool .tools-screen__tool-pic img {
    width: 100%;
    height: auto
}

.icons-screen__icon {
    /* display: block; */
    margin: 0 24px 0 0;
    flex-shrink: 0;
    width: 58px;
    height: auto;
}

@media screen and (min-width: 1024px) {
    .icons-screen__icon {
        /* margin: 0 0 auto; */
        width: auto;
        max-width: 128px;
    }
}

.icons-screen h6 {
    font-size: 21px;
    text-align: left
}

.icons14 .icons-screen h6 {
    /* text-align: left; */
    /* font-size: 30px; */
}

@media screen and (min-width: 1024px) {
    .icons-screen h6 {
        text-align: inherit;
        font-size: 30px
    }

    .icons09 .icons-screen h6,
    .icons10 .icons-screen h6 {
        font-size: 24px;
        line-height: 120%;
    }
}

.header .header-logo {
    display: flex;
    justify-content: flex-start
}

.hero,
.hero img,
h2 {
    position: relative
}

.hero {
    z-index: 2;
    /* width: 634px; */
    height: auto;
    top: 40px;
    /* left: -10px; */
    margin: 0 auto
}

.hero img {
    width: 100%;
    z-index: 2
}

.card12 .graphs-screen .mobile {
    display: none;
}

.card12 .graphs-screen .desktop {
    display: block;
}

@media (max-width: 1200px) {
    .hero {
        width: 480px;
        left: -30px;
    }
}

@media (max-width: 991.98px) {
    .hero {
        top: 0;
        left: 0
    }

    .card12 .graphs-screen .mobile {
        display: block;
    }

    .card12 .graphs-screen .desktop {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero {
        width: 90%
    }
}

.header {
    padding: 0 0 40px;
    margin-top: 36px;
    margin-bottom: 30px
}

.hero03 .header {
    padding: 0 0 40px;
    margin-top: 42px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.hero04 .header {
    padding: 0 0 40px;
    margin-top: 42px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.main-screen {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    z-index: 2;
    text-align: left;
    padding-bottom: 100px
}

.main-screen h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    color: #171A22;
    text-align: left;
    margin-bottom: 24px
}

.main-screen h1 p {
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    text-align: left;
    margin-bottom: 24px
}

.main-screen.color-purple h1 {
    color: #FFF;
}

.main-screen.color-purple p {
    color: #FFF;
}

.main-screen.color-purple div {
    color: #FFF;
}

.main-screen .subtitle {
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: inherit;
    margin-bottom: 48px;
    width: 90%;
}

.main-screen .subtitle p {
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    margin-bottom: 48px
}

.tools-screen .col-lg-4 .tools-screen__tool img.option-icon_true {
    width: 130px;
    height: auto;
}

.tools-screen .col-lg-6 .tools-screen__tool img.option-icon_true {
    width: 350px;
    height: auto;
}

.tools-screen__tool-pic .option-icon_true {
    background: transparent !important;
    box-shadow: none !important;
}


@media screen and (max-width: 1920.98px) {
    .main-screen {
        overflow: hidden !important;
        /* z-index: 10; */
        /* position: relative; */
    }

    .main-screen__body {
        z-index: 10;
        position: relative;
    }
}

@media screen and (max-width: 1199.98px) {
    .main-screen h1 {
        font-size: 50px;
        font-weight: 700;
        line-height: 110%;
        width: 96%;
    }

    .main-screen h1 p {
        font-size: 50px;
        font-weight: 700;
        line-height: 110%;
        width: 96%;
    }

    .card13 {
        overflow: hidden;
        width: 100%;
        padding-bottom: 80px;
    }

    .header {
        margin-bottom: 42px;
    }



    .main-screen__pic {
        max-width: 50%;
        /* padding: 0; */
    }


    .hero05 .main-screen .subtitle {
        font-size: 21px;
        width: 80%;
    }


}

@media screen and (max-width: 1024.98px) {
    .main-screen .main-screen__pic img {
        /* width: 100%; */
        /* height: auto; */
    }
    .main-screen .subtitle  br{
    display:none
}
}

@media screen and (max-width: 991.98px) {
    .main-screen {
        text-align: center
    }

    .card13 {
        overflow: hidden;
        width: 100%;
        padding-bottom: 60px;
    }

    .main-screen .subtitle br {
        display: none;
    }

    .main-screen .subtitle br {
        display: none
    }

    .header .header-logo {
        justify-content: center
    }

    .main-screen h1 {
        text-align: inherit
    }

    .main-screen .subtitle {
        margin-bottom: 24px
    }

    .main-screen .button {
        margin-bottom: 40px
    }

    .main-screen__pic {
        max-width: 100%;
        padding: 0 15px
    }

    .hero03 .header {
        align-content: center;
    }

    .hero04 .header {
        align-content: center;
    }

    .header {
        margin-top: 25px;
        margin-bottom: 0;
        padding: 0 0 78px;
    }

    .text-screen h2 {
        margin-bottom: 12px;
    }

    .indent-screen {
        height: 20px;
        display: block;
        width: 100%;
    }

    .text-screen {
        padding: 24px 0 24px 0;
    }

    .cta-screen {
        padding: 40px 0 80px;
    }

    .cta-screen .row.justify-content-center p {
        margin-bottom: 28px
    }

    .cta-screen .row.justify-content-center h3 p {
        margin-bottom: 0px;
        color: inherit;
        position: relative;
        z-index: 10;
        font-size: 18px;
        line-height: 55px;
        margin-top: 0px;
        font-weight: 700;
        font-size: 50px;
    }

    .cta-screen .row.justify-content-center p.subtitle {
        font-weight: 400;
        font-size: 18px;
        color: #171A22;
        margin-bottom: 40px;
    }

    .cta-screen .row.justify-content-center p.subtitle br {
        display: none
    }

    .text-pic-screen .text-pic-block .text-pic-screen__pic {
        margin-bottom: -16px;
        left: 0;
        width: 100%;
        height: auto;
        /* padding: 0; */
    }

    li {
        font-size: 16px;
        mix-blend-mode: normal;
        padding-left: 17px;
        line-height: 150%;
        margin-left: 8px;
        padding-bottom: 0;
        margin-bottom: 2px
    }

    .text-pic-screen .text-pic-block:last-child {
        margin-bottom: 10px;
    }

    .text-pic-screen {
        overflow: hidden;
        padding: 40px 0 80px;
    }


    .main-screen h1 {
        font-size: 50px;
        line-height: 115%
    }

    .main-screen .subtitle {
        font-size: 18px
    }

    .header .header-logo svg {
        width: 180px;
        height: auto
    }

    .main-screen {
        padding-bottom: 90px;
    }

    .main-screen .col-12 {
        width: 100% !important
    }

    .main-screen .main-screen__text h1 {
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 8px;
        /* text-align: center; */
        line-height: 114%;
        margin-bottom: 12px;
        width: 100%;
    }

    .main-screen .main-screen__text h1 p {
        font-size: 40px;
        line-height: 120%;
        margin-bottom: 8px;
        text-align: center;
        width: 100%;
    }

    .main-screen .subtitle {
        line-height: 150%;
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 425.98px) {
    .main-screen .subtitle {
        margin-bottom: 16px
    }

    .cta-screen .row.justify-content-center h3 p {
        margin-bottom: 0px;
        color: inherit;
        position: relative;
        z-index: 10;
        font-size: 18px;
        line-height: 43px;
        margin-top: 0px;
        font-weight: 700;
        font-size: 36px;
    }

    .cta-screen .row.justify-content-center p.subtitle {
        font-weight: 400;
        font-size: 18px;
        color: #171A22;
        margin-bottom: 40px;
    }

    .tools-screen {
        padding: 0 0 60px;
        overflow: hidden;
        height: fit-content;
        padding-top: 0;
    }

    .main-screen .main-screen__text h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 8px;
        padding: 0 30px
    }
}

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

    .main-screen .main-screen__text p br,
    .main-screen__pic {
        display: none
    }

    .main-screen .button {
        margin-top: -10px;
    }

    .main-screen {
        padding-bottom: 0
    }

    .main-screen .main-screen__text h1 {
        font-size: 36px;
        line-height: 48px;
        padding: 0;
        line-height: 120%;
    }

    .main-screen .main-screen__text h1 p {
        font-size: 36px;
        line-height: 48px;
        padding: 0;
        line-height: 120%;
    }
}




.numbers-screen {
    padding: 24px 0 16px;
}

.numbers-screen__number {
    position: relative;
    text-align: center;
    margin-bottom: 96px
}

.icons05 .numbers-screen__number .numbers-screen__number__icon {
    position: absolute;
    top: -19px;
    right: 13px;
}

.icons06 .numbers-screen__number .numbers-screen__number__icon {
    position: absolute;
    top: -19px;
    right: 13px;
}

.icons04 .numbers-screen__number .numbers-screen__number__icon {
    position: absolute;
    top: -19px;
    right: 64px
}

.icons03 .numbers-screen__number .numbers-screen__number__icon {
    position: absolute;
    top: -19px;
    right: 64px;
}

.icons03 .col-lg-4:nth-child(2) .numbers-screen__number .numbers-screen__number__icon {
    position: absolute;
    top: -25px;
    right: 89px;
}

.icons04 .col-lg-4:nth-child(2) .numbers-screen__number .numbers-screen__number__icon {
    position: absolute;
    top: -25px;
    right: 89px;
}

.numbers-screen__number h3 {
    font-size: 70px;
    margin-bottom: 0
}

.numbers-screen__number p {
    font-size: 21px
}

.hero06 .image-wrap.hero {
    top: 198px;
    width: 604px;
    left: -30px
}

.hero05 .header,
.hero06 .header {
    margin-bottom: 70px
}

.hero05 .main-screen .content .main-screen__pic .main-shape {
    position: relative;
    width: 557px;
    height: auto;
    top: 4px;
    right: -18px;
}

.hero05 .main-screen .content .main-screen__pic {
    position: absolute;
    text-align: right;
    top: 195px;
    right: 0;
}

.hero05 .main-screen .content .main-screen__pic .main-graph {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
    width: 605px;
}

.hero06 .main-screen .subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 38px
}

.hero06 .main-screen .subtitle p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 38px
}

.hero06 .main-screen__pic {
    top: 90px;
}

.hero06 .main-screen .main-screen__pic .pic {
    width: 536px;
    height: auto;
    position: relative;
    left: -5%;
    vertical-align: middle;
    animation-name: slide-up;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    opacity: 0;
    top: 20px;
}

.hero06 .main-screen .main-screen__pic .main-shape {
    width: 539px;
    height: auto;
    position: absolute;
    top: 225px;
    right: -2%;
    animation-name: slide-up;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
    opacity: 0;
}

@keyframes slide-up {
    from {
        opacity: 0;
        bottom: -50px;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

@keyframes slide-up-graph {
    from {
        opacity: 0;
        bottom: 46px;
    }

    to {
        opacity: 1;
        bottom: 96px;
    }
}

.hero06 .main-screen .main-screen__pic .main-graph {
    position: absolute;
    top: 310px;
    right: 13px;
    width: 465px;
    height: auto;
    filter: drop-shadow(4px 4px 18px rgba(137, 141, 154, .3));
    animation-name: slide-up-graph;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

@media screen and (max-width: 1199.98px) {
    .hero05 .main-screen .content .main-screen__pic .main-shape {
        width: 442px;
        top: 4px;
        right: 14px;
        /* padding: 0; */
    }

    .hero05 .main-screen .subtitle {
        font-size: 21px;
        width: 90%;
    }

    .hero05 .main-screen .subtitle p {
        font-size: 21px;
        width: 90%;
    }

    .hero05 .main-screen .content .main-screen__pic {
        position: absolute;
        text-align: right;
        top: 170px;
        right: 0;
        padding: 0;
    }

    .hero05 .main-screen .content .main-screen__pic .main-graph {
        width: 480px;
        right: 14px;
    }



    .hero06 .main-screen .subtitle {
        font-size: 21px;
        width: 81%
    }

    .hero06 .main-screen .main-screen__pic {
        height: 570px;
        position: relative;
    }

    .hero06 .main-screen .main-screen__pic .main-shape {
        width: 460px;
        right: 3%;
        top: 190px;
        position: absolute;
    }

    .hero06 .main-screen .main-screen__pic .pic {
        position: absolute;
        left: 0;
        top: 20px;
    }

    .hero06 .main-screen .main-screen__pic .pic {
        width: 460px;
        left: -54px;
        top: 14px;
        /* position: absolute; */
    }

    .hero06 .main-screen .main-screen__pic .main-graph {
        top: 263px;
        left: 36px;
        width: 400px;
        position: absolute;
    }



    .hero06 .image-wrap.hero {
        top: 180px;
        width: 531px;
        left: -80px
    }

    .hero05 .main-screen .subtitle br,
    .hero06 .main-screen .subtitle br {
        display: none
    }

    .hero05 .header,
    .hero06 .header {
        margin-bottom: 42px
    }
}

@media screen and (max-width: 991px) {
    .hero06 .main-screen .main-screen__pic {
        max-width: 506px;
        max-height: 556px;
        margin: 0 auto;
        top: -60px;
    }

    .hero06 .main-screen .main-screen__pic .main-shape {
        width: 448px;
        top: 187px;
        right: 0%;
    }

    .hero06 .main-screen .main-screen__pic .pic {
        width: 448px;
        left: 0;
        top: 15px;
    }

    .icons13 .icons-screen h6 {
        font-size: 30px;
        text-align: center;
    }

    .icons13 .icons-screen h2 {
        color: #FFF;
        font-size: 50px;
        line-height: 110%;
    }

    .icons13 .icons-screen h2 br {
        display: none
    }

    .hero06 .main-screen .main-screen__pic .main-graph {
        width: 388px;
        left: 88px;
        top: 259px;
    }


    .hero06 .main-screen .main-screen__pic img {
        width: 100%;
        height: auto;
        margin-top: 66px
    }

    .hero06 .image-wrap.hero {
        top: 0;
        width: 100%;
        left: 0;
        display: contents
    }

    .hero05 .main-screen .subtitle,
    .hero06 .main-screen .subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;

        margin-bottom: 40px;
        width: 100%
    }

    .hero05 .main-screen .subtitle p,
    .hero06 .main-screen .subtitle p {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;

        margin-bottom: 40px;
        width: 100%
    }

    .hero05 .header,
    .hero06 .header {
        margin-top: 25px;
        margin-bottom: 0;
        padding: 0 0 52px
    }

    .hero05 .main-screen .content .main-screen__pic {
        position: relative;
        text-align: center;
        top: 0;
        right: 0px;
        left: 0;
        padding-left: 50px;
    }

    .hero05 .main-screen .content .main-screen__pic .main-shape {
        width: 453px;
        right: 0px;
        top: 2px;
        position: relative;
        left: 0;
    }

    .hero05 .main-screen .main-screen__pic img {
        width: 958px;
        height: auto;
        /* margin-top: 66px; */
        top: -861px;
        right: -610px;
        left: inherit;
        /* transform: rotate(-7deg); */
    }

    .hero05 .main-screen .content .main-screen__pic .main-graph {
        width: 490px;
        /* right: 120px; */
        top: -7px;
        position: absolute;
        transform: none;
        right: 0;
        left: -5px;
        margin: 66px auto;
        right: -18px;
    }
}

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

    .hero05 .main-screen .subtitle,
    .hero06 .main-screen .subtitle {
        margin-bottom: 16px;
        line-height: 150%;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .icons13 .icons-screen h2 {
        color: #FFF;
        font-size: 36px;
        line-height: 110%;
    }

    .icons13 .icons-screen h6 {
        font-size: 24px;
        text-align: center;
    }

    .hero05 .main-screen .main-screen__text h1 p br,
    .hero06 .main-screen .main-screen__text h1 p br {
        display: block
    }

    .hero05 .header,
    .hero06 .header {
        margin-top: 25px;
        margin-bottom: 0;
        padding: 0 0 52px
    }
}


@media screen and (max-width: 1199.98px) {
    .numbers-screen {
        padding: 24px 0 16px;
    }

}

@media screen and (max-width: 1024.98px) {
    .numbers-screen {
        /* padding: 48px 0 0; */
    }

    .icons03 .numbers-screen__number .numbers-screen__number__icon {
        position: absolute;
        top: -25px;
        right: 41px;
    }

    .icons04 .numbers-screen__number .numbers-screen__number__icon {
        position: absolute;
        top: -25px;
        right: 41px
    }

    .icons03 .col-lg-4:nth-child(2) .numbers-screen__number .numbers-screen__number__icon {
        position: absolute;
        top: -25px;
        right: 69px;
    }

    .icons04 .col-lg-4:nth-child(2) .numbers-screen__number .numbers-screen__number__icon {
        position: absolute;
        top: -25px;
        right: 69px;
    }
}

@media screen and (max-width: 991.98px) {
    .numbers-screen {
        padding: 24px 0 16px;
    }

    .testimonials-slide__text {
        font-weight: 700;
        font-size: 21px;
        line-height: 120%;
        color: #171a22;
        padding: 0 24px;
    }

    .numbers-screen .numbers-screen__number {
        margin-bottom: 40px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .numbers-screen .numbers-screen__number .numbers-screen__number__icon {
        right: 45px
    }
}

@media screen and (max-width: 767.98px) {
    .numbers-screen {
        /* margin: 24px 0 40px; */
    }

    .text-screen .row.justify-content-center h2 p {
        font-size: 46px;
        line-height: 110%;
        font-weight: 700;
    }

    .numbers-screen .numbers-screen__number {
        margin-bottom: 72px;
    }

    .numbers-screen .numbers-screen__number .numbers-screen__number__icon {
        right: -60px;
        top: 35px;
    }

    .numbers-screen .numbers-screen__number h3 {
        font-size: 58px;
    }

    .numbers-screen .numbers-screen__number h3 {
        font-size: 58px;
    }

}

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


    .numbers-screen {
        /* margin: 16px 0 56px; */
    }

    .numbers-screen .numbers-screen__number {
        margin-bottom: 32px
    }

    .numbers-screen .numbers-screen__number .numbers-screen__number__icon {
        width: 60px;
        height: auto;
        right: 50px
    }

    .tools-screen .col-lg-4 .tools-screen__tool img.option-icon_true {
        width: 130px;
        height: auto;
    }

    .tools-screen .col-lg-6 .tools-screen__tool img.option-icon_true {
        width: 100%;
        height: auto;
    }


}

@media screen and (max-width: 425.98px) {
    .text-screen .row.justify-content-center h2 p {
        font-size: 36px;
        line-height: 118%;
        margin-bottom: 7px;
    }

    .text-screen .row.justify-content-center h2 p span {
        font-size: 36px !important;
        line-height: 118% !important;
        margin-bottom: 7px;
    }

    .numbers-screen .numbers-screen__number {
        margin-bottom: 52px;
    }

    .numbers-screen .numbers-screen__number .numbers-screen__number__icon {
        right: 60px
    }

    .numbers-screen .numbers-screen__number h3 {
        font-size: 58px;
    }
}

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

    .numbers-screen .numbers-screen__number .numbers-screen__number__icon {
        margin-bottom: 6px
    }
}


.index-testimonials__tab,
html {
    -webkit-box-sizing: border-box
}

.testimonials-screen {
    padding: 40px 0
}

.index-testimonials {
    padding-top: 35px;
    overflow: hidden;
    --background-color: #c9edff
}

@media (min-width: 768px) {
    .index-testimonials {
        padding-top: 0px;
    }
}

@media (min-width: 1024px) {
    .index-testimonials {
        padding-top: 0
    }
}

.index-testimonials__tabs {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .index-testimonials__tabs-wrap {
        position: relative;
        height: 60px;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 12px;
        overflow-x: auto
    }

    .index-testimonials__tabs {
        position: absolute;
        left: 15px;
        top: 0;
        flex-wrap: nowrap;
        align-items: center
    }
}

@media (min-width: 768px) {
    .index-testimonials__tabs-wrap {
        margin-bottom: 40px
    }

    .index-testimonials__tabs {
        margin: -8px -16px;
        justify-content: center
    }
}

@media (min-width: 1024px) {
    .index-testimonials__tabs {
        margin-left: auto;
        margin-right: auto;
        max-width: 830px
    }
}

@media (min-width: 1280px) {
    .index-testimonials {
        padding-top: 0
    }

    .index-testimonials__tabs {
        max-width: unset
    }
}

.index-testimonials__tab {
    color: inherit;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px;
    padding: 10px 24px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #d1d4db;
    align-self: flex-start;
    transition: color .15s
}

.index-testimonials__tab:focus {
    background-color: #fff;
    color: #000;
    border-color: currentColor
}

.index-testimonials__tab[data-active],
.index-testimonials__tab[data-active]:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

@media (min-width: 768px) {
    .index-testimonials__tab {
        font-size: 17px;
        padding: 8px 24px;
        margin: 8px 6px
    }
}

@media (min-width: 1280px) {
    .index-testimonials__slider {
        max-width: 1100px;
        margin: 0 auto
    }
}

.testimonials-slider {
    border-radius: 16px !important;
    padding: 40px 14px;
    margin: 0 -8px;
    transition: background-color .3s;
    background-color: #c9edff
}

@media (min-width: 375px) {
    .testimonials-slider {
        margin: 0
    }
}

@media (min-width: 768px) {
    .testimonials-slider {
        margin: 0 -16px;
        padding: 60px 40px
    }
}

@media (min-width: 1024px) {
    .testimonials-slider {
        margin: 0;
        padding: 60px 70px
    }
}

@media (min-width: 1280px) {
    .testimonials-slider {
        padding: 60px 130px
    }
}

.testimonials-slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 700
}

@media (min-width: 375px) {
    .testimonials-slider__controls {
        margin: 0 20px 40px
    }
}

@media (min-width: 768px) {
    .testimonials-slider__controls {
        font-size: 17px;
        margin: -8px auto 42px;
        max-width: 360px
    }
}

.testimonials-slider__arrow {
    padding: 12px 0;
    width: 40px;
    height: 42px;
    line-height: 0;
    margin: 0 10px;
    box-shadow: none;
    outline: 0;
    border: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    opacity: .4;
    transition: opacity .2s ease-in-out;
    background: 0 0
}

.testimonials-slider__arrow:focus,
.testimonials-slider__arrow:hover {
    opacity: 1;
    background-color: none;
    border-radius: none
}

.testimonials-slider__number {
    min-width: 1em
}

.testimonials-slider__slides {
    transition: height .15s ease-out
}

.testimonials-slide {
    text-align: center
}

.testimonials-slide:not(:first-child) {
    visibility: hidden;
    position: absolute;
    z-index: -1
}

.color-purple .testimonials-slide__text {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #171a22
}

.color-purple .testimonials-slider span {
    color: #171a22
}

.testimonials-slide__text {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #171a22
}

@media (min-width: 768px) {
    .testimonials-slide__text {
        font-size: 30px
    }
}

@media (min-width: 1024px) {
    .testimonials-slide__text {
        font-size: 32px
    }
}

.testimonials-slide__img-wrap {
    transform: translate3d(0, 0, 0);
    border-radius: 50%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    margin: 24px auto 12px
}


@media screen and (min-width: 768px) {
    .testimonials-slide__img-wrap .img {
        width: 75px;
        height: 75px;
        display: block
    }

    .testimonials-slide__img-wrap {
        margin-top: 32px;
        margin-bottom: 16px;
        display: block
    }


    .testimonials-slide__name {
        font-weight: 700;
        display: block;
        font-size: 17px;
        line-height: 150%
    }

    .testimonials-slide__position {
        opacity: .4;
        display: inline-block;
        font-size: 17px;
        line-height: 150%
    }
}

@media screen and (max-width: 991.98px) {
    .index-testimonials {
        padding-top: 1px;
    }


    .icons03 .col-lg-4:nth-child(2) .numbers-screen__number .numbers-screen__number__icon {
        position: absolute;
        top: -32px;
        right: 75px;
    }

    .icons03 .numbers-screen__number .numbers-screen__number__icon {
        top: -32px;
        right: 66px;
    }

    .icons04 .col-lg-4:nth-child(2) .numbers-screen__number .numbers-screen__number__icon {
        position: absolute;
        top: -32px;
        right: 75px;
    }

    .icons04 .numbers-screen__number .numbers-screen__number__icon {
        top: -32px;
        right: 66px;
    }

    .main-screen .subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: inherit;
        margin-bottom: 40px;
        width: 100%
    }

    .main-screen .subtitle p {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: inherit;
        margin-bottom: 40px;
        width: 100%
    }

    .testimonials-slide__text {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        padding: 0 24px;
    }

    .color-purple .testimonials-slide__text {
        font-weight: 700;
        font-size: 21px;
        line-height: 120%;
        padding: 0 24px;
    }

    .testimonials-mob-block__item__photo {
        width: 75px;
        height: 75px;
    }

    .testimonials-slide__name {
        font-weight: 700;
        display: block;
        font-size: 17px;
        line-height: 150%
    }
}

@media screen and (max-width: 425.98px) {
    .testimonials-slide__text {
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        padding: 0 10px;
    }

    .icons03 .col-lg-4:nth-child(2) .numbers-screen__number .numbers-screen__number__icon {
        position: absolute;
        top: -25px;
        right: 80px;
    }

    .icons03 .numbers-screen__number .numbers-screen__number__icon {
        top: -25px;
        right: 71px;
    }

    .icons04 .col-lg-4:nth-child(2) .numbers-screen__number .numbers-screen__number__icon {
        position: absolute;
        top: -25px;
        right: 80px;
    }

    .icons04 .numbers-screen__number .numbers-screen__number__icon {
        top: -25px;
        right: 71px;
    }

    .main-screen .subtitle {
        font-weight: 400;
        font-size: 18px;
    }
}

.feedback03 .help-screen h2 {
    color: #FFF;
    font-size: 50px;
    margin-bottom: 72px
}

.feedback03 .help-screen .swiper .top-navigation .swiper-pagination,
.feedback03 .help-screen .swiper .top-navigation .swiper-pagination span {
    font-size: 21px;
    color: #FFF;
    font-weight: 700
}

.feedback03 .help-screen .swiper {
    overflow: hidden;
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.feedback03 .help-screen .swiper .top-navigation {
    display: flex;
    width: 170px;
    height: 40px;
    /* margin-bottom: 24px; */
    align-items: center;
}

.feedback03 .help-screen .swiper .top-navigation .swiper-button-next,
.feedback03 .help-screen .swiper .top-navigation .swiper-button-prev,
.feedback03 .help-screen .swiper .top-navigation .swiper-pagination {
    position: relative !important;
    top: 0px;
    left: 0;
    /* display: flex; */
    /* align-content: center; */
    /* align-items: baseline; */
    /* flex-direction: row; */
    /* justify-content: space-evenly; */
}

.feedback03 .help-screen .swiper .top-navigation .swiper-button-next:after,
.feedback03 .help-screen .swiper .top-navigation .swiper-button-prev:after {
    content: none
}

.feedback03 .help-screen .swiper .top-navigation .swiper-button-next,
.feedback03 .help-screen .swiper .top-navigation .swiper-button-prev {
    width: 40px;
    height: 60px;
}

.feedback03 .help-screen .swiper .top-navigation .swiper-button-next img,
.feedback03 .help-screen .swiper .top-navigation .swiper-button-prev img {
    position: relative;
    top: 13px;
}

.feedback03 .help-screen .swiper .help-screen__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-top: 39px; */
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img {
    width: 50%;
    max-width: 540px;
    height: 464px
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img img {
    width: 100%;
    height: auto;
    top: -60px;
    position: relative
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text {
    width: 50%;
    max-width: 445px;
    text-align: left;
    /* margin-top: 72px; */
    font-size: 21px;
    line-height: 150%;
    margin-top: 39px;
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text span {
    width: 50%;
    max-width: 445px;
    text-align: left;
    /* margin-top: 72px; */
    font-size: 21px;
    line-height: 150%;
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text h5 {
    font-size: 30px;
    line-height: 120%;
    color: #FFF;
    margin-bottom: 16px
}

.feedback03 .help-screen .swiper .top-navigation {
    display: flex;
    width: 170px;
    height: 60px;
    top: 34px;
    align-items: baseline;
    position: relative;
    padding-top: 8px;
    left: 0;
    margin-left: 110%;
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text .subtitle {

    margin-bottom: 16px;
    font-size: 21px;
    line-height: 150%;
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text .subtitle p {

    margin-bottom: 16px;
    font-size: 21px;
    line-height: 150%;
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text ul {
    padding-left: 8px
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text ul li {
    color: #FFF
}

.feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text ul li span {
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
}

.feedback03 .help-screen {
    background: #421983;
    padding: 12px 0 72px;
}

.feedback03 .swiper-button-next.swiper-button-disabled,
.feedback03 .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.feedback03 li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
}

.feedback03 li,
.feedback03 .color-purple span {

    font-family: Almarai, Mplus, Factor, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
}

.feedback03 .swiper-button-prev,
.feedback03 .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.feedback03 .swiper-button-next,
.feedback03 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.feedback03 .swiper-horizontal>.swiper-pagination-bullets,
.feedback03 .swiper-pagination-bullets.swiper-pagination-horizontal,
.feedback03 .swiper-pagination-custom,
.feedback03 .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.feedback03 .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


@media screen and (max-width: 1199.98px) {
    .feedback03 .help-screen h2 {
        margin-bottom: 32px
    }

    .feedback03 .help-screen .swiper .top-navigation .swiper-pagination,
    .feedback03 .help-screen .swiper .top-navigation .swiper-pagination span {
        font-size: 18px
    }

    .feedback03 .help-screen .swiper .top-navigation .swiper-button-next,
    .feedback03 .help-screen .swiper .top-navigation .swiper-button-prev {
        width: 40px;
        height: 15px
    }

    .feedback03 .help-screen .swiper .help-screen__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img {
        max-width: 450px;
        height: 464px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img img {
        top: -57px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text {
        max-width: 370px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text h5 {
        font-size: 24px;
        margin-bottom: 24px
    }

    .feedback03 .help-screen .swiper .top-navigation {
        margin-left: 90%;
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text .subtitle,
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text ul li,
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text ul li span {
        font-size: 18px
    }
}

@media screen and (max-width: 991.98px) {
    .feedback03 .help-screen {
        padding: 24px 0 64px;
    }

    .feedback03 .help-screen .swiper {
        overflow: hidden;
        justify-content: center;
        display: block;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        flex-direction: row;
    }

    .feedback03 .help-screen h2 {
        margin-bottom: 24px
    }

    .feedback03 .help-screen .swiper .top-navigation {
        /* position: absolute; */
        top: 590px;
        /* margin-bottom: 0; */
        /* left: 0; */
        margin-left: 15%;
    }

    .feedback03 .help-screen .swiper .top-navigation .swiper-pagination,
    .feedback03 .help-screen .swiper .top-navigation .swiper-pagination span {
        font-size: 18px
    }

    .feedback03 .help-screen .swiper .help-screen__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img {
        width: 70%;
        max-width: 100%;
        height: auto;
        margin-bottom: 88px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img img {
        top: 0
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text {
        width: 70%;
        max-width: 100%
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text h5 {
        font-size: 24px;
        margin-bottom: 24px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text .subtitle,
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text ul li,
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text ul li span {
        font-size: 18px
    }
}

@media screen and (max-width: 767.98px) {
    .feedback03 .help-screen h2 {
        margin-bottom: 32px
    }

    .feedback03 .help-screen .swiper .top-navigation {
        /* top: 525px; */
        /* left: 15px; */
        top: 610px;
        margin-left: 0;
    }

    .feedback03 .help-screen .swiper .top-navigation .swiper-pagination,
    .feedback03 .help-screen .swiper .top-navigation .swiper-pagination span {
        font-size: 18px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img,
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text {
        width: 510px
    }
}

@media screen and (max-width: 575.98px) {
    .feedback03 .help-screen .swiper .top-navigation {
        top: 114vw;
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img,
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 425.98px) {
    .feedback03 .help-screen {
        padding: 24px 0 48px;
    }

    .feedback03 .help-screen h2 {
        font-size: 36px;
        line-height: 120%
    }

    .feedback03 .help-screen .swiper .top-navigation {
        width: 130px;
        height: 32px
    }

    .feedback03 .help-screen .swiper .top-navigation .swiper-pagination,
    .feedback03 .help-screen .swiper .top-navigation .swiper-pagination span {
        font-size: 16px
    }

    .feedback03 .help-screen .swiper .top-navigation .swiper-button-next,
    .feedback03 .help-screen .swiper .top-navigation .swiper-button-prev {
        width: 32px;
        height: 32px
    }

    .feedback03 .help-screen .swiper .top-navigation .swiper-button-next img,
    .feedback03 .help-screen .swiper .top-navigation .swiper-button-prev img {
        width: 32px;
        height: 32px;
        top: 9px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img {
        margin-bottom: 80px;
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text .subtitle,
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text ul li span,
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text ul li {
        font-size: 16px;
        line-height: 135%
    }
}

.feedback03 .help-screen {
    /* background: #840e87; */
}


.feedback03 .help-screen .swiper {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.feedback03 .help-screen .swiper .help-screen__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.feedback03 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto
}



@media screen and (max-width: 991.98px) {
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text {
        margin-top: 18px
    }

    .feedback03 .help-screen .swiper .top-navigation {
        margin-top: -9px;
        margin-left: 15px;
        position: absolute;
        top: 715px
    }

    .feedback03 .help-screen .swiper {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start
    }

    .feedback03 .help-screen {
        padding: 0 0 64px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text {
        width: 100%;
        max-width: 100%
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 78px
    }

}

@media screen and (max-width: 767.98px) {
    .feedback03 .help-screen .swiper .top-navigation {
        top: 540px
    }

    .feedback03 .help-screen .swiper .top-navigation .swiper-button-next img,
    .feedback03 .help-screen .swiper .top-navigation .swiper-button-prev img {
        width: 32px;
        height: 32px;
        top: 9px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 74px
    }
}

@media screen and (max-width: 575px) {
    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 84px
    }

    .feedback03 .help-screen .swiper .top-navigation {
        top: 105vw
    }

    .feedback03 .help-screen {
        padding: 0 0 86px;
        margin-top: -40px
    }

    .feedback03 .help-screen .swiper .help-screen__content .help-screen__content-text span {
        width: 50%;
        max-width: 445px;
        text-align: left;
        font-size: 18px;
        line-height: 150%
    }
}

@media screen and (max-width: 380px) {
    .feedback03 .help-screen .swiper .top-navigation {
        top: 107vw
    }
}

.icons14 .icons-screen .icons-screen__icon {
    margin-bottom: 10px;
}

.icons14 .icons-screen__text {
    text-align: left;
    text-align-last: left;
}

.icons14 .icons-screen__item {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    text-align-last: left;
}

@media screen and (max-width: 1200px) {
    .icons14 .icons-screen__icon {
        margin: 0 0 40px;
        width: auto;
    }

    .icons14 .icons-screen .icons-screen__icon {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 991px) {
    .icons14 .icons-screen h6 {
        font-size: 30px;
        text-align: left;
    }

    .icons14 .icons-screen__item {
        flex-wrap: wrap;
        margin-bottom: 40px;
        text-align-last: left;
        justify-content: left;
    }

    .icons14 .icons-screen__item br {
        display: none;
    }
}

@media screen and (max-width: 525px) {
    .icons14 .icons-screen h6 {
        font-size: 24px;
        text-align: left;
    }
}


.card13 .tab-screen .all-tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    flex-wrap: nowrap;
    flex-direction: row;
}

.card13 .imgHoverBlock {
    float: right;
    right: 20px;
    z-index: 0;
    top: -10px;
    margin-top: 25px;
}

.card13 .imgHoverBlock {
    position: absolute;
}

.card13 h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
}

.card13 h4.color {
    color: #FF642D;
}

.card13 h4.color2 {
    color: #45E0A8;
}

.card13 .colorbg {
    background: #FF642D;
}

.card13 .colorbg2 {
    background: #45E0A8;
}

.card13 .tab-screen .all-tabs .t2,
.card13 .tab-screen .all-tabs .t3 {
    /* width: 17%; */
    height: 75px
}

.card13 .tab-screen .all-tabs .tab {
    text-align: center;
    height: 102px;
    cursor: pointer;
    font-weight: 400;
    font-size: 24px
}

.card13 .tab-screen .all-tabs .tab:hover {
    color: #ffe84d;
    transition: all .1s ease-in-out
}

.card13 .tab-screen .tab-content {
    display: none;
}

.card13 .tab-screen .tab-content .tab-content__text {
    text-align: left;
    background: #FFF;
    border-radius: 6px;
    padding: 38px 40px 40px;
    color: #000;
    z-index: 2;
    position: relative;
    overflow: hidden;
    margin-top: -19px;
    min-height: inherit;
    height: inherit
}

.card13 .tab-screen .tab-content .tab-content__text .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 100%
}

.card13 .tab-screen .tab-content .tab-content__text ul,
.card13 .tab-screen .tab-content .tab-content__text ul li {
    font-size: 18px;
    line-height: 150%;
    list-style: circle;
    color: #171A22;
}

.card13 .tab-screen .all-tabs .tab {
    line-height: 120%;
    font-family: Factor, Arial;
    font-style: normal;
}


.card13 .tab-screen .all-tabs .tab.active img {
    filter: initial;
    opacity: 1
}

.card13 .tab-screen .all-tabs .tab img {
    display: block;
    margin: 0 auto 24px;
    filter: grayscale(1);
    opacity: .4
}

.card13 .tabs-screen,
.tabs-screen-mob .slider-report {
    filter: drop-shadow(4px 4px 18px rgba(137, 141, 154, .3))
}

.card13 .clickTab {
    margin-right: 0;
    height: 124px;
    position: absolute;
    z-index: 4;
    margin-left: 0;
    border-bottom: 2px solid #B880FF;
    width: 90%
}

.card13 .clickTab.active {
    border-bottom: 10px solid #FF622D;
    color: #fff
}

.card13 .mobText {
    display: none
}

.card13 .textTitle h4 {
    width: 450px;
}

.card13 .tab-screen .tab-content.active {
    display: flex;
    height: 100%;
    align-items: stretch !important
}

.card13 .tab-screen .col-xs-12.col-sm-12.col-md-12.col-lg-5.top56 {
    align-items: stretch !important;
    display: flex
}

@media screen and (max-width: 1199.98px) {
    .card13 .imgHoverBlock img {
        height: 730px;
        width: auto;
    }

    .card13 .tab-screen .tab-content .tab-content__text {
        text-align: left;
        background: #FFF;
        border-radius: 6px;
        padding: 38px 38px 40px;
        color: #000;
        z-index: 2;
        position: relative;
        overflow: hidden;
        margin-top: -19px;
        min-height: inherit;
        height: inherit;
        padding-right: 24px;
    }

    .card13 h4 {
        font-size: 28px;
        font-weight: 600;
        line-height: 120%;
    }

    .card13 .imgHoverBlock {
        float: right;
        right: -80px;
        z-index: 0;
        margin-top: 30px;
        float: right;
        right: -140px;
        z-index: 0;
        top: -20px;
        /* margin-top: 25px; */
        /* overflow: hidden; */
    }
}

@media only screen and (max-width: 991px) {
    .card13 .textTitle h4 {
        width: 100%
    }

    .card13 h4 {
        font-size: 24px;
        font-weight: 700;
    }

    .card13 .imgHoverBlock img {
        height: 460px;
        width: auto;
    }

    .card13 .imgHoverBlock {
        /* float: right; */
        /* right: -4px; */
        /* z-index: -1; */
        /* position: absolute; */
        /* margin-top: 4px; */
    }

    .card13 .mobText img {
        height: 48px
    }

    .card13 .tab-screen .col-lg-2 {
        padding-right: 0;
        padding-left: 0;
        flex-basis: 1.333% !important;
        max-width: 1.333% !important;
        -ms-flex-preferred-size: 1.333% !important;
        margin: 0 !important;
    }

    .card13 .mobText {
        display: block;
        font-family: Factor;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        color: #ffe84d;
        margin-bottom: 12px
    }

    .card13 .textTitle {
        height: 370px;
        padding-top: 4px;
    }

    .card13 .textTitle .text-left {
        text-align: center
    }

    .card13 .sacred {
        display: none
    }

    .card13 .tab-screen .tab-content .tab-content__text {
        text-align: left;
        min-height: auto;
        padding: 24px 1.5rem;
        /* margin-bottom: 40px; */
        /* margin-top: -20px; */
        width: inherit;
    }

    .card13 .tab-screen .tab-content .tab-content__text .line {
        width: 10px
    }

    .card13 .imgHoverBlock {
        /* float: right; */
        /* right: -4px; */
        /* z-index: -1; */
        /* position: absolute; */
        /* margin-top: 4px; */
    }

    .card13 .imgHoverBlock img {
        height: 324px;
        width: auto
    }

    .card13 .tab-screen .tab-content,
    .card13 .tab-screen .tab-content:last-child {
        display: flex !important;
        margin-bottom: 0
    }

    .card13 .tab-screen .tab-content {
        margin-bottom: 52px;
    }

    .card13 .tab-screen .col-lg-2 {
        padding-right: 0;
        padding-left: 0;
        flex-basis: 1.333% !important;
        max-width: 1.333% !important;
        -ms-flex-preferred-size: 1.333% !important;
        margin: 0 !important
    }

    .card13 .tab-screen .all-tabs,
    .card13 .tab-screen .row.justify-content-between.top80 {
        display: none
    }

    .card13 .tabs-screen {
        max-width: 1100px
    }

    .card13 .tabs-screen .tabs-content .tab-content__text {
        padding-top: 40px;
        padding-left: 0;
        text-align: left
    }

    .card13 .imgHoverBlock {
        float: right;
        right: -80px;
        z-index: 0;
        margin-top: 30px;
    }

    .card13 .imgHoverBlock img {
        height: 730px;
        width: auto
    }

    .tabs-screen {
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 32px;
        padding-right: 32px;
        max-width: 960px
    }

    .tabs-screen .all-tabs {
        width: 93%
    }

    .tabs-screen .tabs-content .tab-content__pic img {
        width: 529px;
        height: auto;
        left: 0
    }
}

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

    .card13 .tabs-screen-mob .swiper-pagination {
        display: none
    }

    .text-screen .row.justify-content-center h2 p br {
        display: none;
    }

    .card13 .tabs-screen {
        display: none
    }

    .card13 .imgHoverBlock {
        float: right;
        right: -15px;
        z-index: 0;
        position: relative;
        margin-top: 0;
        top: initial;
        bottom: 0;
    }

    .card13 .imgHoverBlock img {
        height: 460px;
        width: auto;
        z-index: 1;
    }

    .card13 .tab-screen {
        /* margin-top: -53px; */
        /* padding-bottom: 50px; */
    }


}

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

    .card13 .tabs-screen-mob .slider-report .body_card .slider_text .line_btn {
        font-size: 16px
    }

    .card13 .imgHoverBlock {
        float: right;
        right: -44px;
        /* z-index: -1; */
        /* position: absolute; */
        margin-top: 0px;
    }

    .card13 .imgHoverBlock img {
        height: 420px;
        width: auto
    }

    .card13 .textTitle {
        height: 370px;
        padding-top: 0
    }

    .card13 .tab-screen .tab-content .tab-content__text ul,
    .card13 .tab-screen .tab-content .tab-content__text ul li {
        font-size: 16px;
        line-height: 150%;
        list-style: circle
    }

    .card13 .imgHoverBlock {
        /* float: right; */
        right: -95px;
        /* z-index: -1; */
        /* position: absolute; */
        /* margin-top: -10px; */
        /* margin-top: 70px; */
    }

    .card13 .imgHoverBlock img {
        /* height: 470px; */
        width: auto
    }

}


.swiper_card .swiper-notification {}

.swiper_card {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    flex-wrap: wrap;
    flex-direction: row;
}

.card12 .swiper-wrapper {
    display: flex;
    height: auto;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* height: 500px; */
}

.card12 .graphs-screen {
    padding: 12px 0 56px;
    background: #FFF
}

.card12 .graphs-screen h2 {
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 72px
}

.card12 .graphs-screen h2 span {
    color: #FF642D
}

.card12 .graphs-screen .mobile {
    /* display: none; */
}

.card12 .graphs-screen__block {
    text-align: left;
    padding: 32px;
    margin-bottom: 30px;
    background: #CBEDFF;
    border-radius: 6px
}

.card12 .graphs-screen__block-pic {
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-top: 20px;
}

.card12 .graphs-screen__block span {
    font-size: 18px;
    line-height: 150%;
    padding-bottom: 0px;
    display: block;
}

.card12 .graphs-screen__block h5 span {
    padding-bottom: 0px;
    display: block;
    font-size: 30px;
    line-height: 120%;
}

/* .card12 .graphs-screen__block p span {
    font-weight: 700
} */

@media screen and (max-width: 1199.98px) {
    .card12 .graphs-screen h2 {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 991.98px) {
    .card12 .graphs-screen {
        padding: 20px 0 48px;
        overflow: hidden;
    }

    .card12 .graphs-screen .swiper_card .swiper-slide {
        width: 88%;
        width: 348px;
        display: inline-flex;
        -webkit-box-flex: 0;
        flex: 0 0 348px;
        max-width: 348px;
    }

    .swiper_card .swiper-pagination .swiper-pagination-bullet-active,
    .swiper .swiper-pagination .swiper-pagination-bullet-active-next,
    .graphs-screen .swiper .swiper-pagination .swiper-pagination-bullet-active-next-next,
    .graphs-screen .swiper .swiper-pagination .swiper-pagination-bullet-active-prev,
    .graphs-screen .swiper .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
        position: relative;
        transition: all .2s ease-out;
        transform: scale(1);
        opacity: 1;
    }

    .swiper_card .swiper-pagination .swiper-pagination-bullet-active {
        width: 76px;
        height: 9px;
        background: #BBFFD6;
    }

    .swiper_card .swiper-pagination {
        position: relative;
        left: 0;
        transform: translateX(0);
        margin: 24px auto 0;
        width: auto !important;
    }

    .card12 .graphs-screen .swiper_card {
        overflow: visible;
        /* height: 500px; */
        width: -webkit-fill-available;
        width: 358px;
        left: 0;
        margin-left: 5px;
        margin-right: 15px;
        width: -webkit-fill-available;
    }

    .card12 .swiper-wrapper {
        margin-bottom: 32px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
    }

    .card12 .swiper_card .swiper-pagination {
        position: absolute;
        left: 50%;
        margin: 24px auto 0;
        /* width: 210px !important; */
        right: 0;
        overflow: visible;
    }

    .card12 .swiper_card .swiper-pagination .swiper-pagination-bullet {
        width: 26px;
        height: 6px;
        border-radius: 12px;
        background: #ccedff;
        position: static;
        transition: all .2s ease-out;
        transform: scale(.7);
        opacity: .5;
    }

    .card12 .swiper_card .swiper-pagination .swiper-pagination-bullet-active,
    .card12 .swiper_card .swiper-pagination .swiper-pagination-bullet-active-next,
    .card12 .swiper_card .swiper-pagination .swiper-pagination-bullet-active-next-next,
    .card12 .swiper_card .swiper-pagination .swiper-pagination-bullet-active-prev,
    .card12 .swiper_card .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
        position: static;
        transition: all .2s ease-out;
        transform: scale(1);
        opacity: 1
    }

    .card12 .swiper_card .swiper-pagination .swiper-pagination-bullet-active {
        width: 73px;
        height: 6px;
        background: #ccedff;
    }

    .card12 .graphs-screen__block {
        margin-bottom: 0
    }

    .card12 .graphs-screen__block {
        text-align: left;
        padding: 32px;
        margin-bottom: 30px;
        background: #CBEDFF;
        border-radius: 6px;
        width: 338px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767.98px) {
    .card12 .graphs-screen .subtitle {
        margin-bottom: 48px
    }

    .card12 .swiper_card .swiper-pagination {
        position: absolute;
        left: 50%;
        margin: 24px auto 0;
        /* width: auto !important; */
        right: 0;
        overflow: visible;
    }

}

@media screen and (max-width: 600px) {
    .card12 .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
    }

    .card12 .swiper_card .swiper-pagination {
        position: absolute;
        left: 50%;
        margin: 24px auto 0;
        /* width: auto !important; */
        right: 0;
        overflow: visible;
    }
}

@media screen and (max-width: 575.98px) {
    .card12 .graphs-screen h2 {
        font-size: 40px
    }

    .card12 .graphs-screen__block {
        text-align: left;
        padding: 32px;
        margin-bottom: 30px;
        background: #CBEDFF;
        border-radius: 6px;
        width: 290px;
    }

    .card12 .graphs-screen .swiper_card {
        overflow: visible;
        /* height: 500px; */
        width: -webkit-fill-available;
        /* width: 308px; */
    }

    .card12 .swiper_card .swiper-pagination {
        position: absolute;
        left: 50%;
        margin: 24px auto 0;
    }
}

@media screen and (max-width: 425.98px) {
    .card12 .graphs-screen {
        padding: 20px 0 24px;
    }

    .card12 .swiper_card .swiper-pagination {
        position: absolute;
        left: 50%;
        margin: 24px auto 0;
    }

    .card12 .graphs-screen h2 {
        font-size: 36px;
        line-height: 120%
    }

    .card12 .graphs-screen .swiper_card .swiper-slide {
        width: 88%;
        width: 308px;
        display: inline-flex;
        -webkit-box-flex: 0;
        flex: 0 0 308px;
        max-width: 308px;
    }

    .card12 .graphs-screen .swiper_card .swiper-slide .graphs-screen__block {
        padding: 30px;
        /* width: 308px; */
    }
}

@media screen and (max-width: 375px) {
    .card12 .swiper_card .swiper-pagination {
        position: absolute;
        left: 50%;
        margin: 24px auto 0;
    }
}

@media screen and (max-width: 320.98px) {
    .card12 .graphs-screen .swiper_card .swiper-slide {
        width: 90%
    }

    .card12 .graphs-screen .swiper_card .swiper-slide .graphs-screen__block {
        padding: 24px
    }
}



.hero07 .main-screen h1 {
    text-transform: uppercase;
    font-family: "HeadingNow-56Bold", Impact, Helvetica, sans-serif;
    font-weight: 500
}

.hero07 .main-screen .subtitle2 {
    text-transform: uppercase;
    font-family: "HeadingNow-55Medium", Impact, Helvetica, sans-serif;
    font-weight: 500
}

.hero07 .main-screen h1 p {
    text-transform: uppercase;
    font-family: "HeadingNow-56Bold", Impact, Helvetica, sans-serif;
    font-weight: 500
}

.hero07 .main-screen .subtitle2 p {
    text-transform: uppercase;
    font-family: "HeadingNow-55Medium", Arial, Helvetica, sans-serif;
    font-weight: 500
}

/* .hero07.color-purple {
    background: #171A22;
} */

.hero07 .figure {
    position: absolute;
}

.hero07 .header {
    margin-bottom: 38px;
}

.hero07 .main-screen__body {
    padding-bottom: 120px;
}

.hero07 .main-screen .nav {
    background: 0 0;
}

.hero07 .main-screen .sticky.nav {
    background: #fff;
    padding: 17px 0;
    box-shadow: rgba(27, 39, 12, .1) 0 1px 3px;
    margin: 0;
    /* -webkit-animation: slideDown .5s forwards; */
    /* animation: slideDown .5s forwards; */
}

.hero07 .main-screen {
    padding-bottom: 35px;
}

.hero07 .main-screen h1 {
    letter-spacing: 0;
    margin-bottom: 18px;
    font-size: 70px;
    line-height: 100%;
    color: #FFF;
    margin-top: 89px;
    z-index: 1;
    position: relative;
}

.hero07 .main-screen .subtitle {
    max-width: 330px;
    font-size: 24px;
    line-height: 104%;
    margin-bottom: 24px;
}

.hero07 .main-screen .subtitle p {
    max-width: 330px;
    font-size: 24px;
    line-height: 104%;
    margin-bottom: 24px;
}

.hero07 a.button {
    padding: 0 72px;
}


.hero07 .img1_img {
    top: 55px;
    left: -396px;
    width: 350px;
    height: auto
}

.hero07 .img2_img {
    top: 219px;
    left: -206px;
    width: 584px
}

.hero07 .img3_img,
.hero07 .img7_img {
    right: -760px;
    width: 1380px
}

.hero07 .img3_img {
    top: -95px
}

.hero07 .img4_img {
    top: -231px;
    left: -1px
}

.hero07 .img5_img {
    top: -126px;
    left: 79px
}

.hero07 .img6_img {
    top: 69px;
    left: 13px
}

.hero07 .img7_img {
    top: 1755px;
    right: inherit;
    left: -680px;
    width: 1370px
}

.hero07 span.subtitle2 {
    display: block;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #45E0A8;
    width: 200px
}

.hero07 span.subtitle2 p {
    display: block;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #45E0A8;
    width: 200px
}

@media (min-width: 1920px) {
    .hero07 .img7_img {
        top: 1755px;
        right: auto;
        left: 22%;
        width: 1370px;
        display: none
    }

    .hero07 .main-screen {
        overflow: hidden !important
    }
}

@media (max-width: 1200px) {
    .hero07 .main-screen {
        padding-bottom: 102px
    }

    .hero07 .header {
        margin-bottom: 40px
    }

    .hero07 .img3_img {
        top: -75px;
        right: -760px;
        width: 1200px
    }

    .hero07 .main-screen__body {
        padding-bottom: 0px;
    }

    .hero07 .img7_img {
        top: 1655px;
        right: inherit;
        left: -680px;
        width: 1210px
    }

    .hero07 .img1_img {
        top: 65px;
        left: -226px;
        width: 290px;
        height: auto
    }

    .hero07 .img2_img {
        top: 209px;
        left: -68px;
        width: 472px
    }

    .hero07 .main-screen .main-screen__text h1 {
        text-transform: uppercase;
        font-size: 69px;
        letter-spacing: -3px;
        margin-top: 80px
    }

    .hero07 .main-screen .subtitle {
        max-width: 280px;
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 24px
    }
}

@media (max-width: 992px) {
    .hero07 .header .header-logo {
        justify-content: left
    }

    .icons-screen .icons-screen__icon {
        display: flex;
        align-items: flex-start;
        height: auto;
        margin-bottom: 24px;
    }

    .icons-screen__text {
        text-align: left;
        flex-shrink: 1;
        width: 100%;
    }

    .icons-screen__item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .icons-screen__item br {
        display: none;

    }

    .icons-screen__icon {
        /* display: block; */
        margin: 0 24px 0 0;
        flex-shrink: 0;
        width: 120px;
        height: auto;
    }

    .hero07 .main-screen {
        padding-bottom: 22px
    }

    .hero07 .main-screen {
        padding-bottom: 3px
    }

    .hero07 .main-screen .main-screen__text h1 {
        text-transform: uppercase;
        font-size: 58px;
        line-height: 105%;
        margin-bottom: 50px;
        width: 100%;
        margin-top: 18px;
        display: inline-block;
        justify-content: flex-start;
        flex-direction: row;
        letter-spacing: 0;
        flex-wrap: nowrap
    }

    .hero07 .main-screen .main-screen__text h1 div {
        display: contents
    }

    .hero07 .img1_img {
        display: none
    }

    .hero07 .header {
        margin-bottom: 2px
    }

    .hero07 .main-screen__text {
        text-align: left
    }

    .hero07 .main-screen .button {
        margin-bottom: 40px;
        text-align: left
    }

    .hero07 .img1_img {
        top: 117px;
        left: 44px;
        width: 245px !important
    }

    .hero07 .img2_img {
        top: -205px;
        left: 357px;
        width: 169px !important
    }

    .hero07 .img3_img {
        top: -860px;
        right: -610px;
        width: 940px;
        transform: rotate(-8deg)
    }

    .hero07 .img4_img {
        top: 123px;
        left: -51px;
        width: 120px !important
    }

    .hero07 .img5_img {
        top: 177px;
        left: -1px;
        width: 150px !important
    }

    .hero07 .img6_img {
        top: 283px;
        left: -37px;
        width: 80px !important
    }

    .hero07 .main-screen .subtitle {
        max-width: 240px;
        font-size: 21px;
        line-height: 130%;
        margin-bottom: 44px;
        margin-top: -30px;
        text-align: left
    }

    .hero07 {
        overflow-x: hidden
    }

    .hero07 a.button {
        padding: 0 52px;
        width: auto;
        height: 56px;
        line-height: 59px;
        font-size: 22px;
        display: inline-block;
        max-width: 100%;
    }

    .hero07 span.subtitle2 {
        display: block;
        font-size: 30px;
        line-height: 100%;
        text-transform: uppercase;
        color: #45E0A8;
        width: 290px
    }

    .hero07 .img2_img {
        display: none
    }

    .hero07 .main-screen__body {
        padding-bottom: 40px;
        /* background-size: 486px; */
    }
}

@media (max-width: 775px) {
    .hero07 .main-screen__body {
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .hero07 .main-screen .main-screen__text h1 {
        margin-bottom: 72px;
        padding: 0;
        font-size: 50px;
        width: 85%;
        margin-top: 8px
    }

    .icons-screen__icon {
        /* display: block; */
        margin: 0 24px 0 0;
        flex-shrink: 0;
        width: 58px;
        height: auto;
    }

    .hero07 .img4_img,
    .hero07 .img5_img,
    .hero07 .img6_img {
        display: none
    }

    .hero07 .main-screen .button {
        margin-bottom: 40px;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    .hero07 .img7_img {
        top: 1595px;
        right: inherit;
        left: -680px;
        width: 1000px
    }

    .hero07 .main-screen .main-screen__pic img {
        width: 758px;
        height: auto;
        top: -840px;
        right: -560px;
        left: inherit;
        transform: rotate(-7deg)
    }

    .hero07 .main-screen .subtitle {
        max-width: 220px;
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 14px;
        margin-top: -60px;
        text-align: left
    }

    .hero07 .header {
        margin-bottom: 6px
    }

    .hero07 .img2_img {
        top: -20px;
        left: 40px;
        width: 159px !important
    }

    .hero07 .main-screen__pic {
        display: block
    }

    .hero07 .main-screen__body {
        /* padding-bottom: 285px; */
    }

    .hero07 .main-screen {
        overflow: visible !important
    }
}

@media (max-width: 380px) {
    .hero07 .main-screen .main-screen__pic img {
        width: 618px;
        height: auto;
        top: -790px;
        right: -420px;
        left: inherit;
        transform: rotate(-7deg)
    }

    .hero07 .img7_img {
        top: 1595px;
        right: inherit;
        left: -680px;
        width: 809px
    }

    .hero07 .main-screen__body {
        background-size: 140%;
        padding-bottom: 40px
    }
}


.quote-screen {
    padding: 180px 0 106px;
    position: relative;
    overflow: hidden
}

.quote-screen .line {
    position: absolute;
    left: -122%;
    top: -32%;
    width: 2142px;
    height: auto
}

.quote-screen .content-pic {
    width: 540px;
    height: auto
}

.quote-screen__text {
    text-align: left;
    padding-left: 80px
}

.quote-screen__text h4 {
    font-size: 36px;
    color: #FFB26E;
    margin-bottom: 16px
}

.quote-screen .line-mob {
    display: none;
}

.quote-screen .row.justify-content-center p {
    font-size: 20px;
    line-height: 24px;
    color: #FFF
}

.quote-screen__text p b {
    font-weight: 700
}

@media screen and (max-width: 1199.98px) {
    .quote-screen {
        padding: 180px 0 150px;
        /* background: linear-gradient(180deg,#fff 9%,#421983 9%); */
    }

    .quote-screen .line {
        width: 1960px;
        left: -152%;
        top: -37%
    }

    .quote-screen .content-pic {
        width: 450px;
        height: auto
    }

    .quote-screen__text {
        text-align: left;
        padding-left: 64px
    }
}

@media screen and (max-width: 991.98px) {
    .quote-screen {
        padding: 160px 0 72px;
        /* background: linear-gradient(180deg,#fff 10%,#421983 10%); */
    }

    .quote-screen .line {
        width: 1660px;
        left: -128%;
        top: -23%
    }

    .quote-screen .content-pic {
        width: 450px;
        height: auto
    }

    .quote-screen__text {
        text-align: center;
        margin-top: 24px;
        padding-left: 0
    }
}

@media screen and (max-width: 767.98px) {
    .quote-screen {
        padding: 160px 0 72px;
        /* background: linear-gradient(180deg,#fff 10%,#421983 10%); */
    }

    .quote-screen .line {
        display: none
    }

    .quote-screen .line-mob {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0
    }

    .quote-screen .content-pic {
        width: 370px;
        height: auto
    }

    .quote-screen__text h4 {
        font-size: 24px
    }
}

@media screen and (max-width: 425.98px) {
    .quote-screen {
        padding: 106px 0 72px;
    }

    .hero07 span.subtitle2 {
        display: block;
        font-size: 24px;
        line-height: 100%;
        width: 240px;
    }

    .quote-screen .line {
        display: none
    }

    .quote-screen .line-mob {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 3%
    }

    .quote-screen .content-pic {
        width: 285px;
        height: auto
    }

    .quote-screen__text h4 {
        font-size: 18px
    }

    .quote-screen__text p {
        font-size: 16px
    }
}