:root {
    --cont: 90vw;
    --gold: #E7BA8E;
    --purple: #620DA9;
    --br50: 50px;
    --br20: 20px;
    --c-black: #121212;
    --c-grey: #D4D4D4;
    --c-wgrey: #E0E0E0;
    --c-green: #10CDBC;
    --c-red: #D40511;
    --c-white: #fff;
    --cont-p: 1.3vw;
    --gilFont: "Gilroy";
    --headerHeight: 17vh;
    --fz16: 1;
    --fz18: 1.17vw;
    --fz20: 1.2vw;
    --fz24: 1.56vw;
    --fz30: 1.95vw;
    --fz60: 3.9vw;
    --fz70: 4.55vw;
    --padd180:11.7vw;
    --padd130:8.4vw;
    --vh50:6.8vh;
}
.blue_col {
    color: var(--c-green);
}
.whiteCol {
    color: var(--c-white);
}
.blackCol {
    color: var(--c-black);
}
h2 {
    font-size: var(--fz60);
    line-height: 1.1 !important;
    font-weight: 600;
}
h4 {
    font-size: var(--fz30);
    font-weight: 600;
    line-height: 1.1 !important;
}
.aw_text .green-btn {
    margin-top: 4vh;
}
.container {
    width: calc(100% - var(--cont-p) * 2);
    margin-left: auto;
    margin-right: auto;
    max-width: var(--cont);
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--headerHeight);
    z-index: 999;
    background-color: var(--c-black);
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.menu_wrap {
    display: flex;
    gap: 3.2vw;
    align-items: center;
}

.menu_wrap li a {
    color: var(--c-white);
    font-size: var(--fz18);
}

.header_lang_btn {
    display: flex;
    gap: 4.5vw;
    align-items: center;
}

.header_btn {
    position: relative;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    color: white;
    background: transparent;
    border: 2px solid white;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    background-color: #000;
    outline: none;
    border-radius: 0;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 76%, 82% 100%, 0 100%, 0 0);
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2vh 5.3vh 2vh 4.5vh;
    background: none;
    border: none;
    color: var(--c-white);
    font-size: var(--fz18);
    font-weight: 700;
    outline: none;
    z-index: 1;
    transition: .3s;
}
.button {
    position: relative;
    border: 2px solid var(--c-white);
    clip-path: polygon(0 0, 100% 0, 100% 13%, /* верхний правый "срез" адаптивен */ 85% 100%, /* нижний правый угол */ 0 100%);
    overflow: hidden;
    color: var(--c-white);
    background: transparent;
    z-index: 1;
}

.button:before {
    content: '';
    position: absolute;
    top: 12%;
    right: 0;
    width: 100%;
    border-top: 2px solid var(--c-white);
    transform-origin: right top;
    transform: rotate(-49deg);
    pointer-events: none;
}

.button:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--c-white);
    z-index: -1;
    transition: width 0.3s ease;
}

.button:hover:after {
    width: 100%;
}

.button:hover {
    color: var(--c-black);
}


.inn_hero {
    height: 100%;
    position: relative;
    padding-top: calc(var(--headerHeight));
    z-index: 2;
    overflow: hidden;
}

.inn_hero_right {
    height: 100%;
    position: relative;
}

#home_svg {
    max-width: 60vw;
    position: absolute;
    right: 0;
    bottom: 0;
}

.innhl_title {
    font-size: var(--fz70);
    color: var(--c-white);
    font-weight: 600;
    max-width: 70%;
}

.innhl_title span {
    color: var(--c-green);
}

.innhl_desc {
    font-size: var(--fz20);
    line-height: 1.2 !important;
    max-width: 55%;
    color: var(--c-white);
    margin-top: 4vh;
}

.innhl_btns {
    display: flex;
    gap: 3vw;
    margin-top: 8.2vh;
    pointer-events: all;
}

.green_btn {
    color: var(--c-green);
    border: 2px solid var(--c-green);
    clip-path: polygon(0 0, 100% 0, 100% 13%, /* верхний правый "срез" адаптивен */ 81% 100%, /* нижний правый угол */ 0 100%);
    background-color: var(--c-green);
}
.green_btn:before {
    border-top: 2px solid var(--c-green);
}
.green_btn:hover {
    color: var(--c-white);
}
.green_btn:hover:after {
    background-color: var(--c-green);
}
/*HERO */
.cursor_container {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.absolute_bg {
    position: absolute;
    inset:0%;
}


#hero {
    /*background-image: url("/wp-content/uploads/2025/04/hero_bg.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    transition: background-image .5s ease-in-out;
}

#hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background-image: url('/wp-content/uploads/2025/04/hero_bg_hover.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0; /* Изначально второе изображение не видно */
    transition: opacity 0.5s ease-in-out; /* Плавный переход прозрачности */
}

