.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.5rem;
    padding: 0.75rem 1.25rem;
    color: var(--color-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}
.main-header.active {
    background-color: var(--color-dark);
}
.header-block__left {
    display: flex;
    align-items: center;
    column-gap: 5.6rem;
}
.header-block__right {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
}
.logo {
    width: 8.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-nav {
    display: flex;
    align-items: center;
    column-gap: 3.38rem;
}
.main-nav li > a,
.more-nav > .flex-h {
    padding: 0.75rem 0;
    transition: all 0.4s ease;
}
.main-nav li > a.current {
    color: var(--color-green-2);
}
button.login-btn {
    border-radius: 0.5rem;
    color: var(--color-white);
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}
.nav-close,
.nav-title {
    display: none;
}
.more-nav {
    position: relative;
    order: 1;
    cursor: pointer;
}
.more-nav__block {
    position: absolute;
    top: 100%;
    left: -1rem;
    min-width: 13.5rem;
    background-color: var(--color-white);
    color: var(--color-dark);
    display: flex;
    flex-direction: column;
    border-radius: 0.375rem;
    overflow: hidden;
    margin-right: -50rem;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.more-nav__block li a {
    display: block;
    padding: 0.75rem 1rem;
    transition: all 0.4s ease;
}
.lc-btn span:last-child {
    display: none;
}
.lc-btn-mob {
    display: none !important;
}
.hero-section {
    padding-top: 11.5rem;
    padding-bottom: 4.5rem;
}
.hero-image {
    width: 71.5rem;
    height: 64rem;
    position: absolute;
    top: 4.5rem;
    right: 0;
    z-index: 2;
    object-fit: contain;
}
.hero-image__small {
    width: 71.5rem;
    height: 25.625rem;
    position: absolute;
    top: 4.5rem;
    right: 0;
    z-index: 2;
    object-fit: contain;
}
.hero-image__top {
    width: 27.9375rem;
    height: 27.9375rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.hero-image__bottom {
    width: 27.9375rem;
    height: 27.9375rem;
    position: absolute;
    bottom: -2.5rem;
    right: 0;
    z-index: 2;
    opacity: 0.5;
}
.hero-light1 {
    width: 39.4375rem;
    height: 39.4375rem;
    border-radius: 50%;
    background: #29513b;
    filter: blur(14rem);
    position: absolute;
    bottom: 25.5rem;
    left: -20rem;
    z-index: 0;
}
.hero-light2 {
    width: 55.1875rem;
    height: 55.1875rem;
    border-radius: 50%;
    background: #29513b;
    filter: blur(19.5rem);
    position: absolute;
    bottom: -22rem;
    right: -28rem;
    z-index: 0;
}
.hero-light3 {
    width: 46.5625rem;
    height: 46.5625rem;
    border-radius: 50%;
    background: #29513b;
    filter: blur(13.9rem);
    position: absolute;
    top: 26.5rem;
    right: 19.5rem;
    z-index: 0;
    opacity: 0.6;
}
.hero-label {
    display: flex;
    column-gap: 3rem;

    margin-bottom: 3rem;
}
.hero-label li {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}
.hero-label li img {
    height: 2.6875rem;
    flex-shrink: 0;
}

.hero-label li div {
    max-width: 18.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
}
.banc-descr {
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 0.0625rem solid #797979;
}
.hero-title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 110%;
    max-width: 68rem;
}
.hero-subtitle {
    margin-top: 2.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
    max-width: 41.875rem;
    opacity: 0.7;
}
.hero-items {
    margin-top: 5rem;
    display: grid;
    max-width: 54rem;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
    row-gap: 1.25rem;
}
.hero-item {
    padding: 0.5rem;
    border-radius: 1.25rem;
    background-image: url(/images/border.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-item__bg {
    display: block;
    padding: 1.25rem 1.25rem 2.25rem;
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #02150a;
}
.item-bg1 {
    background-image: url(/images/item-bg1.jpg);
    background-size: 102%;
}
.item-bg2 {
    background-image: url(/images/item-bg2.jpg);
    background-size: 102%;
}
.item-bg3 {
    background-image: url(/images/item-bg3.jpg);
    background-size: 102%;
}
.item-bg4 {
    background-image: url(/images/item-bg4.jpg);
    background-size: 102%;
}
.hero-item__bg img {
    width: 100%;
    height: 10.75rem;
    object-fit: cover;
    transition: all 0.4s ease;
}
.hero-item__link {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: 1.25rem;
    bottom: 1.25rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    transition: all 0.4s ease;
}
.static-content {
    max-width: 33rem;
    flex-shrink: 0;
}
.statistic-block {
    padding: 4.5rem 3.5rem;
    background-color: var(--color-white);
    color: var(--color-dark);
    display: flex;
    column-gap: 9rem;
    border-radius: 1.25rem;
    margin-bottom: 4.5rem;
}
.statistic-block.mt {
    margin-top: 4.5rem;
}
.section-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 120%;
}
.static-charts {
    width: 100%;
}
.static-tab__nav {
    display: flex;
    column-gap: 0.37rem;
    margin-bottom: 1.94rem;
    padding-left: 1.5rem;
}
.static-tab__nav li {
    position: relative;
    cursor: pointer;
    padding: 0.75rem 1rem;
    line-height: 1.5rem;
    color: rgba(31, 31, 31, 0.7);
    border-bottom: 0.125rem solid transparent;
    transition: all 0.4s ease;
}
.static-tab__nav li.active {
    border-color: var(--color-green-2);
    color: var(--color-dark);
}
.static-tab__nav li.active .tab-bg {
    opacity: 1;
}
.static-chart {
    width: 100%;
    height: 33.375rem;
}
.tab-bg {
    background: linear-gradient(180deg, #fff 0%, #effff1 100%);
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.calc-ico {
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.static-btns {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
    margin-top: 2.5rem;
}
.val-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10.25rem;
    row-gap: 3.75rem;
}
.val-item {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.val-item > div:last-child {
    /* font-size: 3.5rem;*/
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 2.875rem;
}

.section-bg__white {
    border-radius: 2.5rem;
    padding-bottom: 7.5rem;
    background-color: var(--color-white);
    color: var(--color-dark);
    position: relative;
    z-index: 3;
}
.section-bg__white > section:first-child {
    padding-top: 4.5rem;
}
.section-bg__grey {
    background-color: #f0f0f0;
    color: var(--color-dark);
    padding-bottom: 7.5rem;
}
.section-bg__grey:before {
    content: "";
    left: 0;
    right: 0;
    top: -9.5rem;
    height: 10rem;
    background-color: #f0f0f0;
    position: absolute;
    z-index: 0;
}
.section-bg__grey:after {
    content: "";
    left: 0;
    right: 0;
    bottom: -9.5rem;
    height: 10rem;
    background-color: #f0f0f0;
    position: absolute;
    z-index: 0;
}
.marquee {
    display: flex;
    margin-bottom: 7.5rem;
}
.marquee-track {
    display: flex;
    flex-shrink: 0;
}
.marquee-list {
    display: flex;
    /* column-gap: 2.37rem; */
    /* margin-right: 2.37rem; */
}
.partner-logo {
    width: 20rem; /* 13.75rem; */
}
.three-col__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
}
.three-col__grid.user-items {
    column-gap: 2rem;
    row-gap: 2.25rem;
}

.six-col__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
}
.six-col__grid.user-items {
    column-gap: 2rem;
    row-gap: 2.25rem;
}

.product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 2.5rem;
    background-color: #0f1712;
    position: relative;
    padding: 2rem;
    border-radius: 1.25rem;
    overflow: hidden;
    color: var(--color-white);
    background-image: url(/images/product-bg--image.svg);
    background-size: 22.9375rem;
    background-position: 100% 0%;
    background-repeat: no-repeat;
}
.product-item__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 21.625rem;
    height: 11rem;
    z-index: 0;
}
.product-item.big-row {
    row-gap: 13.5rem;
}
.product-item > div:not(:last-child) {
    position: relative;
    z-index: 2;
}
.product-bg__light {
    width: 39.4375rem;
    height: 39.4375rem;
    border-radius: 39.4375rem;
    background: #29513b;
    filter: blur(13.9rem);
    position: absolute;
    z-index: 0;
    top: -22rem;
    left: -15.4rem;
}
.product-item__title {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 120%;
}
.product-item > .op-7 {
    max-width: 28rem;
}
.product-info__items {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: minmax(5rem, max-content) 1fr;
    column-gap: 5.3rem;
    row-gap: 1.5rem;
}
.product-info__item > div:last-child {
    margin-top: 0.25rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
}
.blur-btn {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.78rem);
    border-radius: 0.5rem;
    transition: all 0.4s ease;
}
.product-bg__image {
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22.875rem;
    object-fit: cover;
    transition: all 0.4s ease;
}
.project-slider {
    overflow: visible;
}
.project-item {
    min-height: 23.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.project-invest__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.25rem;
    grid-row-gap: 0.75rem;
    margin-top: 3.25rem;
}
.project-slide__title {
    max-width: 85%;
}
.bg-color__line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6.9375rem;
    background-color: rgba(31, 31, 31, 0.4);
    z-index: 1;
}
.platform-slider {
    height: 16rem;
    max-width: 53.2rem;
    margin: 0;
    position: relative;
    margin-bottom: 24.68rem;
    cursor: grab;
}
.platform-slider:active {
    cursor: grabbing;
}
.platform-slide {
    /*padding: 1.12rem 1.5rem;*/
    padding: 0.8rem 1rem;
    transition: all 0.4s ease;
    opacity: 0.3;
    filter: blur(1.5px);
}
.platform-slide.swiper-slide-active {
    opacity: 1;
    filter: blur(0px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), transparent);
}
.slider-line {
    width: 0.125rem;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 7.5%;
    height: 85%;
    background: linear-gradient(180deg, #f0f0f0 0%, #4ac17e 50.5%, #f0f0f0 100%);
}
.platform-bg__slider {
    position: absolute;
    top: 0;
    width: calc(100% - 13.24rem);
    height: 100%;
    left: 6.62rem;
}
.platform-bg__slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}
.planform-slider__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.swiper-pagination-parent {
    display: flex;
    column-gap: 0.37rem;
}
.swiper-pagination-parent .swiper-pagination-bullet {
    width: 7.68rem;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
    margin: 0 !important;
    transform: none !important;
}
.swiper-pagination-parent.swiper-pagination-bullets {
    transform: none;
}
.swiper-pagination-parent .swiper-pagination-bullet .paginate-line {
    display: block;
    width: 100%;
    height: 0.25rem;
    background-color: rgba(31, 31, 31, 0.3);
    border-radius: 6.25rem;
    transition: all 0.4s ease;
}

