@keyframes static1 {

    0%,
    60%,
    to {
        x: 22px;
        width: 30px
    }

    20%,
    40% {
        x: 22px;
        width: 6px
    }
}

@keyframes static2 {

    0%,
    60%,
    to {
        x: 22px;
        width: 23px
    }

    20%,
    40% {
        x: 22px;
        width: 6px
    }
}

@keyframes static3 {

    0%,
    60%,
    to {
        x: 22px;
        width: 16px
    }

    20%,
    40% {
        x: 22px;
        width: 6px
    }
}

@keyframes traficIMG1 {

    0%,
    to {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(0)
    }
}

@keyframes traficIMG2 {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}
body.reports {
    overflow-x: hidden;
}
.cont-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 15px
}

.productNav .separator {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e9ebf2
}

@media (max-width:1045px) {
    .productNav .separator {
        left: 15px;
        width: calc(100% - 30px)
    }
}

.productNav .home {
    justify-content: center;
    padding: 0 0 10px
}

.productNav .home,
.productNav .home figure,
.productNav .mask-container,
.productNav ul {
    display: flex;
    align-items: center
}

.productNav .home span {
    white-space: nowrap;
    margin-left: 18px;
    transition: .2s linear
}

.productNav .mask-container {
    flex-grow: 1;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0 -20px 0 20px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 20px, #000 calc(100% - 20px), transparent)
}

.productNav ul {
    overflow: auto;
    -webkit-mask-image: linear-gradient(180deg, #000, #000 calc(100% - 10px), transparent calc(100% - 10px), transparent);
    padding: 0 0 10px
}

.productNav li {
    padding: 0 21px
}

@media (max-width:991px) {
    .productNav li {
        padding: 0 10px
    }

    .productNav li:first-child {
        padding-left: 20px
    }

    .productNav li:last-child {
        padding-right: 20px
    }
}

.productNav li a {
    letter-spacing: .7px;
    transition: .2s linear
}

.productNav-reports {
    position: absolute;
    width: 100%;
    top: 65px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    z-index: 9
}
@media screen and (max-width: 767px) {
    .productNav-reports {
        top: 59px;
    }
}
.productNav-reports ul {
    margin-bottom: 0
}

.banner-info__title span,
.productNav-reports .home span {
    color: #10b890
}

.productNav-reports li a {
    color: #6b6b6b
}

.productNav-reports li:nth-child(4) a {
    color: #03452f
}

.productNav-reports .home span:hover,
.productNav-reports li a:hover {
    color: #03452f
}

.reports_bg_top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 755px;
    transform: skewY(-12deg)
}

@media screen and (max-width:768px) {
    .reports_bg_top {
        min-height: 610px
    }
}

@media screen and (max-width:525px) {
    .reports_bg_top {
        min-height: 665px
    }
}

.reports_box_l,
.reports_gray1 {
    position: absolute;
    left: 0;
    bottom: 0
}

.reports_gray1 {
    height: 4000px;
    right: 0;
    background: #f5f8fc
}

.reports_box_l {
    width: 22%;
    height: 130px
}

@media screen and (max-width:1550px) {
    .reports_box_l {
        height: 110px
    }
}

@media screen and (max-width:1280px) {
    .reports_box_l {
        width: 33%
    }
}

@media screen and (max-width:768px) {
    .reports_box_l {
        height: 90px
    }
}

@media screen and (max-width:525px) {
    .reports_box_l {
        width: 49%
    }
}

.details-line_left_bottom>div,
.details-line_left_top>div,
.details-line_right>div,
.reports_box_l>div,
.reports_box_r>div {
    height: calc(100%/2)
}

.reports_box_l1 {
    border: 2px solid #dde6ef;
    position: absolute;
    left: 24%;
    width: 29%;
    top: calc(-100%/2 - -35px)
}

@media (max-width:525px) {
    .reports_box_l1 {
        display: none
    }
}

.reports_box_l2 {
    background: #36a878;
    width: 57%;
    position: absolute;
    left: 0;
    top: calc(100%/2)
}

@media (max-width:525px) {
    .reports_box_l2 {
        width: 32%
    }
}

.reports_box_l3 {
    background: #cfe3f6;
    position: absolute;
    right: 0;
    width: 43%;
    top: calc(100%/2)
}

@media (max-width:525px) {
    .reports_box_l3 {
        width: 68%
    }
}

.reports_box_l4 {
    background: #5ce0a7;
    position: absolute;
    left: 15%;
    bottom: calc(-100%/2);
    width: 62%
}

@media (max-width:525px) {
    .reports_box_l4 {
        left: 0;
        width: 58%
    }
}

.reports_box_r {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 130px
}

@media screen and (max-width:768px) {
    .reports_box_r {
        height: 90px
    }
}

@media (max-width:525px) {
    .reports_box_r {
        display: none
    }
}

.reports_box_r1 {
    border: 2px solid #dde6ef;
    position: absolute;
    bottom: 450px;
    width: 23%;
    right: 4%
}

@media screen and (max-width:768px) {
    .reports_box_r1 {
        bottom: 180px
    }
}

@media screen and (max-width:525px) {
    .reports_box_r1 {
        display: none
    }
}

.reports_box_r2 {
    background: #5ce0a7;
    position: absolute;
    right: 9%;
    width: 63%;
    top: calc(100%/2)
}

.reports_box_r3 {
    background: #36a878;
    position: absolute;
    right: 0;
    bottom: calc(-100%/2);
    width: 81%
}

.reports_box_r4 {
    background: #5ce0a7;
    position: absolute;
    left: 0;
    width: 19%;
    bottom: calc(-100%)
}

.reports_box_r5 {
    background: #e3effc;
    position: absolute;
    left: 19%;
    bottom: -100%;
    width: 65%
}

body .banner-info__container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media screen and (max-width:1280px) {
    .banner {
        height: auto
    }
}

.banner-container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding-top: 160px;
    min-height: 790px
}

@media screen and (max-width:1280px) {
    .banner-container {
        flex-wrap: wrap
    }
}