#hero:hover:after {
    opacity: 1;
}
.r_text {
    position: relative;
    padding-top: 6vh;
    z-index: 15;
    pointer-events: none; /* <- элемент выше, но не мешает наведению */
}
.r_img {
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 70vw;
    height:50vw;
    display: flex;
    position: absolute;
    inset:-50vw 0vw 5% auto;
    z-index: 10;
}
.r_img img {
    align-self: center;
    width: 100%;
    position: absolute;
}
.r_container {
    position: absolute;
    inset:auto 0% 0% auto;
    bottom: 0;
    /*display: none;*/
}
.chip {
    max-width: 70vw;
    bottom: 0;
}
.chip_s_gologr {
    max-width: 20vw;
    top: 23%;
    right: 19%;
    animation: moveUpDown 2s infinite alternate ease-in-out;
    z-index: 2;
}
.cursor_blur {
    position: absolute; /* Чтобы элемент можно было позиционировать относительно .cursor_container */
    width: 50vh; /* Настройте размер размытия по желанию */
    height: 50vh; /* Настройте размер размытия по желанию */
    background-color: #620DA9; /* Цвет размытия */
    border-radius: 50%; /* Чтобы сделать его круглым */
    opacity: 0.7; /* Настройте прозрачность по желанию */
    filter: blur(20vh); /* Настройте интенсивность размытия по желанию */
    transform: translate(-50%, -50%); /* Центрирование относительно курсора */
    pointer-events: none; /* Чтобы не мешал взаимодействию с элементами */
    z-index: 5; /* Чтобы размытие было поверх других элементов (при необходимости) */
}
.r_img svg {
    position: absolute;
}
.r_img > svg:hover {
    filter: drop-shadow(40px 4px 6px black);
}
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-1.5vh);
    }
    100% {
        transform: translateY(0);
    }
}

/*HOME ABOUT*/
#about {
    padding-top: var(--padd130);
    padding-bottom: var(--padd180);
    overflow: hidden;
}
/*#about .about_wr_desc ul {*/
/*    list-style: disc;*/
/*    padding-left: 3vh;*/
/*}*/
#about .about_wr_desc ul li {
    font-size: var(--fz20);
color: var(--c-black);
}
#about .about_wr_desc ul li + li {
    margin-top: 2vh;
}
#about .about_wr_desc ul li::marker {
    color: var(--c-green);
}
.about_cont {
    width: calc(100% - var(--cont-p) * 2);
    margin-left: auto;
    margin-right: auto;
    max-width: 90vw;
}
.about_wr_title {
    max-width: 70%;
    position: relative;
    z-index: 2;
}
.about_wr_title p{
    font-size: 3.5vw;
    color: var(--c-black);
    line-height: 1 !important;
    font-weight: 600;
}
.about_wr_title p span {
    color: var(--c-green);
}

.about_wr_desc {
    max-width: 70%;
    margin-left: auto;
    margin-top: 5vh;
}
.about_wr_desc p + p {
    margin-top: 2.5vh;
}
.about_wr_desc p {
    font-size: var(--fz20);
    color: var(--c-black);
    line-height: 1.3 !important;
}
.about {
    position: relative;
}
.ab_svg {
    position: absolute;
    left: 0;
    max-width: 25vw;
    top: 20vh;
}
.about_wr_btn {
    margin-top: 3vh;
}

/*MORE*/
#more {
    background-image: url("/wp-content/uploads/2025/04/our_conv.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7vh 0 13vh;
}
.more_title h2 {
    color: var(--c-white);
}
.more_wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2vh;
    margin-top: 5vh;
    padding-left: .1vh;
}
.mwb_img {
    height: 5vh;
    max-width: 5vh;
    position: relative;
    z-index: 2;
}
.mwb_img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.more {
    position: relative;
    z-index: 2;
}
#more .more_wrap_bx {
    background-color: var(--c-black);
}
.more_wrap_bx {
    min-height: 24vh;
    background-color: var(--c-white);
    position: relative;
    padding: 3vh;
    overflow: hidden;
    border: .1vh solid #303030;
}
#more .more_wrap_bx::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 150%;
    background: linear-gradient(to right, rgba(16, 205, 188, 1), rgba(16, 205, 188, 1));
    animation: rotate 3s linear infinite;
    filter: blur(8vh);
    left: 0;
}
#more .more_wrap_bx::after {
}
#more .more_wrap_bx::after {
    content: "";
    position: absolute;
    inset: 0 .1vh 0 .1vh;
    background-color: var(--c-black);

    height: 100%;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 350% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes rotate {
    0% {
        transform: translate(0,-60vh);
    }
    100% {
        transform: translate(0,60vh);
    }

}
#more .mwb_desc {
    color: var(--c-white);
}
.mwb_desc {
    margin-top: 3vh;
    color: var(--c-black);
    font-size: var(--fz20);
    font-weight: 400;
    line-height: 1.5 !important;
    position: relative;
    z-index: 2;
}
.num_wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: var(--vh50);
    grid-gap: 2vh;
}
#numbers {
    padding-top: var(--padd180);
}
.num_bx {
    background: linear-gradient(180deg, #121212 0%, #262626 100%);
    box-shadow: 0px 0px 60px rgba(16, 141, 207, 0.2);
    min-height: 26vh;
    padding: 4vh;
    min-width: 40vh;
}
#main {
    overflow: hidden;
}

