.cookies-block {
    background: var(--neutral-black-900, #1e2027);
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1000;
    height: 0;
    transform: translateY(100%);
    transition: all .35s linear
}

.cookies-block_show {
    height: auto;
    transform: translateY(0)
}

.cookies-block__circle {
    position: absolute;
    opacity: .2;
    z-index: 1
}

.cookies-block__circle_1 {
    width: 396px;
    height: 396px;
    top: 0;
    left: -198px
}

.cookies-block__circle_2 {
    width: 526px;
    height: 526px;
    bottom: 0;
    right: -263px
}

.cookies-block__inner {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 24px 15px;
    position: relative;
    z-index: 2
}

.cookies-block__inner,
.cookies-block__text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cookies-block__text-wrap {
    gap: 12px
}

.cookies-block__text {
    color: var(--secondary-gray, #8a9ba8);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .56px
}

.cookies-block__btns-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    min-width: 292px
}

.cookies-block__btns-wrap a {
    flex: 1 1
}

@media(max-width:1199px) {
    .cookies-block__inner {
        padding: 20px 14px;
        flex-direction: column
    }

    .cookies-block__text-wrap {
        flex-direction: column;
        margin-bottom: 20px
    }

    .cookies-block__text {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .24px;
        text-align: center
    }

    .cookies-block__btns-wrap {
        width: 100%
    }

    .cookies-block .btn-primary_lg {
        padding: 10px 24px
    }
}

.white-link {
    color: #fff;
    font-family: Poppins Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .16px
}

.white-link:active,
.white-link:focus,
.white-link:hover {
    color: #fff;
    text-decoration: underline
}

.read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--primary-blue, #006cff);
    font-family: Poppins Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .16px;
    background: transparent;
    border: none
}

.read-more path {
    transition: all .3s ease-in-out
}