@media screen and (max-width:991px) {
    .banner-container {
        padding-top: 145px;
        overflow-x: hidden
    }
}

@media screen and (max-width:639px) {
    .banner-container {
        padding-top: 132px;
        min-height: 780px
    }
}

@media screen and (max-width:525px) {
    .banner-container {
        padding-top: 115px
    }
}

.banner-info__container {
    margin-top: 70px;
    display: flex;
    flex: 0 0 57%
}

@media screen and (max-width:1280px) {
    .banner-info__container {
        flex: 0 0 100%;
        margin-top: 0
    }
}

@media screen and (max-width:991px) {
    .banner-info__container {
        flex: 0 0 750px
    }
}

@media screen and (max-width:767px) {
    .banner-info__container {
        flex: 0 0 100%
    }
}

.banner-screen__container {
    position: relative;
    display: flex;
    flex: 0 0 41%;
    margin-top: 62px
}

@media screen and (max-width:1550px) {
    .banner-screen__container {
        margin-top: 0
    }
}

@media screen and (max-width:1280px) {
    .banner-screen__container {
        flex: 0 0 100%
    }
}

/* .banner-info__title {
    font-size: 51px;
    color: #32325d;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4
} */

/* @media screen and (max-width:1550px) {
    .banner-info__title {
        font-size: 49px;
        line-height: 1.2
    }
} */

/* @media screen and (max-width:991px) {
    .banner-info__title {
        line-height: 1.5
    }
} */

/* @media screen and (max-width:767px) {
    .banner-info__title {
        font-size: 30px
    }
} */

/* @media screen and (max-width:639px) {
    .banner-info__title {
        line-height: 1.35
    }
} */

.banner-screens {
    position: relative
}

@media screen and (max-width:1280px) {
    .banner-screens {
        display: flex;
        width: 100%;
        justify-content: flex-end
    }
}

@media screen and (max-width:525px) {
    .banner-screens {
        align-items: baseline
    }
}

.banner-screens img {
    position: absolute;
    top: -93px;
    left: -20px;
}

@media screen and (max-width:1550px) {
    .banner-screens img {
        position: static;
        top: 0;
        left: 0;
        max-width: 555px
    }
}

@media screen and (max-width:1280px) {
    .banner-screens img {
        max-width: 70%;
        margin-right: -65px;
        margin-top: -95px
    }
}

@media screen and (max-width:1023px) {
    .banner-screens img {
        margin-right: 0
    }
}

@media screen and (max-width:991px) {
    .banner-screens img {
        max-width: 79%;
        margin-right: -100px;
        margin-top: -100px
    }
}

@media screen and (max-width:767px) {
    .banner-screens img {
        margin-right: -65px
    }
}

@media screen and (max-width:639px) {
    .banner-screens img {
        margin-right: 0;
        margin-top: 0;
        max-width: 100%
    }
}

@media screen and (max-width:525px) {
    .banner-screens img {
        margin-top: -40px;
        max-width: 340px
    }
}

.reports-button {
    display: inline-block;
    margin: 40px 0 0;
    /* height: 40px;
    width: 150px;
    box-sizing: border-box;
    padding: 0;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 0;
    background: #393968;
    box-shadow: 2px 2px 5px rgba(182, 182, 218, .7), -4px -4px 5px #fff;
    transition: .2s linear;
    white-space: nowrap; */
   
}

/* .reports .button:hover {
    transform: translateY(-4px);
    background-color: #6772e5
} */

@media screen and (max-width:991px) {
    .reports-button {
        margin: 58px 0 0
    }
}

@media screen and (max-width:639px) {
    .reports-button {
        margin: 25px 0 0
    }
}

.statistic {
    position: relative;
    padding: 110px 0 0
}

@media screen and (max-width:1280px) {
    .statistic {
        padding: 0
    }
}

@media screen and (max-width:768px) {
    .statistic {
        margin: -50px 0 50px
    }
}

.statistic_images svg {
    margin: 0 auto;
    display: block
}

@media screen and (max-width:767px) {
    .statistic_images svg {
        width: 60px;
        height: 60px
    }
}

.statistic_images .p1 {
    animation: static1 6s linear 1.5s infinite
}

.statistic_images .p2 {
    animation: static2 6s linear .75s infinite
}

.statistic_images .p3 {
    animation: static3 6s linear infinite
}

.statistic_title {
    /* font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    color: #3f3f67; */
    margin: 40px 0 64px;
    text-align: center;
}

@media screen and (max-width:991px) {
   
    .statistic_title br {
        display: none
    }
}

@media screen and (max-width:768px) {
    .statistic_title {
        margin: 50px 0 22px;
    }
}

/* @media screen and (max-width:767px) {
    .statistic_title {
        font-size: 20px
    }
} */

@media screen and (max-width:639px) {
    .statistic_title {
        margin: 20px 0 0;
    }
}

.statistic-list__item_icon {
    height: 45px;
    display: flex;
    align-items: flex-end
}

.statistic-list__item_title {
    padding-top: 24px;
    /* font-weight: 500;
    font-size: 20px;
    color: #32325d;
    line-height: 1.47 */
}

/* @media screen and (max-width:1280px) {
    .statistic-list__item_title {
        font-size: 18px
    }
} */

@media (max-width:525px) {
    .statistic-list__item_title {
        padding-top: 0
    }
}

.statistic-list__item_descr {
    padding-top: 16px;
    /* font-size: 18px;
    line-height: 1.7;
    color: #525f7f; */
    max-width: 301px
}

/* @media screen and (max-width:1280px) {
    .statistic-list__item_descr {
        font-size: 16px
    }
} */

@media screen and (max-width:639px) {
    .statistic-list__item_descr {
        max-width: 100%
    }
}

.statistic-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 175px
}

@media screen and (max-width:768px) {
    .statistic-list {
        padding-bottom: 85px
    }
}

@media screen and (max-width:639px) {
    .statistic-list {
        flex-wrap: wrap
    }
}