.typer:after {
    content:"";
    display: inline-block;
    vertical-align: middle;
    width:1px;
    height:1em;
    background: #000;
    animation: caretPulsate 0.2s linear infinite;
    -webkit-animation: caretPulsate 0.2s linear infinite;
}
@keyframes caretPulsate {
    0%   {opacity:1;}
    50%  {opacity:1;}
    60%  {opacity:0;}
    100% {opacity:0;}
}
@-webkit-keyframes caretPulsate {
    0%   {opacity:1;}
    50%  {opacity:1;}
    60%  {opacity:0;}
    100% {opacity:0;}
}
.num_bx_img {
    font-size: 6.2vw;
    font-weight: 600;
    color: var(--c-green);
    line-height: 0.7 !important;
    display: flex;
}
.num_bx_desc {
    font-size: 1vw;
    color: var(--c-white);
    line-height: 1.3 !important;
    margin-top: 3vh;
}
.about_wr_wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 6vh 20vh;
    max-width: 60%;
    margin-right: 20vh;
    margin-left: auto;
    margin-top: 7vh;
}
.about_wr_img {
    max-width: 6vh;
    height: 6vh;
}
.about_wr_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adv .about_wr_desc {
    max-width: unset;
}
.about_wr_bx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.adv .ab_svg {
    position: absolute;
    left: 0;
    max-width: 20vw;
    bottom: -20vh;
    top: unset;
}
.adv .about_wr_desc p {
/*     text-decoration: underline; */
}
.adv .about_wr_desc {
    margin-top: 2vh;
}
#risk .swiper-pagination {
    display: none;
}
/*RISK*/
#risk {
    background-image: url("/wp-content/uploads/2025/05/fontilt.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10vh 0;
}
.riskw_title svg {
    max-width: 22vh;
    height: 22vh;
}
.risk_head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.risk_navs {
    position: relative;
    display: flex;
    max-width: max-content;
    align-items: center;
    gap: 2vw;
    fill: var(--c-white);
    stroke: var(--c-white);
    height: 6.5vh;
}
.risk_navs .swiper-button-prev::after, .risk_navs .swiper-rtl .swiper-button-next::after {
    content: unset;
}
.risk_navs .swiper-button-next:after,
.risk_navs .swiper-button-prev:before {
    content: unset;
}
.risk_wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 4.3vw;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
}
.risk_slider {
    min-width: 0 !important;
    flex-grow: 1;
}
.risk_bx {
    display: flex;
    flex-direction: column-reverse;
    height: 42vh;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.risk_slider .swiper-slide {
    position: relative;
    overflow: hidden;
    cursor: grabbing;
}
.risk_slider .swiper-slide::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 150%;
    background: linear-gradient(to right, rgba(16, 205, 188, 1), rgba(16, 205, 188, 1));
    animation: rotate 10s linear infinite;
    filter: blur(5vh);
    left: 0;
}
.chip_s_tenyu{
    --glow-color: magenta;
    --button-bg: #111;
}
.chip_s_tenyu:after {
    content: '';
    position: absolute;
    top: 68%;
    background: #fff;
    left: 58%;
    mix-blend-mode: color-dodge;
    opacity: 1;
    filter: blur(20px);
    transform: skew(118deg, 209deg);
    width: 17%;
    height: 13%;
    transition: .3s;
}
.chip_s_tenyu.active:after {
    content: "";
    position: absolute;
    background: var(--glow-color);
    filter: blur(2vh);
    width: 17%;
    height: 13%;
    mix-blend-mode: color-dodge;
    box-shadow: 0 0 1rem 0 var(--glow-color);
}
.risk_slider .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0 .1vh 0 .1vh;
    background-color: var(--c-black);
}
.riskw_title {
    max-width: max-content;
    position: absolute;
    right: -2vh;
    bottom: -2vh;
}
.riskw_title svg path {
    transition: .3s;
}