.read-more:hover {
    color: var(--primary-blue-hover, #0162e5)
}

.read-more:hover path {
    fill: var(--primary-blue-hover, #0162e5)
}

.read-more:active,
.read-more:focus {
    color: var(--primary-blue-click, #378afb)
}

.read-more:active path,
.read-more:focus path {
    fill: var(--primary-blue-click, #378afb)
}

@media(max-width:767px) {
    .read-more {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .14px
    }

    .read-more svg {
        width: 20px;
        height: 20px
    }
}

.news-card-h {
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    overflow: hidden;
    background-clip: border-box;
    border-radius: 16px;
    height: 100%
}

.news-card-h:before {
    content: "";
    width: 100px;
    height: 100px;
    border-top-right-radius: 8px;
    background: #006cff;
    box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .15), inset -2px -8px 4px 0 rgba(0, 0, 0, .25);
    position: absolute;
    top: 5px;
    right: 5px
}

.news-card-h__img {
    border-radius: 16px 0 0 16px;
    height: 250px;
    width: 100%;
    max-width: 264px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #272931
}

.news-card-h__img img {
    width: auto;
    height: 100%
}

.news-card-h__loader {
    width: 100%;
    height: 100%;
    background: #272931
}

.news-card-h__description {
    flex: 1 1 auto;
    padding: 32px 44px 36px 24px;
    border-radius: 0 16px 16px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 406px;
    max-height: 250px
}

.news-card-h__bg {
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.news-card-h__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 60px;
    position: relative;
    z-index: 2
}

.news-card-h__tags {
    display: flex;
    gap: 4px;
    flex-flow: row wrap;
    max-height: 60px;
    overflow: hidden
}

.news-card-h__date {
    color: var(--secondary-gray, #8a9ba8);
    text-align: right;
    font-family: Poppins Medium;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: .24px;
    flex: 1 0;
    white-space: nowrap;
    padding-top: 4px
}

.news-card-h__heading {
    flex: auto;
    position: relative;
    z-index: 2;
    max-height: 82px
}

.news-card-h__heading h4 {
    height: 100%;
    overflow: hidden
}

.news-card-h .read-more {
    position: relative;
    z-index: 2
}

@media(max-width:1199px) {
    .news-card-h {
        flex-direction: column
    }

    .news-card-h:before {
        top: 3px;
        right: 3px
    }

    .news-card-h__img {
        width: 100%;
        max-width: unset;
        height: calc(24.0625vw - 20px);
        min-height: 154px;
        border-bottom-left-radius: 0;
        position: relative;
        z-index: 2;
        overflow: hidden;
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 273' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' %3E%3Cpath fill='%23474bff' d='M0,16C0,7.16344,7.16344,0,16,0H394.159C398.39,0,402.449,1.67609,405.448,4.6615L435.289,34.372C438.305,37.3746,440,41.4549,440,45.7105V466C440,474.837,432.837,482,424,482H16C7.16346,482,0,474.837,0,466V16Z' /%3E%3C/svg%3E");
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 273' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' %3E%3Cpath fill='%23474bff' d='M0,16C0,7.16344,7.16344,0,16,0H394.159C398.39,0,402.449,1.67609,405.448,4.6615L435.289,34.372C438.305,37.3746,440,41.4549,440,45.7105V466C440,474.837,432.837,482,424,482H16C7.16346,482,0,474.837,0,466V16Z' /%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-size: cover
    }

    .news-card-h__img img {
        width: 100% !important;
        height: auto !important;
        top: unset !important;
        bottom: unset !important;
        position: absolute;
        z-index: 1
    }

    .news-card-h__description {
        padding: 12px 20px 20px;
        background: #1e2027;
        border-top-right-radius: 0
    }

    .news-card-h__description svg {
        display: none
    }
}

@media(max-width:767px) {
    .news-card-h__img {
        width: 100%;
        height: calc(48.125vw - 20px);
        min-height: 154px
    }

    .news-card-h__heading {
        max-height: 72px
    }

    .news-card-h__date {
        margin-top: 0
    }
}

.pdf-link-btn {
    display: flex;
    padding: 24px 32px;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    background: #1f1f1f;
    border: none
}

.pdf-link-btn.pdf-link-btn_sm {
    padding: 12px 20px;
    align-items: center;
    gap: 8px;
    border-radius: 8px
}

.pdf-link-btn__text {
    color: var(--secondary-white, #fff);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    flex: auto;
    text-align: left
}

.pdf-link-btn:not(.pdf-link-btn_inact).active,
.pdf-link-btn:not(.pdf-link-btn_inact):active,
.pdf-link-btn:not(.pdf-link-btn_inact):focus,
.pdf-link-btn:not(.pdf-link-btn_inact):hover {
    background: var(--primary-blue)
}

.pdf-link-btn__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.pdf-link-btn_inact {
    position: relative;
    cursor: not-allowed;
    opacity: .7
}

.pdf-link-btn_inact:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.promo .pdf-link-btn__icon {
    display: none
}

@media(max-width:767px) {
    .pdf-link-btn {
        padding: 12px;
        gap: 4px
    }

    .pdf-link-btn__text {
        font-size: 12px
    }

    .promo .pdf-link-btn {
        padding: 12px 16px;
        gap: 8px;
        border-radius: 0;
        background: transparent
    }

    .promo .pdf-link-btn:active,
    .promo .pdf-link-btn:focus,
    .promo .pdf-link-btn:hover {
        background: #1f1f1f
    }

    .promo .pdf-link-btn__text {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: .28px
    }

    .promo .pdf-link-btn .flag-round {
        width: 20px;
        height: 20px;
        --f-width: -20px;
        background-size: auto 20px
    }
}

.btn-tab {
    display: inline-block;
    padding: 8px 24px;
    color: var(--secondary-gray, #8a9ba8);
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border-radius: 53px;
    border: none;
    background: var(--neutral-black-800, #272931);
    white-space: nowrap;
    transition: all .3s linear
}

.btn-tab_active {
    color: #fff;
    background: var(--primary-blue)
}

.btn-tab_active path {
    fill: #fff
}

.btn-tab:active,
.btn-tab:focus {
    color: #fff;
    background: var(--primary-blue-click)
}

.btn-tab:active path,
.btn-tab:focus path {
    fill: #fff
}

.btn-tab:hover {
    color: #fff;
    background: var(--primary-blue-hover)
}

.btn-tab:hover path {
    fill: #fff
}

.btn-tab[disabled],
.btn-tab[disabled]:active,
.btn-tab[disabled]:focus,
.btn-tab[disabled]:hover {
    color: rgba(138, 155, 168, .5);
    background: transparent
}

.btn-tab[disabled]:active path,
.btn-tab[disabled]:focus path,
.btn-tab[disabled]:hover path {
    fill: unset
}

.btn-tab_lg {
    min-width: 210px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .56px;
    min-height: 56px;
    max-height: 56px
}

.btn-tab_rounded {
    border-radius: 16px
}

.btn-tab_border {
    border: 2px solid #272931
}

.btn-tab_border.btn-tab_active,
.btn-tab_border:active,
.btn-tab_border:focus {
    border-color: var(--primary-blue)
}

.btn-tab div {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.btn-tab small {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .02em
}

.btn-tab small,
.btn-tab__badge {
    font-style: normal;
    font-weight: 400
}

.btn-tab__badge {
    width: unset !important;
    padding: 0 8px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 18px;
    background: var(--Neutral-Black-700, #31343d);
    color: var(--Secondary-White, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .24px
}

.calculator .btn-tab small {
    color: #fff
}

@media(max-width:767px) {
    .btn-tab {
        padding: 12px 24px;
        min-height: unset
    }
}

.hts-card {
    max-width: 555px
}

.hts-card,
.hts-card__wrap {
    display: flex;
    position: relative
}

.hts-card__wrap {
    border-radius: 15px 0 0 15px;
    background: #272931;
    padding: 0 0 0 20px;
    height: 100%;
    align-items: center;
    gap: 8px;
    z-index: 2
}

.hts-card__col,
.hts-card__img {
    margin-right: -7.5px
}

.hts-card__img {
    width: 210px;
    height: 208px;
    flex-shrink: 0;
    background: url(/hts-icons.png) no-repeat 0 0;
    background-size: cover;
    --i-width: -210px
}

.hts-card__img_withdr {
    background-position-x: var(--i-width)
}

.hts-card__img_ref {
    background-position-x: calc(var(--i-width)*2)
}

.hts-card__h4 {
    margin-bottom: 8px
}

.hts-card__p {
    margin-bottom: 20px
}

.hts-card:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 0;
    border-top-right-radius: 8px
}

.hts-card__decor {
    width: 35px;
    flex-shrink: 0;
    position: relative;
    z-index: 1
}

.hts-card__decor-top {
    width: 100%;
    height: 35px;
    background: url(/hts-angle.png) no-repeat 50%;
    background-size: cover
}

.hts-card__decor-bottom {
    width: 100%;
    height: calc(100% - 35px);
    background: #272931;
    border-bottom-right-radius: 15px
}

.hts-card__coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(30, 32, 39, .5);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    border-radius: 15px
}

.hts-card__coming-soon-label {
    color: #fff
}

.hts-card__coming-soon .company-card__branch-i {
    margin-bottom: 10px
}

@media(max-width:549px) {
    .hts-card__wrap {
        flex-direction: column;
        gap: 0
    }

    .hts-card__col {
        text-align: center;
        padding-bottom: 20px
    }

    .hts-card__img {
        width: 102px;
        height: 100px;
        --i-width: -102px;
        margin-top: -40px
    }

    .hts-card__img_soon {
        opacity: 0
    }

    .hts-card__h4 {
        margin-bottom: 8px;
        text-align: center
    }

    .hts-card__p {
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: .4px
    }

    .hts-card .show-video {
        gap: 12px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: .14px
    }

    .hts-card .show-video__icon-wrap {
        width: 44px;
        height: 44px
    }

    .hts-card .show-video__icon-wrap svg {
        width: 12px;
        height: 12px
    }
}

.show-video {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .16px
}

.show-video__icon-wrap {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border: 1px solid #393b41;
    border-radius: 50%;
    padding: 9px
}

.show-video__icon {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #006cff;
    transition: all .3s linear
}

.show-video__icon svg {
    margin-left: 2px
}

.show-video:hover .show-video__icon {
    background: var(--Primary-Blue-Hover, #0162e5)
}

.show-video:active .show-video__icon,
.show-video:focus .show-video__icon {
    background: var(--Primary-Blue-Click, #378afb)
}

.top7-card {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 16px;
    background: #1e2027
}

.top7-card__row {
    align-self: stretch
}

.top7-card__row,
.top7-card__row-l {
    display: flex;
    align-items: center;
    gap: 8px
}

.top7-card__row-l {
    color: #8a9ba8;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .4px;
    flex: auto
}

.top7-card__row-l:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(/stat-tbl-icons.svg) no-repeat 0 0;
    background-position-x: -24px;
    background-size: auto 24px
}

.top7-card__row-l_yie:before {
    background-position-x: -44px
}

.top7-card__row-l_inv:before {
    background-position-x: -64px
}

.top7-card__row-v {
    color: var(--secondary-white, #fff);
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .25px
}

.top7-card__row-v small {
    color: #8a9ba8;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .4px
}

.top7-card__top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch
}

.top7-card__logo {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid hsla(0, 0%, 100%, .12)
}

.top7-card__name {
    flex: auto;
    text-align: left
}

.top7-card__name-n {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .28px;
    margin-bottom: 2px
}

.top7-card__name-t {
    color: #8a9ba8;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .4px
}

.project-logo {
    position: relative;
    overflow: hidden
}

.project-logo.top7-card__logo {
    --w: -42px
}

.project-logo.top7-card__logo .project-logo__i {
    background-size: auto 42px
}

.project-logo.activity-row__company {
    --w: -36px
}

.project-logo.activity-row__company .project-logo__i {
    background-size: auto 36px
}

.project-logo__i {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/projects-logo.png) no-repeat 0 0;
    background-size: auto 36px
}

.project-logo__i_transparent {
    background-image: url(/projects-logo-tr.png)
}

.project-logo__i_2 {
    background-position-x: calc(1*var(--w))
}

.project-logo__i_3 {
    background-position-x: calc(2*var(--w))
}

.project-logo__i_4 {
    background-position-x: calc(3*var(--w))
}

.project-logo__i_5 {
    background-position-x: calc(4*var(--w))
}

.project-logo__i_6 {
    background-position-x: calc(5*var(--w))
}

.project-logo__i_7 {
    background-position-x: calc(6*var(--w))
}

.project-logo__i_8 {
    background-position-x: calc(7*var(--w))
}

.project-logo__i_9 {
    background-position-x: calc(8*var(--w))
}

.project-logo__i_10 {
    background-position-x: calc(9*var(--w))
}

.project-logo__i_11 {
    background-position-x: calc(10*var(--w))
}

.project-logo__i_12 {
    background-position-x: calc(11*var(--w))
}

.project-logo__i_13 {
    background-position-x: calc(12*var(--w))
}

.project-logo__i_14 {
    background-position-x: calc(13*var(--w))
}

.project-logo__i_15 {
    background-position-x: calc(14*var(--w))
}

.project-logo__i_16 {
    background-position-x: calc(15*var(--w))
}

.project-logo__i_17 {
    background-position-x: calc(16*var(--w))
}

.project-logo__i_18 {
    background-position-x: calc(17*var(--w))
}

.project-logo__i_19 {
    background-position-x: calc(18*var(--w))
}

.project-logo__i_20 {
    background-position-x: calc(19*var(--w))
}

.project-logo__i_21 {
    background-position-x: calc(20*var(--w))
}

.project-logo__i_22 {
    background-position-x: calc(21*var(--w))
}

.project-logo__i_23 {
    background-position-x: calc(22*var(--w))
}

.project-logo__i_24 {
    background-position-x: calc(23*var(--w))
}

.project-logo__i_25 {
    background-position-x: calc(24*var(--w))
}

.project-logo__i_26 {
    background-position-x: calc(25*var(--w))
}

.main-v {
    width: 100%;
    border: none;
    border-radius: 20px;
    height: 600px;
    position: relative
}

.main-v__inner {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: none;
    background: transparent
}

.main-v__inner_office {
    background: url(/video-office.png) no-repeat 50%;
    background-size: contain
}

.main-v__inner_bmodel {
    background: url(/video-business.png) no-repeat 50%;
    background-size: contain
}

.main-v__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center
}

.main-v__content p {
    font-family: Poppins Medium;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.main-v .show-video__icon-wrap {
    border-color: hsla(0, 0%, 100%, .12)
}

.main-v__framewrap {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    overflow: hidden
}

.main-v__framewrap,
.main-v__framewrap iframe {
    width: 100%;
    height: 100%
}

@media(max-width:768px) {
    .main-v {
        height: 52.5vw;
        padding: 2px
    }

    .main-v__inner {
        background-size: cover
    }

    .main-v__inner_office {
        background: url(/video-office-m.png) no-repeat 50%;
        background-size: contain
    }

    .main-v__inner_bmodel {
        background: url(/video-business-m.png) no-repeat 50%;
        background-size: contain
    }

    .main-v__content {
        gap: 4px
    }

    .main-v__content p {
        font-size: 12px;
        line-height: 20px
    }
}

.mediapartn {
    margin-top: 80px;
    margin-bottom: 80px
}

.mediapartn__row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    animation: movePLeft 20s linear infinite;
    animation-play-state: running;
    justify-content: flex-start
}

.mediapartn__row_reversed {
    animation: movePRight 20s linear infinite;
    justify-content: flex-end
}

.mediapartn__row_mob {
    display: none
}

.mediapartn__item {
    display: inline-block;
    background: #1f1f1f url(/media-partners.png) 0 0;
    background-size: auto 112px;
    border-radius: 16px;
    border: 1px solid #1f1f1f;
    transition: all .3s linear;
    width: 240px;
    height: 112px;
    flex-shrink: 0;
    --mpw: -240px
}

.mediapartn__item:active,
.mediapartn__item:focus,
.mediapartn__item:hover {
    border-color: var(--primary-blue)
}

.mediapartn__item_2 {
    background-position-x: calc(var(--mpw)*1)
}

.mediapartn__item_3 {
    background-position-x: calc(var(--mpw)*2)
}

.mediapartn__item_4 {
    background-position-x: calc(var(--mpw)*3)
}

.mediapartn__item_5 {
    background-position-x: calc(var(--mpw)*4)
}

.mediapartn__item_6 {
    background-position-x: calc(var(--mpw)*5)
}

.mediapartn__item_7 {
    background-position-x: calc(var(--mpw)*6)
}

.mediapartn__item_8 {
    background-position-x: calc(var(--mpw)*7)
}

.mediapartn__item_9 {
    background-position-x: calc(var(--mpw)*8)
}

.mediapartn__item_10 {
    background-position-x: calc(var(--mpw)*9)
}

@keyframes movePLeft {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-2508px)
    }
}

@keyframes movePRight {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(2508px)
    }
}

@keyframes movePLeftMob {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-1360px)
    }
}

@keyframes movePRightMob {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(1360px)
    }
}

@keyframes movePLeftMob2 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-1360px)
    }
}

@media(max-width:460px) {
    .mediapartn {
        margin-top: 32px;
        margin-bottom: 0
    }

    .mediapartn__row {
        gap: 4px;
        margin-bottom: 4px;
        animation: movePLeftMob 20s linear infinite
    }

    .mediapartn__row_reversed {
        animation: movePRightMob 20s linear infinite
    }

    .mediapartn__row_mob {
        display: flex;
        animation: movePLeftMob2 20s linear infinite
    }

    .mediapartn__item {
        background-position-y: 5px;
        background-size: 1320px auto;
        border-radius: 12px;
        width: 132px;
        height: 72px;
        --mpw: -132px
    }
}

.statistics {
    margin-bottom: 180px
}

.statistics h4 {
    margin-bottom: 12px
}

.statistics__main {
    margin-bottom: 120px
}

.statistics__main .col-lg-3 {
    margin-bottom: 35.5px
}