@media screen and (max-width:991px) {
    .statistic-list__item {
        width: 32%
    }
}

@media screen and (max-width:639px) {
    .statistic-list__item {
        width: 100%;
        margin: 40px 0 0
    }
}

.statistic_num2 circle {
    transition: .3s linear;
    r: 7
}

.statistic_num2:hover circle {
    transition: .3s linear;
    r: 2.5
}

.shild svg,
.statistic-list__item:hover .shild svg {
    transform: scale(1.2);
    transition: 1s
}

.details,
.shild {
    position: relative
}

.shild {
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.shild svg {
    transform: scale(1)
}

.details-info_block_dop svg,
.shild .circ {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.shild .circ {
    background: #b4d5f3;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    margin: 0 auto
}

.statistic_num1 .bias1,
.statistic_num1 .bias2 {
    transition: 1s;
    transform: translateY(0)
}

.statistic_num1:hover .bias1 {
    transform: translateY(-8px);
    transition: 1s
}

.statistic_num1:hover .bias2 {
    transform: translateY(-4px);
    transition: 1s
}

.details {
    padding-bottom: 20px
}

.details-line_box {
    position: absolute;
    transform: skewY(-10deg);
    background: #f4f6ff;
    top: 0;
    bottom: 175px;
    left: 0;
    right: 0;
    z-index: -1
}

.details-info {
    padding: 85px 0 130px
}

@media screen and (max-width:768px) {
    .details-info {
        padding: 85px 0 75px
    }
}

@media screen and (max-width:639px) {
    .details-info {
        padding: 85px 0 0
    }
}

@media screen and (max-width:525px) {
    .details-info {
        padding: 50px 0 0
    }
}

.details-info_block1 img {
    margin-left: -90px;
    margin-bottom: -25px
}

@media screen and (max-width:1023px) {
    .details-info_block1 img {
        max-width: 450px
    }
}

@media screen and (max-width:768px) {
    .details-info_block1 img {
        max-width: 470px
    }
}

@media screen and (max-width:767px) {
    .details-info_block1 img {
        position: static;
        max-width: 445px;
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width:639px) {
    .details-info_block1 img {
        max-width: 100%;
        margin-top: -80px
    }
}

.details-info_block2 {
    padding-top: 90px
}

@media screen and (max-width:768px) {
    .details-info_block2 {
        padding-top: 48px
    }
}

@media screen and (max-width:1023px) {
    .details-info_block2 img {
        max-width: 385px
    }
}

@media screen and (max-width:860px) {
    .details-info_block2 img {
        max-width: 440px
    }
}

@media screen and (max-width:767px) {
    .details-info_block2 img {
        position: static;
        max-width: 445px;
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width:639px) {
    .details-info_block2 img {
        max-width: 100%
    }
}

.details-info_block {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    .details-info_block {
        flex-wrap: wrap
    }
}

.details-info_block_dop {
    min-height: 400px;
    max-height: 400px;
    max-width: 400px;
    position: relative;
    width: 100%
}

@media screen and (max-width:991px) {
    .details-info_block_dop {
        min-height: 282px;
        max-height: 300px;
        max-width: 340px
    }
}

@media screen and (max-width:767px) {
    .details-info_block_dop {
        margin: 30px auto 70px
    }
}

@media screen and (max-width:639px) {
    .details-info_block_dop {
        max-width: 270px
    }
}

@media (max-width:525px) {
    .details-info_block_dop {
        margin: 70px auto 40px
    }
}

.details-info_block_dop svg {
    margin-right: -100px
}

@media screen and (max-width:991px) {
    .details-info_block_dop svg {
        margin-right: -50px;
        max-width: 427px
    }
}

@media screen and (max-width:639px) {
    .details-info_block_dop svg {
        max-width: 300px;
        margin-right: -18px
    }
}

.details-info_block_icon {
    flex-basis: 50%;
    position: relative;
    height: 100%;
    min-height: 400px;
    max-height: 400px
}

@media screen and (max-width:767px) {
    .details-info_block_icon {
        flex-basis: 100%;
        min-height: 1px
    }
}

@media screen and (max-width:525px) {
    .details-info_block_icon {
        max-height: 295px
    }
}

.details-info_block_icon .gerl {
    position: absolute;
    left: -42px;
    bottom: 42px;
    z-index: 1;
    animation: traficIMG2 3s linear infinite
}

@media screen and (max-width:991px) {
    .details-info_block_icon .gerl {
        width: 50px;
        left: 10px;
        bottom: 60px
    }
}

.details-info_block_icon .men {
    position: absolute;
    right: 0;
    top: 10px;
    animation: traficIMG1 3s linear infinite
}

@media screen and (max-width:991px) {
    .details-info_block_icon .men {
        width: 50px;
        right: 15px
    }
}

.details-info_block_text {
    flex-basis: 50%
}

@media screen and (max-width:1280px) {
    .details-info_block_text {
        flex-basis: 48%
    }
}

@media screen and (max-width:767px) {
    .details-info_block_text {
        flex-basis: 100%
    }
}

.details-info_block_descr {
    margin: 24px 0
}

.details-line_left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 27%
}

@media screen and (max-width:1280px) {
    .details-line_left {
        width: 42%
    }
}

@media screen and (max-width:639px) {
    .details-line_left {
        width: 65%
    }
}

.details-line_left_top {
    height: 110px;
    position: absolute;
    left: 0;
    top: -110px;
    width: 100%
}

@media screen and (max-width:768px) {
    .details-line_left_top {
        height: 90px;
        top: -90px
    }
}

.details-line_left_top1 {
    border: 2px solid #cfe3f6;
    position: absolute;
    left: 25%;
    width: 37%;
    top: calc(-100%/2)
}

@media screen and (max-width:639px) {
    .details-line_left_top1 {
        left: 6%;
        width: 57%;
        top: calc(-100%/2 + 30px)
    }
}

.details-line_left_top2 {
    background: #36a878;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32%
}

.details-line_left_top3 {
    background: #5bd8a4;
    position: absolute;
    left: 32%;
    bottom: 0;
    width: 68%
}

.details-line_left_bottom {
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

@media screen and (max-width:768px) {
    .details-line_left_bottom {
        height: 90px;
        bottom: -160px
    }
}

@media screen and (max-width:639px) {
    .details-line_left_bottom {
        bottom: 0;
        width: 65%
    }
}

.details-line_left_bottom1 {
    background: #e8ebfb;
    position: absolute;
    right: 0;
    bottom: calc(100%/2);
    width: 45%
}

.details-line_left_bottom2 {
    background: #cfe3f6;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%
}

.details-line_left_bottom3 {
    background: #4cd59f;
    position: absolute;
    left: 30%;
    bottom: 0;
    width: 70%
}

.details-line_left_bottom4 {
    background: #36a878;
    position: absolute;
    left: 0;
    bottom: calc(-100%/2);
    width: 67%
}

.details-line_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 110px
}

@media screen and (max-width:768px) {
    .details-line_right {
        height: 90px
    }
}

.details-line_right1 {
    background: #cfe3f6;
    position: absolute;
    right: 11%;
    width: 53%;
    bottom: calc(100%/2)
}

.details-line_right2 {
    background: #4cd59f;
    position: absolute;
    right: 0;
    width: 31%;
    bottom: 0
}

.details-line_right3 {
    background: #7aeaba;
    position: absolute;
    right: 31%;
    bottom: 0;
    width: 51%
}

.details-line_right4 {
    background: #f4f6ff;
    position: absolute;
    right: 0;
    bottom: calc(-100%/2);
    width: 45%
}

.details-line_right5 {
    border: 2px solid #5cdca6;
    position: absolute;
    left: 0;
    bottom: calc(-100%);
    width: 55%
}

.laptop_top {
    background: #fcfcff;
    box-shadow: var(--shadow-5);
    /* 
    border-radius: 5px;
    height: 283px;
    padding: 0 87px;
    display: flex;
    align-items: center;
    justify-content: space-between */
}

/* @media screen and (max-width:991px) {
    .laptop_top {
        padding: 0 55px
    }
} */

/* @media screen and (max-width:768px) {
    .laptop_top {
        padding: 0 45px;
        height: 210px
    }
} */

@media screen and (max-width:767px) {
    .laptop_top {
        padding: 45px;
        height: auto;
        flex-wrap: wrap
    }
}

@media screen and (max-width:639px) {
    .laptop_top {
        padding: 28px 30px
    }
}

.laptop_text {
    /* font-weight: 500;
    font-size: 28px; */
    color: #4a4bce;
    /* text-transform: uppercase;
    line-height: 1.6; */
    flex-basis: 64%
}

/* @media screen and (max-width:991px) {
    .laptop_text {
        font-size: 26px
    }
} */

@media screen and (max-width:767px) {
    .laptop_text {
        flex-basis: 100%;
        text-align: center
    }
}

.laptop_btn {
    margin-right: 0;
    margin-left: auto;
    /* display: block;
    height: 40px;
    width: 150px;
    box-sizing: border-box;
    padding: 0;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 0;
    background: #393968;
    box-shadow: 2px 2px 5px rgba(182, 182, 218, .7), -4px -4px 5px #fff;
    transition: .2s linear;
    white-space: nowrap;
    cursor: pointer */
}

@media screen and (max-width:767px) {
    .laptop_btn {
        margin: 20px auto 0
    }
}

.pie-chart2 {
    max-width: 600px;
    margin-right: -105px
}

/* .reports_title {
    font-weight: 400;
    font-size: 51px;
    color: #32325d;
    line-height: 1.5
} */

/* @media screen and (max-width:1550px) {
    .reports_title {
        font-size: 49px;
        line-height: 1.2
    }
} */

@media screen and (max-width:991px) {
    /* .reports_title {
        font-size: 48px
    } */

    .reports_title br {
        display: none
    }
}

/* @media screen and (max-width:860px) {
    .reports_title {
        font-size: 45px
    }
} */

/* @media screen and (max-width:768px) {
    .reports_title {
        line-height: 1.34
    }
} */

/* @media screen and (max-width:767px) {
    .reports_title {
        font-size: 30px;
        line-height: 1.5
    }
} */

/* .reports_descr {
    font-weight: 400;
    font-size: 32px;
    color: #727290;
    line-height: 1.6
} */

/* @media screen and (max-width:1550px) {
    .reports_descr {
        line-height: 1.3
    }
} */

/* @media screen and (max-width:991px) {
    .reports_descr {
        font-size: 30px
    }
} */

@media screen and (max-width:768px) {
    .reports_descr {
        margin: 26px 0 30px
    }
}

@media screen and (max-width:767px) {
    .reports_descr {
        margin: 15px 0
    }
}

/* .reports_texts {
    font-weight: 400;
    font-size: 18px;
    color: #525f7f;
    line-height: 1.7
} */

/* @media (max-width:767px) {
    .reports_texts {
        font-size: 16px
    }
} */

.detals_anim_box {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 100px rgba(11, 13, 20, .17);
    height: 320px;
    max-width: 89%;
    margin: 62px 0 0;
    transform-origin: 33% 0;
    transform: perspective(1064px) rotateY(13deg) skewX(3deg)
}

.detals_anim_box_head {
    background: #d4d9fc;
    height: 35px;
    border-radius: 5px
}

@media (max-width:525px) {
    .detals_anim_box_head {
        height: 11%
    }
}

.detals_anim_box_body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.detals_anim_box_body_icon {
    flex-basis: 31%;
    height: 310px;
    position: relative
}

@media (max-width:525px) {
    .detals_anim_box_body_icon {
        height: 137px
    }

    .detals_anim_box_body_icon svg {
        max-width: 25px
    }
}

.detals_anim_box_body_info {
    flex-basis: 69%
}

.detals_anim_box_body_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 5%
}

.detals_anim_box_body_bottom {
    background: #fff;
    box-shadow: 0 4px 60px rgba(10, 38, 139, .15);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    width: 95%;
    margin-top: 13px;
    height: 85px
}

@media (max-width:767px) {
    .detals_anim_box_body_bottom {
        margin-top: 10px;
        height: 35px
    }
}

@media screen and (max-width:767px) {
    .details-info_block1 .details-info_block_text {
        padding-top: 50px
    }

    .details-info_block1 .detals_anim_box {
        max-width: 400px;
        margin: 64px auto 0
    }
}

@media screen and (max-width:525px) {
    .details-info_block1 .detals_anim_box {
        max-width: 215px;
        margin: 0 auto;
        height: 150px
    }
}

.details-info_block2 .details-info_block_icon {
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width:991px) {
    .details-info_block2 .details-info_block_icon {
        align-items: center
    }
}

.detals_icon1 {
    position: absolute;
    top: 45%;
    left: 30px
}

@media (max-width:525px) {
    .detals_icon1 {
        top: 37%;
        left: 10px
    }
}

.detals_icon2,
.top_l svg {
    position: absolute;
    top: 67%;
    left: 30px
}

@media (max-width:525px) {
    .detals_icon2 {
        top: 60%;
        left: 10px
    }
}

.detals_icon3 {
    position: absolute;
    bottom: -4px;
    left: 30px
}

@media (max-width:525px) {
    .detals_icon3 {
        top: 83%;
        left: 10px
    }
}

.top_l {
    background: #fff;
    box-shadow: 0 4px 40px rgba(10, 38, 139, .1);
    border-radius: 5px;
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -28px;
    height: 185px;
    position: relative
}

@media (max-width:525px) {
    .top_l {
        margin-top: -13px;
        height: 90px
    }
}

.top_l svg {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s
}

@media (max-width:525px) {
    .top_l svg {
        max-width: 60px
    }
}

.top_r {
    background: #fff;
    box-shadow: 0 4px 40px rgba(10, 38, 139, .1);
    border-radius: 5px;
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -28px;
    height: 185px
}

@media (max-width:525px) {
    .top_r {
        margin-top: -13px;
        height: 90px
    }

    .top_r svg {
        max-width: 60px
    }
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: .2s;
    box-shadow: none;
    background: #15af83;
    background: -moz-linear-gradient(left, #15af83 0, #15af83 0, #a5b3fe 100%, #7db9e8 100%, #a5b3fe 100%);
    background: -webkit-linear-gradient(left, #15af83 0, #15af83 0, #a5b3fe 100%, #7db9e8 100%, #a5b3fe 100%);
    background: linear-gradient(to right, #15af83 0, #15af83 0, #a5b3fe 100%, #7db9e8 100%, #a5b3fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15af83', endColorstr='#a5b3fe', GradientType=1);
    border-radius: 20px;
    border: 0
}

@media screen and (max-width:525px) {
    input[type=range]::-webkit-slider-runnable-track {
        height: 5px
    }
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000031;
    border: 4px solid #f9fafc;
    height: 21px;
    width: 21px;
    border-radius: 50px;
    background: #758bfe;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px
}

@media screen and (max-width:525px) {
    input[type=range]::-webkit-slider-thumb {
        height: 18px;
        width: 18px;
        margin-top: -8px
    }
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #15af83;
    background: -moz-linear-gradient(left, #15af83 0, #15af83 0, #a5b3fe 100%, #7db9e8 100%, #a5b3fe 100%);
    background: -webkit-linear-gradient(left, #15af83 0, #15af83 0, #a5b3fe 100%, #7db9e8 100%, #a5b3fe 100%);
    background: linear-gradient(to right, #15af83 0, #15af83 0, #a5b3fe 100%, #7db9e8 100%, #a5b3fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15af83', endColorstr='#a5b3fe', GradientType=1)
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: .2s;
    box-shadow: none;
    background: #15af83;
    background: -moz-linear-gradient(left, #15af83 0, #15af83 0, #a5b3fe 100%, #7db9e8 100%, #a5b3fe 100%);
    background: -webkit-linear-gradient(left, #15af83 0, #15af83 0, #a5b3fe 100%, #7db9e8 100%, #a5b3fe 100%);
    background: linear-gradient(to right, #15af83 0, #15af83 0, #a5b3fe 100%, #7db9e8 100%, #a5b3fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15af83', endColorstr='#a5b3fe', GradientType=1);
    border-radius: 20px;
    border: 0
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000031;
    border: 4px solid #f9fafc;
    height: 21px;
    width: 21px;
    border-radius: 50px;
    background: #758bfe;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: .2s;
    background: 0 0;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: .2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: .2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d
}

input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
    border: 1px solid #000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd
}

.bg_icon1,
.bg_icon2,
.bg_icon3,
.duga {
    transition: .5s
}

@media screen and (max-width:1023px) {
    .accounting {
        padding-bottom: 135px
    }
}

@media screen and (max-width:639px) {
    .accounting {
        padding-bottom: 0
    }
}

.accounting_cont {
    padding-top: 58px
}

@media screen and (max-width:768px) {
    .accounting_cont {
        padding-top: 90px
    }
}

@media screen and (max-width:639px) {
    .accounting_cont {
        padding-top: 20px
    }
}

.accounting_cont .reports_descr {
    margin: 24px 0 
}

@media (max-width:639px) {
    .accounting_cont .reports_descr {
        margin: 20px 0 15px
    }
}

.accounting_cont .num1 img {
    margin-bottom: -10px;
    margin-left: -60px;
    height: auto;
}

@media screen and (max-width:1023px) {
    .accounting_cont .num1 img {
        max-width: 400px
    }
}

@media screen and (max-width:767px) {
    .accounting_cont .num1 img {
        position: static;
        max-width: 360px;
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width:639px) {
    .accounting_cont .num1 img {
        max-width: 100%
    }

    .accounting_cont .num2 {
        margin-top: 20px
    }
}

.accounting_cont .num2 img {
    position: relative
}

@media screen and (max-width:1023px) {
    .accounting_cont .num2 img {
        max-width: 320px
    }
}

@media screen and (max-width:767px) {
    .accounting_cont .num2 img {
        position: static;
        max-width: 290px;
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width:639px) {
    .accounting_cont .num2 img {
        max-width: 200px
    }
}

.accounting_inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 115px;
    min-height: 400px
}

@media screen and (max-width:768px) {
    .accounting_inn {
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .accounting_inn {
        flex-wrap: wrap;
        min-height: 1px
    }
}

.accounting_inn:last-child {
    margin-bottom: 0
}

.accounting_inn_image {
    flex-basis: 50%;
    position: relative
}

@media screen and (max-width:767px) {
    .accounting_inn_image {
        flex-basis: 100%
    }
}

@media (max-width:767px) {
    .accounting_inn_image.num2 {
        margin-top: 25px
    }
}

.accounting_inn_box {
    flex-basis: 49%
}

@media screen and (max-width:1350px) {
    .accounting_inn_box {
        flex-basis: 48%
    }
}

@media screen and (max-width:767px) {
    .accounting_inn_box {
        flex-basis: 100%
    }
}

.accounting_line {
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    height: 110px;
    transform: skewY(-12deg)
}

@media screen and (max-width:767px) {
    .accounting_line {
        height: 90px;
        z-index: -1
    }
}

.accounting_line1,
.accounting_line2 {
    position: absolute;
    height: calc(100%/2)
}

.accounting_line1 {
    background: rgba(227, 239, 252, .4);
    left: 7%;
    top: 0;
    width: 60%
}

.accounting_line2 {
    background: rgba(207, 227, 246, .4);
    right: 0;
    top: calc(100%/2);
    width: 76%
}

#platform-management .laptop .chassis {
    width: 84%;
    height: 192px;
    top: 486px;
    border-radius: 8px 8px 14px 14px;
    -webkit-transform: perspective(880px) rotateX(40deg);
    transform: perspective(880px) rotateX(40deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background: linear-gradient(rgba(145, 161, 181, .2), rgba(145, 161, 181, 0)), linear-gradient(45deg, #e5ebf2, #f3f8fb);
    -webkit-box-shadow: inset 0 -2px 3px rgba(145, 161, 181, .5), inset -1px -6px 4px rgba(253, 255, 255, .9);
    box-shadow: inset 0 -2px 3px rgba(145, 161, 181, .5), inset -1px -6px 4px rgba(253, 255, 255, .9);
    left: 0;
    right: 0;
    margin: 0 auto
}

@media screen and (max-width:1280px) {
    #platform-management .laptop .chassis {
        height: 135px;
        top: 310px
    }
}

@media screen and (max-width:767px) {
    #platform-management .laptop .chassis {
        top: 275px
    }
}

@media screen and (max-width:639px) {
    #platform-management .laptop .chassis {
        width: 410px;
        top: 240px
    }
}

@media screen and (max-width:525px) {
    #platform-management .laptop .chassis {
        width: 285px;
        top: 163px;
        height: 75px
    }
}

#platform-management .laptop .keyboard {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
    height: 90px;
    border-radius: 2px 2px 4px 4px;
    max-width: 90%
}

@media screen and (max-width:1280px) {
    #platform-management .laptop .keyboard {
        height: 65px
    }
}

@media screen and (max-width:525px) {
    #platform-management .laptop .keyboard {
        height: 28px
    }
}

#platform-management .laptop .trackpad {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 105px;
    height: 70px;
    border-radius: 4px 4px 6px 6px;
    max-width: 43%
}

@media screen and (max-width:1280px) {
    #platform-management .laptop .trackpad {
        top: 80px;
        height: 40px
    }
}

@media screen and (max-width:525px) {
    #platform-management .laptop .trackpad {
        top: 39px;
        height: 26px
    }
}

#platform-management .laptop * {
    position: absolute
}

#platform-management .laptop {
    position: relative;
    width: 100%;
    height: 676px;
    margin: 0 auto
}

@media screen and (max-width:1280px) {
    #platform-management .laptop {
        width: 640px;
        height: 455px;
        margin: 52px auto 0
    }
}