.risk_img {
    padding: 4vh 4vh 0 4vh;

}
.risk_img p {
    font-size: var(--fz30);
    font-weight: 600;
    line-height: 1.1 !important;
    color: var(--c-white);
    transition: .3s;
}
.risk_slider .swiper-slide-active .risk_img p {
    color: var(--c-green);
}
.risk_slider .swiper-slide-active .riskw_title svg path{
    stroke: var(--c-green);
}
.risk .risk_navs > div {
    position: relative;
    width: 6.5vh;
    height: 100%;
    top: unset;
    margin: unset;
    right: unset;
    bottom: unset;
    left: unset;
    padding: unset;
}
.risk_navs svg {
    max-width: 3.5vh;
}
#risk .risk_navs .swiper-button-disabled svg path{
    fill: rgb(66, 66, 66);
    stroke:rgb(66, 66, 66);
}
#risk .risk_navs .swiper-button-disabled {
    background-color: transparent;
    border: 2px solid rgb(66, 66, 66);
    opacity: 1;
}
#risk .risk_navs .swiper-button svg path {
    fill: var(--c-white);
    stroke: var(--c-white);
}
.risk .risk_navs > div {
    background-color: var(--c-green);
    opacity: 1;
}
.risk .risk_navs > div svg path {
    stroke: var(--c-white);
}
/*PARTNERS*/
#partners {
    padding-top: var(--padd180);
    padding-bottom: var(--padd180);
}
.swiper_partners .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.swiper_partners  {
    margin-top: var(--vh50);
}
/*FOOTER*/
#footer {
    background-image: url("/wp-content/uploads/2025/05/footer_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footwcs_link {
    max-width: 6vh;
    height: 6vh;
    display: block;
}
.footwcs_link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.foot_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4vh 0 6vh;
}
#footer .footerwr_menu {
    display: flex;
    flex-direction: column;
}
#footer .footerwr_menu .menu_wrap {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    align-items: flex-start;
}
.footerwr_bx {
    display: flex;
    gap: 12vh;
}
.footw_contacts {
    display: flex;
    flex-direction: column;
    /*gap: 1.5vh;*/
    color: var(--c-white);
}
.footwc_email {
    margin-top: 1vh;
}
.footwc_socials {
    margin-top: 1.5vh;
    display: flex;
    gap: 1vh;
}
.footwc_tel a,
.footwc_email a{
    font-size: var(--fz20);
    font-weight: 500;
    line-height: 1.3 !important;
}
.foot_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vh 0 3vh;
    color: var(--c-white);
}
.footerwl_text {
    font-size: var(--fz16);
    font-weight: 400;
    line-height: 1.3 !important;
    max-width: 40%;
}
.footer__bottom-inner-webnow a span {
    font-weight: 600;
}
.footer__bottom-inner-webnow a {
    font-size: var(--fz16);
    font-weight: 400;
    line-height: 1.3 !important;
}