.statistics__data {
    display: inline-block;
    min-width: 120px;
    padding: 12px 24px;
    color: #feffff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 60px;
    background: var(--primary-blue, #006cff);
    z-index: 2
}

.statistics-card,
.statistics__data {
    text-align: center;
    position: relative
}

.statistics-card {
    padding: 32px 32px 56.5px;
    width: 100%;
    min-height: 420px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.statistics-card:before {
    content: "";
    width: 100px;
    height: 100px;
    border-top-right-radius: 8px;
    background: #006cff;
    box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .15), inset -2px -8px 4px 0 rgba(0, 0, 0, .25);
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: -2
}

.statistics-card__text-w {
    margin-top: 16px;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.statistics-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: flex
}

.statistics-card__bg>div:first-of-type {
    width: calc(100% - 40px);
    height: 100%;
    background: var(--neutral-black-900, #1e2027);
    border-radius: 16px 0 0 16px
}

.statistics-card__bg-dec {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 100%
}

.statistics-card__bg-dec div:first-of-type {
    width: 40px;
    height: 40px;
    background: url(/hiw-angle.png) no-repeat 50%;
    background-size: contain
}

.statistics-card__bg-dec div:last-of-type {
    width: 100%;
    height: calc(100% - 40px);
    background: var(--neutral-black-900, #1e2027);
    border-radius: 0 0 16px 0
}

.statistics-card__img {
    width: 180px;
    height: 180px;
    background: url(/stat-img.png) no-repeat 0 0;
    background-size: cover;
    display: inline-block;
    --swidth: -180px
}

.statistics-card__img_b {
    background-position-x: var(--swidth)
}

.statistics-card__img_c {
    background-position-x: calc(var(--swidth)*2)
}

.statistics-card__img_d {
    background-position-x: calc(var(--swidth)*3)
}

.statistics-card__period {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px
}

.statistics-card__period button {
    padding: 4px 8px;
    color: var(--secondary-gray, #8a9ba8);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border: none;
    background: transparent
}

.statistics-card__period button.active {
    color: var(--neutral-black-900, #1e2027);
    border-radius: 4px;
    background: var(--secondary-yellow, #ffe600)
}

.statistics-card__period button[disabled] {
    opacity: .3;
    cursor: default
}

.statistics__gr {
    display: flex;
    border-radius: 20px;
    background: #1e2028;
    overflow: hidden
}

.statistics__gr>div {
    flex: 1 1
}

.statistics__gr-week {
    max-width: 325px;
    padding: 26px 0 52px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/can-bg.png) no-repeat center 50%;
    background-size: 324px 311px
}

.statistics__gr-week h4 {
    max-width: 210px;
    margin: 0 auto 12px;
    position: relative;
    z-index: 2
}

.statistics__gr-week img {
    max-width: 252px;
    position: relative;
    z-index: 2;
    margin-bottom: 29px;
    margin-left: 10px
}

.statistics__gr-week:after,
.statistics__gr-week:before {
    content: "";
    display: block;
    width: 396px;
    height: 396px;
    border-radius: 396px;
    opacity: .3;
    background: var(--primary-blue, #006cff);
    filter: blur(55px);
    position: absolute;
    z-index: 1
}

.statistics__gr-week:after {
    bottom: -70%;
    left: -70%
}

.statistics__gr-week:before {
    top: -70%;
    right: -70%
}

.statistics__gr-wrap {
    padding: 40px
}

.statistics__gr-wrap h4 {
    margin-bottom: 24px
}

.statistics__activity h3 {
    margin-bottom: 40px
}

.statistics__activity-lbls {
    padding: 0 32px 8px;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .24px;
    opacity: .6
}

.statistics__activity-lbls>div {
    flex: 1 1
}

.statistics__activity-lbls>div:first-of-type {
    max-width: 171px
}

.statistics__activity-lbls>div:nth-of-type(2) {
    max-width: 212px
}

.statistics__activity-lbls>div:nth-of-type(3) {
    max-width: 271px
}

.statistics__activity-lbls>div:nth-of-type(4) {
    max-width: 175px
}

.statistics__activity-lbls>div:nth-of-type(5) {
    max-width: 138px
}

.statistics__activity-lbls>div:last-of-type {
    max-width: 173px
}

.statistics__activity-tbl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 40px 28px 28px;
    border-radius: 20px;
    background: var(--neutral-black-900, #1e2027);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: relative
}

.statistics__gr-container {
    position: relative
}

.statistics__gr-container canvas {
    width: 100% !important;
    height: 100% !important;
    max-height: 339px !important
}

.statistics__activity-mob {
    display: none
}

.statistics__chart-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1e2028;
    opacity: .8;
    display: flex;
    justify-content: center;
    align-items: center
}

.statistics__chart-loader-i {
    width: 50px;
    height: 50px;
    background: url(/Loader.svg) no-repeat 50%;
    background-size: contain;
    animation-name: spinLoaderStat;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.custom-tooltip {
    display: flex !important;
    align-items: center;
    gap: 7px;
    border-radius: 39px;
    border: 1px solid rgba(138, 155, 168, .2);
    background: #1e2027;
    padding: 12px;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.custom-tooltip__label {
    color: var(--secondary-gray, #8a9ba8)
}

.custom-tooltip__val {
    color: var(--Green, #48dd4b)
}

@keyframes spinLoaderStat {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media(max-width:1259px) {
    .statistics__activity-tbl {
        display: none
    }

    .statistics__activity-mob {
        display: flex;
        flex-flow: row wrap;
        gap: 8px;
        justify-content: center;
        margin-bottom: 32px;
        position: relative
    }

    .statistics__activity-mob-card {
        flex-basis: 300px
    }

    .statistics .coming-soon {
        max-width: 600px;
        left: 50%;
        margin-left: -300px
    }
}

@media(max-width:1023px) {
    .statistics-card {
        flex-direction: row;
        min-height: unset;
        padding: 14px;
        gap: 14px;
        align-items: center;
        min-height: 120px;
        max-width: 400px
    }

    .statistics-card__img {
        max-width: 92px;
        height: 92px;
        --swidth: -92px
    }

    .statistics-card__text-w {
        margin-top: 0;
        flex: unset;
        height: 100%
    }

    .statistics-card__text-w .heading_center {
        text-align: left;
        margin-bottom: 0
    }

    .statistics-card__text-w .statistics__data {
        display: inline-block;
        width: -moz-fit-content;
        width: fit-content;
        flex-shrink: 0;
        min-width: unset
    }

    .statistics-card .statistics__data {
        padding: 5px 16px 4px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .14px
    }

    .statistics__activity-tbl {
        overflow: hidden
    }
}

@media(max-width:767px) {
    .container .statistics .heading_h1 {
        margin-bottom: 12px
    }

    .statistics {
        margin-bottom: 32px
    }

    .statistics__activity h3 {
        margin-bottom: 20px
    }

    .statistics__gr {
        flex-direction: column;
        margin-top: 40px
    }

    .statistics__gr-week {
        max-width: unset;
        padding-top: 32px;
        padding-bottom: 32px;
        background-size: contain;
        background-position: center 65%
    }

    .statistics__gr-week h4 {
        margin-bottom: 16px
    }

    .statistics__gr-week img {
        max-width: 180px;
        margin-bottom: 16px
    }

    .statistics__data {
        padding: 5px 16px 4px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .14px
    }

    .statistics__gr-wrap {
        padding: 20px 10px
    }

    .statistics__gr-wrap h4 {
        margin-bottom: 0;
        text-align: center
    }

    .statistics__main {
        margin-bottom: 32px
    }

    .statistics__main .col-lg-3 {
        margin-bottom: 12px
    }

    .statistics__activity-mob-card {
        flex-basis: unset;
        width: 100%
    }

    .statistics .coming-soon {
        margin-left: 0;
        left: 0
    }
}

.activity-row {
    padding: 12px 32px;
    border-radius: 12px;
    background: var(--neutral-black-800, #272931);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    width: 100%
}

.activity-row,
.activity-row__date {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.activity-row__date {
    opacity: .6;
    flex: 1 1;
    max-width: 171px;
    white-space: nowrap
}

.activity-row__info {
    display: flex;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 1 1;
    white-space: nowrap;
    max-width: 271px
}

.activity-row__info_user {
    max-width: 212px
}

.activity-row__info_center {
    justify-content: center
}

.activity-row__user {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background: url(/user-avatars-sm.png) no-repeat 0 0;
    background-size: cover;
    --uwidth: -36px
}

.activity-row__user_b {
    background-position-x: var(--uwidth)
}

.activity-row__user_c {
    background-position-x: calc(var(--uwidth)*2)
}

.activity-row__user_d {
    background-position-x: calc(var(--uwidth)*3)
}

.activity-row__user_e {
    background-position-x: calc(var(--uwidth)*4)
}

.activity-row__user_f {
    background-position-x: calc(var(--uwidth)*5)
}

.activity-row__company {
    width: 36px;
    height: 36px;
    flex-shrink: 0
}

.activity-row__val {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    flex: 1 1;
    max-width: 175px;
    white-space: nowrap
}

.activity-row__val:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(/stat-tbl-icons.svg) no-repeat 0 0;
    background-size: auto 24px
}

.activity-row__val_amount {
    max-width: 138px
}

.activity-row__val_amount:before {
    width: 20px;
    background-position-x: -24px
}

.activity-row__val_yeld {
    max-width: 173px
}

.activity-row__val_yeld:before {
    width: 20px;
    background-position-x: -44px
}

.activity-row__val_users:before {
    width: 20px;
    background-position-x: -68px
}

.activity-row small {
    font-size: 12px;
    letter-spacing: -.42px
}

.activity-row small,
.activity-row__company-l {
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    opacity: .6
}

.activity-row__company-l {
    font-size: 14px;
    min-width: 8px
}

.home {
    position: relative;
    margin-top: -180px;
    padding-top: 180px;
    padding-bottom: 120px
}

.home__intro {
    text-align: center;
    margin-top: -165px;
    padding-top: 180px;
    padding-bottom: 230px
}

.home__intro-c-coll {
    position: relative;
    z-index: 1
}

.home__intro-c-coll:hover {
    z-index: 3
}

.home__intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/r-bg.png) center -20px;
    background-color: #272931;
    background-size: 182px 106px;
    z-index: -1
}

.home__intro-bg-dec1 {
    top: -390px;
    left: -390px;
    opacity: .1
}

.home__intro-bg-dec1,
.home__intro-bg-dec2 {
    position: absolute;
    width: 755px;
    height: 755px;
    border-radius: 50%;
    background: #378afb;
    filter: blur(55px)
}

.home__intro-bg-dec2 {
    top: 255px;
    right: -390px;
    opacity: .25
}

.home__intro-bg-dec3 {
    position: absolute;
    width: 90%;
    height: 555px;
    border-radius: 50%;
    background: #272931;
    filter: blur(55px);
    top: 850px;
    left: -355px
}

.home__intro-bg-dec4 {
    width: 60%;
    height: 500px;
    top: 750px
}

.home__intro-bg-dec4,
.home__intro-bg-dec5 {
    position: absolute;
    border-radius: 50%;
    background: #272931;
    filter: blur(55px);
    right: -355px
}

.home__intro-bg-dec5 {
    width: 755px;
    height: 755px;
    top: 350px;
    opacity: .7
}

.home__intro-bg-dec6 {
    height: 755px;
    top: 350px;
    left: -355px;
    opacity: .6
}

.home__intro-bg-dec6,
.home__intro-bg-dec7 {
    position: absolute;
    width: 755px;
    border-radius: 50%;
    background: #272931;
    filter: blur(55px)
}

.home__intro-bg-dec7 {
    height: 555px;
    top: 950px;
    left: 50%;
    margin-left: -300px
}

.home__intro .home__h1,
.home__intro .home__intro-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease-in-out;
    transition-delay: .3s
}

.home__h1 {
    max-width: 720px;
    margin: 0 auto 16px
}

.home__intro-text {
    margin-bottom: 28px
}

.home__intro-btn {
    width: auto;
    display: inline-flex
}

.home__intro-stat {
    max-width: 775px;
    margin: 106px auto 120px
}

.home__intro-cards {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -120px;
    position: relative;
    z-index: 1
}

.home__intro-cards>div:first-of-type {
    margin-left: -70px;
    transform: translateX(30px);
    opacity: 0;
    transition: all .5s ease-in-out;
    transition-delay: .6s
}

.home__intro-cards>div:last-of-type {
    margin-top: -40px;
    margin-right: -80px;
    transform: translateX(-30px);
    opacity: 0;
    transition: all .5s ease-in-out;
    transition-delay: .6s
}

.home__intro-card {
    border-radius: 16px;
    background: #1e2027;
    display: inline-flex;
    padding: 16px 20px;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 295px;
    text-align: left
}

.home__intro-card_single {
    transform: translateY(30px);
    opacity: 0;
    transition: all .5s ease-in-out;
    transition-delay: .8s
}

.home__intro-card-i {
    width: 60px;
    height: 60px;
    --i-c-width: -60px;
    flex-shrink: 0;
    background: url(/intro-stat.png) no-repeat 0 0;
    background-size: cover
}

.home__intro-card-i_start {
    background-position-x: var(--i-c-width)
}

.home__intro-card-i_invest {
    background-position-x: calc(var(--i-c-width)*2)
}

.home__intro-card-h {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .32px
}

.home__intro-card-h,
.home__intro-card-p {
    font-family: Poppins;
    font-style: normal;
    line-height: 24px
}

.home__intro-card-p {
    color: #5e6170;
    font-size: 14px;
    font-weight: 500
}

.home__section-i {
    width: 44px;
    height: 44px;
    background: url(/home-icons.png) no-repeat 0 0;
    background-size: auto 44px;
    --hi-width: -44px
}

.home__section-i_offical {
    background-position-x: var(--hi-width)
}

.home__section-i_top {
    background-position-x: calc(var(--hi-width)*2)
}

.home__section-i_bmodel {
    background-position-x: calc(var(--hi-width)*3)
}

.home__section-i_of {
    background-position-x: calc(var(--hi-width)*4)
}

.home__section-i_pdf {
    background-position-x: calc(var(--hi-width)*5)
}

.home__section-i_start {
    background-position-x: calc(var(--hi-width)*6)
}

.home__section-i_news {
    background-position-x: calc(var(--hi-width)*7)
}

.home__section-i_md {
    background: url(/h-media-i.png) no-repeat 50%;
    background-size: contain
}

.home__news-blocks {
    margin-bottom: 40px;
    min-height: 250px
}

.home__news-all {
    text-align: center
}

.home__news-btn {
    display: inline-block;
    width: auto;
    margin: 0 auto
}

.home__hiw {
    margin-top: -125px;
    margin-bottom: 167px
}

.home__hiw-gr {
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #272931, #343446)
}

.home__hiw .home__officaial-icon {
    margin: 0
}

.home__hiw .home__dashed {
    display: none
}

.home__hiw canvas {
    width: 100% !important;
    height: auto !important;
    max-width: 100%
}

.home__hiw-spline {
    width: 100%;
    max-width: 900px;
    height: 574px
}

.home__hiw-container {
    max-width: 1530px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start
}

.home__hiw-container-dec {
    display: block;
    width: 83px;
    height: 575px;
    border: 2px dashed #2c323a;
    border-right: none;
    margin-top: 125px;
    position: relative;
    flex-shrink: 0
}

.home__hiw-container-dec:after,
.home__hiw-container-dec:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #31343d;
    position: absolute;
    left: -4px
}

.home__hiw-container-dec:before {
    top: -4px
}

.home__hiw-container-dec:after {
    bottom: -4px
}

.home__hiw-container-data {
    width: 100%;
    max-width: 1360px
}

.home__hiw-text {
    max-width: 377px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 103px
}

.home__hiw-card {
    height: calc(100% - 56px);
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-top: 56px
}

.home__hiw-card:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 9px;
    background: var(--dashboard-secondary-purple, #8750ff);
    box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .15), inset -2px -8px 4px 0 rgba(0, 0, 0, .25)
}

.home__hiw-card_2:before {
    background: var(--dashboard-secondary-red, #ff3439)
}

.home__hiw-card_3:before {
    background: var(--primary-blue, #006cff)
}

.home__hiw-card_4:before {
    background: var(--dashboard-secondary-green, #48dd4b)
}

.home__hiw-card-w {
    border-radius: 15px 0 0 15px;
    background: #1e2027;
    padding: 0 0 36px 28px;
    text-align: center;
    height: 100%;
    position: relative
}

.home__hiw-card-i {
    width: 120px;
    height: 120px;
    --hiw-i-width: -120px;
    display: inline-block;
    margin-top: -56px;
    margin-bottom: 8px;
    margin-left: 20px;
    background: url(/hiw-icons.png) no-repeat 0 0;
    background-size: cover
}

.home__hiw-card-i_2 {
    background-position-x: var(--hiw-i-width)
}

.home__hiw-card-i_3 {
    background-position-x: calc(var(--hiw-i-width)*2)
}

.home__hiw-card-i_4 {
    background-position-x: calc(var(--hiw-i-width)*3)
}

.home__hiw-card-t {
    margin-bottom: 8px
}

.home__hiw-card-t,
.home__hiw-card-v {
    text-align: left;
    width: calc(100% + 15px);
    position: relative;
    z-index: 1
}

.home__hiw-card-v {
    color: #8a9ba8;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .24px
}

.home__hiw-card-v a {
    color: #48dd4b
}

.home__hiw-decor {
    width: 40px;
    height: 100%;
    flex-shrink: 0;
    position: relative
}

.home__hiw-decor-top {
    width: 100%;
    height: 40px;
    background: url(/hiw-angle.png) no-repeat 50%;
    background-size: cover
}

.home__hiw-decor-bottom {
    width: 100%;
    height: calc(100% - 40px);
    background: #1e2027;
    border-bottom-right-radius: 15px
}

.home__officaial {
    margin-bottom: 120px
}

.home__officaial-head {
    text-align: center;
    margin-bottom: 40px
}

.home__officaial-icon {
    max-width: 217px;
    display: inline-flex;
    align-items: center;
    margin: 0 auto 32px;
    gap: 13px
}

.home__officaial-body {
    max-width: 1360px;
    margin: 0 auto
}

.home__dashed {
    height: 2px;
    width: 74px;
    border-top: 2px dashed rgba(138, 155, 168, .1);
    position: relative
}

.home__dashed:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: -5px;
    left: -3px;
    background: #31343d;
    border-radius: 50%
}

.home__dashed_left:before {
    left: unset;
    right: -3px
}

.home__top7 {
    text-align: center;
    margin-bottom: 76px
}

.home__top7-card {
    border-radius: 20px;
    background: var(--neutral-black-900, #1e2027);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 40px 28px 28px;
    margin: 40px auto;
    max-width: 1360px
}

.home__top7-btn {
    width: unset;
    display: inline-block;
    min-width: 160px
}

.home__top7-card-d.activity-row__date {
    max-width: 16px
}

.home__top7-card-a {
    max-width: 105px
}

.home__top7-card-u {
    max-width: 120px
}

.home__top7 .activity-row__info {
    max-width: 200px
}

.home .statistics__activity-lbls {
    text-align: left
}

.home .statistics__activity-lbls>div {
    flex: 1 1
}

.home .statistics__activity-lbls>div:first-of-type,
.home .statistics__activity-lbls>div:nth-of-type(2) {
    max-width: 200px
}

.home .statistics__activity-lbls>div:nth-of-type(3) {
    max-width: 175px
}

.home .statistics__activity-lbls>div:nth-of-type(4) {
    max-width: 120px
}

.home .statistics__activity-lbls>div:last-of-type {
    max-width: 105px
}

.home__bmodel,
.home__office {
    padding: 44px 0;
    margin-bottom: 32px
}

.home__bmodel h3,
.home__office h3 {
    margin-bottom: 12px
}

.home__bmodel-cont,
.home__office-cont {
    max-width: 1360px;
    margin: 80px auto 0
}

.home__office-cont p {
    max-width: 330px
}

.home__video-txt {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 60px
}

.home__video-txt_start {
    max-width: 284px
}

.home__start {
    margin-bottom: 120px
}

.home__start .home__dashed_left,
.home__start .home__dashed_right {
    display: none
}

.home__start .home__officaial-icon {
    margin: 0
}

.home__start-cont {
    max-width: 1360px;
    margin: 0 auto
}

.home__start-card {
    padding: 64px 115px;
    border-radius: 20px;
    background: #1e2027
}

.home__start-nav {
    list-style-type: none;
    display: flex;
    gap: 32px;
    margin-bottom: 98px
}

.home__start-nav button {
    background: transparent;
    border: none;
    color: var(--secondary-gray, #8a9ba8);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px
}

.home__start-nav button,
.home__start-nav button svg path {
    transition: all .3s linear
}

.home__start-nav button.active,
.home__start-nav button:active,
.home__start-nav button:focus,
.home__start-nav button:hover {
    color: #fff
}

.home__start-nav button.active svg path,
.home__start-nav button:active svg path,
.home__start-nav button:focus svg path,
.home__start-nav button:hover svg path {
    stroke: #fff
}

.home__start-item {
    margin-bottom: 8px;
    margin-right: 0;
    margin-left: auto;
    width: 100%
}

.home__start-item:first-of-type:before {
    background-color: var(--dashboard-secondary-purple, #8750ff);
    box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .15), inset -2px -8px 4px 0 rgba(0, 0, 0, .25)
}

.home__start-item:nth-of-type(2) {
    margin-right: 115px
}

.home__start-item:nth-of-type(2):before {
    background-color: #006cff
}

.home__start-item:nth-of-type(2):before,
.home__start-item:nth-of-type(3):before {
    box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .15), inset -2px -8px 4px 0 rgba(0, 0, 0, .25)
}

.home__start-item:nth-of-type(3):before {
    background-color: var(--dashboard-secondary-green, #48dd4b)
}

.home__start-mob-btn {
    display: none
}

.home__framed-img {
    max-width: 798px;
    padding: 42px 49px 48px 52px;
    margin-right: 0;
    margin-left: auto;
    background: url(/frame.png) repeat 50%;
    background-size: cover
}

.home__framed-img_l {
    margin-right: auto;
    margin-left: 0
}

.home__framed-border {
    border: 8px solid hsla(0, 0%, 100%, .05);
    border-radius: 16px;
    display: inline-flex
}

.home__framed-border>img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.home .home__pdfs {
    margin-bottom: 120px
}

.home .home__pdfs-tabs {
    display: flex;
    width: 100%;
    justify-content: center
}

.home .home__pdfs-tabs .btn-tab {
    gap: 10px
}

.home .home__pdfs-container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.home .home__pdfs-col {
    max-width: 265.6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

.home .home__pdfs-img {
    max-width: 670px;
    background: url(/img_company_idea.png) no-repeat 50%;
    background-size: contain;
    width: 100%
}

.home .home__pdfs .heading {
    margin-bottom: 40px
}

.home .home__pdfs .btn-tab_lg {
    min-width: 264px;
    margin: 0 4px
}

.home .home__pdfs-soon-i {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(/lock-i.png) no-repeat 50%;
    background-size: contain
}

.home__b-animated {
    border: 8px solid hsla(0, 0%, 100%, .05);
    border-radius: 16px;
    min-height: 434px
}

.home__b-animated-wrap {
    border-radius: 8px;
    min-height: 418px;
    background: url(/bg-part.png) repeat;
    background-size: 87px auto;
    position: relative
}

.home__b-animated-wrap:after,
.home__b-animated-wrap:before {
    content: "";
    display: block;
    position: absolute
}

.home__b-animated-wrap:before {
    width: 179px;
    height: 179px;
    background: url(/Sphere-1.png) no-repeat 50%;
    background-size: cover;
    right: 30px;
    top: -100px
}

.home__b-animated-wrap:after {
    width: 87px;
    height: 87px;
    background: url(/Sphere-2.png) no-repeat 50%;
    background-size: cover;
    bottom: -56px;
    left: 200px
}

.home__b-animated-wrap img {
    position: absolute
}

.home__b-animated-wrap img:first-of-type {
    width: 500px;
    height: auto;
    left: 0;
    top: -16px
}

.home__b-animated-wrap img:nth-of-type(2) {
    width: 355px;
    height: auto;
    left: -60px;
    bottom: -30px
}

.home__b-animated-wrap img:nth-of-type(3) {
    width: 400px;
    height: auto;
    right: 100px;
    bottom: -50px
}

.home__b-animated-wrap img:nth-of-type(4) {
    width: 464px;
    height: auto;
    top: 80px;
    right: -128px
}

.home__b-animated-wrap button,
.home__b-img-mob,
.home__framed-border button,
.home__top7-mobile {
    display: none
}

.bg-h {
    background: #272931;
    background-size: 100%
}

.home__start {
    overflow: hidden
}

.home__start-cont {
    position: relative
}

.home__start-cont:before {
    content: "";
    display: block;
    width: 274px;
    height: 274px;
    background: url(/Cube2.png) no-repeat 50%;
    background-size: contain;
    position: absolute;
    z-index: -1;
    top: 60px;
    margin-left: -140px;
    opacity: .6
}

.home__office-cont {
    position: relative
}

.home__office-cont:before {
    width: 292px;
    height: 242px;
    background: url(/Video-circle.png) no-repeat 50%;
    background-size: contain;
    top: 20px;
    right: -140px;
    opacity: .6
}

.home__office-cont:after,
.home__office-cont:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1
}

.home__office-cont:after {
    width: 1315px;
    height: 1000px;
    border-radius: 50%;
    opacity: .05;
    background: var(--primary-blue);
    filter: blur(45px);
    top: 0
}

.home__officaial-body {
    position: relative
}

.home__officaial-body:before {
    content: "";
    display: block;
    width: 305px;
    height: 305px;
    background: url(/Figure2.png) no-repeat 50%;
    background-size: contain;
    position: absolute;
    top: -140px;
    left: -220px;
    opacity: .6
}

.home__officaial-body:after {
    content: "";
    display: block;
    width: 362px;
    height: 362px;
    background: url(/Pyramid1.png) no-repeat 50%;
    background-size: contain;
    position: absolute;
    bottom: -280px;
    right: -190px;
    opacity: .6
}

.home__bmodel-cont {
    position: relative
}

.home__bmodel-cont:before {
    content: "";
    display: block;
    width: 334px;
    height: 334px;
    background: url(/Chart3.png) no-repeat 50%;
    background-size: contain;
    position: absolute;
    top: -350px;
    left: -220px;
    opacity: .6;
    z-index: -1
}

.home__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.home__bg-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.home__bg-c {
    width: 755px;
    height: 755px;
    border-radius: 50%;
    opacity: .1;
    background: var(--primary-blue);
    filter: blur(45px);
    position: absolute
}

.home__bg-c_l {
    width: 1315px;
    height: 1315px
}

.home__bg-c:first-of-type {
    left: -50%;
    top: -50%
}

.home__bg-c:nth-of-type(2) {
    top: 10%;
    right: -50%
}

.home__bg-c:nth-of-type(3) {
    top: 20%;
    left: 5%
}

.home__bg-c:nth-of-type(4) {
    top: 30%;
    right: -10%
}

.home__bg-c:nth-of-type(5) {
    top: 43%;
    left: -20%
}

.home__bg-c:nth-of-type(6) {
    top: 80%;
    right: 10%
}

.home-cubes {
    max-width: 954px;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    padding-top: 82px;
    position: relative;
    z-index: 2
}

.cube {
    width: 200px;
    height: 110px;
    cursor: pointer
}

.cube,
.cube-col {
    display: flex;
    justify-content: center;
    position: relative
}

.cube-col {
    min-width: 200px;
    height: 100%;
    align-items: center;
    transition: all .2s ease-in-out;
    opacity: 0;
    transform: translateY(20px)
}

.cube-col_1 {
    transition-delay: .2s
}

.cube-col_2 {
    transition-delay: .4s
}

.cube-col_3 {
    transition-delay: .6s
}

.cube-col_4 {
    transition-delay: .8s
}

.cube-col_5 {
    transition-delay: 1s
}

.cube-col_6 {
    transition-delay: 1.2s
}

.cube-col_7 {
    transition-delay: 1.4s
}

.cube-col_8 {
    transition-delay: 1.6s
}

.cube-col_9 {
    transition-delay: 1.8s
}

.cube-col_10 {
    transition-delay: 2s
}

.cube-col_11 {
    transition-delay: 2.2s
}

.cube-col_12 {
    transition-delay: 2.4s
}

.home__intro_go .cube-col,
.home__intro_go .home__h1,
.home__intro_go .home__intro-text {
    opacity: 1;
    transform: translateY(0)
}

.home__intro_go .home__intro-cards>div:first-of-type,
.home__intro_go .home__intro-cards>div:last-of-type {
    transform: translateX(0);
    opacity: 1
}

.home__intro_go .home__intro-card_single {
    transform: translateY(0);
    opacity: 1
}

.home__intro_transformed .cube-col {
    transition: unset;
    transform: unset
}

.cube-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    position: relative;
    height: 35px
}

.cube-row img {
    max-width: 186px;
    height: auto;
    position: absolute
}

.cube-i-wrap {
    border-radius: 40px;
    transform: rotate(45deg);
    width: 200px;
    position: absolute;
    height: 110px;
    display: flex;
    justify-content: center
}

.cube-img_s {
    border-radius: 40px;
    overflow: hidden;
    z-index: 1
}

.cube-img_l,
.cube-img_s {
    transition: all .1s linear
}

.cube-img_l {
    transform: translateY(-20px);
    opacity: 0;
    z-index: 0
}

.cube-trigger-wr {
    position: absolute;
    width: 80px;
    height: 70px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg)
}

.cube-trigger {
    cursor: pointer;
    width: 100px;
    height: 100px;
    transform: skew(15deg, 15deg);
    position: absolute;
    z-index: 1
}

.cube-trigger:hover~.cube-i-wrap .cube-img_s {
    opacity: 0
}

.cube-trigger:hover~.cube-i-wrap .cube-img_l {
    transform: translateY(-40px);
    opacity: 1
}

.small-cube {
    width: 186px;
    height: 135px;
    background: url(/pr-cube.png) no-repeat 50%;
    background-size: contain;
    border-radius: 40px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.big-cube,
.small-cube {
    position: absolute;
    transition: all .1s linear
}

.big-cube {
    width: 183px;
    height: 171px;
    background: url(/pr-cube-l.png) no-repeat 50%;
    background-size: 180px auto;
    transform: translateY(-20px);
    opacity: 0;
    z-index: 0
}

.big-cube__inner {
    opacity: 0;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    left: -1px;
    background: url(/pr-cube-l-b.png) no-repeat 50%;
    background-size: contain;
    transition: all .2s linear;
    display: flex;
    justify-content: center;
    align-items: center
}

.cube-trigger.active~.cube-i-wrap .small-cube,
.cube-trigger:hover~.cube-i-wrap .small-cube {
    opacity: 0
}

.cube-trigger.active~.cube-i-wrap .big-cube,
.cube-trigger:hover~.cube-i-wrap .big-cube {
    transform: translateY(-40px);
    opacity: 1
}

.cube-trigger.active~.cube-i-wrap .big-cube .big-cube__inner,
.cube-trigger:hover~.cube-i-wrap .big-cube .big-cube__inner {
    opacity: 1
}

.home__ani {
    display: flex;
    justify-content: space-between;
    margin-left: -334px;
    margin-right: -334px
}

.cube-logo {
    width: 90px;
    height: 90px;
    background: url(/projects-logo-tr.png) no-repeat 0 0;
    background-size: cover;
    transform: rotateX(56deg) rotate(44deg);
    position: absolute;
    top: 5px;
    --wcube: -90px
}

.cube-logo_r {
    top: 5px;
    right: 50px;
    transform: rotateX(-56deg) rotate(-44deg)
}

.cube-logo_2 {
    background-position-x: calc(1*var(--wcube))
}

.cube-logo_3 {
    background-position-x: calc(2*var(--wcube))
}

.cube-logo_4 {
    background-position-x: calc(3*var(--wcube))
}

.cube-logo_5 {
    background-position-x: calc(4*var(--wcube))
}

.cube-logo_6 {
    background-position-x: calc(5*var(--wcube))
}

.cube-logo_7 {
    background-position-x: calc(6*var(--wcube))
}

.cube-logo_8 {
    background-position-x: calc(7*var(--wcube))
}

.cube-logo_9 {
    background-position-x: calc(8*var(--wcube))
}

.cube-logo_10 {
    background-position-x: calc(9*var(--wcube))
}

.cube-logo_11 {
    background-position-x: calc(10*var(--wcube))
}

.cube-logo_12 {
    background-position-x: calc(11*var(--wcube))
}

.cube-logo_13 {
    background-position-x: calc(12*var(--wcube))
}

.cube-logo_14 {
    background-position-x: calc(13*var(--wcube))
}

.cube-logo_15 {
    background-position-x: calc(14*var(--wcube))
}

.cube-logo_16 {
    background-position-x: calc(15*var(--wcube))
}

.cube-logo_17 {
    background-position-x: calc(16*var(--wcube))
}

.cube-logo_18 {
    background-position-x: calc(17*var(--wcube))
}

.cube-logo_19 {
    background-position-x: calc(18*var(--wcube))
}

.cube-logo_20 {
    background-position-x: calc(19*var(--wcube))
}

.cube-logo_21 {
    background-position-x: calc(20*var(--wcube))
}

.cube-logo_22 {
    background-position-x: calc(21*var(--wcube))
}

.cube-logo_23 {
    background-position-x: calc(22*var(--wcube))
}

.cube-logo_24 {
    background-position-x: calc(23*var(--wcube))
}

.cube-logo_25 {
    background-position-x: calc(24*var(--wcube))
}

.cube-logo_26 {
    background-position-x: calc(25*var(--wcube))
}

.cube-info {
    background: #1e2028;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: absolute;
    min-width: 387px;
    min-height: 344px;
    z-index: 20;
    left: 80%;
    margin-top: 60px
}

.cube-info__top-close {
    display: none
}

.cube-info_r {
    left: unset;
    right: 60%
}

.cube-info__rows {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cube-info__row {
    background: #272931;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cube-info__l {
    font-size: 12px;
    line-height: 16px;
    color: #8a9ba8;
    text-align: left
}

.cube-info__l,
.cube-info__v {
    font-family: Poppins;
    letter-spacing: .02em
}

.cube-info__v {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: right
}

.cube-info__v_d {
    color: #8a9ba8
}

.cube-info__v span {
    color: #48dd4b
}

.cube-info__top,
.cube-info__top-wr {
    display: flex;
    justify-content: space-between;
    gap: 12px
}

.cube-info__logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #272931;
    --w: -44px;
    flex-shrink: 0
}

.cube-info__logo>div {
    width: 44px;
    height: 44px;
    background-size: auto 44px
}

.cube-info__top-n {
    font-family: Poppins Medium;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
    text-align: left
}

.cube-info__top-c {
    font-family: Poppins;
    color: #ffe600;
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

.cube-info__top-i {
    background: url(/shield-tick.svg) no-repeat 50%;
    width: 24px;
    height: 24px
}

.stat-cube {
    max-width: 220px
}

.stat-cube,
.stat-cube__pt {
    display: flex;
    flex-direction: column
}

.stat-cube__pt:first-of-type {
    position: relative;
    z-index: 1
}

.stat-cube__pt:nth-of-type(2) {
    margin-top: -125px
}

.stat-cube__row {
    display: flex;
    justify-content: center
}

.stat-cube__row:nth-of-type(2),
.stat-cube__row:nth-of-type(3) {
    margin-top: -80px
}

.stat-cube__cu {
    display: block;
    width: 150px;
    height: 116px;
    background: url(/c-part.png) no-repeat 50%;
    background-size: cover;
    transition: all .3s ease-in-out;
    flex-shrink: 0
}

.stat-cube__cu_b {
    background: url(/c-part_b.png) no-repeat 50%;
    background-size: cover;
    transform: translateX(15px) translateY(-20px) translateZ(15px);
    animation: levitate 2s infinite
}

.stat-cube .stat-cube__pt:first-of-type .stat-cube__row:first-of-type {
    position: relative;
    z-index: 1
}

.stat-cube .stat-cube__pt:first-of-type .stat-cube__row:nth-of-type(2) {
    position: relative;
    z-index: 2
}

.stat-cube .stat-cube__pt:first-of-type .stat-cube__row:nth-of-type(2) .stat-cube__cu:first-of-type {
    margin-right: -30px
}

.stat-cube .stat-cube__pt:first-of-type .stat-cube__row:nth-of-type(3) {
    position: relative;
    z-index: 3
}

.stat-cube .stat-cube__pt:nth-of-type(2) .stat-cube__row:nth-of-type(2) .stat-cube__cu:first-of-type {
    margin-right: -30px
}

.stat-cube:hover .stat-cube__pt:first-of-type .stat-cube__row:first-of-type .stat-cube__cu,
.stat-cube:hover .stat-cube__pt:first-of-type .stat-cube__row:first-of-type .stat-cube__cu_b {
    transform: translateX(0) translateY(-40px) translateZ(-20px) !important
}

.stat-cube:hover .stat-cube__pt:first-of-type .stat-cube__row:nth-of-type(2) .stat-cube__cu:first-of-type,
.stat-cube:hover .stat-cube__pt:first-of-type .stat-cube__row:nth-of-type(2) .stat-cube__cu_b.stat-cube__cu:first-of-type {
    transform: translateX(-30px) translateY(-20px) translateZ(10px) !important
}

.stat-cube:hover .stat-cube__pt:first-of-type .stat-cube__row:nth-of-type(2) .stat-cube__cu:nth-of-type(2),
.stat-cube:hover .stat-cube__pt:first-of-type .stat-cube__row:nth-of-type(2) .stat-cube__cu_b.stat-cube__cu:nth-of-type(2) {
    transform: translateX(30px) translateY(-20px) translateZ(10px) !important
}

.stat-cube:hover .stat-cube__pt:first-of-type .stat-cube__row:nth-of-type(3) .stat-cube__cu,
.stat-cube:hover .stat-cube__pt:first-of-type .stat-cube__row:nth-of-type(3) .stat-cube__cu_b {
    transition: all .3s ease-in-out;
    transform: translateX(0) translateY(20px) translateZ(10px) !important
}

.stat-cube:hover .stat-cube__cu_b {
    transition: all .3s ease-in-out;
    animation: unset
}

.home__stat-cubes {
    margin: 0 auto;
    min-width: 580px;
    max-width: 600px;
    padding-top: 10px
}

.home__stat-cubes-row {
    display: flex;
    justify-content: space-between;
    position: relative
}

.home__stat-cubes-row>.home__mini-cube {
    position: absolute;
    top: 93%;
    left: 70px
}

.home__stat-cubes-row_single {
    justify-content: center;
    margin-top: -117px;
    position: relative
}

.home__stat-cubes-row_single .home__intro-card {
    position: absolute;
    top: 70%;
    z-index: 1
}

.home__stat-cubes-row_single .home__mini-cube {
    position: absolute;
    top: 95% !important;
    left: unset !important;
    z-index: 1
}

.home__mini-cube {
    width: 90px;
    height: 90px;
    background: url(/c-part.png) no-repeat 50%;
    background-size: contain
}

.home__mob-hello,
.home__mob-stat-cubes,
.home__running-line {
    display: none
}

@media(max-width:1439px) {

    .home__bmodel,
    .home__hiw,
    .home__news,
    .home__officaial,
    .home__office,
    .home__pdfs,
    .home__start,
    .home__top7 {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:1259px) {
    .home__top7-card.statistics__activity-tbl {
        display: none
    }

    .home__top7-mobile {
        display: flex;
        flex-flow: row wrap;
        gap: 8px;
        justify-content: center;
        margin-bottom: 32px
    }

    .home__top7-mobile-card {
        flex-basis: 300px
    }

    .home__top7-btn {
        min-width: 184px;
        padding: 12.05px 32px
    }

    .home__start-card {
        padding: 30px
    }
}

@media(max-width:1199px) {
    .home__news-blocks {
        padding-bottom: 24px
    }

    .home__news-blocks .row {
        justify-content: center;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll
    }

    .home__news-blocks .row::-webkit-scrollbar {
        display: none
    }

    .home__news-blocks .col-lg-6 {
        max-width: 300px;
        padding: 0 6px
    }

    .home .news-card-h__top {
        flex-direction: column-reverse;
        gap: 8px;
        align-items: flex-start
    }

    .home .news-card-h__img {
        height: 154px;
        width: 100%
    }

    .home .news-card-h__img img {
        width: 100% !important;
        height: auto !important
    }

    .home__officaial-body .row {
        justify-content: center
    }

    .home__officaial-body .col-lg-4 {
        margin-bottom: 20px;
        max-width: 480px
    }

    .home__start .home__dashed_left,
    .home__start .home__dashed_right {
        display: block
    }

    .home__start .home__officaial-icon {
        margin: 0 auto 8px
    }

    .home__start-card {
        background: transparent;
        padding: 32px 10px;
        border-radius: 0;
        margin-left: -10px;
        margin-right: -10px
    }

    .home__start-card .col-lg-4 .btn-primary,
    .home__start-nav {
        display: none
    }

    .home__video-txt_start {
        max-width: 100%;
        align-items: center;
        gap: 8px
    }

    .home__video-txt_start p {
        text-align: center;
        margin-bottom: 40px
    }

    .home__start-item,
    .home__start-item:nth-of-type(2) {
        width: 100%;
        max-width: 555px;
        margin-left: auto;
        margin-right: auto
    }

    .home__start-mob-btn {
        display: block;
        margin: 24px auto 0;
        text-align: center
    }

    .home__b-animated-wrap,
    .home__framed-border {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home__b-animated-wrap button,
    .home__framed-border button {
        position: absolute;
        min-width: 184px;
        gap: 16px
    }

    .home__framed-img {
        padding: 0;
        background: unset;
        margin-left: auto;
        margin-right: auto
    }

    .home__b-animated,
    .home__framed-border {
        border-width: 5px
    }

    .home__bmodel-cont .row {
        display: flex;
        flex-direction: column-reverse
    }

    .home__section-i_b,
    .home__section-i_of {
        margin: 0 auto
    }

    .home__video-txt {
        margin-bottom: 0
    }

    .home__bmodel {
        overflow: hidden
    }

    .home__bmodel-cont,
    .home__office-cont {
        margin-top: 32px
    }

    .home__hiw canvas {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        margin-top: 150px
    }
}

@media(min-width:768px)and (max-width:1899px) {
    .home__intro-cards>div:last-of-type {
        margin-top: 0;
        margin-right: -80px;
        max-width: 275px
    }
}

@media(min-width:768px)and (max-width:1520px) {
    .home__ani {
        max-width: 100vw;
        margin: 0 auto;
        justify-content: center
    }

    .home__stat-cubes {
        min-width: 580px
    }
}

@media(max-width:768px)and (max-width:1439px) {
    .home__intro-bg-dec7 {
        top: 850px
    }

    .home__hiw-spline {
        min-height: 280px;
        height: unset
    }
}

@media(max-width:767px) {
    .home {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .home__bmodel,
    .home__hiw,
    .home__news,
    .home__officaial,
    .home__office,
    .home__pdfs,
    .home__start,
    .home__top7 {
        padding-top: 32px;
        padding-bottom: 32px;
        margin-bottom: 0
    }

    .home__section-i {
        width: 28px;
        height: 28px;
        --hi-width: -28px;
        background-size: auto 28px
    }

    .home__officaial-head {
        margin-bottom: 24px
    }

    .home__officaial-icon {
        margin-bottom: 16px;
        gap: 20px
    }

    .home__news-blocks {
        margin-bottom: 0
    }

    .home .home__pdfs {
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    .home .home__pdfs .heading {
        margin-bottom: 24px
    }

    .home .home__pdfs-tabs {
        display: flex;
        justify-content: center;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll
    }

    .home .home__pdfs-tabs::-webkit-scrollbar {
        display: none
    }

    .home .home__pdfs-container {
        gap: 8px
    }

    .home .home__pdfs-col {
        flex: 1 1
    }

    .home .home__pdfs-img {
        max-width: 270px
    }

    .home__video-txt_start {
        margin-bottom: 0
    }

    .home__video-txt_start p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: .4px;
        padding: 0 10px 12px
    }

    .home__video-txt {
        text-align: center;
        gap: 8px;
        margin-bottom: 0
    }

    .home__section-i_b,
    .home__section-i_of {
        margin: 0 auto 8px
    }

    .home__hiw {
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px
    }

    .home__hiw-container-dec {
        display: none
    }

    .home__hiw-spline {
        min-height: 180px;
        height: unset
    }

    .home__hiw canvas {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        margin-top: 0
    }

    .home__hiw-line1 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px
    }

    .home__hiw-text {
        max-width: 100%;
        text-align: center;
        gap: 8px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: .4px;
        margin-top: 0
    }

    .home__hiw .home__section-i {
        margin: 0 auto 8px
    }

    .home__hiw-line2 .row {
        flex-flow: nowrap;
        padding: 0 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll
    }

    .home__hiw-line2 .row::-webkit-scrollbar {
        display: none
    }

    .home__hiw-line2 .col-lg-3 {
        max-width: 248px;
        padding: 0 4px
    }

    .home__hiw-card-i {
        width: 72px;
        height: 72px;
        --hiw-i-width: -72px;
        margin-top: -24px;
        margin-bottom: 12px
    }

    .home__hiw-card-t,
    .home__hiw-card-v {
        text-align: center
    }

    .home__hiw .home__officaial-icon {
        margin: 0 auto 8px
    }

    .home__hiw .home__dashed {
        display: block
    }

    .home__officaial-body {
        margin-left: -10px;
        margin-right: -10px
    }

    .home__officaial-body .row {
        margin: 0;
        flex-flow: nowrap;
        padding: 0 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll;
        justify-content: unset
    }

    .home__officaial-body .row::-webkit-scrollbar {
        display: none
    }

    .home__officaial-body .col-lg-4 {
        padding: 0 4px;
        max-width: 320px
    }

    .home__intro {
        padding: 175px 20px 0
    }

    .home__intro .btn-primary_lg {
        padding: 14px 24px;
        border-radius: 12px
    }

    .home__intro-cards {
        flex-direction: column;
        gap: 19px;
        align-items: center;
        margin-bottom: 19px
    }

    .home__intro-card {
        width: auto;
        max-width: 221px;
        padding: 12px 16px;
        gap: 12px
    }

    .home__intro-card-i {
        width: 32px;
        height: 32px;
        --i-c-width: -32px
    }

    .home__intro-card-h {
        font-size: 14px;
        line-height: 16px
    }

    .home__intro-card-h,
    .home__intro-card-p {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400
    }

    .home__intro-card-p {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .02em;
        white-space: nowrap
    }

    .home__intro-stat .home__intro-cards .home__intro-card:first-of-type {
        margin-left: -61px
    }

    .home__intro-stat .home__intro-cards .home__intro-card:last-of-type {
        margin-right: -61px
    }

    .home__intro-stat>.home__intro-card {
        margin-left: -61px
    }

    .home__intro-bg-dec1,
    .home__intro-bg-dec2 {
        width: 755px;
        height: 755px;
        filter: blur(45px)
    }

    .home__intro-bg-dec3 {
        width: 90%;
        height: 555px;
        filter: blur(45px)
    }

    .home__intro-bg-dec4 {
        width: 60%;
        height: 500px;
        filter: blur(45px)
    }

    .home__intro-bg-dec5,
    .home__intro-bg-dec6 {
        width: 755px;
        height: 755px;
        filter: blur(45px)
    }

    .home__intro-bg-dec7 {
        width: 755px;
        height: 555px;
        filter: blur(45px)
    }

    .home__bmodel h3,
    .home__office h3 {
        margin-bottom: 8px
    }

    .home__bmodel .home__officaial-head p,
    .home__office .home__officaial-head p {
        font-size: 12px;
        line-height: 18px
    }

    .home .home__hiw-gr {
        background: linear-gradient(0deg, #282b33, #343446);
        height: 64px;
        margin-top: -32px;
        margin-left: -10px;
        margin-right: -10px;
        width: 100vw
    }

    .home .home__bg,
    .home .home__bmodel-cont:after,
    .home .home__bmodel-cont:before,
    .home .home__officaial-body:after,
    .home .home__officaial-body:before,
    .home .home__office-cont:after,
    .home .home__office-cont:before,
    .home .home__start-cont:after,
    .home .home__start-cont:before,
    .home-cubes,
    .home__intro-text,
    .home__stat-cubes {
        display: none
    }

    .home__intro-bg {
        background-size: 59.5px, contain
    }

    .home__ani {
        justify-content: center;
        margin-left: auto;
        margin-right: auto
    }

    .home__mob-stat-cubes {
        display: block;
        max-width: 320px;
        margin: 0 auto
    }

    .home__mob-stat-cubes-bl:not(:first-of-type) {
        text-align: left;
        margin-top: -120px
    }

    .home__mob-stat-cubes-bl:nth-of-type(2) {
        text-align: right;
        position: relative;
        z-index: 1
    }

    .home__mob-stat-cubes-bl:nth-of-type(3) {
        text-align: left;
        position: relative;
        z-index: 2
    }

    .home__mob-stat-cubes .home__intro-stat {
        margin: 57px auto 12px
    }

    .home__mob-stat-cubes .home__intro-cards {
        margin: unset
    }

    .home__mob-stat-cubes-d {
        display: block;
        margin-top: -30px;
        width: 175px;
        height: 175px;
        background: red;
        position: relative
    }

    .home__mob-stat-cubes-d_a {
        background: url(/mob-stat-c1.png) no-repeat top;
        background-size: contain;
        margin-left: -20px
    }

    .home__mob-stat-cubes-d_b {
        width: 180px;
        height: 180px;
        background: url(/mob-stat-c2.png) no-repeat top;
        background-size: contain;
        margin-top: -45px;
        margin-left: auto
    }

    .home__mob-stat-cubes-d_c {
        width: 140px;
        height: 140px;
        background: url(/mob-stat-c3.png) no-repeat top;
        background-size: contain;
        margin-left: 30px
    }

    .home__running-line {
        display: flex;
        flex-direction: column;
        gap: 8px;
        overflow: hidden;
        margin: 32px -20px;
        width: 100vw
    }

    .home__running-line-wr {
        width: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll
    }

    .home__running-line-wr::-webkit-scrollbar {
        display: none
    }

    .home__running-line-row {
        display: flex;
        gap: 8px
    }

    .home__running-line-item {
        flex-shrink: 0;
        width: 72px;
        height: 72px;
        border-radius: 16px;
        background: #1e2027;
        display: flex;
        justify-content: center;
        align-items: center;
        --w: -48px
    }

    .home__running-line-item>div {
        width: 48px;
        height: 48px;
        position: relative
    }

    .home__running-line-item>div .project-logo__i {
        background-size: auto 48px
    }

    .home__running-line .cube-info {
        position: absolute;
        left: unset;
        margin-top: -60px;
        min-width: calc(100% - 30px);
        width: calc(100vw - 30px);
        margin-left: 15px;
        padding: 10px;
        min-height: unset;
        gap: 20px
    }

    .home__running-line .cube-info__rows {
        gap: 4px
    }

    .home__running-line .cube-info__row {
        padding: 12px 20px
    }

    .home__running-line .cube-info__l,
    .home__running-line .cube-info__v {
        font-size: 12px;
        line-height: 20px
    }

    .home__running-line .cube-info__l {
        text-align: left
    }

    .home__running-line .cube-info__top-wr {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        order: 2;
        padding-top: 14px
    }

    .home__running-line .cube-info__top-n {
        line-height: 24px;
        text-align: center;
        margin-bottom: 2px
    }

    .home__running-line .cube-info__top-c {
        font-size: 12px;
        line-height: 20px;
        text-align: center
    }

    .home__running-line .cube-info__top-i {
        order: 1;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(52, 189, 178, .15);
        background-size: 20px
    }

    .home__running-line .cube-info__top-close {
        display: block;
        order: 3;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: none;
        background: url(/Close.svg) no-repeat 50%;
        background-size: contain
    }

    @keyframes moveLeft {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-952px)
        }
    }

    @keyframes moveRight {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(952px)
        }
    }

    .home__running-line-top-row {
        animation: moveLeft 20s linear infinite;
        justify-content: flex-start;
        animation-play-state: running
    }

    .home__running-line-top-row.paused {
        animation-play-state: paused
    }

    .home__running-line-bottom-row {
        animation: moveRight 20s linear infinite;
        justify-content: flex-end;
        animation-play-state: running
    }

    .home__running-line-bottom-row.paused {
        animation-play-state: paused
    }

    .home__mob-hello {
        display: block
    }

    .home__mob-hello h1 {
        margin-bottom: 20px
    }

    .hide-mob {
        display: none
    }

    .home__intro-bg-dec3 {
        height: 255px;
        top: 750px;
        left: -155px
    }

    .home__intro-bg-dec4 {
        width: 90%;
        height: 255px;
        top: 750px;
        right: -155px
    }

    .home__intro-bg-dec5 {
        width: 50%;
        height: 455px;
        top: 150px;
        right: 0
    }

    .home__mob-stat-cubes-d {
        opacity: 0;
        transform: translateY(20px);
        transition: all .5s linear;
        transition-delay: .25s
    }

    .home__mob-stat-cubes-d_b {
        transition-delay: .5s
    }

    .home__mob-stat-cubes-d_c {
        transition-delay: .75s
    }

    .home__mob-stat-cubes .home__intro-card {
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s linear;
        transition-delay: 1.5s
    }

    .home__intro_go .home__mob-stat-cubes .home__intro-card,
    .home__intro_go .home__mob-stat-cubes-d {
        opacity: 1;
        transform: translateY(0)
    }

    .home__bmodel,
    .home__hiw-spline,
    .home__officaial-body,
    .home__pdfs,
    .home__top7-mobile {
        position: relative
    }

    .home__bmodel:after,
    .home__hiw-spline:after,
    .home__officaial-body:before,
    .home__pdfs:before,
    .home__top7-mobile:before {
        display: block !important;
        content: "";
        width: 400px;
        height: 400px;
        border-radius: 50%;
        position: absolute;
        filter: blur(45px);
        background-color: var(--primary-blue);
        opacity: .17;
        z-index: -1
    }

    .home__hiw-spline:after {
        right: -340px;
        top: -200px
    }

    .home__officaial-body:before {
        left: -300px;
        top: 0
    }

    .home__top7-mobile:before {
        right: -340px;
        top: 50%;
        margin-top: -200px
    }

    .home__top7-mobile:after {
        content: "";
        display: block;
        width: 100px;
        height: 100px;
        background: url(/Pyramid1.png) no-repeat 50%;
        background-size: contain;
        position: absolute;
        bottom: 40%;
        right: -28px;
        opacity: .2;
        z-index: -1;
        filter: blur(1px)
    }

    .home__bmodel:after {
        right: -300px;
        top: 40px;
        height: 300px
    }

    .home__bmodel:before {
        content: "";
        display: block;
        width: 100px;
        height: 100px;
        background: url(/Chart3.png) no-repeat 50%;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .2;
        z-index: -1;
        filter: blur(1px)
    }

    .home__pdfs:before {
        left: -180px;
        top: 0
    }

    .home__pdfs:after {
        content: "";
        display: block;
        width: 100px;
        height: 100px;
        background: url(/Video-circle.png) no-repeat 50%;
        background-size: contain;
        position: absolute;
        top: 174px;
        right: -44px;
        opacity: .2;
        z-index: -1;
        filter: blur(1px)
    }
}

@media(max-width:632px) {
    .home__news-blocks .row {
        justify-content: flex-start;
        margin: 0 -20px;
        padding: 0 6px
    }

    .home .home__pdfs-img {
        display: none
    }

    .home__b-animated,
    .home__b-animated-wrap {
        min-height: unset
    }

    .home__b-animated-wrap img {
        display: none
    }

    .home__b-animated-wrap .home__b-img-mob {
        display: block;
        position: relative;
        top: unset !important;
        left: unset !important;
        width: 100% !important;
        height: auto !important
    }

    .home__b-animated-wrap:before {
        width: 100px;
        height: 100px;
        right: 50px;
        top: -50px
    }

    .home__b-animated-wrap:after {
        width: 47px;
        height: 47px;
        bottom: -40px
    }
}

@media(max-width:549px) {
    .home__start-card .col-lg-8 {
        padding-top: 40px;
        display: flex;
        gap: 8px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll
    }

    .home__start-card .col-lg-8::-webkit-scrollbar {
        display: none
    }

    .home__start-item {
        min-width: 240px
    }

    .home .home__pdfs-tabs {
        justify-content: flex-start
    }

    .home__video-txt_start p {
        margin-bottom: 0
    }

    .home__officaial-body .col-lg-4 {
        max-width: 320px
    }
}

.company-card {
    display: flex;
    flex-direction: column;
    height: 100%
}

.company-card__h {
    width: 100%;
    max-width: 240px;
    height: 28px;
    margin: 0 auto;
    display: inline-flex;
    align-items: flex-start
}

.company-card__h:after,
.company-card__h:before {
    content: "";
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: url(/rounded-l.svg) no-repeat 50%;
    background-size: cover
}

.company-card__h:after {
    background: url(/rounded-r.svg) no-repeat 50%;
    background-size: cover
}

.company-card__h-inner {
    background: #1e2027;
    padding: 12px 14px 0;
    flex: auto;
    color: var(--secondary-white, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.company-card__b {
    border-radius: 16px;
    background: #1e2027;
    padding: 24px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    height: 100%
}

.company-card__b-top {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .56px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.company-card__b-top,
.company-card__label {
    text-align: center;
    color: #fff;
    font-family: Poppins;
    font-style: normal
}

.company-card__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .24px;
    opacity: .6;
    margin-bottom: 5px
}

.company-card__row {
    display: flex;
    padding: 12px 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-top: 1px solid #272931;
    text-align: left
}

.company-card__row .company-card__label {
    text-align: left
}

.company-card__row-val {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.company-card__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url(/home-company-icons.png) no-repeat 0 0;
    background-size: 212px auto
}

.company-card__icon_2 {
    background-position-x: -24px
}

.company-card__icon_3 {
    background-position-x: -48px
}

.company-card__icon_4 {
    background-position-x: -72px
}

.company-card__icon_nz-f {
    background-position-x: -96px
}

.company-card__icon_sn {
    background-position-x: -120px
}

.company-card__icon_com {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-position-y: -2px;
    background-position-x: -144px
}

.company-card__icon_uk {
    background-position-x: -168px
}

.company-card__icon_nz {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-position-x: -192px
}

.company-card__location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.company-card__btns {
    display: flex;
    gap: 12px;
    flex-flow: row wrap
}

.company-card__btns>* {
    flex: 1 1
}

.company-card__map {
    border-radius: 12px;
    border: 1px dashed var(--neutral-black-700, #31343d);
    padding: 15px 12px;
    text-align: center;
    min-height: 100.6px
}

.company-card__map_bg {
    background: url(/map-s.png) no-repeat 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .56px
}

.company-card__map_bg:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 4px;
    background: url(/Google_Maps_icon.svg) no-repeat 50%;
    background-size: cover
}

.company-card__map-val {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.company-card__map-data,
.company-card__map-val {
    text-align: center;
    font-family: Poppins;
    font-style: normal
}

.company-card__map-data {
    color: var(--Green, #48dd4b);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.company-card__map-link {
    color: var(--primary-blue, #006cff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.company-card__map-link:hover {
    color: var(--primary-blue-hover, #006cff);
    text-decoration: none
}

.company-card__map-link:active,
.company-card__map-link:focus {
    color: var(--primary-blue-clicked, #006cff);
    text-decoration: none
}

.company-card__branch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 32, 39, .22);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    border-radius: 16px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .56px
}

.company-card__branch-soon {
    max-width: 220px
}

.company-card__branch-i {
    width: 32px;
    height: 32px;
    background: url(/hourglass-01.png) no-repeat 50%;
    background-size: cover;
    margin: 0 auto 24px
}

@media(max-width:767px) {
    .company-card__b {
        padding: 12px
    }

    .company-card__row {
        padding: 6px 12px;
        gap: 12px
    }

    .company-card__label {
        margin-bottom: 0
    }

    .company-card__map {
        padding: 12px
    }

    .company-card__btns {
        flex-direction: column
    }
}