@media screen and (max-width:767px) {
    #platform-management .laptop {
        width: 550px
    }
}

@media screen and (max-width:639px) {
    #platform-management .laptop {
        width: 100%
    }
}

@media screen and (max-width:525px) {
    #platform-management .laptop {
        width: 285px;
        height: 240px
    }
}

#platform-management .laptop .shadow {
    left: 17px;
    right: 17px;
    top: 40px;
    height: 490px;
    opacity: .3;
    background: #7692b3;
    -webkit-filter: blur(30px)
}

@media screen and (max-width:1280px) {
    #platform-management .laptop .shadow {
        height: 410px
    }
}

@media screen and (max-width:767px) {
    #platform-management .laptop .shadow {
        height: 375px
    }
}

@media screen and (max-width:525px) {
    #platform-management .laptop .shadow {
        height: 210px
    }
}

#platform-management .laptop .chassis * {
    opacity: .3;
    background: linear-gradient(45deg, #b2bdcc, #c1ccd8);
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, .75);
    box-shadow: 1px 1px 1px rgba(255, 255, 255, .75)
}

#platform-management .laptop .lid,
.lid_img {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center
}

#platform-management .laptop .lid {
    width: 84%;
    height: 486px;
    background: linear-gradient(45deg, #e5ebf2, #f3f8fb);
    border-radius: 20px;
    -webkit-box-shadow: inset 1px -4px 6px rgba(145, 161, 181, .3);
    box-shadow: inset 1px -4px 6px rgba(145, 161, 181, .3);
    justify-content: center
}