header .header__burger {
    display: none;
}
header .header__mobile {
    display: none;
}
.page-template-page-about #hero {
    height: 100%;
}
.page-template-page-about .r_text {
    padding-top: 13vh;
    padding-bottom: 13vh;
}
.about_hero {
    padding-top: var(--headerHeight);
}
#about_us {
    padding-top: var(--padd130);
    padding-bottom: var(--padd180);
}
.about_wrap {
    display: flex;
    justify-content: space-between;
    --imgWidth:39vw;
    --gap:5vw;
    gap: var(--gap);
}
.aw_img {
    width: var(--imgWidth);
    height: var(--imgWidth);
}
.aw_img img{
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}
.aw_text {
    width: calc(100% - var(--imgWidth) - var(--gap) / 2);
    padding-top: 8.2vh;
}
.aw_text p + p {
    margin-top: 2vh;
}
.aw_text p {
    font-size: var(--fz20);
    line-height: 1.5 !important;
    /*border: 1px solid var(--c-black);*/
    /*padding: 1vh 2vh 1vh 2vh;*/
}
#advantages {
    background-image: url("/wp-content/uploads/2025/05/about_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 9.5vh;
    padding-bottom: 15vh;
}
.advw_wrap {
    margin-top: var(--vh50);
    display: flex;
    flex-direction: column;
}
.advww_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4vh 0;
    cursor: pointer;
}
.advwwib_title {
    font-size: var(--fz30);
    max-width: 100%;
    transition: .3s;
}
.advwwib_text {
    display: none;
}
.advwwib_text p {
    font-size: var(--fz20);
    color: var(--c-grey);
}
.advwwib_text {
    max-width: 70%;
    margin-top: 1vh;
}
.advwwi_bx {
    margin-left: 20vh;
    width: 100%;
}
.advww_item:nth-child(2) {
    border-top: 1px solid rgba(48, 48, 48, 1);

}
.advww_item:nth-child(1) {
    border-top: 1px solid rgba(48, 48, 48, 1);
}
.advww_item + .advww_item {
    border-bottom: 1px solid rgba(48, 48, 48, 1);
}
.advww_item.active .advwwib_title {
    color: var(--c-green);
}
.advwwi_svg {
    transition: .3s;
    min-width: 7vh;
    max-width: 7vh;
    min-height: 7vh;
    max-height: 7vh;
}
.advww_item.active .advwwi_svg {
    transform: rotate(180deg);
}
#team {
    padding-top: var(--padd180);
    position: relative;
    padding-bottom: var(--padd180);
}
#team .riskw_title {
    position: initial;
    order: 2;
    width: 100%;
    max-width: unset;
    margin-top: 2vh;
}
#team .risk_text {
    order: 3;
    margin-top: 1vh;
}
#team .risk_text p {
    color: var(--c-black);
    font-size: var(--fz20);
}
#team .risk_img {
    order: 1;
    position: relative;
    width: 100%;
    padding-top: 80%; /* Соотношение сторон 16:9 = 9 / 16 * 100% */
    overflow: hidden;
}
.sppwn_wrap h2{
    font-size: var(--fz30);
    margin-bottom: 3vh;
}
#team .risk_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* или contain, если нужно полностью помещать */
}
#team .risk_slider .swiper-slide::after,
#team .risk_slider .swiper-slide::before {
    display: none;
}
#team .ruka {
    display: none;
}
#team .ruka video {
    max-width: 50px;
}
#team .risk_bx {
    height:unset;
    flex-direction: column;
}
#team .ab_svg {
    max-width: 15vw;
    top: 50%;
}
#team .risk_wrap {
    --titleWidth:28vw;
    --gap:7.3vw;
    gap: var(--gap);
}
#team .risk_title {
    width: var(--titleWidth);
}
#team .risk_slider {
    width: calc(100% - var(--titleWidth) - var(--gap) / 2);
}
#team .risk_head h2 {
    font-size: 3vw;
}
#team .risk .risk_navs .swiper-button-disabled svg path {
    /*fill: #C8C8C8;*/
    stroke: #C8C8C8;
}
#team .risk .risk_navs .swiper-button-disabled {
    background-color: transparent;
    border: .2vh solid #C8C8C8;
}
#advantages .advwwi_img {
    max-width: 3.2vw;
}
.advbx_wrap {
    display: flex;
}
/*#hero .resheniya {*/
/*    height: 50vh;*/
/*}*/
.page-template-page-resheniya #hero {
    height: 100%;
}
.page-template-page-resheniya .r_text {
    padding-top: 13vh;
    padding-bottom: 13vh;
}
.page-template-page-resheniya .about_wr_desc {
    margin-top: 8vh;
}
.page-template-page-resheniya #about .ab_svg {
    top: 50%;
}
.page-template-page-resheniya .about_wr_desc h5 {
    font-size: var(--fz30);
    font-weight: 600;
    color: var(--c-black);
}
.awdwb_img {
    max-width: 2.6vw;
}
.awd_wrap {
    padding-top: var(--vh50);
    display: flex;
    flex-direction: column;
    gap: 6.2vh;
}
.awdw_bx {
    display: flex;
    flex-direction: column;
}
.awdwb_text {
    padding-top: 1vh;
    border-top: 1px solid var(--c-black);
}
.awdwb_img {
    padding-bottom: 3vh;
}
#oservice {
    padding-top: var(--vh50);
    padding-bottom: var(--padd130);
    background-image: url("/wp-content/uploads/2025/05/about_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.os_title {
    max-width: 54%;
}
.schema_wrap {
    display: flex;
    align-items: center;
    position: relative;
}
.schemabx_wrap .db {
    max-width: 70vw;
}
#shema {
    /*padding-top: var(--padd180);*/
    overflow: hidden;
}
.schwb_img {
    background: linear-gradient(180deg, #121212 0%, #262626 100%);
    box-shadow: 0px 0px 60px rgba(16, 141, 207, 0.2);
    padding: 4vh;
    max-width: 18vh;
    position: relative;
    z-index: 2;
}
.schw_bx:nth-child(3) .schwb_img {
    max-width: unset;
}
.schema_wrap .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4vh;
    position: relative;
}
.schema_wrap .wrapper:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: var(--c-black);
    z-index: 1;
    left: -50%;
}
.schema_wrap .schw_bx:nth-child(3):before {
    content: 'Оценка PD';
    font-size:1vw;
    font-weight: 500;
    color: var(--c-white);
    position: absolute;
    left: 110%;
    top: 35%;
    white-space: nowrap;
}
.schema_wrap > .schw_bx:nth-child(1) {
    margin-right: 14vh;
}
.schema_wrap > .schw_bx:nth-child(2) {
    margin-right: 20vh;
}
.schema_wrap > .schw_bx:nth-child(3) {
    margin-right: 37vh;
}
.schema_wrap > .schw_bx:nth-child(1),
.schema_wrap > .schw_bx:nth-child(2) {
    max-width: 18vh;
}
.schema_wrap .schw_bx:nth-child(3):after {
    width: 60%;
    top: 45%;
    z-index: 1;
}
.schema_wrap .schw_bx:nth-child(3) {
    gap: 3vh;
    display: flex;
    flex-direction: column;
}
.schema_wrap .schw_bx:after {
    content: '';
    position: absolute;
    width: 200%;
    height: .2vh;
    top: 39%;
    left: 100%;
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%; /* Соответствует ширине градиента */
    z-index: 1; /* Помещаем псевдоэлемент под контент основного элемента */
}

@keyframes running-gradient {
    0% { background-position: 0% 0%; }
    50% {background-position: -50% 0%; }
    100% { background-position: -100% 0%; }
}
.schw_bx.active::after {
    animation: running-gradient 2s linear forwards;
}
.line:after {
    content: '';
    position: absolute;
    width: 200%;
    height: .2vh;
    top: 39%;
    left: 100%;
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%; /* Соответствует ширине градиента */
    z-index: 1; /* Помещаем псевдоэлемент под контент основного элемента */
}

@keyframes running-gradient {
    0% { background-position: 0% 0%; }
    50% {background-position: -50% 0%; }
    100% { background-position: -100% 0%; }
}
.line.active::after {
    animation: running-gradient 2s linear forwards;
}
.wrapper .schw_bx.active::before {
    animation: turn-gradient 2s linear forwards;
}
.schw_bx.active .schwb_text {
    color: var(--c-green);
}
.schema_wrap> .schw_bx:nth-child(2):after {
    width: 112%;
}
.schema_wrap .wrapper .schw_bx:nth-child(2):before {
    content: '';
    position: absolute;
    background-color: #252525;
    width: 28%;
    height: .2vh;
    top: 8%;
    left: unset;
    right: 136.2%;
    border-radius: 10px;
    transform: rotate(270deg);
}