.swiper-pagination-parent .swiper-pagination-bullet.swiper-pagination-bullet-active .paginate-line {
    background-color: var(--color-green-2);
}
.swiper-pagination-bullet .paginate-num {
    display: block;
    margin-bottom: 1.13rem;
    left: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 140%;
    color: rgba(31, 31, 31, 0.7);
}

.col-slide {
    background-color: #f7f7f7;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.18rem;
    justify-content: space-between;
}
.col-slide {
    overflow: visible;
}
.col-slide a {
    align-self: flex-start;
    transition: all 0.4s ease;
}

.col4-slide {
    background-color: #f7f7f7;
    border-radius: 1.25rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.18rem;
    justify-content: space-between;
}
.col4-slider {
    overflow: visible;
}
.col4-slide a {
    align-self: flex-start;
    transition: all 0.4s ease;
}
.review-head__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2rem;
    margin-bottom: 0.75rem;
}
.review-platform {
    display: flex;
    column-gap: 0.75rem;
}
.review-platform img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.review-platform__info {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
}

.review-user__name,
.review-date,
.review-content,
.post-content {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    color: rgba(31, 31, 31, 0.7);
}
.review-platform + div {
    display: flex;
    flex-direction: column;
    row-gap: 0.94rem;
    align-self: flex-end;
    justify-content: space-between;
}
.review-rate {
    display: flex;
    column-gap: 0.18rem;
}
.rate-ico {
    width: 0.875rem;
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-block {
    border-radius: 1.25rem;
    background: var(--color-dark);
    padding: 4.5rem 3.5rem;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
}
.cta-block.grey-cta {
    background-color: #f7f7f7;
    color: var(--color-dark);
}
.cta-content {
    max-width: 58rem;
    position: relative;
    z-index: 5;
}
.cta-descr {
    max-width: 44.875rem;
    margin: 1.75rem 0 2.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
}
.cta-btns {
    display: flex;
    column-gap: 0.25rem;
}
.cta-image {
    position: absolute;
    z-index: 3;
    width: 49rem;
    height: 27.875rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}
.cta-bg__image {
    position: absolute;
    z-index: 2;
    width: 27.9375rem;
    right: 0rem;
    bottom: 0rem;
}
.cta-light1 {
    width: 39.5rem;
    height: 39.5rem;
    border-radius: 50%;
    background: #29513b;
    filter: blur(250.58984375px);
    position: absolute;
    bottom: 10.25rem;
    left: -18rem;
}
.cta-light2 {
    width: 61.0625rem;
    height: 61.0625rem;
    border-radius: 50%;
    background: #29513b;
    filter: blur(387.3833312988281px);
    position: absolute;
    right: -2rem;
    top: -12rem;
}
.cta-light3 {
    width: 41.8125rem;
    height: 41.8125rem;
    border-radius: 50%;
    background: #3a7253;
    filter: blur(100px);
    position: absolute;
    right: 4.5rem;
    top: 3.25rem;
}
.post-title {
    margin-bottom: 0.75rem;
}
.post-content {
    max-width: 13rem;
}
.col4-slide {
    background-size: 11.625rem 9.375rem;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
}
.faq-grid {
    display: grid;
    grid-template-columns: 30.125rem 1fr;
    column-gap: 5.88rem;
}
.faq-descr {
    max-width: 25rem;
}
.faq-items {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.faq-item {
    background-color: var(--color-white);
    color: var(--color-dark);
    border-radius: 0.75rem;
    padding-bottom: 0.75rem;
}
.faq-question > div:not([data-faq="ico"]) {
    transition: all 0.4s ease;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2rem;
    padding: 2rem 2rem 1.25rem;
    cursor: pointer;
}
.faq-answer {
    padding: 0rem 2rem 1.25rem;
}
.pre-footer {
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
}
.pre-footer .platform-bg__slider {
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
}
.section-bg__grey.pre-footer:after {
    display: none;
}
footer {
    position: relative;
    z-index: 6;
}
.bg-elements.footer-bg__elements {
    bottom: 0;
    top: auto;
    height: 57rem;
}
.footer-light1 {
    width: 55.1875rem;
    height: 54.4375rem;
    border-radius: 50%;
    opacity: 0.6;
    background: #29513b;
    filter: blur(19.5rem);
    position: absolute;
    bottom: -28rem;
    left: -20rem;
}
.footer-light2 {
    width: 39.4375rem;
    height: 38.6875rem;
    border-radius: 50%;
    opacity: 0.6;
    background: #29513b;
    filter: blur(13.9rem);
    position: absolute;
    top: -4.4rem;
    right: -28.8rem;
}
.footer-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.footer-col:first-child {
    padding-top: 4.5rem;
}
.footer-col:not(:last-child) {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.footer-nav {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.footer-nav a {
    display: block;
    padding: 0.75rem 0;
    transition: all 0.4s ease;
}
.footer-links {
    margin-top: 1.5rem;
}
.footer-links a {
    display: block;
    padding: 0.5rem 0;
    transition: all 0.4s ease;
    opacity: 0.7;
}
.footer-nav__title {
    padding-top: 0.75rem;
    text-align: right;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    max-width: 16.75rem;
}
.footer-contact__title {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: 0.75rem;
}
.logo-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.social-items {
    display: flex;
    column-gap: 1.44rem;
}
.social-link {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.footer-bank__logo {
    width: 10.75rem;
    margin-bottom: 2rem;
}
.footer-info {
    display: flex;
    flex-direction: column;
    row-gap: 1.3rem;
    max-width: 23rem;
    color: rgba(255, 255, 255, 0.3);
}
.footer-col.footer-total > div {
    max-width: 25rem;
}
.footer-total {
    color: rgba(255, 255, 255, 0.3);
}
.calc-btn {
    width: 3.625rem;
    height: 3.625rem;
    background-color: var(--color-green-2);
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 13rem;
    right: 0;
    transition: all 0.4s ease;
}
.calc-ico {
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-elements {
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    height: calc(100% + 2rem);
}
.section-title__box {
    flex-shrink: 1;
}
.breadcrumbs {
    display: flex;
    column-gap: 1.75rem;
    flex-wrap: wrap;
    font-size: 0.75rem;
    margin-bottom: 4.5rem;
}
.breadcrumbs.single-title {
    margin-bottom: 10rem;
}
.breadcrumbs a {
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
}
.breadcrumbs li:last-child {
    color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 12 12' fill='none'><path d='M4.2 1.8L8.4 6L4.2 10.2' stroke='white' stroke-opacity='0.3' stroke-width='1.2' stroke-linejoin='round'/></svg>");
    margin-left: 0.5rem;
    position: absolute;
    top: 0.35rem;
}
.top-section {
    padding-top: 7rem;
    padding-bottom: 5rem;
    min-height: 26rem;
}
.hero-list {
    display: flex;
    flex-direction: column;
    row-gap: 0.94rem;
    grid-column: span 2;
    padding-left: 1.97rem;
}
.hero-list > div {
    font-size: 0.8rem;
    padding: 0.85rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-list > div > span {
    font-size: 1.3rem;
}


.hero-list > div:first-child {
    background-image: url(/images/l-border1.svg);
}
.hero-list > div:nth-child(2) {
    background-image: url(/images/l-border2.svg);
}
.hero-list > div:last-child {
    background-image: url(/images/l-border3.svg);
}
.dividend-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1.25rem;
}
.dividend-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    grid-column: span 2;
    align-self: flex-start;
}
.dividend-items li {
    display: flex;
    justify-content: space-between;

    background-color: #f7f7f7;
    border-radius: 1.25rem;
    overflow: hidden;
}
.dividend-items li > div {
    /*  padding: 1.5rem; */
    padding: 1.5rem 0 1.5rem 1.5rem;

    display: flex;
    flex-direction: column;
    row-gap: 2.88rem;
}
.dividend-items .item-num {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
}
.dividend-items img {
    width: 14.375rem;
    height: 13.75rem;
    object-fit: contain;
    align-self: flex-end;
}
.tab-navs {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.tab-navs li {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
    padding: 1.28rem 2rem;
    border-radius: 1.25rem;
    background: #f7f7f7;
    color: rgba(31, 31, 31, 0.7);
    transition: all 0.4s ease;
}
.tab-navs li.active {
    background-color: var(--color-green-2);
    color: var(--color-white);
    pointer-events: none;
}
.tab-info {
    grid-column: span 2;
}
.tab-content {
    position: relative;
    border-radius: 1.25rem;
    background: #f7f7f7;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 5rem;
    background-image: url(/images/site-top-right-bg2.svg);
    background-size: 27.9375rem;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.tab-content__descr {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
    max-width: 41rem;
}
.tab-image {
    position: absolute;
    z-index: 0;
    width: 25.5rem;
    height: 24.125rem;
    object-fit: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.info-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 1.19rem;
    /* height: 100%; */
    height: auto;

    background-color: #f7f7f7;
    border-radius: 1.25rem;
    padding: 2rem;
    background-image: url(/images/site-top-right-bg2.svg);
    background-size: 27.9375rem;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.info-item.no-gap {
    justify-content: flex-start;
    row-gap: 0;
}
.info-item__subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 150%;
    margin: 2rem 0 0.75rem;
}
.info-list {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    list-style: disc;
    padding-left: 1.25rem;
}
.info-list li::marker {
    color: var(--color-green-2);
}
.lbox-video {
    display: block;
    position: relative;
    height: 19.375rem;
    border-radius: 1.25rem;
    background-color: #0f1712;
    margin-bottom: 1.25rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-btn {
    position: relative;
    z-index: 1;
    width: 5.375rem;
    height: 5.375rem;
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.two-col__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.two-col__grid.col-gap {
    column-gap: 1.25rem;
    row-gap: 1.25rem;
}
.two-col__grid > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.two-col__grid .product-item__image {
    width: 28.75rem;
    height: 27.5rem;
}
.two-col__grid .info-list {
    font-size: 1.25rem;
}
.proposal-image {
    /*
    width: calc(100% + 6.62rem);
    max-width: none;
    height: 33.875rem;
    object-fit: contain;
    */

    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
}
.section-bg__grey.no-padding {
    padding: 0;
}
.program-descr {
    margin-bottom: 2.25rem;
    max-width: 38rem;
}
.about-program {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    column-gap: 8.5rem;
    background-color: #f7f7f7;
    border-radius: 1.25rem;
    overflow: hidden;
}
.about-program__content {
    padding: 2rem 0 0 2rem;
}
.rate-items {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1.25rem;
    max-width: 45rem;
    padding: 1.25rem 1.25rem 0 0;
    margin-top: 0.94rem;
    background-color: var(--color-white);
    background-image: url(/images/top-right-corner.svg);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: 100% 0;
}
.rate-items .top-corner {
    position: absolute;
    width: 1.25rem;
    top: -1.25rem;
    left: 0;
}
.rate-items .bottom-corner {
    position: absolute;
    width: 1.25rem;
    bottom: 0;
    right: -1.25rem;
}
.rate-items li {
    background-color: var(--color-green-2);
    color: var(--color-white);
    padding: 2rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    font-size: 1.25rem;
}
.rate-items li > div:last-child {
    font-size: 1.5rem;
}
.rate-items span {
    font-size: 3.5rem;
    line-height: 120%;
}
.program-image {
    height: 100%;
    object-fit: cover;
}
.profit-item__image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 12.5rem;
    height: 15.5rem;
    object-fit: contain;
}
.profit-item > img + div {
    max-width: 22.5rem;
}
.video-block {
    padding: 2rem;
    display: flex;
    column-gap: 3.62rem;
    border-radius: 1.25rem;
    background-color: #f7f7f7;
}
.video-content {
    max-width: 37.625rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.video-lbox {
    width: 100%;
    height: 32.3125rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    overflow: hidden;
}
.video-lbox > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.four-col__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    object-fit: contain;
}
.four-col__grid li {
    background-color: #f7f7f7;
    border-radius: 2rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.four-col__grid img {
    height: 5.625rem;
}
.user-item {
    display: flex;
    column-gap: 1.25rem;
}
.user-item > img {
    width: 8.0625rem;
    height: 8.0625rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.user-item .p-24__bold {
    margin: 0.25rem 0 0.5rem;
}
.worker-descr {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    color: rgba(31, 31, 31, 0.7);
}

.press-logo {
    height: 3.125rem;
    margin-bottom: 1.25rem;
}
.public-date {
    color: rgba(31, 31, 31, 0.3);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0.5rem;
}
.info-item .review-content {
    margin-top: 0.5rem;
}
.awwords-slide {
    padding: 2rem;
    background-color: #f7f7f7;
    border-radius: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    column-gap: 7.75rem;
}
.awwords-info img {
    height: 4.75rem;
    margin-bottom: 1.25rem;
}
.awwords-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1.25rem;
}
.awwords-title + div {
    color: rgba(31, 31, 31, 0.7);
}
.awwords-info + img {
    border-radius: 0.5rem;
}
.post-preview__block {
    /* max-width: 19.375rem; */
    max-width: 80%;
}
.post-preview__block .review-content {
    margin-bottom: 1.19rem;
}
.post-preview {
    /*  background-size: 15.25rem; */
    background-position: 110% 100%;
    background-size: 11.625rem 9.375rem;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1.25rem;
}
.post-preview a{
    background-color: var(--color-green-2);
    border-radius: 6px;
    padding: 0.125rem 1rem;
    color: #FFF;
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
}

.pagenavi-bottom {
    margin-bottom: 3.75rem;
}
.col4-slide.post-block {
    padding: 0;
    overflow: hidden;
    row-gap: 0;
}
.post-preview__image {
    display: block;
    height: 15rem;
    width: 100%;
    position: relative;
}
.post-preview__info {
    padding: 1.5rem 2rem;
}
.post-preview__info .review-content {
    margin: 0.5rem 0 1.9rem;
}
.history-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4.5rem;
}
.history-images {
    height: 48.125rem;
    background-color: #797979;
    position: sticky;
    top: 8.5rem;
    border-radius: 1.25rem;
    overflow: hidden;
}
.history-images img {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.history-images img.active,
.history-images img:first-child {
    visibility: visible;
    opacity: 1;
}
.timeline-items {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-top: 4.5rem;
}
.timeline-items > li {
    display: flex;
    column-gap: 3.62rem;
    min-height: 25.5rem;
}
.timeline-items > li:last-child {
    min-height: auto;
}
.timeline-items > li:last-child .timeline-descr {
    padding-bottom: 0;
}
.timeline-items > li:last-child .timeline {
    display: none;
}
.timeline-board {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}
.timaline-num {
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-green-2);
    transition: all 0.4s ease;
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.timeline {
    width: 0.375rem;
    flex-grow: 1;
    background-color: #f7f7f7;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.timeline-line {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: var(--color-green-2);
}
.timeline-date {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 0.5rem;
    transition: all 0.4s ease;
}
.timeline-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1rem;
    transition: all 0.4s ease;
}
.timeline-descr {
    font-size: 1.25rem;
    padding-bottom: 2.5rem;
    opacity: 1;
    color: rgba(31, 31, 31, 0.7);
    transition: all 0.4s ease;
}
.timeline-descr ul {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
}
.timeline-info .timeline-descr li::marker {
    color: rgba(31, 31, 31, 0.3);
    transition: all 0.4s ease;
}
.timeline-item.active .timeline-descr li::marker {
    color: var(--color-green-2);
}
.timeline-image {
    display: none;
    transition: all 0.4s ease;
}
.timeline-item:not(.active) .timeline-info > * {
    color: rgba(31, 31, 31, 0.3);
}
.timeline-item.active .timaline-num {
    background-color: var(--color-green-2);
    color: var(--color-white);
}
.post-container {
    padding: 0 24.62rem;
}
.post-image {
    width: 100%;
    height: 30.5rem;
    object-fit: cover;
    border-radius: 1.25rem;
}
.single-post__top {
    padding-bottom: 0;
    margin-bottom: -16rem;
    z-index: 6;
}
.bg-elements.wrapper-bg {
    height: 28rem;
}
.section-bg__white > section.post-section:first-child {
    padding-top: 18.5rem;
}
.post-info__block {
    display: flex;
    column-gap: 3.5rem;
    color: rgba(31, 31, 31, 0.7);
    margin-bottom: 1rem;
}
.top-section .post-info__block {
    color: rgba(255, 255, 255, 0.7);
}
.top-section .blog-post__title {
    max-width: 45rem;
    margin-bottom: 0;
}
.post-tags {
    display: flex;
    column-gap: 2.37rem;
}
.post-tags li {
    position: relative;
}
.post-tags li:not(:last-child)::after {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-green-2);
    position: absolute;
    right: -1.35rem;
    top: 0.62rem;
}
.blog-post__title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 1.75rem;
}
.post-container .post-content__block p,
.post-container .post-content__block li {
    color: rgba(31, 31, 31, 0.7);
}
.post-container .post-content__block {
    margin-bottom: 1.12rem;
}
.post-content__block.margin-b {
    margin-bottom: 3.75rem;
}
.post-files {
    display: flex;
    column-gap: 2.5rem;
    flex-wrap: wrap;
    row-gap: 1rem;
}
.share-title {
    margin-top: 3.75rem;
    margin-bottom: 0.75rem;
}
.share-items {
    display: flex;
    column-gap: 1.44rem;
}
.share-items a {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.hero-image__post {
    width: 35.375rem;
    height: 28.5rem;
    position: absolute;
    top: 4.5rem;
    right: 10.62rem;
    object-fit: contain;
}
.contact-grid {
    display: grid;
    grid-template-columns: 0.65fr 1fr;
    column-gap: 10rem;
}
.contact-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3.75rem;
    row-gap: 2.5rem;
    margin-bottom: 5rem;
}
.contact-items li {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
}
.contact-items li:last-child {
    grid-column: span 2;
}
.contact-title {
    color: rgba(31, 31, 31, 0.7);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 130%;
}
.contact-title + a {
    transition: all 0.4s ease;
}
.contact-title + * {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    text-wrap: balance;
}
.contact-doc__items {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    margin-bottom: 1.25rem;
}
.company-data {
    color: rgba(31, 31, 31, 0.7);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 1.68rem;
}
.profile-link {
    transition: all 0.4s ease;
}
.contact-image {
    width: 100%;
    height: 31rem;
    object-fit: cover;
    border-radius: 1.25rem;
}
.contact-map {
    margin-top: 7.5rem;
    height: 45.8125rem;
    position: relative;
}
.contact-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.section-bg__white.bottom-none {
    padding-bottom: 0;
}
.vacancy-descr,
.vacancy-info__title {
    color: rgba(31, 31, 31, 0.7);
}
.vacancy-descr {
    margin: 1rem 0 2rem;
}
.vacancy-info__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 3.75rem;
    margin-bottom: 2.25rem;
}
.vacancy-info__title {
    margin-bottom: 0.13rem;
}
.vacancy-total__block {
    display: flex;
    justify-content: space-between;
    column-gap: 2.5rem;
}
.vacancy-btns {
    display: flex;
    column-gap: 0.75rem;
}
.error-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 46.5625rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10rem;
}
.error-block > img {
    width: 36.25rem;
    height: 25.4375rem;
    object-fit: contain;
    margin-bottom: 2rem;
}
.error-title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 1.5rem;
}
.error-descr {
    color: rgba(255, 255, 255, 0.7);
    max-width: 41rem;
    font-size: 1.25rem;
    line-height: 150%;
    margin-bottom: 2.5rem;
}
.error-light1 {
    position: absolute;
    top: 6.94rem;
    left: 50%;
    transform: translateX(-50%);
    width: 46.5625rem;
    height: 46.5625rem;
    border-radius: 50%;
    opacity: 0.6;
    background: #29513b;
    filter: blur(13.9rem);
}
.error-light2 {
    position: absolute;
    bottom: 20.8rem;
    right: -28.88rem;
    width: 39.4375rem;
    height: 38.6875rem;
    border-radius: 50%;
    opacity: 0.6;
    background: #29513b;
    filter: blur(13.9rem);
}
.form-field.md-56[name="resume-file"] {
    padding: 0.2375rem 0.525rem;
}
.static-btns [data-methodjs="calc"],
.cta-btns .btn-md48,
.footer-info a,
.footer-col.p-14__medium a,
.info-item a,
.lbox-video + div {
    transition: all 0.4s ease;
}

.nav-btn-reg
{
    display: none;
}
.nav-reg
{
    display: none;
}

@media only screen and (min-width: 1440px) {
    html {
        font-size: calc(1vw / 1.21);
    }
}
@media only screen and (max-width: 1440px) {
    html {
        font-size: calc(1vw / 0.98);
    }
    .container {
        padding: 0 4.5rem;
    }
    .hero-section {
        padding-top: 8.25em;
        padding-bottom: 4.5rem;
    }
    .hero-image {
        width: 64.75rem;
        height: 53.25rem;
        position: absolute;
        top: 4.5rem;
        right: -6.75rem;
    }
    .hero-title {
        font-size: 3.5rem;
        max-width: 62rem;
    }
    .hero-label {
        margin-bottom: 2.5rem;
    }
    .hero-subtitle {
        margin-top: 1.75rem;
    }
    .hero-items {
        max-width: 44.5rem;
        column-gap: 1.25rem;
    }
    .hero-item__bg {
        font-size: 1rem;
        padding: 1.25rem;
    }
    .hero-item__bg img {
        height: 8rem;
    }
    .hero-item__link {
        width: 2.5rem;
        height: 2.5rem;
    }
    .section-title {
        font-size: 2.625rem;
    }
    .statistic-block {
        column-gap: 3.25rem;
    }
    .val-items {
        column-gap: 3.88rem;
    }
    .product-item.big-row {
        row-gap: 4rem;
    }
    .product-info__items {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
    }
    .slider-btn {
        width: 3rem;
        height: 3rem;
    }
    .platform-slider {
        margin-bottom: 19rem;
    }
    .cta-content {
        max-width: 37.68rem;
    }
    .static-content {
        max-width: 33rem;
    }
    .hero-list > div {
        padding: 0.3rem;
    }
    .hero-list {
        row-gap: 0.75rem;
        padding-left: 1.2rem;
    }
    .cta-block.grey-cta {
        padding: 3.5rem;
    }
    .dividend-block {
        grid-template-columns: 2fr 1fr 1fr;
        column-gap: 8rem;
    }
    .dividend-items li {
        flex-direction: column;
    }
    .dividend-items img {
        width: 13.75rem;
    }
    .tab-image {
        width: 18.75rem;
        height: 17.5625rem;
        right: 0;
        top: auto;
        bottom: 0;
        transform: none;
    }
    .dividend-items li > div {
        padding-bottom: 0;
        row-gap: 1.25rem;
    }
    .breadcrumbs {
        margin-bottom: 1.75rem;
    }
    .history-block {
        display: grid;
        grid-template-columns: 0.625fr 1fr;
        column-gap: 2.38rem;
    }
    .history-images {
        height: 30.5625rem;
    }
    .hero-image__small {
        width: 60rem;
        height: 20rem;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .four-col__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .video-lbox {
        height: 23.1875rem;
    }
    .breadcrumbs.single-title {
        margin-bottom: 7.5rem;
    }
    .top-section {
        padding-top: 7rem;
        padding-bottom: 4.5rem;
        min-height: 22.8rem;
    }
    .post-preview {
        background-size: 10.25rem;
    }
    .post-preview__image {
        height: 11.25rem;
    }
    .post-container {
        padding: 0 11.37rem;
    }
    .section-bg__white > section.post-section:first-child {
        padding-top: 13.5rem;
    }
    .col4-slide {
        background-size: 9rem 7rem;
    }
    .contact-image {
        height: 21.625rem;
        margin-top: 4.5rem;
    }
    .contact-grid {
        grid-template-columns: 0.85fr 1fr;
        column-gap: 3rem;
    }
    .contact-items {
        margin-bottom: 4.5rem;
    }
    .contact-map {
        height: 34.3125rem;
    }
    .vacancy-info__items {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 1rem;
    }
    .vacancy-total__block {
        flex-direction: column;
        row-gap: 1.25rem;
    }
    .vacancy-info__items {
        margin-bottom: 0.75rem;
    }
}
@media only screen and (max-width: 1025px) {
    html {
        font-size: calc(1vw / 0.5);
    }
    section {
        padding-top: 6.25rem;
    }
    nav {
        width: 100%;
        height: 100dvh;
        position: absolute;
        top: 3rem;
        left: 0;
        padding-bottom: 3rem;
        display: flex;
        justify-content: flex-end;
        transition: all 0.4s ease;
        visibility: hidden;
        opacity: 0;
    }
    .nav-reg{
        display: flex;
    }
    nav.active {
        visibility: visible;
        opacity: 1;
    }
    .main-nav {
        flex-direction: column;
        align-items: stretch;
        row-gap: 0;
        padding-bottom: 10rem;
    }
    .nav-wrapper {
        width: 27.1875rem;
        height: 100dvh;
        background-color: var(--color-white);
        color: var(--color-dark);
        position: relative;
        z-index: 2;
        overflow-y: auto;
    }
    .nav-close {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(31, 31, 31, 0.6);
        backdrop-filter: blur(5px);
        z-index: 0;
    }
    .nav-title {
        display: block;
        padding: 1.5rem 2rem;
        font-size: 1.5rem;
        border-bottom: 0.125rem solid rgba(31, 31, 31, 0.1);
        color: rgba(31, 31, 31, 0.3);
    }
    .more-nav {
        display: none;
    }

    .main-nav li > a {
        /* display: block; */
        /*
        padding: 1.5rem 2rem;
        font-size: 2rem;
        */
        padding: 1.25rem 1.5rem;
        font-size: 1.5rem;

        display: inline-block;

    }
    .main-nav li {
        border-bottom: 0.125rem solid rgba(31, 31, 31, 0.1);
    }

    .login-btn {
        display: none;
    }
    .main-header {
        padding: 0 0 0 0.75rem;
    }
    .hero-image {
        display: none;
    }
    .lc-btn {
        border-radius: 0;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        font-size: 0.875rem;
        padding: 0.75rem 1.25rem;
    }
    .lc-btn-mob {
        border-radius: 0;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        font-size: 0.875rem;
        padding: 0.75rem 1.25rem;
        display: block !important;
    }

    .header-block__right {
        column-gap: 0;
    }
    .calc-btn {
        width: 3rem;
        height: 3rem;
        background-color: transparent;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        position: static;
        border-left: 0.0625rem solid rgba(255, 255, 255, 0.2);
        border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
    }
    .calc-ico {
        width: 1.5rem;
        height: 1.5rem;
    }

    .burger {
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 1.5rem;
        height: 1.15rem;
    }
    .burger::before,
    .burger::after {
        content: "";
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 0.15rem;
        border-radius: 0.625rem;
        background: #fff;
    }
    .burger::before {
        top: 0;
        box-shadow: 0 0.4875rem 0 #fff;
        transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
    }
    .burger::after {
        bottom: 0;
        transition: bottom 0.3s 0.15s, transform 0.3s;
    }

    .nav-btn {
        width: 3rem;
        height: 3rem;
        background-color: var(--color-green-2);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .nav-btn.active .burger::before {
        top: 0.5rem;
        transform: rotate(45deg);
        box-shadow: 0 0.375rem 0 rgba(0, 0, 0, 0);
        transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
    }
    .nav-btn.active .burger::after {
        bottom: 0.5rem;
        transform: rotate(-45deg);
        transition: bottom 0.3s, transform 0.3s 0.15s;
    }
    .container {
        padding: 0 1.75rem;
    }
    .hero-section {
        padding-top: 6.56rem;
        padding-bottom: 6.25rem;
    }
    .hero-label li {
        flex-direction: column;
        row-gap: 0.75rem;
        align-items: flex-start;
    }
    .banc-descr {
        padding: 0;
        border-left: none;
    }
    .hero-label {
        column-gap: 1.25rem;
        margin-bottom: 3.69rem;
    }
    .hero-title {
        font-size: 3.5rem;
    }
    .hero-subtitle {
        margin-top: 1.75rem;
    }
    .hero-item__bg {
        font-size: 1rem;
    }

    .hero-item__link {
        width: 2.5rem;
        height: 2.5rem;
    }
    .statistic-block {
        padding: 3rem 2.25rem;
        flex-direction: column;
        row-gap: 3rem;
        margin-bottom: 4.25rem;
    }
    .statistic-block.mt {
        margin-top: 4.25rem;
    }
    .static-content {
        max-width: none;
    }
    .static-tab__nav {
        margin-bottom: 1.75rem;
        padding-left: 0;
    }
    .val-items {
        grid-template-columns: 1fr 1fr;
        column-gap: 6.12rem;
    }
    .hero-image__bottom {
        width: 20.125rem;
        height: 20.125rem;
    }
    .hero-image__top {
        width: 20.125rem;
        height: 20.125rem;
    }
    .hero-light1 {
        bottom: 55.5rem;
    }
    .hero-light2 {
        width: 39.4375rem;
        height: 39.4375rem;
        filter: blur(13.9rem);
        bottom: -18rem;
        right: -16rem;
    }
    .hero-light3 {
        width: 37.625rem;
        height: 37.625rem;
        top: 3.56rem;
        right: -5.62rem;
    }
    .marquee {
        margin-bottom: 6.25rem;
    }
    .section-title.mb-40 {
        margin-bottom: 2rem;
    }
    .three-col__grid {
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
    }
    .six-col__grid {
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
    }

    .product-info__items {
        display: grid;
        grid-template-columns: minmax(5rem, max-content) 1fr;
        column-gap: 5.3rem;
        row-gap: 1.5rem;
    }
    .product-bg__image {
        height: 100%;
    }
    .product-item {
        background-size: 20.125rem;
        background-position: 100% 0%;
        background-repeat: no-repeat;
        row-gap: 2.25rem;
    }

    .product-item.big-row {
        row-gap: 1.25rem;
    }
    .product-item__title {
        margin-bottom: 0.75rem;
    }
    .section-bg__white {
        padding-bottom: 6.25rem;
        border-radius: 1.75rem;
    }
    .section-bg__grey {
        padding-bottom: 6.25rem;
    }
    .slider-controls {
        display: none;
    }
    .swiper-pagination-parent .swiper-pagination-bullet {
        width: 6.25rem;
    }
    .platform-bg__slider {
        top: auto;
        height: 23rem;
        bottom: 12rem;
    }
    .platform-slider {
        margin-bottom: 25rem;
    }
    .cta-block,
    .cta-block.grey-cta {
        padding: 3rem 2rem 26rem;
    }
    .cta-image {
        width: 38rem;
        height: 21.625rem;
        top: auto;
        right: auto;
        left: 50%;
        bottom: 2rem;
        object-fit: contain;
        transform: translate(-50%, 0);
    }
    .cta-bg__image {
        width: 20.125rem;
    }
    .cta-light1 {
        bottom: auto;
        top: -22rem;
        left: -15rem;
    }
    .cta-light2 {
        width: 39.6875rem;
        height: 39.6875rem;
        filter: blur(42rem);
        right: -13.63rem;
        top: auto;
        bottom: -4.81rem;
    }
    .cta-light3 {
        width: 25rem;
        height: 25rem;
        filter: blur(6.25rem);
        right: auto;
        left: 11.87rem;
        top: auto;
        bottom: -8.25rem;
    }
    .cta-info__block {
        margin: 2rem 0 2.25rem;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }
    .cta-descr {
        margin: 1.75rem 0 2rem;
        font-size: 1rem;
    }
    .post-content {
        max-width: 23rem;
    }
    .faq-grid {
        display: flex;
        flex-direction: column;
        row-gap: 3rem;
    }
    .footer-contacts {
        grid-column: span 2;
    }
    .footer-contacts + div {
        grid-column: span 3;
    }
    .footer-col {
        grid-template-columns: 12rem 1fr 10rem;
        row-gap: 3.12rem;
        column-gap: 4rem;
    }
    .footer-col:last-child {
        grid-template-columns: 1fr 1fr;
        row-gap: 1.25rem;
    }
    .footer-light1 {
        width: 39.4375rem;
        height: 39.4375rem;
        opacity: 1;
        filter: blur(13.9rem);
        bottom: -5.87rem;
        left: -18.25rem;
    }
    .footer-light2 {
        top: -15.69rem;
        right: -19.75rem;
    }
    .pre-footer {
        border-bottom-left-radius: 1.75rem;
        border-bottom-right-radius: 1.75rem;
    }
    .bg-elements.footer-bg__elements {
        height: 74rem;
    }
    .dividend-block {
        display: flex;
        flex-direction: column;
        row-gap: 3rem;
    }
    .tab-navs {
        position: relative;
        width: calc(100% + 3.5rem);
        left: -1.75rem;
        padding: 0 1.75rem;
        flex-direction: row;
        column-gap: 1rem;
        overflow-x: auto;
        padding-bottom: 0.25rem;
    }
    .tab-navs li {
        flex-shrink: 0;
        min-width: 26rem;
    }
    .tab-content {
        row-gap: 16.5rem;
    }
    .tab-image {
        width: 21.625rem;
        height: 20.1875rem;
        right: 1.56rem;
        bottom: 2rem;
    }
    .lbox-video {
        height: 24.8125rem;
    }
    .two-col__grid {
        display: flex;
        flex-direction: column;
        row-gap: 1.37rem;
    }
    .proposal-image {
        /* width: 100%;*/
        height: auto;
    }
    .section-bg__grey.no-padding {
        padding: 6.25rem 0 1.25rem;
    }
    .breadcrumbs {
        margin-bottom: 1.5rem;
    }
    .top-section:has(.breadcrumbs) {
        padding-top: 4.06rem;
    }
    .awwords-slide {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
    }
    [data-sl="awwords"] .slider-controls {
        display: flex;
    }
    .history-images {
        display: none;
    }
    .history-block {
        display: block;
    }
    .timeline-image {
        display: block;
        border-radius: 1.25rem;
    }
    .timeline-info {
        padding-bottom: 6rem;
    }
    .hero-image__small {
        display: none;
    }
    .four-col__grid {
        grid-template-columns: 1fr 1fr;
    }
    .about-program {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
    }
    .rate-items {
        max-width: none;
        padding: 0;
        margin-top: 1.5rem;
        background-color: transparent;
        background-image: none;
    }
    .program-image {
        width: 100%;
        height: 23.25rem;
        border-radius: 1.25rem;
    }
    .about-program__content {
        padding: 0rem;
    }
    .about-program {
        padding: 2rem;
    }
    .rate-items li {
        padding: 1.5rem;
    }
    .footer-col:first-child {
        padding-top: 4rem;
    }
    .rate-items .bottom-corner,
    .rate-items .top-corner {
        display: none;
    }
    .video-block {
        display: flex;
        flex-direction: column;
        row-gap: 3rem;
    }
    .video-content {
        row-gap: 2.25rem;
    }
    .video-lbox {
        height: 21.875rem;
    }
    .three-col__grid.pagenavi-bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .post-preview {
        background-size: 8.75rem;
    }
    .top-section {
        min-height: auto;
    }
    .breadcrumbs.single-title {
        margin-bottom: 6rem;
    }
    .top-section:has(.breadcrumbs.single-title) {
        padding-bottom: 3rem;
    }
    .pagenavi-bottom {
        margin-bottom: 2.25rem;
    }
    .post-preview__image {
        height: 9.375rem;
    }
    .post-image {
        height: 19.1875rem;
    }
    .section-bg__white > section.post-section:first-child {
        padding-top: 12.5rem;
    }
    .blog-post__title {
        font-size: 2.625rem;
    }
    .hero-image__post {
        display: none;
    }
    .contact-image {
        height: 22.3125rem;
        margin-top: 0;
    }
    .contact-grid {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
    }
    .contact-items {
        margin-bottom: 4rem;
    }
    .contact-map {
        height: 28.75rem;
        margin-top: 6.25rem;
    }
    .error-title {
        font-size: 3.5rem;
    }
    .faq-item {
        padding-bottom: 0.5rem;
    }
}
@media only screen and (max-width: 479px) {
    html {
        font-size: calc(1vw / 0.25);
    }
    .hero-section {
        padding-top: 6.3rem;
        padding-bottom: 4rem;
    }
    .section-bg__white > section:first-child {
        padding-top: 3rem;
    }
    section {
        padding-top: 4rem;
    }
    .container {
        padding: 0 1.25rem;
    }
    .main-nav li > a {
        display: block;
        padding: 1.25rem;
        font-size: 1.5rem;
    }
    .lc-btn span:last-child {
        display: block;
    }
    .lc-btn span:first-child {
        display: none;
    }
    .lc-btn-mob {
        display: block;
    }
    .hero-label li img {
        height: 1.75rem;
    }
    .hero-label li div {
        font-size: 0.652rem;
    }
    .hero-label {
        margin-bottom: 2.06rem;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .hero-items {
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
    }
    .hero-item__bg img {
        height: 14rem;
    }
    .hero-item__bg {
        font-size: 1.25rem;
    }
    .hero-item__link {
        width: 3rem;
        height: 3rem;
    }
    .nav-title {
        padding: 1rem 1.25rem;
        font-size: 1.25rem;
    }
    .nav-wrapper {
        width: 100%;
    }
    .statistic-block {
        position: relative;
        width: calc(100% + 2.5rem);
        left: -1.25rem;
        padding: 3rem 1.25rem;
        row-gap: 2rem;
    }
    .section-title {
        font-size: 1.75rem;
    }
    .section-title.mb-28 {
        margin-bottom: 1.25rem;
    }
    .static-btns {
        flex-direction: column;
        align-items: stretch;
        row-gap: 0.75rem;
    }
    .static-charts {
        position: relative;
        width: calc(100% + 2.5rem);
        left: -1.25rem;
    }
    .static-chart {
        padding: 0 1.25rem;
        width: 40rem;
        padding-bottom: 0.25rem;
    }
    .chart-container__wrap {
        overflow: auto;
    }
    .static-tab__nav {
        overflow: auto;
        padding: 0 1.25rem 0.25rem;
    }
    .static-tab__nav li {
        flex-shrink: 0;
    }
    .val-items {
        column-gap: 1.2rem;
        row-gap: 2.5rem;
    }
    .val-item > div:last-child {
        font-size: 1.6rem;
        line-height: 100%;
    }
    .p-24__bold {
        font-size: 1.25rem;
        line-height: 130%;
    }
    .val-item {
        font-size: 0.75rem;
        row-gap: 0.5rem;
    }
    .val-item .op-7 {
        max-width: 6.6rem;
    }
    .partner-logo {
        width: 10rem;
    }
    .marquee-list {
        column-gap: 1.75rem;
        margin-right: 1.75rem;
    }
    .section-title.mb-40 {
        margin-bottom: 1.5rem;
    }
    .product-item__title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
        line-height: 130%;
    }
    .product-item {
        padding: 1.5rem;
        row-gap: 1rem;
    }
    .product-item.big-row {
        row-gap: 1rem;
    }
    .product-info__items {
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
    }
    .product-info__item > div:last-child {
        margin-top: 0.15rem;
        font-size: 1.25rem;
    }
    .product-item .flex-h {
        display: block;
    }
    .planform-slider__bottom {
        flex-direction: column;
        row-gap: 1.5rem;
    }
    .planform-slider__bottom a,
    .swiper-pagination-parent.swiper-pagination-bullets,
    .swiper-pagination-parent .swiper-pagination-bullet {
        width: 100%;
    }
    .planform-subtitle {
        font-size: 0.75rem;
    }
    .platform-slide {
        padding: 1rem 1.25rem;
    }
    .platform-bg__slider {
        height: 17.5rem;
        bottom: 13rem;
    }
    .platform-slider {
        margin-bottom: 17rem;
    }
    .section-bg__grey,
    .section-bg__white {
        padding-bottom: 4rem;
    }
    .col4-slide {
        padding: 1.5rem;
    }
    .review-head__block > div:last-child {
        display: none;
    }
    .review-platform img {
        width: 3.25rem;
        height: 3.25rem;
    }
    .cta-block {
        padding: 1.5rem 1.5rem 14.5rem;
    }
    .cta-descr {
        margin: 1.25rem 0 2rem;
        font-size: 1rem;
    }
    .cta-btns {
        flex-direction: column;
        row-gap: 0.5;
    }
    .cta-image {
        width: 100%;
        height: 14rem;
        bottom: 0rem;
    }
    .cta-light3 {
        left: 0rem;
    }
    .post-content {
        max-width: 13rem;
    }
    .faq-grid {
        row-gap: 2rem;
    }
    .faq-question {
        padding: 1.5rem 1.5rem 1rem;
    }
    .faq-answer {
        padding: 0rem 1.5rem 1rem;
    }
    .footer-col {
        display: flex;
        flex-direction: column;
        row-gap: 2.75rem;
    }
    .footer-nav {
        row-gap: 0.5rem;
    }
    .logo-block {
        row-gap: 1.5rem;
    }
    .bg-elements.footer-bg__elements {
        height: 120rem;
    }
    .footer-light1 {
        left: -25.25rem;
    }
    .hero-image__bottom {
        width: 14.375rem;
        height: 14.375rem;
        opacity: 1;
    }
    .hero-light1 {
        width: 23.75rem;
        height: 23.75rem;
        filter: blur(14rem);
        bottom: 30rem;
        left: -5rem;
    }
    .hero-light2 {
        width: 23.75rem;
        height: 23.75rem;
        bottom: -8rem;
        right: -11rem;
    }
    .hero-light3 {
        width: 23.75rem;
        height: 23.75rem;
        top: 3.56rem;
        right: -5.62rem;
    }
    .hero-list {
        padding-left: 0;
    }
    .breadcrumbs {
        margin-bottom: 1.25rem;
    }
    .product-item__image {
        width: 16rem;
        height: 8.6rem;
    }
    .cta-block,
    .cta-block.grey-cta {
        padding: 1.5rem 1.5rem 14.5rem;
    }
    .file-items {
        font-size: 0.875rem;
    }
    .dividend-block a,
    .tab-content a {
        width: 100%;
    }
    .dividend-items {
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem;
    }
    .tab-navs li {
        min-width: auto;
        padding: 1.5rem;
        font-size: 1.25rem;
    }
    .tab-content__descr {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .tab-content {
        padding: 1.5rem 1.5rem 18.394rem 1.5rem;
        row-gap: 2rem;
    }
    .tab-image {
        width: 100%;
        height: 16.6875rem;
        right: 0;
        bottom: 0;
    }
    .info-item {
        padding: 1.5rem;
    }
    .lbox-video {
        height: 11.6875rem;
    }
    .video-btn {
        width: 3.875rem;
        height: 3.875rem;
    }
    .section-bg__grey.no-padding {
        padding: 3.06rem 0 1.5rem;
    }
    .section-bg__grey.no-padding a,
    .section-title__block a {
        width: 100%;
    }
    .section-title__block {
        row-gap: 1rem;
    }
    .cta-btns {
        row-gap: 0.75rem;
    }
    .two-col__grid .info-list {
        font-size: 1rem;
    }
    .project-item {
        min-height: 16rem;
        padding: 1.5rem;
    }
    .project-invest__items {
        display: flex;
        justify-content: space-between;
        font-size: 0.75rem;
    }
    .project-invest__items .p-24__bold {
        font-size: 0.875rem;
    }
    .bg-color__line {
        height: 5rem;
    }
    .four-col__grid img {
        height: 3.625rem;
    }
    .four-col__grid li {
        padding: 0.45rem 0.81rem;
        border-radius: 0.94331rem;
    }
    .user-item > img {
        width: 6.8125rem;
        height: 6.8125rem;
    }
    .press-logo {
        height: auto;
        width: 100%;
    }
    .awwords-slide {
        padding: 1.5rem;
    }
    .timaline-num {
        width: 3.5rem;
        height: 3.5rem;
    }
    .timeline {
        width: 0.25rem;
    }
    .timeline-items > li {
        column-gap: 2rem;
        min-height: auto;
    }
    .timeline-date {
        font-size: 1.25rem;
    }
    .timeline-title {
        font-size: 1.5rem;
    }
    .timeline-descr {
        font-size: 1rem;
        padding-bottom: 2.25rem;
    }
    .awwords-title {
        font-size: 1.5rem;
    }
    .timeline-info {
        padding-bottom: 4rem;
    }
    .about-program {
        padding: 1.5rem;
    }
    .product-item__title {
        font-size: 1.25rem;
    }
    .program-descr {
        margin-bottom: 1.75rem;
    }
    .program-descr + .p-24__bold {
        font-size: 1rem;
    }
    .rate-items {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }
    .rate-items > li {
        text-align: center;
    }
    .program-image {
        width: 100%;
        height: 10.325rem;
    }
    .profit-item__image {
        width: 9rem;
        height: 9rem;
        top: auto;
        right: 0;
        bottom: 0;
    }
    .video-block {
        row-gap: 1.75rem;
    }
    .video-content {
        row-gap: 1.75rem;
    }
    .video-lbox {
        height: 9.75rem;
    }
    .video-content a {
        width: 100%;
    }
    .video-block {
        padding: 1.5rem;
    }
    .dividend-items li > div {
        /* padding: 1.2rem;*/
        padding: 1.2rem 0 1.2rem 1.2rem;

        row-gap: 1.25rem;
    }
    .three-col__grid.pagenavi-bottom {
        display: flex;
    }
    .post-preview {
        background-size: 7.25rem;
    }

    .breadcrumbs.single-title {
        margin-bottom: 4rem;
    }
    .top-section:has(.breadcrumbs.single-title) {
        padding-bottom: 1.75rem;
    }
    .pagenavi-bottom {
        margin-bottom: 1.75rem;
    }
    .post-preview__info {
        padding: 1.5rem;
    }
    .post-preview__info .review-content {
        margin: 0.25rem 0 0.9rem;
    }
    .post-preview__image {
        height: 9.06rem;
    }
    .post-image {
        height: 9rem;
    }
    .section-bg__white > section.post-section:first-child {
        padding-top: 12.5rem;
    }
    .blog-post__title {
        font-size: 1.75rem;
    }
    .single-post__top {
        margin-bottom: -8.5rem;
    }
    .section-bg__white > section.post-section:first-child {
        padding-top: 5rem;
    }
    .post-info__block {
        flex-direction: column;
        row-gap: 0.5rem;
        font-size: 0.875rem;
    }
    .post-content__block h2,
    .post-content__block h3 {
        font-size: 1.25rem;
    }
    .contact-image {
        height: 10.4375rem;
    }
    .contact-grid {
        row-gap: 1.75rem;
    }
    .contact-items {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        margin-bottom: 3rem;
    }
    .contact-map {
        height: 25rem;
        margin-top: 4rem;
    }
    .contact-title + * {
        font-size: 1.5rem;
    }
    .contact-doc__items {
        font-size: 0.875rem;
    }
    .vacancy-info__items {
        grid-template-columns: 1fr 1fr;
        column-gap: 2.5rem;
    }
    .vacancy-info__items {
        margin-bottom: 0.25rem;
    }
    .vacancy-btns {
        flex-direction: column;
        row-gap: 0.75rem;
    }
    [data-modal="vacancy"] .col2-grid {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }
    .error-title {
        font-size: 2rem;
    }
    .error-block > img {
        width: 20.9375rem;
        height: 14.25rem;
        margin-bottom: 1.75rem;
    }
    .error-descr {
        font-size: 0.875rem;
    }
    .error-block {
        margin-bottom: 5rem;
    }
}
@media (hover: hover) {
    .main-nav a:not(.show-more):hover {
        color: #3ea26a;
    }
    .more-nav__block li a:hover {
        background-color: #eaf8f0;
    }
    .more-nav:hover > .flex-h {
        opacity: 0.7;
    }
    .more-nav:hover > .more-nav__block {
        opacity: 1;
        visibility: visible;
    }
    button.login-btn:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .hero-item:hover .hero-item__bg img {
        transform: scale(1.05);
    }
    .hero-item:hover .hero-item__link {
        background-color: #fff;
        color: #1f1f1f;
    }
    .calc-btn:hover {
        background-color: #3ea26a;
    }
    .calc-btn:active {
        background-color: #328356;
    }
    button.login-btn:active {
        color: #fff;
    }
    .col4-slide a:hover,
    .info-item a:not(.color-white):hover {
        color: var(--color-green-2);
    }
    .faq-item:hover .faq-question {
        color: var(--color-green-2);
    }
    .blur-btn:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }
    .static-btns [data-methodjs="calc"]:hover,
    .cta-btns .btn-md48:not(.color-white):hover,
    .footer-nav a:hover,
    .lbox-video:hover + div,
    .profile-link:hover {
        color: var(--color-green-2);
    }
    .footer-links a:hover {
        opacity: 1;
    }
    .footer-info a:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    .footer-total a:hover {
        color: var(--color-white);
    }
    .social-link:hover {
        background-color: var(--color-white);
    }
    .static-tab__nav li:hover {
        border-color: rgba(74, 193, 126, 0.3);
        color: #2a2a2a;
    }
    .breadcrumbs a:hover {
        color: rgba(255, 255, 255, 0.5);
    }
    .file-items a:hover .color-green2 {
        color: #3ea26a;
    }
    .tab-navs li:not(.active):hover {
        background-color: #e8e8e8;
        color: #2a2a2a;
    }
    .share-items a:hover {
        background-color: #e8e8e8;
    }
}