@media screen and (max-width:1280px) {
    #platform-management .laptop .lid {
        height: 310px
    }
}

@media screen and (max-width:767px) {
    #platform-management .laptop .lid {
        height: 275px
    }
}

@media screen and (max-width:639px) {
    #platform-management .laptop .lid {
        width: 410px;
        height: 240px
    }
}

@media screen and (max-width:525px) {
    #platform-management .laptop .lid {
        width: 100%;
        height: 163px;
        border-radius: 10px
    }
}

#platform-management .laptop .camera {
    --size: 4px;
    width: var(--size);
    height: var(--size);
    top: 10px;
    left: 50%;
    margin-left: -2px;
    border-radius: 50%;
    background: #dae0e8
}

@media (max-width:639px) {
    #platform-management .laptop .camera {
        top: 5px
    }
}

.lid_img {
    top: 0;
    bottom: 0
}

@media screen and (max-width:639px) {
    .lid_img {
        left: 10px;
        right: 10px;
        top: 15px;
        margin: 0 auto;
        bottom: 10px;
        display: flex;
        align-items: center;
        overflow: hidden
    }
}

.solution {
    position: relative
}

.solution_bg {
    background: linear-gradient(31.16deg, #01a179 -20.22%, #5ce0a7 104.68%);
    transform: skewY(-12deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    bottom: 30px;
    z-index: -1
}

@media screen and (max-width:639px) {
    .solution_bg {
        top: -155px
    }
}

.solution_line {
    position: absolute;
    height: 60px;
    top: -60px;
    left: 0;
    width: 22%
}

@media screen and (max-width:1550px) {
    .solution_line {
        height: 55px;
        top: -55px
    }
}

@media screen and (max-width:768px) {
    .solution_line {
        height: 45px;
        top: -45px
    }
}

@media screen and (max-width:639px) {
    .solution_line {
        display: none
    }
}

.solution_line1,
.solution_line2 {
    position: absolute;
    top: 0;
    height: 100%
}

.solution_line1 {
    background: #5bdba5;
    left: 0;
    width: 37%
}

.solution_line2 {
    background: #edf4fb;
    left: 37%;
    width: 63%
}

.solution_shadow_l {
    background: linear-gradient(71.33deg, #16ac82 44.73%, rgba(57, 200, 174, 0) 110.03%);
    position: absolute;
    left: 0;
    bottom: 92px;
    height: 262px;
    width: 70%
}

@media screen and (max-width:639px) {
    .solution_shadow_l {
        display: none
    }
}

.solution_shadow_r {
    background: linear-gradient(258.77deg, #40cb95 1.79%, rgba(32, 183, 137, 0) 32.26%);
    position: absolute;
    right: 0;
    top: 0;
    height: 262px;
    width: 80%
}

@media screen and (max-width:639px) {
    .solution_shadow_r {
        display: none
    }
}

.solution_title {
    /* font-weight: 400;
    font-size: 51px;
    color: #fff; */
    text-align: center;
    padding-top: 60px;
    margin-bottom: 24px
}

/* @media screen and (max-width:1550px) {
    .solution_title {
        font-size: 49px;
        line-height: 1.2
    }
} */

@media screen and (max-width:768px) {
    .solution_title {
        padding-top: 25px;
        margin-bottom: 25px
    }
}

/* @media screen and (max-width:767px) {
    .solution_title {
        font-size: 30px
    }
} */

.solution_descr {
    /* font-size: 23px;
    color: #fff;
    line-height: 1.8; */
    margin-bottom: 104px;
    text-align: center;
}

@media screen and (max-width:1350px) {
    .solution_descr {
        margin-bottom: 65px
    }
}

@media screen and (max-width:1280px) {
    .solution_descr {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    /* .solution_descr {
        font-size: 20px
    } */

    .solution_descr br {
        display: none
    }
}

.ui_img {
    margin: 0 auto;
    max-width: 877px;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden
}

@media screen and (max-width:1280px) {
    .ui_img {
        max-width: 100%
    }
}

@media screen and (max-width:639px) {
    .ui_img {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }
}

.after,
.before {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden
}

@media (max-width:1000px) {

    .after img,
    .before {
        display: none
    }

    .after {
        width: 100% !important;
        background: url(../images/reports/ui-green.png) no-repeat top center;
        background-size: cover
    }
}

.after img,
.before img {
    width: 800px
}

@media screen and (max-width:1280px) {

    .after img,
    .before img {
        width: 540px
    }
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 4%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: .9;
    pointer-events: auto;
    cursor: grab
}

@media (max-width:1000px) {
    .scroller {
        display: none
    }
}

.scroller.grab {
    cursor: grabbing
}

.advertising_company {
    padding: 104px 0 0;
    position: relative
}

@media screen and (max-width:768px) {
    .advertising_company {
        padding: 45px 0 0
    }
}

@media screen and (max-width:525px) {
    .advertising_company {
        padding: 25px 0 0
    }
}

.advertising_company_image svg {
    margin: 0 auto;
    display: block
}

@media screen and (max-width:767px) {
    .advertising_company_image img {
        width: 60px;
        height: 60px
    }
}

.advertising_company_title {
    /* font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    color: #3f3f67; */
    margin: 40px 0 24px;
    text-align: center;
}

@media screen and (max-width:767px) {
    /* .advertising_company_title {
        font-size: 20px
    } */

    .advertising_company_title br {
        display: none
    }
}

@media screen and (max-width:525px) {
    .advertising_company_title {
        margin: 20px 0 30px
    }
}

.advertising_company_descr {
    text-align: center;
    /* font-weight: 400;
    font-size: 18px;
    color: #525f7f */
}

.advertising_bg_img {
    transform: skewY(12deg)
}

@media screen and (max-width:1550px) {
    .advertising_bg_img {
        position: relative;
        left: -70px;
        top: 0
    }
}

@media screen and (max-width:1280px) {
    .advertising_bg_img {
        left: -130px
    }
}

@media screen and (max-width:991px) {
    .advertising_bg_img {
        left: -55px
    }
}

@media screen and (max-width:860px) {
    .advertising_bg_img {
        left: -105px
    }
}

@media screen and (max-width:768px) {
    .advertising_bg_img {
        left: -65px
    }
}

@media screen and (max-width:525px) {
    .advertising_bg_img {
        left: -22px;
        top: 0
    }
}

.advertising_bg_box {
    min-height: 505px
}

@media screen and (max-width:768px) {
    .advertising_bg_box {
        min-height: 385px
    }
}

@media screen and (max-width:639px) {
    .advertising_bg_box {
        min-height: 300px
    }
}

@media screen and (max-width:525px) {
    .advertising_bg_box {
        min-height: 185px;
        margin-top: 40px
    }
}

.advertising_bg {
    transform: skewY(-12deg);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 71.5%
}

@media screen and (max-width:1280px) {
    .advertising_bg {
        width: 79.5%
    }
}

@media screen and (max-width:768px) {
    .advertising_bg {
        width: 85.5%
    }

    .advertising_bg img {
        width: 385px
    }
}

@media screen and (max-width:639px) {
    .advertising_bg img {
        width: 310px
    }
}

@media screen and (max-width:525px) {
    .advertising_bg img {
        width: auto
    }
}

.advertising_line_top {
    position: absolute;
    right: 0;
    top: 70px;
    width: 88%;
    height: 110px
}

@media screen and (max-width:1680px) {
    .advertising_line_top {
        width: 70%
    }
}

@media screen and (max-width:1280px) {
    .advertising_line_top {
        width: 73%
    }
}

@media screen and (max-width:991px) {
    .advertising_line_top {
        width: 58%
    }
}

@media screen and (max-width:768px) {
    .advertising_line_top {
        height: 70px;
        top: 80px
    }
}

@media screen and (max-width:525px) {
    .advertising_line_top {
        height: 50px;
        top: 60px;
        width: 90%
    }
}

.advertising_line_bottom>div,
.advertising_line_top>div {
    height: calc(100%/2);
    position: absolute
}

.advertising_line_top1 {
    background: #e3effc;
    right: 47%;
    width: 36%
}

@media screen and (max-width:525px) {
    .advertising_line_top1 {
        right: 0;
        width: 54%
    }
}

.advertising_line_top2 {
    background: #cfe3f6;
    right: 0;
    width: 47%
}

@media screen and (max-width:525px) {
    .advertising_line_top2 {
        display: none
    }
}

.advertising_line_top3 {
    background: #5bdba5;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .1);
    right: 66%;
    top: calc(100%/2);
    width: 24%;
    z-index: 3
}

@media screen and (max-width:525px) {
    .advertising_line_top3 {
        right: 18%;
        width: 52%
    }
}

.advertising_line_top4 {
    background: #7aeaba;
    right: 29%;
    top: calc(100%/2);
    width: 37%
}

@media screen and (max-width:525px) {
    .advertising_line_top4 {
        right: 0;
        width: 18%
    }
}

.advertising_line_top5 {
    background: #e3effc;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .1);
    right: 0;
    width: 29%;
    top: calc(100%/2);
    z-index: 2
}

@media screen and (max-width:525px) {
    .advertising_line_top5 {
        display: none
    }
}

.advertising_line_bottom {
    position: absolute;
    right: 0;
    top: 180px;
    width: 88%;
    height: 110px
}

@media screen and (max-width:1680px) {
    .advertising_line_bottom {
        width: 74%
    }
}

@media screen and (max-width:1280px) {
    .advertising_line_bottom {
        width: 73%
    }
}

@media screen and (max-width:991px) {
    .advertising_line_bottom {
        width: 63%
    }
}

@media screen and (max-width:768px) {
    .advertising_line_bottom {
        height: 70px;
        top: 150px
    }
}

@media screen and (max-width:525px) {
    .advertising_line_bottom {
        height: 50px;
        top: 110px
    }
}

.advertising_line_bottom1 {
    background: #5bdba5;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .1);
    right: 51%;
    width: 49%;
    z-index: 2
}

@media screen and (max-width:525px) {
    .advertising_line_bottom1 {
        right: 0;
        width: 98%
    }
}

.advertising_line_bottom2 {
    background: #cfe3f6;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .1);
    right: 25%;
    width: 26%;
    z-index: 2
}

@media screen and (max-width:525px) {
    .advertising_line_bottom2 {
        display: none
    }
}

.advertising_line_bottom3 {
    background: #e3effc;
    right: 0;
    width: 25%
}

@media screen and (max-width:525px) {
    .advertising_line_bottom3 {
        display: none
    }
}

.advertising_line_bottom4 {
    background: #cfe3f6;
    top: calc(100%/2);
    right: 61%;
    width: 24%
}

@media screen and (max-width:525px) {
    .advertising_line_bottom4 {
        right: 8%;
        width: 56%
    }
}

.advertising_line_bottom5 {
    background: #e3effc;
    right: 36%;
    width: 25%;
    top: calc(100%/2)
}

@media screen and (max-width:525px) {
    .advertising_line_bottom5 {
        right: 0;
        width: 8%
    }
}

.advertising_line_bottom6 {
    background: #cfe3f6;
    right: 12%;
    width: 24%;
    top: calc(100%/2)
}

@media screen and (max-width:525px) {
    .advertising_line_bottom6 {
        display: none
    }
}

.advertising_line_bottom7 {
    border: 2px solid #dde6ef;
    right: 30%;
    top: calc(100% + 45px);
    width: 19%
}

@media screen and (max-width:639px) {
    .advertising_line_bottom7 {
        top: calc(100% + 25px)
    }
}

@media screen and (max-width:525px) {
    .advertising_line_bottom7 {
        display: none
    }
}

.advertising_line_bottom8 {
    background: #e3effc;
    right: 22%;
    width: 14%;
    top: calc(100% + 45px + calc(100%/2))
}

@media screen and (max-width:639px) {
    .advertising_line_bottom8 {
        top: calc(100% + 25px + calc(100%/2))
    }
}

@media screen and (max-width:525px) {
    .advertising_line_bottom8 {
        display: none
    }
}

.two_arrows_mobile {
    display: none
}

@media screen and (max-width:525px) {
    .two_arrows_mobile {
        display: block
    }

    .two_arrows_desctop {
        display: none
    }
}

.two_arrows_desctop, .two_arrows_mobile {
    fill: none;
}