.schema_wrap .wrapper .schw_bx:before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    width: 30%;
    height: .2vh;
    top: 76%;
    left: unset;
    right: 135%;
    border-radius: 10px;
    transform: rotate(90deg);
    z-index:1;
}
.page-template-page-lab #hero {
    height: 100%;
}
.schema_wrap .wrapper .schw_bx:after {
    content: '';
    position: absolute;
    background-color: #252525;
    width: 50%;
    height: .2vh;
    top: 39%;
    z-index: 3;
    left: unset;
    right: 100%;
}
.schema_wrap .schw_bx {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    position: relative;
}
.schema_wrap .wrapper .schw_bx {
    display: flex;
    gap: 2vh;
    flex-direction: row;
    align-items: center;
}
.schwb_text {
    font-size: var(--fz20);
    color: var(--c-white);
    font-weight: 500;
    text-align: center;
    transition: .5s;
}
#aggregator {
    padding-top: var(--padd180);
    padding-bottom: var(--padd180);
}
.aggr_flour {
    margin-top: var(--vh50);
    display: flex;
    --imgWidth: 600px;
    --imgHeight: 450px;
    gap: 4vw;
}
.agrrf_img {
    width: var(--imgWidth);
    min-width: var(--imgWidth);
    max-width: var(--imgWidth);
    height: var(--imgHeight);
}
.agrrf_img img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
.agrrf_text {
    width: calc(100% - var(--imgWidth) - var(--gap) / 2);
}
.aggrt_text p {
    font-size: var(--fz20);
    font-weight: 400;
    line-height: 1.4 !important;
}
.agrrft_wrap {
    margin-top: 5vh;
}
.agrrftw_title {
    font-size: var(--fz30);
    font-weight: 600;
}
.agrrftw_rep {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: var(--vh50);
    grid-gap: 5vh 15vh;
}
.agrrftwr_img {
    max-width: 3.5vw;
    min-width: 3.5vw;
}
.agrrftwr_text {
    margin-top: 2vh;
    font-size: var(--fz20);
/*     font-weight: 500; */
    color: var(--c-black);
}
#froud {
    position: relative;
    overflow: hidden;
	padding-bottom: var(--padd180);
}
#froud .agrrf_img {
    opacity: 0 !important;
    visibility: hidden !important;
}
.aggrt_text ul {
    list-style: disc;
    padding-left: 3vh;
    margin-top: 2.5vh;
}
.aggrt_text ul li::marker {
    color: var(--c-green);
}
.aggrt_text ul li + li {
    margin-top: 2vh;
}
.aggrt_text ul li {
    font-size: var(--fz20);
    color: var(--c-black);
}
.page-template-page-lab .r_text {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.page-template-page-lab .ab_svg {
    top: 50%;
}
.page-template-page-lab .awdwb_text p {
/*     font-weight: 500; */
/*     text-decoration: underline; */
}
.page-template-page-lab .awd_wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.page-template-page-lab .about_wr_desc h5 p {
    font-weight: 400;
}
#work {
    background-image: url("/wp-content/uploads/2025/05/work_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: var(--vh50);
    padding-bottom: var(--padd180);
}
#neuron {
    padding-top: var(--padd180);
}
.neur_title {
    max-width: 70%;
}
.page-template-page-lab .more_wrap {
    grid-template-columns: repeat(2,1fr);
}
#faq {
    padding-top: var(--padd180);
    padding-bottom: var(--padd180);
}
#faq .advw_title {
    max-width: 66%;
}
#faq .advwwib_title {
    font-weight: 600;
}
#faq .advwwi_bx {
    max-width: 80%;
}
#faq .advwwib_text ul li::marker {
    color: var(--c-green);
}
#faq .advwwib_text ul {
    list-style: disc;
    padding-left: 3vh;
}
#faq .advwwib_text ul li {
    font-size: var(--fz20);
    font-weight: 400;
    line-height: 1.4 !important;
}
.dn {
    display: none;
}

body.showZapis .zapis_modal,
body.showZapiska .zapis_modalka {
    visibility: visible;
    opacity: 1;
}

body.showZapiska,
body.showZapis {
    overflow: hidden;
}

.zapis_modalka,
.zapis_modal {
    position: fixed;
    z-index: 200;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2222222;
}

.zapis_form {
    max-height: 100%;
    overflow-y: auto;
    z-index: 1;
    position: relative;
    border-radius: 0;
    max-width: 430px;
    width: 100%;
}

.zf_krest {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 100000000000000000;
    padding: 1vh;
    border: 1px solid #999;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none;
    font-family: "TT Norms Pro", sans-serif;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    margin-top: 8px;
}

.innr_zf {
    background-color: #fff;
    padding: 5vh;
    border-radius:0 ;
    position: relative;
}

.zm_bg {
    background-color: rgba(0, 0, 0, 0.6666666667);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 13px 0 0;
}
.inncont_title p{
    font-size: var(--fz24);
}
.inncont_frm_desc {
    font-size: var(--fz18);
    color: var(--c-black);
    margin-top: 2vh;
}
.contacts_form {
    margin-top: 2vh;
}
.contacts_form p .wpcf7-submit {
    color: var(--c-black);
    opacity: 1;
    pointer-events: all;
    margin: 1.5vh 0 0 0;
    color: var(--c-black);
}
.contacts_form p br {
    display: none;
}
.contacts_form p{
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
}
.zapis_modalka .inn_inncont_frm input,
.zapis_modal .inn_inncont_frm input {
    height: 6vh;
    border-radius: 8px;
    width: 100%;
    font-size: 2vh;
    line-height: 140%;
    padding: 0 2vh;
    border: .1vh solid rgb(225, 225, 225);
    font-family: "Gilroy";
    font-weight: 400;
}
.gt-current-lang img {
    display: none !important;
}
.gt_float_switcher .gt-selected {
    background-color: var(--c-black) !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 1vh 1.5vh !important;
    color: var(--c-white) !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}
.gt_float_switcher {
    overflow: visible !important;
    box-shadow: unset !important;
}
.gt_float_switcher .gt_options.gt-open {
    position: fixed !important;
    background-color: var(--c-white);
}
.gt_float_switcher .gt_options {
    position: fixed !important;
}
.wpcf7-spinner {
    margin: 1vh auto 0;
}
.ww_svg svg [stroke^="url(#paint"] {
    stroke-dasharray: 100; /* Задайте длину штриха, чтобы контролировать видимую часть градиента */
    stroke-dashoffset: 100; /* Начальное смещение, чтобы скрыть градиент */
    transition: stroke-dashoffset 1s linear; /* Плавный переход для анимации */
}

.ww_svg svg [stroke^="url(#paint"].animate-gradient {
    stroke-dashoffset: 0; /* Анимируем смещение к нулю, чтобы показать градиент */
}
.page-template-page-lab .schema_wrap {
    flex-direction: column;
}
.schemabx_wrap {
    display: flex;
    flex-direction: column;
}
.schwbwr_img {
    background: linear-gradient(180deg, #121212 0%, #262626 100%);
    box-shadow: 0px 0px 60px rgba(16, 141, 207, 0.2);
    padding: 4vh;
    max-width: 18vh;
    position: relative;
    z-index: 2;
}
.schwwr_bx {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    position: relative;
    max-width: 18vh;
}
.wrapperFirst > .schwwr_bx:nth-child(2) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: .2vh;
    left: 50%;
    bottom: -51%;
    transform: translate(-50%, -68%) rotate(90deg);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: -4;
}
.wrapperFirst > .schwwr_bx:nth-child(3) .schwbwr_img:before {
    content: '';
    position: absolute;
    width: 197%;
    height: .2vh;
    left: 50%;
    bottom: -100%;
    transform: translate(-50%, -103%) rotate(90deg);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: auto;
    background-size: auto;
    background-size: 200% 100%;
    z-index: 1;
}
.wrapperFirst > .schwwr_bx:nth-child(1) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 300%;
    height: .2vh;
    top: 50%;
    left: 100%;
    transform: translate(0,-50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}
.wrapperFirst > .schwwr_bx:nth-child(3) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 300%;
    height: .2vh;
    top: 50%;
    left: 100%;
    transform: translate(0,-50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}
.wrapperSec > .schwwr_bx:nth-child(1) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 350%;
    height: .2vh;
    top: 50%;
    left: 100%;
    transform: translate(0,-50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}
.wrapperSec > .schwwr_bx:nth-child(2) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 190%;
    height: .2vh;
    top: 50%;
    right: 100%;
    transform: translate(0,-50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}
.wrapperSec > .schwwr_bx:nth-child(2) .schwbwr_img::before {
    background-color: var(--c-black);
    position: absolute;
    content: '';
    width: 100%;
    height: 101%;
    top: 101%;
    left: -240%;
    transform: translate(0,-50%);
}
.wrapperFour {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7vh 50vh;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--vh50);
}
.wrapperThree > .schwwr_bx:nth-child(1) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 300%;
    height: .2vh;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: auto;
    background-size: 200% 100%;
    z-index: 1;
}
.wrapperThree > .schwwr_bx:nth-child(2) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 278%;
    height: .2vh;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}
.wrapperSec > .schwwr_bx:nth-child(1) .schwbwr_img:before {
    content: '';
    position: absolute;
    width: 254%;
    height: .2vh;
    top: 226%;
    left: 50%;
    transform: translate(-50%, 0) rotate(-90deg);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: auto;
    background-size: 400% 100%;
    z-index: -1;
}
.wrapperThree > .schwwr_bx:nth-child(1) .schwbwr_img::before {
    content: '';
    position: absolute;
    width: 177%;
    height: .2vh;
    left: 50%;
    bottom: -88%;
    transform: translate(-50%, -50%) rotate(90deg);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: auto;
    background-size: auto;
    background-size: 400% 100%;
    z-index: -1;
}
.schwwr_bx.active .schwbwr_img:after ,
.schwwr_bx.active .schwbwr_img:before {
    animation: running-gradient 2s linear forwards;
}
.schwbwr_text {
    font-size: var(--fz20);
    color: var(--c-white);
    font-weight: 500;
    text-align: center;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.schemabx_wrap {
    margin-top: var(--vh50);
}
.wrapperFirst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7vh 50vh;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
}
.wrapperThree {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7vh 50vh;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--vh50);
    position: relative;
}
.wrapperThree:after {
    content: '';
    background-color: var(--c-black);
    position: absolute;
    left: -76%;
    top: 45.4%;
    width: 50%;
    height: 47%;
    z-index: 2;
}
.wrapperThree:before {
    content: '';
    background-color: var(--c-black);
    position: absolute;
    left: -76.6%;
    top: 28.2%;
    width: 30%;
    height: 47%;
    z-index: 3;
}
.wrapperSec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7vh;
}

.schwwr_bx.active .schwbwr_text {
    color: var(--c-green);
}
.schwwr_bx.active .schwbwr_img {
    box-shadow: 0px 0px 120px rgba(16, 141, 207, 0.4);
}
.news_hero .r_text {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.page-id-15 #hero {
    height: 100%;
}
#news_grid {
    padding-top: var(--padd130);
    padding-bottom: var(--vh50);
}
.news_wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1.25vw;
}
.nb_img {
    min-height: 35vh;
    max-height: 35vh;
}
.nb_img img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.nw_bx {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
    min-height: 55vh;
    padding: 0 0 4.2vh 0;
    position: relative;
    z-index: 2;
}
.nb_info {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.nb_date {
    margin-top: auto;
}
.nb_title h3 {
    font-size: 2.5vh;
    font-weight: 500;
    color: var(--c-black);
    line-height: 1.2;
    transition: .3s;
}
.nb_date p {
    font-size: var(--fz18);
    font-weight: 400;
    color: var(--c-black);
    line-height: 1.4;
    color: var(--c-grey);
}
.news_wrap a:hover .nb_title h3 {
    color: var(--c-green);
}
.single .r_text {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.spp_wrap  {
    padding-top: var(--padd180);
    padding-bottom: var(--padd180);
    display: flex;
    --bxWrap:48vw;
    --gap:8.3vw;
    gap: var(--gap);
}
.sppw_news {
    width: var(--bxWrap);
    display: flex;
    flex-direction: column;
    gap: 4vh;
    position: sticky;
    top: var(--headerHeight);
    height: max-content;
}
.sidebar {
    width: calc(100% - var(--bxWrap) - var(--gap));
}
.post-text p {
    font-size: var(--fz20);
    font-weight: 400;
    line-height: 1.4;
    color: var(--c-black);
}
.sidebar-title {
    font-size: 6vh;
    font-weight: 600;
}
.sb_wrap {
    display: flex;
    flex-direction: column;
    gap: 3vh;
    margin-top: 3vh;
}
.news-title {
    font-size: 2.5vh;
    font-weight: 500;
    line-height: 1.2;
    color: var(--c-black);
    margin-top: 2vh;
}
.news-date {
    font-size: 2vh;
    font-weight: 400;
    line-height: 1.4;
    color: var(--c-grey);
    margin-top: 1vh;
}
.sidebar .nb_img {
    min-height: unset;
    max-height: unset;
    height: 35vh;
}
.sb_wrap a:hover .nb_title h3 {
    color: var(--c-green);
}
.news .news_btn {
    color: var(--c-green);
    cursor: pointer;
    margin: 6vh auto 0;
}
.news .news_btn:hover {
    color: var(--c-black);
}
.news  {
    display: flex;
    flex-direction: column;
}
.sidebar .nw_bx {
    min-height: 50vh;
}
.svg-btn {
    position: relative;
    width: 18vw;
    height: 7.5vh;
    background: none;
    border: none;
    cursor: pointer;
    font-size: var(--fz18);
    font-family: inherit;
    color: var(--c-black);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    font-weight: 600;
}

.svg-btn span {
    position: relative;
    z-index: 3;
    transition: color 0.3s ease;
}

/* Нижний слой: для заливки */
.svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.svg-bg path {
    fill: white;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}
.svg-btn:hover .svg-border path {
    fill: var(--c-black);
    stroke: var(--c-white);
}

.svg-btn:hover {
    color: var(--c-white);
}

.svg-btn:hover .svg-bg path {
    fill: var(--c-black);
}

/* Верхний слой: для рамки */
.svg-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.svg-border path {
    fill: var(--c-white);
    stroke: white;
    /*stroke-width: 2;*/
    transition: all 0.3s ease;
}

.svg-btn:hover .svg-bg path {
    transform: translateX(0);
}
.svg-btn:hover span {
    color: var(--c-white);
}
/* Общие стили остались прежними от предыдущей кнопки */

.green-btn {
    color: var(--c-white);
    background-color: transparent;
}

.green-btn .svg-border path {
    stroke: unset;
    fill: var(--c-green);
}

.green-btn .svg-bg path {
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.green-btn .svg-bg path {
    fill: #10CDBC;
}

.green-btn:hover .svg-border path {
    stroke: #10CDBC;
    fill: var(--c-black);
    transform: translateX(0);

}

.green-btn:hover span {
    color: var(--c-white);
}
